Skip to content
Snippets Groups Projects
Commit 5f993c76 authored by felmer's avatar felmer
Browse files

LMS-769 bug in build.xml fixed

SVN: 10144
parent 73d84822
No related branches found
No related tags found
No related merge requests found
......@@ -38,24 +38,26 @@
<include name="**/*.class" />
<include name="${build.info.filename}" />
</fileset>
<fileset dir="${sources}">
<include name="**/*.xml" />
</fileset>
<fileset dir="${nativeroot}">
<include name="**/unix.so"/>
</fileset>
<manifest>
<attribute name="Main-Class" value="ch.systemsx.cisd.openbis.dss.generic.DataStoreServer" />
<attribute name="Class-Path"
value="datastore_server-plugins.jar jetty.jar jetty-util.jar servlet-api-2.5.jar
log4j.jar activation.jar mail.jar spring.jar fast-md5.jar
commons-codec.jar commons-lang.jar commons-io.jar commons-logging.jar
commons-httpclient.jar" />
value="datastore_server-plugins.jar jetty.jar jetty-util.jar servlet-api-2.5.jar
log4j.jar activation.jar mail.jar spring.jar fast-md5.jar
commons-codec.jar commons-lang.jar commons-io.jar commons-logging.jar
commons-httpclient.jar" />
<attribute name="Version" value="${version.number}" />
<attribute name="Build-Number"
value="${version.number} (r${revision.number},${clean.flag})" />
</manifest>
</recursive-jar>
<jar update="true" destfile="${jar.file}">
<fileset dir="${sources}">
<include name="**/*.xml" />
</fileset>
</jar>
</target>
<target name="dist" depends="jar">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment