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/01/21 00:19:31 UTC

svn commit: r125853 - in lenya/trunk: lib src/targets src/webapp/WEB-INF/lib

Author: gregor
Date: Thu Jan 20 15:19:28 2005
New Revision: 125853

URL: http://svn.apache.org/viewcvs?view=rev&rev=125853
Log:
Removed Lucene and log4j from Lenya (we now get them from Cocoon). Moved neko libraries to /lib, upgraded nekodtd to 0.1.11 and removed src/webapp/WEB-INF/lib
Added:
   lenya/trunk/lib/nekodtd-0.1.11.jar   (contents, props changed)
   lenya/trunk/lib/nekopull-0.2.4.jar   (contents, props changed)
Removed:
   lenya/trunk/lib/log4j-1.2.8.jar
   lenya/trunk/src/webapp/WEB-INF/lib/lucene-1.4.1.jar
   lenya/trunk/src/webapp/WEB-INF/lib/nekodtd-20020615.jar
   lenya/trunk/src/webapp/WEB-INF/lib/nekopull-0.2.4.jar
Modified:
   lenya/trunk/src/targets/init-build.xml
   lenya/trunk/src/targets/properties-build.xml

Deleted: /lenya/trunk/lib/log4j-1.2.8.jar
Url: http://svn.apache.org/viewcvs/lenya/trunk/lib/log4j-1.2.8.jar?view=auto&rev=125852
==============================================================================

Added: lenya/trunk/lib/nekodtd-0.1.11.jar
Url: http://svn.apache.org/viewcvs/lenya/trunk/lib/nekodtd-0.1.11.jar?view=auto&rev=125853
==============================================================================
Binary file. No diff available.

Added: lenya/trunk/lib/nekopull-0.2.4.jar
Url: http://svn.apache.org/viewcvs/lenya/trunk/lib/nekopull-0.2.4.jar?view=auto&rev=125853
==============================================================================
Binary file. No diff available.

Modified: lenya/trunk/src/targets/init-build.xml
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/targets/init-build.xml?view=diff&rev=125853&p1=lenya/trunk/src/targets/init-build.xml&r1=125852&p2=lenya/trunk/src/targets/init-build.xml&r2=125853
==============================================================================
--- lenya/trunk/src/targets/init-build.xml	(original)
+++ lenya/trunk/src/targets/init-build.xml	Thu Jan 20 15:19:28 2005
@@ -101,7 +101,6 @@
     <echo>INFO: exclude: WEB-INF/cocoon.xconf</echo> 
     <echo>INFO: exclude: WEB-INF/logkit.xconf</echo> 
     <echo>INFO: exclude: WEB-INF/web.xml</echo>
-    <echo>INFO: exclude: WEB-INF/lib/lucene**.jar</echo>
     <echo>INFO: exclude: **/javac.jar</echo>
     <copy todir="${build.webapp}" filtering="off">
       <fileset dir="${cocoon.webapp.dir}">
@@ -112,7 +111,6 @@
         <exclude name="WEB-INF/cocoon.xconf"/>
         <exclude name="WEB-INF/logkit.xconf"/>
         <exclude name="WEB-INF/web.xml"/>
-        <exclude name="WEB-INF/lib/lucene**.jar"/>
         <exclude name="**/javac.jar"/>
       </fileset>
     </copy>
@@ -159,14 +157,6 @@
     </xslt>
 
     <!-- patch sitemap.xmap -->
-
-    <!-- patch lucene -->
-    <echo message="INFO: Use our own Lucene"/>
-    <copy todir="${build.webapp}" filtering="off">
-      <fileset dir="${src.webapp.dir}">
-        <include name="WEB-INF/lib/lucene**.jar"/>
-      </fileset>
-    </copy>
 
     <!-- Copy Entities 
     <echo>INFO: Copy publication-specific entities to Cocoon catalog</echo>

Modified: lenya/trunk/src/targets/properties-build.xml
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/targets/properties-build.xml?view=diff&rev=125853&p1=lenya/trunk/src/targets/properties-build.xml&r1=125852&p2=lenya/trunk/src/targets/properties-build.xml&r2=125853
==============================================================================
--- lenya/trunk/src/targets/properties-build.xml	(original)
+++ lenya/trunk/src/targets/properties-build.xml	Thu Jan 20 15:19:28 2005
@@ -104,9 +104,6 @@
     <fileset dir="${lib.dir}">
       <include name="*.jar"/>
     </fileset>
-    <fileset dir="${src.webapp.dir}/WEB-INF/lib">
-      <include name="*.jar"/>
-    </fileset>
     <fileset dir="${cocoon.webapp.dir}/WEB-INF/lib">
       <include name="*.jar"/>
     </fileset>

Deleted: /lenya/trunk/src/webapp/WEB-INF/lib/lucene-1.4.1.jar
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/WEB-INF/lib/lucene-1.4.1.jar?view=auto&rev=125852
==============================================================================

Deleted: /lenya/trunk/src/webapp/WEB-INF/lib/nekodtd-20020615.jar
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/WEB-INF/lib/nekodtd-20020615.jar?view=auto&rev=125852
==============================================================================

Deleted: /lenya/trunk/src/webapp/WEB-INF/lib/nekopull-0.2.4.jar
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/WEB-INF/lib/nekopull-0.2.4.jar?view=auto&rev=125852
==============================================================================

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