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

fixing a bug (revealed by integration test 'screening') caused by moving...

fixing a bug (revealed by integration test 'screening') caused by moving classes from project 'common' to 'openbis-common'.

SVN: 27098
parent f0c0ea20
No related branches found
No related tags found
No related merge requests found
...@@ -511,6 +511,9 @@ ...@@ -511,6 +511,9 @@
<fileset dir="${classes.common}"> <fileset dir="${classes.common}">
<include name="ch/systemsx/cisd/common/**/*.class" /> <include name="ch/systemsx/cisd/common/**/*.class" />
</fileset> </fileset>
<fileset dir="../openbis-common/targets/ant/classes">
<include name="ch/systemsx/cisd/common/**/*.class" />
</fileset>
</jar> </jar>
<zip update="true" destfile="${dist.screening-api.jar}"> <zip update="true" destfile="${dist.screening-api.jar}">
<zipfileset src="${lib}/gwt2.4/gwt-user.jar"> <zipfileset src="${lib}/gwt2.4/gwt-user.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