summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2012-04-26 00:39:30 +0200
committerAndrew Branson <andrew.branson@cern.ch>2012-04-26 00:39:30 +0200
commit246994285ab3e4bf754d2d684a21c4b66e619c9b (patch)
tree0a3e434212ea0df5092a009adfbe61cc4e3b71c4 /build.xml
parent913d36d8f207083dfb6b627702a110d8d114be80 (diff)
Cleanup and annotation2.3.1
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 4d86455..08d48a0 100644
--- a/build.xml
+++ b/build.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project basedir="." default="release-build" name="cristal">
+<project basedir="." default="release-build" name="cristal-kernel">
<!--===================================================================-->
<!-- Global properties -->
<!-- NOTE: Ant will automatically will add all jar files to the -->
@@ -8,8 +8,8 @@
<!-- directory which eliminates thecalculation of classpath for -->
<!-- the most of the 'javac' tasks -->
<!--===================================================================-->
- <property name="name" value="cristal2"/>
- <property name="version" value="1.0"/>
+ <property name="name" value="cristal-kernel"/>
+ <property name="version" value="2.3.1"/>
<!--===================================================================-->
<!-- Directories -->
<!--===================================================================-->