You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by li...@apache.org on 2007/10/08 21:03:31 UTC

svn commit: r582941 - in /geronimo/devtools/j2g/trunk: ./ configurator/ eclipse/ src/main/resources/bin/ src/main/resources/properties/org.apache.geronimo.devtools.j2g.descriptors.ejb.annotation/ src/main/resources/properties/org.apache.geronimo.devtoo...

Author: linsun
Date: Mon Oct  8 12:03:30 2007
New Revision: 582941

URL: http://svn.apache.org/viewvc?rev=582941&view=rev
Log:
update configurator, eclipse, src dir and root pom.xml -  for GERONIMODEVTOOLS-221

Added:
    geronimo/devtools/j2g/trunk/src/main/resources/properties/org.apache.geronimo.devtools.j2g.descriptors.ejb/
      - copied from r582826, geronimo/devtools/j2g/trunk/src/main/resources/properties/org.apache.geronimo.j2g.descriptors.ejb/
    geronimo/devtools/j2g/trunk/src/main/resources/properties/org.apache.geronimo.devtools.j2g.descriptors.ejb.annotation/
      - copied from r582826, geronimo/devtools/j2g/trunk/src/main/resources/properties/org.apache.geronimo.j2g.descriptors.ejb.annotation/
    geronimo/devtools/j2g/trunk/src/main/resources/properties/org.apache.geronimo.devtools.j2g.sources.dependence/
      - copied from r582826, geronimo/devtools/j2g/trunk/src/main/resources/properties/org.apache.geronimo.j2g.sources.dependence/
    geronimo/devtools/j2g/trunk/src/main/resources/properties/org.apache.geronimo.devtools.j2g.sources.environment/
      - copied from r582826, geronimo/devtools/j2g/trunk/src/main/resources/properties/org.apache.geronimo.j2g.sources.environment/
Removed:
    geronimo/devtools/j2g/trunk/src/main/resources/properties/org.apache.geronimo.j2g.descriptors.ejb/
    geronimo/devtools/j2g/trunk/src/main/resources/properties/org.apache.geronimo.j2g.descriptors.ejb.annotation/
    geronimo/devtools/j2g/trunk/src/main/resources/properties/org.apache.geronimo.j2g.sources.dependence/
    geronimo/devtools/j2g/trunk/src/main/resources/properties/org.apache.geronimo.j2g.sources.environment/
Modified:
    geronimo/devtools/j2g/trunk/configurator/pom.xml
    geronimo/devtools/j2g/trunk/eclipse/pom.xml
    geronimo/devtools/j2g/trunk/pom.xml
    geronimo/devtools/j2g/trunk/src/main/resources/bin/j2g-configure.bat
    geronimo/devtools/j2g/trunk/src/main/resources/bin/j2g-configure.sh
    geronimo/devtools/j2g/trunk/src/main/resources/bin/jdesc2g.bat
    geronimo/devtools/j2g/trunk/src/main/resources/bin/jdesc2g.sh
    geronimo/devtools/j2g/trunk/src/main/resources/bin/jres2g.bat
    geronimo/devtools/j2g/trunk/src/main/resources/bin/jres2g.sh
    geronimo/devtools/j2g/trunk/src/main/resources/bin/jsrc2g.bat
    geronimo/devtools/j2g/trunk/src/main/resources/bin/jsrc2g.sh

Modified: geronimo/devtools/j2g/trunk/configurator/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/j2g/trunk/configurator/pom.xml?rev=582941&r1=582940&r2=582941&view=diff
==============================================================================
--- geronimo/devtools/j2g/trunk/configurator/pom.xml (original)
+++ geronimo/devtools/j2g/trunk/configurator/pom.xml Mon Oct  8 12:03:30 2007
@@ -18,15 +18,18 @@
 <!-- $Rev$ $Date$ -->
 <project>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.geronimo.tools</groupId>
-    <artifactId>configurator</artifactId>
-    <packaging>jar</packaging>
-    <name>${artifactId}</name>
+
     <parent>
-        <groupId>org.apache.geronimo.tools</groupId>
+        <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>j2g</artifactId>
         <version>1.0.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
+
+    <groupId>org.apache.geronimo.devtools.j2g</groupId>
+    <artifactId>configurator</artifactId>
+    <packaging>jar</packaging>
+    <name>J2G :: Configurator</name>
+
     <dependencies></dependencies>
 </project>

Modified: geronimo/devtools/j2g/trunk/eclipse/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/j2g/trunk/eclipse/pom.xml?rev=582941&r1=582940&r2=582941&view=diff
==============================================================================
--- geronimo/devtools/j2g/trunk/eclipse/pom.xml (original)
+++ geronimo/devtools/j2g/trunk/eclipse/pom.xml Mon Oct  8 12:03:30 2007
@@ -18,17 +18,18 @@
 <project>
                                                 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.geronimo.tools</groupId>
-    <artifactId>eclipse</artifactId>
-    <packaging>pom</packaging>
-    <name>${artifactId}</name>
-                                                
+
     <parent>
-        <groupId>org.apache.geronimo.tools</groupId>
+        <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>j2g</artifactId>
         <version>1.0.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
+
+    <groupId>org.apache.geronimo.devtools.j2g</groupId>
+    <artifactId>eclipse</artifactId>
+    <packaging>pom</packaging>
+    <name>J2g :: Eclipse</name>                                               
                                                 
     <build>
         <plugins>

Modified: geronimo/devtools/j2g/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/j2g/trunk/pom.xml?rev=582941&r1=582940&r2=582941&view=diff
==============================================================================
--- geronimo/devtools/j2g/trunk/pom.xml (original)
+++ geronimo/devtools/j2g/trunk/pom.xml Mon Oct  8 12:03:30 2007
@@ -18,17 +18,19 @@
 <!-- $Rev$ $Date$ -->
 <project>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.geronimo.tools</groupId>
-    <artifactId>j2g</artifactId>
-    <packaging>pom</packaging>
-    <name>${artifactId}</name>
-    <version>1.0.0-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
         <version>4</version>
     </parent>
+
+    <groupId>org.apache.geronimo.devtools</groupId>
+    <artifactId>j2g</artifactId>
+    <packaging>pom</packaging>
+    <name>J2G :: J2G</name>
+    <version>1.0.0-SNAPSHOT</version>
+
 
     <description>JBoss to Geronimo Conversion Tool</description>
     <url>http://geronimo.apache.org/devtools</url>

Modified: geronimo/devtools/j2g/trunk/src/main/resources/bin/j2g-configure.bat
URL: http://svn.apache.org/viewvc/geronimo/devtools/j2g/trunk/src/main/resources/bin/j2g-configure.bat?rev=582941&r1=582940&r2=582941&view=diff
==============================================================================
--- geronimo/devtools/j2g/trunk/src/main/resources/bin/j2g-configure.bat (original)
+++ geronimo/devtools/j2g/trunk/src/main/resources/bin/j2g-configure.bat Mon Oct  8 12:03:30 2007
@@ -49,7 +49,7 @@
 XCOPY /Y /E ..\compatibility\* %ECLIPSE_HOME%\plugins\
 
 ECHO.
-java -cp ..\lib\configurator-1.0.0-SNAPSHOT.jar org.apache.geronimo.j2g.Configurator %ECLIPSE_HOME%
+java -cp ..\lib\configurator-1.0.0-SNAPSHOT.jar org.apache.geronimo.devtools.j2g.Configurator %ECLIPSE_HOME%
 
 :end
 @REM pause the batch file if GERONIMO_BATCH_PAUSE is set to 'on'

Modified: geronimo/devtools/j2g/trunk/src/main/resources/bin/j2g-configure.sh
URL: http://svn.apache.org/viewvc/geronimo/devtools/j2g/trunk/src/main/resources/bin/j2g-configure.sh?rev=582941&r1=582940&r2=582941&view=diff
==============================================================================
--- geronimo/devtools/j2g/trunk/src/main/resources/bin/j2g-configure.sh (original)
+++ geronimo/devtools/j2g/trunk/src/main/resources/bin/j2g-configure.sh Mon Oct  8 12:03:30 2007
@@ -36,6 +36,6 @@
 cp -vfr ../properties/* $ECLIPSE_HOME/plugins/
 cp -vfr ../compatibility/* $ECLIPSE_HOME/plugins/
 echo ""
-java -cp ../lib/configurator-1.0.0-SNAPSHOT.jar org.apache.geronimo.j2g.Configurator $ECLIPSE_HOME
+java -cp ../lib/configurator-1.0.0-SNAPSHOT.jar org.apache.geronimo.devtools.j2g.Configurator $ECLIPSE_HOME
 
 

Modified: geronimo/devtools/j2g/trunk/src/main/resources/bin/jdesc2g.bat
URL: http://svn.apache.org/viewvc/geronimo/devtools/j2g/trunk/src/main/resources/bin/jdesc2g.bat?rev=582941&r1=582940&r2=582941&view=diff
==============================================================================
--- geronimo/devtools/j2g/trunk/src/main/resources/bin/jdesc2g.bat (original)
+++ geronimo/devtools/j2g/trunk/src/main/resources/bin/jdesc2g.bat Mon Oct  8 12:03:30 2007
@@ -57,7 +57,7 @@
 GOTO ENV_CHECKS
 
 :GO
-java -classpath %ECLIPSE_HOME%\plugins\org.eclipse.equinox.launcher_*.jar org.eclipse.core.launcher.Main -application org.apache.geronimo.j2g.descriptors.tool -data %WORKSPACE% -configuration %ECLIPSE_HOME%\configuration %*
+java -classpath %ECLIPSE_HOME%\plugins\org.eclipse.equinox.launcher_*.jar org.eclipse.core.launcher.Main -application org.apache.geronimo.devtools.j2g.descriptors.tool -data %WORKSPACE% -configuration %ECLIPSE_HOME%\configuration %*
 
 :end
 @REM pause the batch file if GERONIMO_BATCH_PAUSE is set to 'on'

Modified: geronimo/devtools/j2g/trunk/src/main/resources/bin/jdesc2g.sh
URL: http://svn.apache.org/viewvc/geronimo/devtools/j2g/trunk/src/main/resources/bin/jdesc2g.sh?rev=582941&r1=582940&r2=582941&view=diff
==============================================================================
--- geronimo/devtools/j2g/trunk/src/main/resources/bin/jdesc2g.sh (original)
+++ geronimo/devtools/j2g/trunk/src/main/resources/bin/jdesc2g.sh Mon Oct  8 12:03:30 2007
@@ -39,4 +39,4 @@
     read WORKSPACE
 fi
 
-java -classpath $ECLIPSE_HOME/plugins/org.eclipse.equinox.launcher_*.jar org.eclipse.core.launcher.Main -application org.apache.geronimo.j2g.descriptors.tool -data $WORKSPACE $*
+java -classpath $ECLIPSE_HOME/plugins/org.eclipse.equinox.launcher_*.jar org.eclipse.core.launcher.Main -application org.apache.geronimo.devtools.j2g.descriptors.tool -data $WORKSPACE $*

Modified: geronimo/devtools/j2g/trunk/src/main/resources/bin/jres2g.bat
URL: http://svn.apache.org/viewvc/geronimo/devtools/j2g/trunk/src/main/resources/bin/jres2g.bat?rev=582941&r1=582940&r2=582941&view=diff
==============================================================================
--- geronimo/devtools/j2g/trunk/src/main/resources/bin/jres2g.bat (original)
+++ geronimo/devtools/j2g/trunk/src/main/resources/bin/jres2g.bat Mon Oct  8 12:03:30 2007
@@ -57,7 +57,7 @@
 GOTO ENV_CHECKS
 
 :GO
-java -classpath %ECLIPSE_HOME%\plugins\org.eclipse.equinox.launcher_*.jar org.eclipse.core.launcher.Main -application org.apache.geronimo.j2g.resources.tool -data %WORKSPACE% -configuration %ECLIPSE_HOME%\configuration %*
+java -classpath %ECLIPSE_HOME%\plugins\org.eclipse.equinox.launcher_*.jar org.eclipse.core.launcher.Main -application org.apache.geronimo.devtools.j2g.resources.tool -data %WORKSPACE% -configuration %ECLIPSE_HOME%\configuration %*
 
 :end
 @REM pause the batch file if GERONIMO_BATCH_PAUSE is set to 'on'

Modified: geronimo/devtools/j2g/trunk/src/main/resources/bin/jres2g.sh
URL: http://svn.apache.org/viewvc/geronimo/devtools/j2g/trunk/src/main/resources/bin/jres2g.sh?rev=582941&r1=582940&r2=582941&view=diff
==============================================================================
--- geronimo/devtools/j2g/trunk/src/main/resources/bin/jres2g.sh (original)
+++ geronimo/devtools/j2g/trunk/src/main/resources/bin/jres2g.sh Mon Oct  8 12:03:30 2007
@@ -39,4 +39,4 @@
     read WORKSPACE
 fi
 
-java -classpath $ECLIPSE_HOME/plugins/org.eclipse.equinox.launcher_*.jar org.eclipse.core.launcher.Main -application org.apache.geronimo.j2g.resources.tool -data $WORKSPACE $*
+java -classpath $ECLIPSE_HOME/plugins/org.eclipse.equinox.launcher_*.jar org.eclipse.core.launcher.Main -application org.apache.geronimo.devtools.j2g.resources.tool -data $WORKSPACE $*

Modified: geronimo/devtools/j2g/trunk/src/main/resources/bin/jsrc2g.bat
URL: http://svn.apache.org/viewvc/geronimo/devtools/j2g/trunk/src/main/resources/bin/jsrc2g.bat?rev=582941&r1=582940&r2=582941&view=diff
==============================================================================
--- geronimo/devtools/j2g/trunk/src/main/resources/bin/jsrc2g.bat (original)
+++ geronimo/devtools/j2g/trunk/src/main/resources/bin/jsrc2g.bat Mon Oct  8 12:03:30 2007
@@ -57,7 +57,7 @@
 GOTO ENV_CHECKS
 
 :GO
-java -classpath %ECLIPSE_HOME%\plugins\org.eclipse.equinox.launcher_*.jar org.eclipse.core.launcher.Main -application org.apache.geronimo.j2g.sources.tool -data %WORKSPACE% -configuration %ECLIPSE_HOME%\configuration %* 
+java -classpath %ECLIPSE_HOME%\plugins\org.eclipse.equinox.launcher_*.jar org.eclipse.core.launcher.Main -application org.apache.geronimo.devtools.j2g.sources.tool -data %WORKSPACE% -configuration %ECLIPSE_HOME%\configuration %* 
 
 :end
 @REM pause the batch file if GERONIMO_BATCH_PAUSE is set to 'on'

Modified: geronimo/devtools/j2g/trunk/src/main/resources/bin/jsrc2g.sh
URL: http://svn.apache.org/viewvc/geronimo/devtools/j2g/trunk/src/main/resources/bin/jsrc2g.sh?rev=582941&r1=582940&r2=582941&view=diff
==============================================================================
--- geronimo/devtools/j2g/trunk/src/main/resources/bin/jsrc2g.sh (original)
+++ geronimo/devtools/j2g/trunk/src/main/resources/bin/jsrc2g.sh Mon Oct  8 12:03:30 2007
@@ -39,4 +39,4 @@
     read WORKSPACE
 fi
 
-java -classpath $ECLIPSE_HOME/plugins/org.eclipse.equinox.launcher_*.jar org.eclipse.core.launcher.Main -application org.apache.geronimo.j2g.sources.tool -data $WORKSPACE -configuration $ECLIPSE_HOME/configuration $*
+java -classpath $ECLIPSE_HOME/plugins/org.eclipse.equinox.launcher_*.jar org.eclipse.core.launcher.Main -application org.apache.geronimo.devtools.j2g.sources.tool -data $WORKSPACE -configuration $ECLIPSE_HOME/configuration $*