diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2012-04-26 00:39:30 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2012-04-26 00:39:30 +0200 |
| commit | 246994285ab3e4bf754d2d684a21c4b66e619c9b (patch) | |
| tree | 0a3e434212ea0df5092a009adfbe61cc4e3b71c4 /build.xml | |
| parent | 913d36d8f207083dfb6b627702a110d8d114be80 (diff) | |
Cleanup and annotation2.3.1
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 -->
<!--===================================================================-->
|
