[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
diff --git a/BUILDING.txt b/BUILDING.txt new file mode 100644 index 0000000..b626130 --- /dev/null +++ b/BUILDING.txt
@@ -0,0 +1,37 @@ +#===================================================================== +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +#===================================================================== + + +Building Geroniomo Eclipse Plugin +================================= + +To build you will need: + + * JDK 6.0 (J2SE 1.6.0) (http://java.sun.com/j2se/1.6.0) + * Maven 2.2.1 (http://maven.apache.org) + + +To build all changes incrementally: + + mvn install + +To perform clean builds, which are sometimes needed after some changes to the +source tree: + + mvn clean install + +
diff --git a/PLUGIN_RELEASE-NOTES.txt b/PLUGIN_RELEASE-NOTES.txt index 10a3749..4dcc15f 100644 --- a/PLUGIN_RELEASE-NOTES.txt +++ b/PLUGIN_RELEASE-NOTES.txt
@@ -75,6 +75,8 @@ GERONIMODEVTOOLS-771 Support for class hot swap for OSGi applications GERONIMODEVTOOLS-706 Consider enabling Karaf shell in Eclipse console GERONIMODEVTOOLS-235 Plugin cannot synchronize with the server when non-zero portOffset value in the config-substitutions.properties file +GERONIMODEVTOOLS-737 Could not build GEP3.0 under win7-64bit +GERONIMODEVTOOLS-649 Can't build GEP trunk on 32-bit Mac Known Issues and Limitations
diff --git a/pom.xml b/pom.xml index 38b6dfd..155e5c5 100644 --- a/pom.xml +++ b/pom.xml
@@ -265,7 +265,7 @@ <plugin> <groupId>org.apache.geronimo.devtools</groupId> <artifactId>maven-eclipsepde-plugin</artifactId> - <version>1.1</version> + <version>1.2</version> <configuration> <eclipseHome>${settings.localRepository}/eclipse/eclipse/</eclipseHome> </configuration>