Revision: 49
http://amavisadmin.svn.sourceforge.net/amavisadmin/?rev=49&view=rev
Author: streindl
Date: 2007-01-24 14:06:31 -0800 (Wed, 24 Jan 2007)
Log Message:
-----------
Use correct path for license file
Modified Paths:
--------------
amavisadmin/trunk/webapp/build.xml
Modified: amavisadmin/trunk/webapp/build.xml
===================================================================
--- amavisadmin/trunk/webapp/build.xml 2007-01-24 21:32:40 UTC (rev 48)
+++ amavisadmin/trunk/webapp/build.xml 2007-01-24 22:06:31 UTC (rev 49)
@@ -100,7 +100,7 @@
</target>
<target name="-pre-dist">
- <copy file="LICENSE"
+ <copy file="../LICENSE"
tofile="${build.web.dir}/LICENSE"
filtering="false" overwrite="true">
</copy>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|