brett       2005/09/30 02:43:55

  Modified:    m2       ejb-builder.pom maven2.bat maven2.sh
                        openejb-builder.pom pkgen-builder.pom
  Log:

  update xmlbeans plugin
  
  Revision  Changes    Path
  1.4       +3 -2      openejb/m2/ejb-builder.pom
  
  Index: ejb-builder.pom
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/m2/ejb-builder.pom,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -u -r1.3 -r1.4
  --- ejb-builder.pom   30 Sep 2005 01:20:26 -0000      1.3
  +++ ejb-builder.pom   30 Sep 2005 06:43:55 -0000      1.4
  @@ -17,7 +17,8 @@
     <build>
       <plugins>
         <plugin>
  -        <artifactId>maven-xmlbeans-plugin</artifactId>
  +        <groupId>org.codehaus.mojo</groupId>
  +        <artifactId>xmlbeans-maven-plugin</artifactId>
           <configuration>
             
<sourceSchemas>src/schema/openejb-jar-2.0.xsd,src/schema/corba-tss-config_1_0.xsd,src/schema/corba-css-config_1_0.xsd</sourceSchemas>
             <xmlConfigs>src/schema/xmlconfig.xml</xmlConfigs>
  
  
  
  1.10      +0 -2      openejb/m2/maven2.bat
  
  Index: maven2.bat
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/m2/maven2.bat,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -u -r1.9 -r1.10
  --- maven2.bat        28 Sep 2005 09:12:21 -0000      1.9
  +++ maven2.bat        30 Sep 2005 06:43:55 -0000      1.10
  @@ -137,8 +137,6 @@
   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
   
   
   del cvs.exclude
  
  
  
  1.21      +0 -2      openejb/m2/maven2.sh
  
  Index: maven2.sh
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/m2/maven2.sh,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -u -r1.20 -r1.21
  --- maven2.sh 28 Sep 2005 09:12:21 -0000      1.20
  +++ maven2.sh 30 Sep 2005 06:43:55 -0000      1.21
  @@ -176,5 +176,3 @@
   $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.8       +1 -1      openejb/m2/openejb-builder.pom
  
  Index: openejb-builder.pom
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/m2/openejb-builder.pom,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -u -r1.7 -r1.8
  --- openejb-builder.pom       30 Sep 2005 01:20:26 -0000      1.7
  +++ openejb-builder.pom       30 Sep 2005 06:43:55 -0000      1.8
  @@ -398,7 +398,7 @@
   
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
  -        <artifactId>maven-xmlbeans-plugin</artifactId>
  +        <artifactId>xmlbeans-maven-plugin</artifactId>
           <executions>
             <execution>
               <goals>
  
  
  
  1.4       +1 -1      openejb/m2/pkgen-builder.pom
  
  Index: pkgen-builder.pom
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/m2/pkgen-builder.pom,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -u -r1.3 -r1.4
  --- pkgen-builder.pom 30 Sep 2005 01:20:26 -0000      1.3
  +++ pkgen-builder.pom 30 Sep 2005 06:43:55 -0000      1.4
  @@ -41,7 +41,7 @@
       <plugins>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
  -        <artifactId>maven-xmlbeans-plugin</artifactId>
  +        <artifactId>xmlbeans-maven-plugin</artifactId>
           <executions>
             <execution>
               <goals>
  
  
  

Reply via email to