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 b66ab44 commit f6f346eCopy full SHA for f6f346e
build.xml
@@ -17,7 +17,7 @@
17
</javac>
18
</target>
19
<target name="create_run_jar" depends="compile">
20
- <jar destfile="${dir.jarfile}/AliDip2BK.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>
src/alice/dip/AliDip2BK.java
@@ -19,7 +19,7 @@
import java.util.Properties;
public class AliDip2BK implements Runnable {
- public static String Version = "2.0 14-Nov-2023";
+ public static String Version = "2.1.2 22-Jul-2025";
public static String DNSnode = "dipnsdev.cern.ch";
24
public static String[] endFillCases = {"CUCU"};
25
public static boolean LIST_PARAM = false;
0 commit comments