You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/04/12 11:37:54 UTC

svn commit: r527852 - in /lenya/trunk/src: modules/jackrabbit/ modules/jcr/ modules/repository/ targets/modules-build.xml

Author: andreas
Date: Thu Apr 12 02:37:44 2007
New Revision: 527852

URL: http://svn.apache.org/viewvc?view=rev&rev=527852
Log:
Moved repo draft modules (repository, jcr, jackrabbit) to sandbox

Removed:
    lenya/trunk/src/modules/jackrabbit/
    lenya/trunk/src/modules/jcr/
    lenya/trunk/src/modules/repository/
Modified:
    lenya/trunk/src/targets/modules-build.xml

Modified: lenya/trunk/src/targets/modules-build.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/targets/modules-build.xml?view=diff&rev=527852&r1=527851&r2=527852
==============================================================================
--- lenya/trunk/src/targets/modules-build.xml (original)
+++ lenya/trunk/src/targets/modules-build.xml Thu Apr 12 02:37:44 2007
@@ -85,13 +85,6 @@
   <!-- Module tests -->
   <!-- ================================================ -->
   
-  <target name="copy-jackrabbit-module"
-    description="Copy the jackrabbit module to the web application (necessary if modules.copy=false)">
-    <copy todir="${build.webapp}/lenya/modules/jackrabbit/repository">
-      <fileset dir="src/modules/jackrabbit/repository"/>
-    </copy>
-  </target>
-  
   <target name="prepare-module-test">
     <xslt basedir="${build.dir}/temp"
       includes="*.xconf"
@@ -104,7 +97,7 @@
       file="${build.test}/org/apache/lenya/cms/LenyaTestCase.xtest"/>
   </target>
   
-  <target name="modules.test" depends="copy-jackrabbit-module, patch-modules-test">
+  <target name="modules.test" depends="patch-modules-test">
     <ant antfile="${build.dir}/temp/modules-build.xml"
       inheritall="true"
       inheritrefs="true">



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