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

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


Index: project.xml
===================================================================
RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/project.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** project.xml 9 Dec 2005 00:35:17 -0000       1.5
--- project.xml 25 Aug 2006 06:32:44 -0000      1.6
***************
*** 1,34 ****
  <?xml version="1.0" encoding="UTF-8"?>
  <project>
!   <extend>${basedir}/../project.xml</extend>
!   <artifactId>xdoclet-plugin-tapestry</artifactId>
!   <name>xdoclet-plugin-tapestry</name>
!   <developers>
!     <developer>
!       <name>Paolo Dona</name>
!       <id>paolo.dona</id>
!       <email>paolo dot dona (at) gmail dot com</email>
!     </developer>
!   </developers>
!   <dependencies>
      <!-- build time only -->
!     <dependency>
!       <groupId>${pom.groupId}</groupId>
!       <artifactId>xdoclet-plugin-qtags</artifactId>
!       <version>${pom.currentVersion}</version>
!     </dependency>
!     <dependency>
!       <groupId>tapestry</groupId>
!       <artifactId>tapestry</artifactId>
!       <version>4.0-beta-13</version>
!       <type>jar</type>
!     </dependency>
!     <dependency>
!       <groupId>hivemind</groupId>
!       <artifactId>hivemind</artifactId>
!       <version>1.1</version>
!       <type>jar</type>
!     </dependency>
!   </dependencies>
  </project>
  
--- 1,39 ----
  <?xml version="1.0" encoding="UTF-8"?>
  <project>
!     <extend>${basedir}/../project.xml</extend>
!     <artifactId>xdoclet-plugin-tapestry</artifactId>
!     <name>xdoclet-plugin-tapestry</name>
!     <developers>
!         <developer>
!             <name>Paolo Dona</name>
!             <id>paolo.dona</id>
!             <email>paolo dot dona (at) gmail dot com</email>
!         </developer>
!     </developers>
!     <dependencies>
      <!-- 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>
!         <dependency>
!             <groupId>tapestry</groupId>
!             <artifactId>tapestry</artifactId>
!             <version>4.0-beta-13</version>
!             <type>jar</type>
!         </dependency>
!         <dependency>
!             <groupId>hivemind</groupId>
!             <artifactId>hivemind</artifactId>
!             <version>1.1</version>
!             <type>jar</type>
!         </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