From: kruland2607 Date: Sun, 8 Jan 2012 02:44:09 +0000 (+0000) Subject: moving to core/ X-Git-Tag: upstream/12.03~1^2~165 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=72832e4f61e02be63592486c467e2eb210ee43fa;p=debian%2Fopenrocket moving to core/ git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@306 180e2498-e6e9-4542-8430-84ac67f01cd8 --- diff --git a/build.xml b/build.xml deleted file mode 100644 index 0ebe4709..00000000 --- a/build.xml +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Compiling main classes - - Copying build.properties - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Building source distribution - - - - - - - - - - - - - - - - - - Testing source distribution - - - - - - - - - Source distribution test successful - - - - - - - - - - - - - Distribution ${build.version} (${build.source}) built into directory ${jar.dir} - - - - - - - - - - - Checking project for FIXMEs. - - - - - - - - - - - - - - - - CRITICAL TODOs exist in project: -${criticaltodos} - No critical TODOs in project. - - - - - - - - Checking project for non-ASCII characters. - - - - - - - - - - - - - - - - Non-ASCII characters exist in project: -${nonascii} - No non-ASCII characters in project. - - - - - - Building unit tests - - - - Running unit tests - - - - - - - - - - - - - - - - - - - - - - - Unit tests passed successfully. - - - - \ No newline at end of file diff --git a/core/build.xml b/core/build.xml new file mode 100644 index 00000000..0ebe4709 --- /dev/null +++ b/core/build.xml @@ -0,0 +1,217 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Compiling main classes + + Copying build.properties + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Building source distribution + + + + + + + + + + + + + + + + + + Testing source distribution + + + + + + + + + Source distribution test successful + + + + + + + + + + + + + Distribution ${build.version} (${build.source}) built into directory ${jar.dir} + + + + + + + + + + + Checking project for FIXMEs. + + + + + + + + + + + + + + + + CRITICAL TODOs exist in project: +${criticaltodos} + No critical TODOs in project. + + + + + + + + Checking project for non-ASCII characters. + + + + + + + + + + + + + + + + Non-ASCII characters exist in project: +${nonascii} + No non-ASCII characters in project. + + + + + + Building unit tests + + + + Running unit tests + + + + + + + + + + + + + + + + + + + + + + + Unit tests passed successfully. + + + + \ No newline at end of file