Author: doogie
Date: Thu Aug 14 13:48:42 2008
New Revision: 686034
URL:
http://svn.apache.org/viewvc?rev=686034&view=revLog:
Fixed the same as 686027.
Modified:
ofbiz/trunk/common.xml
Modified: ofbiz/trunk/common.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/common.xml?rev=686034&r1=686033&r2=686034&view=diff==============================================================================
--- ofbiz/trunk/common.xml (original)
+++ ofbiz/trunk/common.xml Thu Aug 14 13:48:42 2008
@@ -56,7 +56,14 @@
<jar jarfile="${build.dir}/lib/${name}.jar">
<fileset dir="${build.dir}/classes"/>
<fileset dir="${src.dir}">
- <include name="**/*.properties,**/*.xml,**/*.bsh,**/*.logic,**/*.js,**/*.jacl,**/*.py"/>
+ <include name="**/*.properties"/>
+ <include name="**/*.xml"/>
+ <include name="**/*.bsh"/>
+ <include name="**/*.logic"/>
+ <include name="**/*.js"/>
+ <include name="**/*.js"/>
+ <include name="**/*.jacl"/>
+ <include name="**/*.py"/>
<include name="META-INF/**"/>
</fileset>
<!-- now add the NOTICE and LICENSE files to allow the jar file to be distributed alone -->