You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2004/09/19 04:43:49 UTC

svn commit: rev 46313 - forrest/trunk/src/core/targets

Author: crossley
Date: Sat Sep 18 19:43:48 2004
New Revision: 46313

Modified:
   forrest/trunk/src/core/targets/context.xml
Log:
Also removed copying and renaming of version-specific sitemaps.
Issue: FOR-295


Modified: forrest/trunk/src/core/targets/context.xml
==============================================================================
--- forrest/trunk/src/core/targets/context.xml	(original)
+++ forrest/trunk/src/core/targets/context.xml	Sat Sep 18 19:43:48 2004
@@ -86,16 +86,11 @@
    </target>
 
   <target name="copy-sitemap" if="sitemap.present">
+<!--FIXME: Now that we don't copy anymore, this target should be renamed -->
     <copy toDir="${project.webapp}" filtering="false" overwrite="true" failonerror="false">
       <fileset dir="${sitemap-dir}">
         <include name="jtidy.properties"/>
       </fileset>
-    </copy>
-    <copy toDir="${project.webapp}" filtering="false" overwrite="true">
-      <fileset dir="${sitemap-dir}">
-        <include name="*-${version}.xmap"/>
-      </fileset>
-      <mapper type="glob" from="*-${version}.xmap" to="*.xmap"/>
     </copy>
   </target>