Author: adrianc Date: Sat Mar 13 18:06:46 2010 New Revision: 922634 URL: http://svn.apache.org/viewvc?rev=922634&view=rev Log: Include the services file in the jar.
Modified: commons/sandbox/convert/trunk/build.xml Modified: commons/sandbox/convert/trunk/build.xml URL: http://svn.apache.org/viewvc/commons/sandbox/convert/trunk/build.xml?rev=922634&r1=922633&r2=922634&view=diff ============================================================================== --- commons/sandbox/convert/trunk/build.xml (original) +++ commons/sandbox/convert/trunk/build.xml Sat Mar 13 18:06:46 2010 @@ -58,6 +58,9 @@ </target> <target name="jar" description="o Create the jar" depends="compile,test"> <jar jarfile="target/${final.name}.jar" excludes="**/package.html" basedir="${classesdir}"> + <fileset dir="${basedir}/src"> + <include name="META-INF/**"/> + </fileset> </jar> </target> <target name="clean" description="o Clean up the generated directories">