You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ha...@apache.org on 2011/01/07 05:37:36 UTC

svn commit: r1056191 - in /geronimo/devtools/eclipse-plugin/branches/2.2: PLUGIN_RELEASE-NOTES-2.2.1.txt assembly/pom.xml eclipse/build.xml eclipse/pom.xml features/pom.xml plugins/pom.xml testsuite/pom.xml

Author: hanhongfang
Date: Fri Jan  7 04:37:36 2011
New Revision: 1056191

URL: http://svn.apache.org/viewvc?rev=1056191&view=rev
Log:
GERONIMODEVTOOLS-692 Can not build GEP on Mac

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

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/PLUGIN_RELEASE-NOTES-2.2.1.txt
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/PLUGIN_RELEASE-NOTES-2.2.1.txt?rev=1056191&r1=1056190&r2=1056191&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/PLUGIN_RELEASE-NOTES-2.2.1.txt (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/PLUGIN_RELEASE-NOTES-2.2.1.txt Fri Jan  7 04:37:36 2011
@@ -82,6 +82,8 @@ GERONIMODEVTOOLS-688 Synchronize GEP dep
 GERONIMODEVTOOLS-689 NullPointerException when publishing with Geronimo Eclipse Plugin
 GERONIMODEVTOOLS-690 NullpointerException occurs if one adds a "Utility Project" to the EAR
 GERONIMODEVTOOLS-691 GEP ui shows "%serverEditorPluginPage" instead of "Plugin"
+GERONIMODEVTOOLS-692 Can not build GEP on Mac
+
 
 Release Notes -- Apache Geronimo Eclipse Plugin -- Version ${pom.version} -- ${buildNumber}
 

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/assembly/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/assembly/pom.xml?rev=1056191&r1=1056190&r2=1056191&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/assembly/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/assembly/pom.xml Fri Jan  7 04:37:36 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-eclipse-plugin</artifactId>
-        <version>2.2.1</version>
+        <version>2.2.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/eclipse/build.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/eclipse/build.xml?rev=1056191&r1=1056190&r2=1056191&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/eclipse/build.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/eclipse/build.xml Fri Jan  7 04:37:36 2011
@@ -36,7 +36,7 @@
         <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-carbon.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"/>

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/eclipse/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/eclipse/pom.xml?rev=1056191&r1=1056190&r2=1056191&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/eclipse/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/eclipse/pom.xml Fri Jan  7 04:37:36 2011
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-eclipse-plugin</artifactId>
-        <version>2.2.1</version>
+        <version>2.2.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
                                                 

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/features/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/features/pom.xml?rev=1056191&r1=1056190&r2=1056191&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/features/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/features/pom.xml Fri Jan  7 04:37:36 2011
@@ -20,12 +20,13 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>eclipse-features-parent</artifactId>
+    <version>2.2.1</version>
     <packaging>pom</packaging>
     <name>Geronimo Eclipse Plugin :: Features</name>
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-eclipse-plugin</artifactId>
-        <version>2.2.1</version>
+        <version>2.2.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/plugins/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/plugins/pom.xml?rev=1056191&r1=1056190&r2=1056191&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/plugins/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/plugins/pom.xml Fri Jan  7 04:37:36 2011
@@ -20,12 +20,13 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>eclipse-plugins-parent</artifactId>
+    <version>2.2.1</version>
     <packaging>pom</packaging>
     <name>Geronimo Eclipse Plugin :: Plugins</name>
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-eclipse-plugin</artifactId>
-        <version>2.2.1</version>
+        <version>2.2.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/pom.xml?rev=1056191&r1=1056190&r2=1056191&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/pom.xml Fri Jan  7 04:37:36 2011
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-eclipse-plugin</artifactId>
-        <version>2.2.1</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <description>