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

Modified Files:
        project.xml 
Log Message:
Added Tapestry and HiveMind dependencies (still beta)

Index: project.xml
===================================================================
RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/project.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** project.xml 22 Aug 2005 10:01:18 -0000      1.1
--- project.xml 7 Sep 2005 14:53:01 -0000       1.2
***************
*** 1,27 ****
  <?xml version="1.0" encoding="UTF-8"?>
  <project>
!     <extend>${basedir}/../project.xml</extend>
!     <artifactId>xdoclet-plugin-tapestry</artifactId>
!     <id>xdoclet-plugin-tapestry</id>
!     <name>xdoclet-plugin-tapestry</name>
!     <developers>
!         <developer>
!             <name>Paolo Donà</name>
!             <id>paolo.dona</id>
!             <email>paolo dot dona (at) gmail dot com</email>
!             <organization/>
!             <roles>
!                 <role>Java Developer</role>
!             </roles>
!         </developer>
!     </developers>
!     <dependencies>
!         <!-- build time only -->
!         <dependency>
!             <groupId>${pom.groupId}</groupId>
!             <artifactId>xdoclet-plugin-qtags</artifactId>
!             <version>${pom.currentVersion}</version>
!         </dependency>
!     </dependencies>
  </project>
  
--- 1,35 ----
  <?xml version="1.0" encoding="UTF-8"?>
  <project>
!   <extend>${basedir}/../project.xml</extend>
!   <artifactId>xdoclet-plugin-tapestry</artifactId>
!   <id>xdoclet-plugin-tapestry</id>
!   <name>xdoclet-plugin-tapestry</name>
!   <developers>
!     <developer>
!       <name>Paolo Don?</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-5</version>
!       <type>jar</type>
!     </dependency>
!     <dependency>
!       <groupId>hivemind</groupId>
!       <artifactId>hivemind</artifactId>
!       <version>1.1-beta-3</version>
!       <type>jar</type>
!     </dependency>
!   </dependencies>
  </project>
  



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to