r1500 - xwiki/trunk
Vincent Massol
vmassol at users.forge.objectweb.org
Fri Nov 3 14:17:10 CET 2006
Author: vmassol
Date: 2006-11-03 14:17:09 +0100 (Fri, 03 Nov 2006)
New Revision: 1500
Modified:
xwiki/trunk/build.xml
Log:
XWIKI-12: Reorganize directory structure to match Maven2 best practices and cleanup build
* Trying to clean the Ant build by removing supposedly unneeded build step.
Modified: xwiki/trunk/build.xml
===================================================================
--- xwiki/trunk/build.xml 2006-11-03 12:54:32 UTC (rev 1499)
+++ xwiki/trunk/build.xml 2006-11-03 13:17:09 UTC (rev 1500)
@@ -272,12 +272,6 @@
dir="${basedir}/" />
</copy>
- <copy todir="${build.dir}/web/WEB-INF/classes">
- <fileset dir="${build.dir}/web/WEB-INF">
- <include name="hibernate.cfg.xml" />
- </fileset>
- </copy>
-
</target>
<target name="xwiki" depends="clover-yes, clover-no, xwiki.nonjava">
More information about the Xwiki-notifications
mailing list