Skip to content

Commit cc6a16b

Browse files
author
Ming Xia
committed
[maven-release-plugin] copy for tag geronimo-eclipse-plugin-3.0.1
git-svn-id: https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-3.0.1@1487317 13f79535-47bb-0310-9956-ffa450edef68
2 parents 46cecfe + 0b1ddd8 commit cc6a16b

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

BUILDING.txt

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
#=====================================================================
2+
# Licensed to the Apache Software Foundation (ASF) under one or more
3+
# contributor license agreements. See the NOTICE file distributed with
4+
# this work for additional information regarding copyright ownership.
5+
# The ASF licenses this file to You under the Apache License, Version 2.0
6+
# (the "License"); you may not use this file except in compliance with
7+
# the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing, software
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
16+
#=====================================================================
17+
18+
19+
Building Geroniomo Eclipse Plugin
20+
=================================
21+
22+
To build you will need:
23+
24+
* JDK 6.0 (J2SE 1.6.0) (http://java.sun.com/j2se/1.6.0)
25+
* Maven 2.2.1 (http://maven.apache.org)
26+
27+
28+
To build all changes incrementally:
29+
30+
mvn install
31+
32+
To perform clean builds, which are sometimes needed after some changes to the
33+
source tree:
34+
35+
mvn clean install
36+
37+

PLUGIN_RELEASE-NOTES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ GERONIMODEVTOOLS-791 Delete module while server is stopped
7575
GERONIMODEVTOOLS-771 Support for class hot swap for OSGi applications
7676
GERONIMODEVTOOLS-706 Consider enabling Karaf shell in Eclipse console
7777
GERONIMODEVTOOLS-235 Plugin cannot synchronize with the server when non-zero portOffset value in the config-substitutions.properties file
78+
GERONIMODEVTOOLS-737 Could not build GEP3.0 under win7-64bit
79+
GERONIMODEVTOOLS-649 Can't build GEP trunk on 32-bit Mac
7880

7981

8082
Known Issues and Limitations

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
<plugin>
266266
<groupId>org.apache.geronimo.devtools</groupId>
267267
<artifactId>maven-eclipsepde-plugin</artifactId>
268-
<version>1.1</version>
268+
<version>1.2</version>
269269
<configuration>
270270
<eclipseHome>${settings.localRepository}/eclipse/eclipse/</eclipseHome>
271271
</configuration>

0 commit comments

Comments
 (0)