You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2006/11/01 15:09:36 UTC

svn commit: r469914 - /incubator/ofbiz/trunk/framework/shark/build.xml

Author: jacopoc
Date: Wed Nov  1 06:09:35 2006
New Revision: 469914

URL: http://svn.apache.org/viewvc?view=rev&rev=469914
Log:
Applied patch from Scott Gray to fix a classpath issue in the Shark build file (it was still pointing to the old minerva component).
OFBIZ-414

Modified:
    incubator/ofbiz/trunk/framework/shark/build.xml

Modified: incubator/ofbiz/trunk/framework/shark/build.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/build.xml?view=diff&rev=469914&r1=469913&r2=469914
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/build.xml (original)
+++ incubator/ofbiz/trunk/framework/shark/build.xml Wed Nov  1 06:09:35 2006
@@ -36,9 +36,9 @@
             <fileset dir="${lib.dir}" includes="*.jar"/>
             <fileset dir="../base/lib" includes="*.jar"/>
             <fileset dir="../base/lib/commons" includes="*.jar"/>
+            <fileset dir="../base/lib/j2eespecs" includes="*.jar"/>
             <fileset dir="../base/lib/scripting" includes="*.jar"/>
             <fileset dir="../base/build/lib" includes="*.jar"/>
-            <fileset dir="../minerva/lib" includes="*.jar"/>
             <fileset dir="../entity/lib" includes="*.jar"/>
             <fileset dir="../entity/build/lib" includes="*.jar"/>
             <fileset dir="../security/build/lib" includes="*.jar"/>