[Jboss-cvs] JBossAS SVN: r54982 - trunk/testsuite

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 1 12:09:13 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-08-01 12:09:11 -0400 (Tue, 01 Aug 2006)
New Revision: 54982

Modified:
   trunk/testsuite/build.xml
Log:
Remove the retrotranslator references

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2006-08-01 15:55:34 UTC (rev 54981)
+++ trunk/testsuite/build.xml	2006-08-01 16:09:11 UTC (rev 54982)
@@ -102,7 +102,6 @@
       <path refid="objectweb.joramtests.classpath"/>
       <path refid="opensaml.opensaml.classpath"/>
       <path refid="oswego.concurrent.classpath"/>
-      <path refid="retrotranslator.retrotranslator.classpath"/>
       <path refid="sun.jaf.classpath"/>
       <path refid="sun.javamail.classpath"/>
       <path refid="sun.jsf.classpath"/>
@@ -208,10 +207,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}"/>
@@ -288,17 +283,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