We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13194fd commit 2bf56baCopy full SHA for 2bf56ba
build.xml
@@ -17,7 +17,7 @@
17
</javac>
18
</target>
19
<target name="create_run_jar" depends="compile">
20
- <jar destfile="${dir.jarfile}/o2-bkp-lhc-client-${version}.jar">
+ <jar destfile="${dir.jarfile}/o2-bkp-lhc-client-v2.1.2.jar">
21
<manifest>
22
<attribute name="Main-Class" value="alice.dip.Dip2BK"/>
23
</manifest>
0 commit comments