brett 2005/09/28 05:12:21
Modified: m2 maven2.bat maven2.sh openejb-core.pom
openejb-root.pom
Log:
update to geronimo libraries
Revision Changes Path
1.9 +1 -0 openejb/m2/maven2.bat
Index: maven2.bat
===================================================================
RCS file: /home/projects/openejb/scm/openejb/m2/maven2.bat,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -u -r1.8 -r1.9
--- maven2.bat 26 Sep 2005 06:35:32 -0000 1.8
+++ maven2.bat 28 Sep 2005 09:12:21 -0000 1.9
@@ -135,6 +135,7 @@
call %M2_HOME%\bin\m2 install:install-file -DgroupId=geronimo
-DartifactId=geronimo-service-builder -Dpackaging=jar -Dversion=1.0-SNAPSHOT
-Dfile=repository\geronimo-service-builder-1.0-SNAPSHOT.jar
call %M2_HOME%\bin\m2 install:install-file -DgroupId=geronimo
-DartifactId=geronimo-system -Dpackaging=jar -Dversion=1.0-SNAPSHOT
-Dfile=repository\geronimo-system-1.0-SNAPSHOT.jar
call %M2_HOME%\bin\m2 install:install-file -DgroupId=geronimo
-DartifactId=geronimo-transaction -Dpackaging=jar -Dversion=1.0-SNAPSHOT
-Dfile=repository\geronimo-transaction-1.0-SNAPSHOT.jar
+call %M2_HOME%\bin\m2 install:install-file -DgroupId=geronimo
-DartifactId=geronimo-util -Dpackaging=jar -Dversion=1.0-SNAPSHOT
-Dfile=repository\geronimo-util-1.0-SNAPSHOT.jar
call %M2_HOME%\bin\m2 install:install-file -DgroupId=tranql
-DartifactId=tranql -Dpackaging=jar -Dversion=1.1-SNAPSHOT
-Dfile=repository\tranql-1.1-SNAPSHOT.jar
call %M2_HOME%\bin\m2 install:install-file -DgroupId=org.codehaus.mojo
-DartifactId=maven-xmlbeans-plugin -Dpackaging=jar -Dversion=1.0-SNAPSHOT
-Dfile=repository\maven-xmlbeans-plugin-1.0-SNAPSHOT.jar
call %M2_HOME%\bin\m2 install:install-file -DgroupId=org.codehaus.mojo
-DartifactId=maven-xmlbeans-plugin -Dpackaging=pom -Dversion=1.0-SNAPSHOT
-Dfile=repository\maven-xmlbeans-plugin-1.0-SNAPSHOT.pom
1.20 +1 -0 openejb/m2/maven2.sh
Index: maven2.sh
===================================================================
RCS file: /home/projects/openejb/scm/openejb/m2/maven2.sh,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -u -r1.19 -r1.20
--- maven2.sh 26 Sep 2005 16:58:25 -0000 1.19
+++ maven2.sh 28 Sep 2005 09:12:21 -0000 1.20
@@ -174,6 +174,7 @@
$M2_HOME/bin/m2 install:install-file -DgroupId=geronimo
-DartifactId=geronimo-service-builder -Dpackaging=jar -Dversion=1.0-SNAPSHOT
-Dfile=repository/geronimo-service-builder-1.0-SNAPSHOT.jar
$M2_HOME/bin/m2 install:install-file -DgroupId=geronimo
-DartifactId=geronimo-system -Dpackaging=jar -Dversion=1.0-SNAPSHOT
-Dfile=repository/geronimo-system-1.0-SNAPSHOT.jar
$M2_HOME/bin/m2 install:install-file -DgroupId=geronimo
-DartifactId=geronimo-transaction -Dpackaging=jar -Dversion=1.0-SNAPSHOT
-Dfile=repository/geronimo-transaction-1.0-SNAPSHOT.jar
+$M2_HOME/bin/m2 install:install-file -DgroupId=geronimo
-DartifactId=geronimo-util -Dpackaging=jar -Dversion=1.0-SNAPSHOT
-Dfile=repository/geronimo-util-1.0-SNAPSHOT.jar
$M2_HOME/bin/m2 install:install-file -DgroupId=tranql -DartifactId=tranql
-Dpackaging=jar -Dversion=1.0-SNAPSHOT -Dfile=repository/tranql-1.0-SNAPSHOT.jar
$M2_HOME/bin/m2 install:install-file -DgroupId=org.codehaus.mojo
-DartifactId=maven-xmlbeans-plugin -Dpackaging=jar -Dversion=1.0-SNAPSHOT
-Dfile=repository/maven-xmlbeans-plugin-1.0-SNAPSHOT.jar
$M2_HOME/bin/m2 install:install-file -DgroupId=org.codehaus.mojo
-DartifactId=maven-xmlbeans-plugin -Dpackaging=pom -Dversion=1.0-SNAPSHOT
-Dfile=repository/maven-xmlbeans-plugin-1.0-SNAPSHOT.pom
1.6 +6 -1 openejb/m2/openejb-core.pom
Index: openejb-core.pom
===================================================================
RCS file: /home/projects/openejb/scm/openejb/m2/openejb-core.pom,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -u -r1.5 -r1.6
--- openejb-core.pom 24 Sep 2005 04:14:26 -0000 1.5
+++ openejb-core.pom 28 Sep 2005 09:12:21 -0000 1.6
@@ -17,6 +17,11 @@
<dependencies>
<dependency>
+ <groupId>geronimo</groupId>
+ <artifactId>geronimo-util</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>geronimo-spec</groupId>
<artifactId>geronimo-spec-ejb</artifactId>
</dependency>
1.6 +6 -0 openejb/m2/openejb-root.pom
Index: openejb-root.pom
===================================================================
RCS file: /home/projects/openejb/scm/openejb/m2/openejb-root.pom,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -u -r1.5 -r1.6
--- openejb-root.pom 26 Sep 2005 06:48:27 -0000 1.5
+++ openejb-root.pom 28 Sep 2005 09:12:21 -0000 1.6
@@ -342,6 +342,12 @@
</dependency>
<dependency>
+ <groupId>geronimo</groupId>
+ <artifactId>geronimo-util</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
<groupId>tranql</groupId>
<artifactId>tranql</artifactId>
<version>1.1-SNAPSHOT</version>