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

add BuildAndEnvironmentInfo.class from the project calling the jar target

revert adding method getBuildAndApplicationInfo()

SVN: 13422
parent 26484b1b
No related branches found
No related tags found
No related merge requests found
......@@ -205,6 +205,9 @@
<include name="${build.info.filename}" />
</fileset>
</recursive-jar>
<jar update="true" destfile="${jar.file}">
<fileset dir="../${ant.project.name}/${classes}" includes="ch/systemsx/cisd/openbis/BuildAndEnvironmentInfo.class"/>
</jar>
</target>
<!--
......
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