Author: thomas.heute(a)jboss.com
Date: 2007-02-12 10:33:55 -0500 (Mon, 12 Feb 2007)
New Revision: 6214
Removed:
trunk/search/src/resources/
Modified:
trunk/search/build.xml
Log:
Unused files are useless
Modified: trunk/search/build.xml
===================================================================
--- trunk/search/build.xml 2007-02-12 15:10:03 UTC (rev 6213)
+++ trunk/search/build.xml 2007-02-12 15:33:55 UTC (rev 6214)
@@ -133,12 +133,12 @@
<exclude name="org/jboss/portal/search/test/**/*"/>
</fileset>
</jar>
- <copy todir="${build.resources}/portal-search-sar">
+ <!--copy todir="${build.resources}/portal-search-sar">
<fileset dir="${build.lib}"
includes="portal-search-lib.jar"/>
</copy>
<jar jarfile="${build.lib}/portal-search.sar">
<fileset dir="${build.resources}/portal-search-sar"
includes="**/*"/>
- </jar>
+ </jar-->
</target>
Show replies by date