Author: tv
Date: Mon Apr 13 16:42:48 2009
New Revision: 764522
URL: http://svn.apache.org/viewvc?rev=764522&view=rev
Log:
Remove unused configuration files to reduce confusion
Removed:
turbine/core/trunk/conf/Fulcrum.properties
Modified:
turbine/core/trunk/conf/build.xml
Modified: turbine/core/trunk/conf/build.xml
URL:
http://svn.apache.org/viewvc/turbine/core/trunk/conf/build.xml?rev=764522&r1=764521&r2=764522&view=diff
==============================================================================
--- turbine/core/trunk/conf/build.xml (original)
+++ turbine/core/trunk/conf/build.xml Mon Apr 13 16:42:48 2009
@@ -37,9 +37,6 @@
<property name="master" value="${master.home}/TurbineResources.master"/>
<property name="copy" value="${target.dir}/TurbineResources.properties"/>
- <property name="fulcrum.master" value="${master.home}/Fulcrum.master"/>
- <property name="fulcrum.copy" value="${target.dir}/Fulcrum.properties"/>
-
<!-- =================================================================== -->
<!-- T R P R O P S -->
<!-- =================================================================== -->
@@ -51,11 +48,8 @@
<echo message="Creating TurbineResources ..."/>
<delete file="${copy}"/>
- <delete file="${fulcrum.copy}"/>
<copy file="${master}" tofile="${copy}" filtering="on"/>
- <copy file="${fulcrum.master}" tofile="${fulcrum.copy}" filtering="on"/>
-
</target>
<!-- =================================================================== -->