[jboss-cvs] JBossAS SVN: r88673 - branches/Branch_5_x/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 11 17:04:17 EDT 2009


Author: pgier
Date: 2009-05-11 17:04:15 -0400 (Mon, 11 May 2009)
New Revision: 88673

Modified:
   branches/Branch_5_x/build/build-distr.xml
Log:
Remove unused target.

Modified: branches/Branch_5_x/build/build-distr.xml
===================================================================
--- branches/Branch_5_x/build/build-distr.xml	2009-05-11 20:49:47 UTC (rev 88672)
+++ branches/Branch_5_x/build/build-distr.xml	2009-05-11 21:04:15 UTC (rev 88673)
@@ -17,26 +17,6 @@
   -->
 
   <!-- ======== -->
-  <!-- Test     -->
-  <!-- ======== -->
-
-  <target name="_module-test-most">
-    <property name="_module.name" value="test" override="true"/>
-    <property name="_module.output" override="true" value="${project.root}/${_module.name}/output"/>
-  </target>
-
-  <target name="_module-test-all" depends="_module-test-most">
-    <!-- Copy the generated javadocs -->
-    <mkdir dir="${install.api}/${_module.name}"/>
-    <copy todir="${install.api}/${_module.name}" filtering="no">
-      <fileset dir="${_module.output}/api">
-        <include name="**/*"/>
-      </fileset>
-    </copy>
-
-  </target>
-
-  <!-- ======== -->
   <!-- Remoting -->
   <!-- ======== -->
 




More information about the jboss-cvs-commits mailing list