You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/12/05 04:50:35 UTC

svn commit: r887492 - /incubator/pivot/trunk/build.xml

Author: tvolkert
Date: Sat Dec  5 03:50:34 2009
New Revision: 887492

URL: http://svn.apache.org/viewvc?rev=887492&view=rev
Log:
Removed the clean-www macro from the build file -- it's no longer needed

Modified:
    incubator/pivot/trunk/build.xml

Modified: incubator/pivot/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/build.xml?rev=887492&r1=887491&r2=887492&view=diff
==============================================================================
--- incubator/pivot/trunk/build.xml (original)
+++ incubator/pivot/trunk/build.xml Sat Dec  5 03:50:34 2009
@@ -198,16 +198,6 @@
         </sequential>
     </macrodef>
 
-    <macrodef name="clean-www">
-        <attribute name="project"/>
-
-        <sequential>
-            <delete dir="@{project}/www/lib"/>
-            <delete file="@{project}/www/version.jsp"/>
-            <delete file="@{project}/www/version.js"/>
-        </sequential>
-    </macrodef>
-
     <!-- Compile all classes (tests included) -->
     <target name="compile" description="Compiles all projects"
         depends="charts, core, demos, tools, tutorials, web, web-server, wtk, wtk-terra"/>
@@ -242,7 +232,6 @@
         <clean project="web-server"/>
         <clean project="wtk"/>
         <clean project="wtk-terra"/>
-        <clean-www project="tutorials"/>
         <delete dir="${folder.dist}"/>
         <delete dir="${folder.doc}"/>
         <delete dir="${folder.install}"/>