Author: doogie
Date: Sun Apr 18 18:03:25 2010
New Revision: 935378
URL:
http://svn.apache.org/viewvc?rev=935378&view=revLog:
s/_src-extra-set/src-extra-files/
Modified:
ofbiz/trunk/common.xml
Modified: ofbiz/trunk/common.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/common.xml?rev=935378&r1=935377&r2=935378&view=diff==============================================================================
--- ofbiz/trunk/common.xml (original)
+++ ofbiz/trunk/common.xml Sun Apr 18 18:03:25 2010
@@ -60,7 +60,7 @@ under the License.
<if>
<available file="${src.dir}"/>
<commands>
- <fileset id="_src-extra-set" dir="${src.dir}">
+ <fileset id="src-extra-files" dir="${src.dir}">
<or id="src-extra-set">
<filename name="**/*.properties"/>
<filename name="**/*.groovy"/>
@@ -76,7 +76,7 @@ under the License.
</fileset>
</commands>
<else>
- <fileset id="_src-extra-set" dir="." excludes="**"/>
+ <fileset id="src-extra-files" dir="." excludes="**"/>
</else>
</if>
@@ -91,7 +91,7 @@ under the License.
<target name="jar" depends="classes">
<jar jarfile="${build.dir}/lib/${name}.jar">
<fileset dir="${build.dir}/classes"/>
- <fileset refid="_src-extra-set"/>
+ <fileset refid="src-extra-files"/>
<!-- now add the NOTICE and LICENSE files to allow the jar file to be distributed alone -->
<zipfileset dir="${ofbiz.home.dir}" prefix="META-INF" includes="NOTICE,LICENSE"/>
</jar>