1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

some simplification

This commit is contained in:
Kevin Glynn 2013-03-18 15:20:43 +01:00
parent c05bbe34c6
commit fa01593354
5 changed files with 5 additions and 7 deletions

View File

@ -1,12 +1,11 @@
project.dir=../ project.dir=../
builder.ant.lib=${project.dir}/buildjar
build.dir=${project.dir}/Builds build.dir=${project.dir}/Builds
resource.dir=${project.dir}/resources resource.dir=${project.dir}/resources
exe.sub.dir=bin/Debug exe.sub.dir=bin/Debug
release.branch=trialcs2j release.branch=trialcs2j
release.tagname.suffix= release.tagname.suffix=
release.dir=${user.home}/gitrepos/twigletsoftware.com/wp-content/assets/trial/ release.dir=${build.dir}/release
mailsafe.exe.extension=.removeme mailsafe.exe.extension=.removeme
@ -16,7 +15,7 @@ cs2j.parser.dir=${cs2j.src.dir}/CSharpParser
cs2j.transform.dir=${cs2j.src.dir}/CS2JTranslator/CS2JTransform cs2j.transform.dir=${cs2j.src.dir}/CS2JTranslator/CS2JTransform
cs2j.sln=${cs2j.src.dir}/CS2JTranslator.sln cs2j.sln=${cs2j.src.dir}/CS2JTranslator.sln
cs2j.library.project=${project.dir}../../CS2JLibrary cs2j.library.project=${project.dir}../CS2JLibrary
win.net.number=v4.0.30319 win.net.number=v4.0.30319
win.msbuild.dir=/WINDOWS/Microsoft.NET/Framework/${win.net.number} win.msbuild.dir=/WINDOWS/Microsoft.NET/Framework/${win.net.number}
@ -26,4 +25,3 @@ other.msbuild.exe=xbuild
google.docs.user=kevin.glynn@twigletsoftware.com google.docs.user=kevin.glynn@twigletsoftware.com
google.docs.folder=cs2jrelease google.docs.folder=cs2jrelease
google.docs.title=CS2JUsersGuide google.docs.title=CS2JUsersGuide
google.docs.trial.title=CS2JTrialUsersGuide

View File

@ -1,4 +1,4 @@
<project name="CS2JDist" default="release" basedir="."> <project name="CS2JDist" default="releasefromhere" basedir=".">
<description> <description>
This build file builds a cs2j distribution archive This build file builds a cs2j distribution archive
@ -14,7 +14,7 @@
<property file="build.properties"/> <property file="build.properties"/>
<!-- load the ant-antlr task --> <!-- load the ant-antlr task -->
<taskdef resource="org/apache/tools/ant/antlr/antlib.xml" classpath="${builder.ant.lib}/ant-antlr3.jar;${project.dir}/jar/antlr-3.3.jar" /> <taskdef resource="org/apache/tools/ant/antlr/antlib.xml" classpath="${project.dir}/jar/ant-antlr3.jar;${project.dir}/jar/antlr-3.3.jar" />
<!-- git macros, stolen / based on http://tlrobinson.net/blog/2008/11/13/ant-tasks-for-git/ --> <!-- git macros, stolen / based on http://tlrobinson.net/blog/2008/11/13/ant-tasks-for-git/ -->
<macrodef name = "git"> <macrodef name = "git">

View File

@ -20,7 +20,7 @@ We hope you have fun evaluating CS2J. If you have any questions or
comments about CS2J just drop us an email. comments about CS2J just drop us an email.
email: info@twigletsoftware.com email: info@twigletsoftware.com
website: http://www.twigletsoftware.com website: http://www.cs2j.com
Kevin Glynn (kevin.glynn@twigletsoftware.com) Kevin Glynn (kevin.glynn@twigletsoftware.com)
Twiglet Software, 2013 Twiglet Software, 2013