Update of /cvsroot/xdoclet/xdoclet2/core
In directory sc8-pr-cvs1:/tmp/cvs-serv26999/core

Modified Files:
        project.xml 
Log Message:
Cleanup.

Index: project.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/core/project.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** project.xml 22 Nov 2002 20:49:26 -0000      1.12
--- project.xml 22 Nov 2002 21:15:34 -0000      1.13
***************
*** 2,147 ****
  
  <project>
!   <extend>${basedir}/../project.xml</extend>
!   <pomVersion>3</pomVersion>
!   <id>xdoclet</id>
!   <currentVersion>2.0-alpha-dev</currentVersion>
!   <name>XDoclet</name>
!   <package>xdoclet</package>
! 
!   <dependencies>
!     <dependency>
!       <id>xdoclet+xjavadoc</id>
!       <version>1.0</version>
!       <url>http://xdoclet.sourceforge.net/xjavadoc/</url>
!     </dependency>
! 
!     <dependency>
!       <id>commons-collections</id>
!       <version>2.0</version>
!       <url>http://jakarta.apache.org/commons/collections.html</url>
!     </dependency>
! 
!     <dependency>
!       <id>log4j</id>
!       <version>1.2.6</version>
!       <url>http://jakarta.apache.org/log4j/</url>
!     </dependency>
! 
!     <dependency>
!       <id>ant</id>
!       <version>1.5</version>
!       <url>http://jakarta.apache.org/ant/</url>
!     </dependency>
! 
!     <dependency>
!       <id>velocity</id>
!       <version>1.4-dev</version>
!       <url>http://jakarta.apache.org/velocity/</url>
!     </dependency>
! 
!     <dependency>
!       <id>junit</id>
!       <version>3.7</version>
!       <type>test</type>
!       <url>http://junit.org/</url>
!     </dependency>
! 
!     <dependency>
!       <id>xmlunit</id>
!       <version>0.8</version>
!       <type>test</type>
!       <url>http://xmlunit.sf.net/</url>
!     </dependency>
! 
!     <dependency>
!       <id>jaxb+api</id>
!       <version>1.0-beta</version>
!       <url>http://java.sun.com/xml/jaxb/</url>
!     </dependency>
! 
!     <dependency>
!       <id>jaxb+libs</id>
!       <version>1.0-beta</version>
!       <url>http://java.sun.com/xml/jaxb/</url>
!     </dependency>
! 
!     <dependency>
!       <id>jaxb+ri</id>
!       <version>1.0-beta</version>
!       <url>http://java.sun.com/xml/jaxb/</url>
!     </dependency>
! 
!     <dependency>
!       <id>jaxb+xjc</id>
!       <version>1.0-beta</version>
!       <url>http://java.sun.com/xml/jaxb/</url>
!     </dependency>
! 
!     <dependency>
!       <id>jaxb+qname</id>
!       <version>1.0-beta</version>
!       <url>http://java.sun.com/xml/jaxb/</url>
!     </dependency>
! 
!     <dependency>
!       <id>jaxp+api</id>
!       <version>1.0-beta</version>
!       <url>http://java.sun.com/xml/jaxp/</url>
!     </dependency>
! 
!     <dependency>
!       <id>castor</id>
!       <version>0.9.4</version>
!       <url>http://castor.exolab.org/</url>
!     </dependency>
! 
!     <dependency>
!       <id>castor+xml</id>
!       <version>0.9.4</version>
!       <url>http://castor.exolab.org/</url>
!     </dependency>
! 
!     <dependency>
!       <id>xmlunit</id>
!       <version>0.8</version>
!       <url>http://xmlunit.sf.net/</url>
!     </dependency>
! 
!     <!--
!     This is only in order to compile the "fix" classes
!     for Struts and get rid of static initialiser problems in them
!     -->
!     <dependency>
!       <id>struts</id>
!       <version>1.1-beta-2</version>
!       <url>http://jakarta.apache.org/struts</url>
!     </dependency>
!     <dependency>
!       <id>servletapi</id>
!       <version>2.3</version>
!       <url>http://jakarta.apache.org/struts</url>
!     </dependency>
!   </dependencies>
! 
!   <build>
!     <sourceDirectory>src/java</sourceDirectory>
!     <unitTestSourceDirectory>src/test/java</unitTestSourceDirectory>
! 
!     <!-- Unit test classes -->
!     <unitTest>
!       <includes>
!         <include>**/*Test.java</include>
!       </includes>
!     </unitTest>
! 
!     <!-- J A R  R E S O U R C E S -->
!     <!-- Resources that are packaged up inside the JAR file   -->
!     <!-- See maven.jarResources.basedir in project.properties -->
! 
!     <resources>
!       <includes>
!         <include>**/*.properties</include>
!       </includes>
!     </resources>
!   </build>
  </project>
--- 2,111 ----
  
  <project>
!     <extend>${basedir}/../project.xml</extend>
!     <pomVersion>3</pomVersion>
!     <id>xdoclet</id>
!     <currentVersion>2.0-alpha-dev</currentVersion>
!     <name>XDoclet</name>
!     <package>xdoclet</package>
! 
!     <dependencies>
!         <dependency>
!             <id>xdoclet+xjavadoc</id>
!             <version>1.0</version>
!             <url>http://xdoclet.sourceforge.net/xjavadoc/</url>
!         </dependency>
! 
!         <dependency>
!             <id>commons-collections</id>
!             <version>2.1</version>
!             <url>http://jakarta.apache.org/commons/collections.html</url>
!         </dependency>
! 
!         <dependency>
!             <id>log4j</id>
!             <version>1.2.6</version>
!             <url>http://jakarta.apache.org/log4j/</url>
!         </dependency>
! 
!         <dependency>
!             <id>ant</id>
!             <version>1.5</version>
!             <url>http://jakarta.apache.org/ant/</url>
!         </dependency>
! 
!         <dependency>
!             <id>velocity</id>
!             <version>1.4-dev</version>
!             <url>http://jakarta.apache.org/velocity/</url>
!         </dependency>
! 
!         <dependency>
!             <id>junit</id>
!             <version>3.7</version>
!             <type>test</type>
!             <url>http://junit.org/</url>
!         </dependency>
! 
!         <dependency>
!             <id>xmlunit</id>
!             <version>0.8</version>
!             <type>test</type>
!             <url>http://xmlunit.sf.net/</url>
!         </dependency>
!         
!         <dependency>
!             <id>castor</id>
!             <version>0.9.4</version>
!             <url>http://castor.exolab.org/</url>
!         </dependency>
! 
!         <dependency>
!             <id>castor+xml</id>
!             <version>0.9.4</version>
!             <url>http://castor.exolab.org/</url>
!         </dependency>
! 
!         <dependency>
!             <id>xmlunit</id>
!             <version>0.8</version>
!             <url>http://xmlunit.sf.net/</url>
!         </dependency>
! 
!         <!--
!         This is only in order to compile the "fix" classes
!         for Struts and get rid of static initialiser problems in them
!         -->
!         <dependency>
!             <id>struts</id>
!             <version>1.1-beta-2</version>
!             <url>http://jakarta.apache.org/struts</url>
!         </dependency>
!         <dependency>
!             <id>servletapi</id>
!             <version>2.3</version>
!             <url>http://jakarta.apache.org/struts</url>
!         </dependency>
!     </dependencies>
! 
!     <build>
!         <sourceDirectory>src/java</sourceDirectory>
!         <unitTestSourceDirectory>src/test/java</unitTestSourceDirectory>
! 
!         <!-- Unit test classes -->
!         <unitTest>
!             <includes>
!                 <include>**/*Test.java</include>
!             </includes>
!         </unitTest>
! 
!         <!-- J A R  R E S O U R C E S -->
!         <!-- Resources that are packaged up inside the JAR file   -->
!         <!-- See maven.jarResources.basedir in project.properties -->
! 
!         <resources>
!             <includes>
!                 <include>**/*.properties</include>
!             </includes>
!         </resources>
!     </build>
  </project>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to