[Jboss-cvs] JBossAS SVN: r54960 - branches/Branch_4_0/testsuite

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 31 20:05:09 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-07-31 20:05:08 -0400 (Mon, 31 Jul 2006)
New Revision: 54960

Modified:
   branches/Branch_4_0/testsuite/build.xml
Log:
Remove the xdoclet references

Modified: branches/Branch_4_0/testsuite/build.xml
===================================================================
--- branches/Branch_4_0/testsuite/build.xml	2006-08-01 00:00:24 UTC (rev 54959)
+++ branches/Branch_4_0/testsuite/build.xml	2006-08-01 00:05:08 UTC (rev 54960)
@@ -198,10 +198,6 @@
   <property name="build.reports" value="${module.output}/reports"/>
   <property name="build.testlog" value="${module.output}/log"/>
 
-  <!--xdoclet output directories-->
-  <property name="build.gen-src" value="${module.output}/gen-src/"/>
-  <!-- put ejb-jar.xml and other resources into build.resources-->
-
   <!-- Install/Release structure -->
   <property name="install.id" value="${module.name}-${module.version}"/>
   <property name="release.id" value="${install.id}"/>
@@ -286,17 +282,6 @@
      <propertyref prefix="jbosstest."/>
   </propertyset>
 
-  <!-- xdoclet -->
-  <path id="xdoclet.task.classpath">
-    <path refid="tests.classpath"/>
-    <fileset dir="${xdoclet.xdoclet.lib}">
-      <include name="**/*.jar"/>
-    </fileset>
-  </path>
-  <property name="xdoclet.task.classpath" refid="xdoclet.task.classpath"/>
-
-  <property name="xdoclet.mergedir" value="${project.tools}/etc/xdoclet/templates}"/>
-
   <target name="init">
     <record name="${basedir}/build.log" append="yes" action="start" loglevel="error"/>
     <!-- Setup the version 1 classes so the tests compile -->




More information about the jboss-cvs-commits mailing list