You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xi...@apache.org on 2012/01/05 08:53:55 UTC

svn commit: r1227520 - in /geronimo/devtools/eclipse-plugin/branches/2.1: PLUGIN_RELEASE-NOTES-2.1.8.txt assembly/pom.xml eclipse/build.xml eclipse/pom.xml features/pom.xml plugins/pom.xml pom.xml testsuite/pom.xml

Author: xiaming
Date: Thu Jan  5 07:53:54 2012
New Revision: 1227520

URL: http://svn.apache.org/viewvc?rev=1227520&view=rev
Log:
GERONIMODEVTOOLS-779 release GEP2.1.8, modify the eclipse ant script and relative pom, patch provided by Yi Xiao

Modified:
    geronimo/devtools/eclipse-plugin/branches/2.1/PLUGIN_RELEASE-NOTES-2.1.8.txt
    geronimo/devtools/eclipse-plugin/branches/2.1/assembly/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1/eclipse/build.xml
    geronimo/devtools/eclipse-plugin/branches/2.1/eclipse/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1/features/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1/plugins/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/pom.xml

Modified: geronimo/devtools/eclipse-plugin/branches/2.1/PLUGIN_RELEASE-NOTES-2.1.8.txt
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/PLUGIN_RELEASE-NOTES-2.1.8.txt?rev=1227520&r1=1227519&r2=1227520&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/PLUGIN_RELEASE-NOTES-2.1.8.txt (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/PLUGIN_RELEASE-NOTES-2.1.8.txt Thu Jan  5 07:53:54 2012
@@ -14,7 +14,7 @@ System Requirements
 -------------------
 1. Java J2SE 1.5.0 or greater, and a platform that supports it
 
-2. Eclipse IDE for Java EE Developers (Galileo or Helios), which is platform-specific
+2. Eclipse IDE for Java EE Developers (Helios or Indigo), which is platform-specific
 
    -- Get Eclipse from http://www.eclipse.org/downloads/
 
@@ -46,29 +46,24 @@ that each argument has to be on seperate
 Geronimo Eclipse Plugin Version ${pom.version} Enhancements
 --------------------------------------------------
 
-1. Support Geronimo Server 2.1.7
+1. Support Geronimo Server 2.1.8
 
-2. Support Eclipse Helios
+2. Support Eclipse Helios and Indigo
 
 
 Installation Instructions
 -------------------------
 
-See https://cwiki.apache.org/GMOxDOC21/how-to-install-geronimo-eclipse-plugin-v217.html
+See https://cwiki.apache.org/GMOxDOC21/how-to-install-geronimo-eclipse-plugin-v218.html
 
 Bug Fixes and New Features
 --------------------------
-GERONIMODEVTOOLS-663 Remove duplicated License and Notice files in each jar when we issue "mvn release:prepare"
-GERONIMODEVTOOLS-680 Synchronize GEP dependency per Server dependency list
-GERONIMODEVTOOLS-678 Can not install GEP in RAD SE v8.0
-GERONIMODEVTOOLS-676 update version number of dependency and moduels to make 2.1 branch build successfully
-GERONIMODEVTOOLS-608 reduce time-consuming in DependencyHelper with cache. Thanks Boes and Chris for the patch
-GERONIMODEVTOOLS-673 Don't download TPTP runtime.
-GERONIMODEVTOOLS-600 2.1 branch can build with 64-bit JDK now
-GERONIMODEVTOOLS-683 GEP can not detect the Geronimo server version correctly 
-GERONIMODEVTOOLS-679 TestSuite not working on branch 2.1.7
-GERONIMODEVTOOLS-686 Create a new profile to skip the test suite executions when releasing GEP
-
+GERONIMODEVTOOLS-689 NullPointerException when publishing with Geronimo Eclipse Plugin v2.1.7
+GERONIMODEVTOOLS-690 NullpointerException occurs if one adds a "Utility Project" to the EAR 
+GERONIMODEVTOOLS-692 Can not build GEP on Mac
+GERONIMODEVTOOLS-774 java.lang.NullPointerException error happened for web application automatically redeploying after renamed the name of the project 
+GERONIMODEVTOOLS-776 Using excluds in rat-maven-plugin to exclude the file whoes license header is not required
+GERONIMODEVTOOLS-778 Using GEP3.0.X's eclipse/build.xml to replace the GEP2.1.X's
 
 Release Notes -- Apache Geronimo Eclipse Plugin -- Version ${pom.version} -- ${buildNumber}
 

Modified: geronimo/devtools/eclipse-plugin/branches/2.1/assembly/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/assembly/pom.xml?rev=1227520&r1=1227519&r2=1227520&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/assembly/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/assembly/pom.xml Thu Jan  5 07:53:54 2012
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-eclipse-plugin</artifactId>
-        <version>2.1.8</version>
+        <version>2.1.8-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1/eclipse/build.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/eclipse/build.xml?rev=1227520&r1=1227519&r2=1227520&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/eclipse/build.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/eclipse/build.xml Thu Jan  5 07:53:54 2012
@@ -17,174 +17,182 @@
   -->
 
 <!--
- |  
- | Download Helios artifacts and unzip them into the user's local maven repo     
- |                                                                                             
- |                                                                                             
- | @version $Rev$ $Date$
+ |
+ | Download eclipse_zip to ${download_to} directory and unzip them to ${extract_to} directory.
+ |
+ | @version $Rev: 1203132 $ $Date: 2011-11-17 17:53:27 +0800 (Thu, 17 Nov 2011) $
  -->
-<project name="HeliosArtifacts">   
+<project name="EclipseArtifacts" default="GetEclipse" >
 
-    <condition property="is64bitJDK">
-        <!--We only check JVM bit model here.It works fine even 32-bit JVM is used on 64-bit OS -->
+    <!-- expected input properties:
+        1. download_to   - The directory to download eclipseZip to.
+        2. extract_to    - The directory to extract  eclsipeZip to.
+      -->
+    <fail message="required download_to property not set.">
+        <condition>
+            <not>
+                <isset property="download_to" />
+            </not>
+        </condition>
+    </fail>
+    <fail message="required extract_to property not set.">
+        <condition>
+            <not>
+                <isset property="extract_to" />
+            </not>
+        </condition>
+    </fail>
+
+    <!-- Set common propeties -->
+
+    <property name="eclipse_name"                   value="indigo" />
+    <property name="eclipse_release"                value="SR1" />
+    <property name="eclipse_basefilename"           value="eclipse-jee-${eclipse_name}-${eclipse_release}" />
+    <property name="eclipse_downloadserver"         value="http://www.eclipse.org/downloads/download.php?file=" />
+    <property name="eclipse_url"                    value="${eclipse_downloadserver}/technology/epp/downloads/release/${eclipse_name}/${eclipse_release}" />
+
+    <property name="protocol"                       value="&amp;r=1&amp;protocol=http" />
+
+    <!-- Set propeties based on environment: 32 or 64 bit JDK, OS (Mac, Unix or Windows) -->
+
+    <condition property="is64bitJDK" >
+        <!--We only check JVM bit model here.  It works fine even 32-bit JVM is used on 64-bit OS -->
         <equals arg1="${sun.arch.data.model}" arg2="64" />
     </condition>
 
-    <target name="init">
-        <property name="helios_url"                     value="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/helios/R"/>
-        <property name="helios_jee_win32"               value="eclipse-jee-helios-win32.zip"/>
-        <property name="helios_jee_win64"               value="eclipse-jee-helios-win32_64.zip"/>
-        <property name="helios_jee_linux"               value="eclipse-jee-helios-linux-gtk.tar"/>
-        <property name="helios_jee_linux-x86_64"        value="eclipse-jee-helios-linux-gtk-x86_64.tar"/>
-        <property name="helios_jee_macos"               value="eclipse-jee-helios-macosx-cocoa.tar"/>
-        <property name="helios_jee_linux_gz"            value="${helios_jee_linux}.gz"/>
-        <property name="helios_jee_linux-x86_64_gz"     value="${helios_jee_linux-x86_64}.gz"/>
-        <property name="helios_jee_macos_gz"            value="${helios_jee_macos}.gz"/>
-        <property name="protocol"                       value="&amp;r=1&amp;protocol=http"/>
-    </target>
+    <condition property="is32bitJDK" >
+        <not>
+            <isset property="is64bitJDK" />
+        </not>
+    </condition>
 
-    <target name="win" depends="init" description="Download Windows-specific artifact(s)">
-           <antcall target="win64"></antcall>
-           <antcall target="win32"></antcall>
-    </target>
+    <condition property="isMac" >
+        <os family="mac" />
+    </condition>
 
-    <target name="win32" unless="is64bitJDK" description="Download Windows 32-bit-specific artifact(s)">
-        <echo>#################################################################################</echo>
-        <echo>##                                                                               </echo>
-        <echo>## Downloading: ${helios_jee_win32}                                              </echo>
-        <echo>##                                                                               </echo>
-        <echo>## From: ${helios_url}                                                           </echo>
-        <echo>##                                                                               </echo>
-        <echo>#################################################################################</echo>
-        <mkdir dir="${LOCAL_M2_REPO}/eclipse-downloads"/>
-        <get src="${helios_url}/${helios_jee_win32}${protocol}"
-             dest="${LOCAL_M2_REPO}/eclipse-downloads/${helios_jee_win32}" 
-             verbose="true"
-             ignoreerrors="true"
-             usetimestamp="true"/>
-        <echo>#################################################################################</echo>
-        <echo>##                                                                               </echo>
-        <echo>## Unzipping: ${helios_jee_win32}                                                </echo>
-        <echo>##                                                                               </echo>
-        <echo>#################################################################################</echo>
-        <delete dir="${LOCAL_M2_REPO}/eclipse" quiet="true"/> 
-        <mkdir dir="${LOCAL_M2_REPO}/eclipse"/>
-        <unzip src="${LOCAL_M2_REPO}/eclipse-downloads/${helios_jee_win32}" 
-               dest="${LOCAL_M2_REPO}/eclipse"
-               overwrite="true"/>
-    </target>
+    <condition property="isUnix" >
+        <and>
+            <os family="unix" />
+            <!-- MacOSX has os family of mac and unix both being true! -->
+            <not>
+                <isset property="isMac" />
+            </not>
+        </and>
+    </condition>
 
-    <target name="win64" if="is64bitJDK" description="Download Windows 64-bit-specific artifact(s)">
-        <echo>#################################################################################</echo>
-        <echo>##                                                                               </echo>
-        <echo>## Downloading: ${helios_jee_win64}                                              </echo>
-        <echo>##                                                                               </echo>
-        <echo>## From: ${helios_url}                                                           </echo>
-        <echo>##                                                                               </echo>
-        <echo>#################################################################################</echo>
-        <mkdir dir="${LOCAL_M2_REPO}/eclipse-downloads"/>
-        <get src="${helios_url}/${helios_jee_win64}${protocol}"
-             dest="${LOCAL_M2_REPO}/eclipse-downloads/${helios_jee_win64}" 
-             verbose="true"
-             ignoreerrors="true"
-             usetimestamp="true"/>
-        <echo>#################################################################################</echo>
-        <echo>##                                                                               </echo>
-        <echo>## Unzipping: ${helios_jee_win64}                                                </echo>
-        <echo>##                                                                               </echo>
-        <echo>#################################################################################</echo>
-        <delete dir="${LOCAL_M2_REPO}/eclipse" quiet="true"/> 
-        <mkdir dir="${LOCAL_M2_REPO}/eclipse"/>
-        <unzip src="${LOCAL_M2_REPO}/eclipse-downloads/${helios_jee_win64}" 
-               dest="${LOCAL_M2_REPO}/eclipse"
-               overwrite="true"/>
-    </target>
+    <condition property="isWindows" >
+        <os family="windows" />
+    </condition>
 
-    <target name="linux" depends="init" description="Download Linux-specific artifact(s)">
-        <antcall target="linux_x86"></antcall>
-        <antcall target="linux-x86_64"></antcall>
-    </target>
+    <macrodef name="download" description="Download artifact" >
+        <attribute name="eclipseZip" />
+        <sequential>
+            <echo>#################################################################################</echo>
+            <echo>##                                                                               </echo>
+            <echo>## Downloading: @{eclipseZip}                                                    </echo>
+            <echo>##                                                                               </echo>
+            <echo>## From: ${eclipse_url}                                                          </echo>
+            <echo>##                                                                               </echo>
+            <echo>#################################################################################</echo>
+            <mkdir  dir="${download_to}" />
+            <get    src="${eclipse_url}/@{eclipseZip}${protocol}"
+                    dest="${download_to}/@{eclipseZip}"
+                    verbose="true"
+                    ignoreerrors="true"
+                    usetimestamp="true" />
+        </sequential>
+    </macrodef>
+
+    <macrodef name="wunzip" description="Unzip artifact" >
+        <attribute name="eclipseZip" />
+        <sequential>
+            <echo>#################################################################################</echo>
+            <echo>##                                                                               </echo>
+            <echo>## Unzipping: @{eclipseZip}                                                      </echo>
+            <echo>##                                                                               </echo>
+            <echo>#################################################################################</echo>
+            <delete dir="${extract_to}" quiet="true" />
+            <mkdir  dir="${extract_to}" />
+            <unzip  src="${download_to}/@{eclipseZip}"
+                    dest="${extract_to}"
+                    overwrite="true" />
+        </sequential>
+    </macrodef>
+
+    <macrodef name="untargz" description="Ungzip and Untar artifact" >
+        <attribute name="eclipseTar" />
+        <attribute name="eclipseZip" default="@{eclipseTar}.gz" />
+        <sequential>
+            <echo>#################################################################################</echo>
+            <echo>##                                                                               </echo>
+            <echo>## Gunzipping: @{eclipseZip}  Untarring: @{eclipseTar}                           </echo>
+            <echo>##                                                                               </echo>
+            <echo>#################################################################################</echo>
+            <delete dir="${extract_to}" quiet="true" />
+            <mkdir  dir="${extract_to}" />
+            <gunzip src="${download_to}/@{eclipseZip}" />
+            <untar  src="${download_to}/@{eclipseTar}"
+                    dest="${extract_to}"
+                    overwrite="true" />
+        </sequential>
+    </macrodef>
+
+    <target name="GetEclipse" >
+        <antcall target="mac" />
+        <antcall target="unix" />
+        <antcall target="windows" />
+    </target>
+
+    <target name="mac" if="isMac" description="GetEclipse on mac" >
+
+        <condition property="eclipseTar" value="${eclipse_basefilename}-macosx-cocoa.tar" >
+            <isset property="is32bitJDK" />
+        </condition>
+
+        <condition property="eclipseTar" value="${eclipse_basefilename}-macosx-cocoa-x86_64.tar" >
+            <isset property="is64bitJDK" />
+        </condition>
+
+        <property name="eclipseZip" value="${eclipseTar}.gz" />
+
+        <download eclipseZip="${eclipseZip}" />
+
+        <untargz  eclipseZip="${eclipseZip}" eclipseTar="${eclipseTar}" />
+
+    </target>
+
+    <target name="unix" if="isUnix" description="GetEclipse on unix" >
+
+        <condition property="eclipseTar" value="${eclipse_basefilename}-linux-gtk.tar" >
+            <isset property="is32bitJDK" />
+        </condition>
+
+        <condition property="eclipseTar" value="${eclipse_basefilename}-linux-gtk-x86_64.tar" >
+            <isset property="is64bitJDK" />
+        </condition>
+
+        <property name="eclipseZip" value="${eclipseTar}.gz" />
+
+        <download eclipseZip="${eclipseZip}" />
+
+        <untargz  eclipseZip="${eclipseZip}" eclipseTar="${eclipseTar}" />
+
+    </target>
+
+    <target name="windows" if="isWindows" description="GetEclipse on windows" >
+
+        <condition property="eclipseZip" value="${eclipse_basefilename}-win32.zip" >
+            <isset property="is32bitJDK" />
+        </condition>
+
+        <condition property="eclipseZip" value="${eclipse_basefilename}-win32_64.zip" >
+            <isset property="is64bitJDK" />
+        </condition>
 
-    <target name="linux_x86" unless="is64bitJDK" description="Download Linux 32-bit-specific artifact(s)">
-	
-        <echo>#################################################################################</echo>
-        <echo>##                                                                               </echo>
-        <echo>## Downloading: ${helios_jee_linux_gz}                                           </echo>
-        <echo>##                                                                               </echo>
-        <echo>## From: ${helios_url}                                                           </echo>
-        <echo>##                                                                               </echo>
-        <echo>#################################################################################</echo>
-        <mkdir dir="${LOCAL_M2_REPO}/eclipse-downloads"/>
-        <get src="${helios_url}/${helios_jee_linux_gz}${protocol}"
-             dest="${LOCAL_M2_REPO}/eclipse-downloads/${helios_jee_linux_gz}" 
-             verbose="true"
-             ignoreerrors="true"
-             usetimestamp="true"/>
-        <echo>#################################################################################</echo>
-        <echo>##                                                                               </echo>
-        <echo>## Unzipping: ${helios_jee_linux_gz}                                             </echo>
-        <echo>##                                                                               </echo>
-        <echo>#################################################################################</echo>
-        <delete dir="${LOCAL_M2_REPO}/eclipse" quiet="true"/> 
-        <mkdir  dir="${LOCAL_M2_REPO}/eclipse"/>
-        <gunzip src="${LOCAL_M2_REPO}/eclipse-downloads/${helios_jee_linux_gz}"/>
-        <untar  src="${LOCAL_M2_REPO}/eclipse-downloads/${helios_jee_linux}" 
-                dest="${LOCAL_M2_REPO}/eclipse"
-                overwrite="true"/>
-    </target>
+        <download eclipseZip="${eclipseZip}" />
 
-    <target name="linux-x86_64" if="is64bitJDK" description="Download Linux 64-bit-specific artifact(s)">
-        <echo>#################################################################################</echo>
-        <echo>##                                                                               </echo>
-        <echo>## Downloading: ${helios_jee_linux-x86_64_gz}                                    </echo>
-        <echo>##                                                                               </echo>
-        <echo>## From: ${helios_url}                                                           </echo>
-        <echo>##                                                                               </echo>
-        <echo>#################################################################################</echo>
-        <mkdir dir="${LOCAL_M2_REPO}/eclipse-downloads"/>
-        <get src="${helios_url}/${helios_jee_linux-x86_64_gz}${protocol}"
-             dest="${LOCAL_M2_REPO}/eclipse-downloads/${helios_jee_linux-x86_64_gz}"
-             verbose="true"
-             ignoreerrors="true"
-             usetimestamp="true"/>
-        <echo>#################################################################################</echo>
-        <echo>##                                                                               </echo>
-        <echo>## Unzipping: ${helios_jee_linux-x86_64_gz}                                      </echo>
-        <echo>##                                                                               </echo>
-        <echo>#################################################################################</echo>
-        <delete dir="${LOCAL_M2_REPO}/eclipse" quiet="true"/> 
-        <mkdir  dir="${LOCAL_M2_REPO}/eclipse"/>
-        <gunzip src="${LOCAL_M2_REPO}/eclipse-downloads/${helios_jee_linux-x86_64_gz}"/>
-        <untar  src="${LOCAL_M2_REPO}/eclipse-downloads/${helios_jee_linux-x86_64}"
-                dest="${LOCAL_M2_REPO}/eclipse"
-                overwrite="true"/>
-    </target>
+        <wunzip   eclipseZip="${eclipseZip}" />
 
-    <target name="macos" depends="init" description="Download Mac-specific artifact(s)">
-        <echo>#################################################################################</echo>
-        <echo>##                                                                               </echo>
-        <echo>## Downloading: ${helios_jee_macos_gz}                                           </echo>
-        <echo>##                                                                               </echo>
-        <echo>## From: ${helios_url}                                                           </echo>
-        <echo>##                                                                               </echo>
-        <echo>#################################################################################</echo>
-        <mkdir dir="${LOCAL_M2_REPO}/eclipse-downloads"/>
-        <get src="${helios_url}/${helios_jee_macos_gz}${protocol}"
-             dest="${LOCAL_M2_REPO}/eclipse-downloads/${helios_jee_macos_gz}" 
-             verbose="true"
-             ignoreerrors="true"
-             usetimestamp="true"/>
-        <echo>#################################################################################</echo>
-        <echo>##                                                                               </echo>
-        <echo>## Unzipping: ${helios_jee_macos_gz}                                             </echo>
-        <echo>##                                                                               </echo>
-        <echo>#################################################################################</echo>
-        <delete dir="${LOCAL_M2_REPO}/eclipse" quiet="true"/> 
-        <mkdir  dir="${LOCAL_M2_REPO}/eclipse"/>
-        <gunzip src="${LOCAL_M2_REPO}/eclipse-downloads/${helios_jee_macos_gz}"/>
-        <untar  src="${LOCAL_M2_REPO}/eclipse-downloads/${helios_jee_macos}" 
-                dest="${LOCAL_M2_REPO}/eclipse"
-                overwrite="true"/>
     </target>
 
 </project>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1/eclipse/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/eclipse/pom.xml?rev=1227520&r1=1227519&r2=1227520&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/eclipse/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/eclipse/pom.xml Thu Jan  5 07:53:54 2012
@@ -31,7 +31,7 @@
         <version>2.1.8-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
-                                                
+                                                  
     <build>
         <plugins>
             <plugin>
@@ -43,10 +43,9 @@
                         <phase>validate</phase>
                         <configuration>
                             <tasks>
-                                <property name="LOCAL_M2_REPO" value="${settings.localRepository}" />
-                                <ant antfile="${basedir}/build.xml">
-                                    <target name="${eclipsePlatformFamily}" />
-                                </ant>
+                                <property name="download_to" value="${eclipseDownload}" />
+                                <property name="extract_to" value="${eclipseInstall}" />
+                                <ant antfile="${basedir}/build.xml" />
                             </tasks>
                         </configuration>
                         <goals>
@@ -69,41 +68,5 @@
             </plugins>
         </pluginManagement>
     </build>
-                                                
-    <profiles>
-        <profile>
-            <id>windows</id>
-            <activation>
-                <os>
-                    <family>windows</family>
-                </os>
-            </activation>
-            <properties>
-                <eclipsePlatformFamily>win</eclipsePlatformFamily>
-            </properties>
-        </profile>
-        <profile>
-            <id>unix-x86</id>
-            <activation>
-                <os>
-                    <family>unix</family>
-                </os>
-            </activation>
-            <properties>
-                <eclipsePlatformFamily>linux</eclipsePlatformFamily>
-            </properties>
-        </profile>
-        <profile>
-            <id>mac</id>
-            <activation>
-                <os>
-                    <family>mac</family>
-                </os>
-            </activation>
-            <properties>
-                <eclipsePlatformFamily>macos</eclipsePlatformFamily>
-            </properties>
-        </profile>
-    </profiles>
-                                                
+
 </project>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1/features/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/features/pom.xml?rev=1227520&r1=1227519&r2=1227520&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/features/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/features/pom.xml Thu Jan  5 07:53:54 2012
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-eclipse-plugin</artifactId>
-        <version>2.1.8</version>
+        <version>2.1.8-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: geronimo/devtools/eclipse-plugin/branches/2.1/plugins/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/plugins/pom.xml?rev=1227520&r1=1227519&r2=1227520&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/plugins/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/plugins/pom.xml Thu Jan  5 07:53:54 2012
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-eclipse-plugin</artifactId>
-        <version>2.1.8</version>
+        <version>2.1.8-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/pom.xml?rev=1227520&r1=1227519&r2=1227520&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/pom.xml Thu Jan  5 07:53:54 2012
@@ -83,6 +83,7 @@
     </distributionManagement>
                         
     <properties>
+        <eclipseDownload>${settings.localRepository}/eclipse-downloads</eclipseDownload>
         <eclipseInstall>${settings.localRepository}/eclipse</eclipseInstall>
         <org.apache.geronimo.v21.feature_version>2.1.8</org.apache.geronimo.v21.feature_version>
         <keystoreAlias>devtools</keystoreAlias> 

Modified: geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/pom.xml?rev=1227520&r1=1227519&r2=1227520&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/testsuite/pom.xml Thu Jan  5 07:53:54 2012
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-eclipse-plugin</artifactId>
-        <version>2.1.8</version>
+        <version>2.1.8-SNAPSHOT</version>
     </parent>
 
     <description>