svn commit: r686027 - /ofbiz/trunk/framework/start/build.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r686027 - /ofbiz/trunk/framework/start/build.xml

jaz-3
Author: jaz
Date: Thu Aug 14 13:41:34 2008
New Revision: 686027

URL: http://svn.apache.org/viewvc?rev=686027&view=rev
Log:
appears the the <include> sub-element cannot contain a list, instead each one needs to be named. Changed so that the properties are included again.

Modified:
    ofbiz/trunk/framework/start/build.xml

Modified: ofbiz/trunk/framework/start/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/start/build.xml?rev=686027&r1=686026&r2=686027&view=diff
==============================================================================
--- ofbiz/trunk/framework/start/build.xml (original)
+++ ofbiz/trunk/framework/start/build.xml Thu Aug 14 13:41:34 2008
@@ -49,7 +49,7 @@
         <jar jarfile="${build.dir}/lib/ofbiz.jar" manifest="${src.dir}/org/ofbiz/base/start/Start.mf">
             <fileset dir="${build.dir}/classes"/>
             <fileset dir="${src.dir}">
-                <include name="**/*.properties,**/*.xml,**/*.bsh,**/*.logic,**/*.js,**/*.jacl,**/*.py"/>
+                <include name="**/*.properties"/>
                 <include name="META-INF/**"/>
             </fileset>
             <!-- now add the NOTICE and LICENSE files to allow the jar file to be distributed alone -->