From f9c3c1f17d8f04130696f1b38a6a1371d68acc7c Mon Sep 17 00:00:00 2001 From: Kevin Glynn Date: Mon, 20 Sep 2010 13:01:50 -0500 Subject: [PATCH] Add dist target --- CSharpTranslator/antlr2/build.properties | 5 +++ CSharpTranslator/antlr2/build.xml | 47 +++++++++++++++++++++--- 2 files changed, 47 insertions(+), 5 deletions(-) diff --git a/CSharpTranslator/antlr2/build.properties b/CSharpTranslator/antlr2/build.properties index 6bbfd33..b26c63c 100644 --- a/CSharpTranslator/antlr2/build.properties +++ b/CSharpTranslator/antlr2/build.properties @@ -1,3 +1,5 @@ +## build.properties for Production + build.dir=${basedir}/../build builder.ant.lib=${basedir}/lib @@ -26,6 +28,7 @@ cs2jtx.exe= ${cs2jtx.bin.dir}/Translator.exe #cs2jtx.exe= ${basedir}/../bin/Translator.exe # by default, sibling directory to Translator +cs2j.proj.dir=${basedir}/../../CS2JLibrary cs2j.dir=${basedir}/../../CS2JLibrary/NetTranslations cheats.dir=${basedir}/../../Cheats @@ -37,4 +40,6 @@ cs.app.dir=${cs.tx.dir} # Object of the translation, by default in the build area java.output.dir=${build.dir}/javaproject/src +cs2j.dist.dir=${build.dir}/cs2j/zip + diff --git a/CSharpTranslator/antlr2/build.xml b/CSharpTranslator/antlr2/build.xml index fa71b31..4833357 100644 --- a/CSharpTranslator/antlr2/build.xml +++ b/CSharpTranslator/antlr2/build.xml @@ -219,10 +219,47 @@ Settings\kevin.glynn\eclipsews\RusticiSoftware.ScormUntethered.Logic\src" - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +