You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2005/04/07 03:26:52 UTC

svn commit: r160359 - in lenya/trunk/src: java/org/apache/lenya/cms/cocoon/logicsheets/ targets/webapp-build.xml

Author: gregor
Date: Wed Apr  6 18:26:52 2005
New Revision: 160359

URL: http://svn.apache.org/viewcvs?view=rev&rev=160359
Log:
Removed scheduler logicsheet

Removed:
    lenya/trunk/src/java/org/apache/lenya/cms/cocoon/logicsheets/
Modified:
    lenya/trunk/src/targets/webapp-build.xml

Modified: lenya/trunk/src/targets/webapp-build.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/targets/webapp-build.xml?view=diff&r1=160358&r2=160359
==============================================================================
--- lenya/trunk/src/targets/webapp-build.xml (original)
+++ lenya/trunk/src/targets/webapp-build.xml Wed Apr  6 18:26:52 2005
@@ -85,11 +85,8 @@
             includes="*/targets/test-build.xconf"
             addComments="true"/>
 
-    <!-- now copy our logicsheets -->
+    <!-- now copy our roles -->
     <copy todir="${build.webapp}/WEB-INF/classes">
-      <fileset dir="${build.src}">
-        <include name="**/*.xsl"/>
-      </fileset>
       <fileset dir="${java.dir}">
         <include name="**/*.roles"/>
       </fileset>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org