Automated merge with https://gss.googlecode.com/hg/
[pithos] / build.xml
index 77ace89..25dbdef 100644 (file)
--- a/build.xml
+++ b/build.xml
         <pathelement location="${solr.lib}/lucene-core-2.9.3.jar"/>
         <pathelement location="${solr.lib}/lucene-analyzers-2.9.3.jar"/>
                <pathelement location="${deps.dir}/${selenium-server.filename}"/>               
+               <fileset dir="${lib.dir}/milton">
+               <include name="**/*.jar" />
+               </fileset>
        </path>
 
        <target name="check-jboss">
                        <zipfileset dir="${build.dir}" prefix="WEB-INF/lib">
                                <include name="webdav.jar" />
                        </zipfileset>
+                       <zipfileset dir="${lib.dir}/milton" prefix="WEB-INF/lib">
+                       <include name="**/*.jar" />
+                       </zipfileset>
                </jar>
        </target>