Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-ejb

Modified Files:
        project.xml 
Log Message:
fixed m1 build


Index: project.xml
===================================================================
RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/project.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** project.xml 23 Jun 2006 14:04:54 -0000      1.12
--- project.xml 25 Aug 2006 06:32:43 -0000      1.13
***************
*** 1,9 ****
  <?xml version="1.0" encoding="UTF-8"?>
  <project>
!   <extend>${basedir}/../project.xml</extend>
!   <artifactId>xdoclet-plugin-ejb</artifactId>
!   <name>xdoclet-plugin-ejb</name>
  
!   <developers>
          <developer>
              <name>Diogo Bacelar Quintela</name>
--- 1,9 ----
  <?xml version="1.0" encoding="UTF-8"?>
  <project>
!     <extend>${basedir}/../project.xml</extend>
!     <artifactId>xdoclet-plugin-ejb</artifactId>
!     <name>xdoclet-plugin-ejb</name>
  
!     <developers>
          <developer>
              <name>Diogo Bacelar Quintela</name>
***************
*** 24,52 ****
              </roles>
          </developer>
!   </developers>
!   <dependencies>
      <!--
          need to compile tests
      -->
!     <dependency>
!       <groupId>geronimo-spec</groupId>
!       <artifactId>geronimo-spec-ejb</artifactId>
!       <version>2.1-rc4</version>
!     </dependency>
!     <dependency>
!       <groupId>geronimo-spec</groupId>
!       <artifactId>geronimo-spec-jms</artifactId>
!       <version>1.1-rc4</version>
!     </dependency>
  
      <!-- build time only -->
  
!     <dependency>
!       <groupId>${pom.groupId}</groupId>
!       <artifactId>xdoclet-plugin-qtags</artifactId>
!       <version>${pom.currentVersion}</version>
!     </dependency>
  
!   </dependencies>
  
  </project>
--- 24,57 ----
              </roles>
          </developer>
!     </developers>
!     <dependencies>
      <!--
          need to compile tests
      -->
!         <dependency>
!             <groupId>geronimo-spec</groupId>
!             <artifactId>geronimo-spec-ejb</artifactId>
!             <version>2.1-rc4</version>
!         </dependency>
!         <dependency>
!             <groupId>geronimo-spec</groupId>
!             <artifactId>geronimo-spec-jms</artifactId>
!             <version>1.1-rc4</version>
!         </dependency>
  
      <!-- build time only -->
  
!         <dependency>
!             <groupId>${pom.groupId}</groupId>
!             <artifactId>xdoclet-plugin-qtags</artifactId>
!             <version>${pom.currentVersion}</version>
!         </dependency>
!         <dependency>
!             <groupId>${pom.groupId}</groupId>
!             <artifactId>xdoclet-taglib-qtags</artifactId>
!             <version>${pom.currentVersion}</version>
!         </dependency>
  
!     </dependencies>
  
  </project>


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to