Starting version 3.0.x.
* Major differences will be with `Issues`. The structure of issues will not be as tied to the original `FileIssue` implementation and will support arbitrary attributes. * Removed 2.6.x files and updated versioning properties. * Fixed a typo in pit-cli * Temporarily removed the invocation of pit-swing's build file until I have that sorted. It was not working.
This commit is contained in:
parent
5effdea201
commit
faacfd859a
12
build.xml
12
build.xml
@ -9,7 +9,7 @@
|
||||
<target name="clean">
|
||||
<ant dir="libpit" target="clean" inheritAll="false"/>
|
||||
<ant dir="pit-cli" target="clean" inheritAll="false"/>
|
||||
<ant dir="pit-swing" target="clean" inheritAll="false"/>
|
||||
<!-- <ant dir="pit-swing" target="clean" inheritAll="false"/> -->
|
||||
</target>
|
||||
|
||||
<target name="libpit">
|
||||
@ -21,15 +21,17 @@
|
||||
<ant dir="pit-cli" target="release" inheritAll="false"/>
|
||||
</target>
|
||||
|
||||
<target name="pit-swing" depends="libpit">
|
||||
<!-- <target name="pit-swing" depends="libpit">
|
||||
<copy file="${libpit.jar}" todir="pit-swing/lib"/>
|
||||
<ant dir="pit-swing" fork="true" target="package" inheritAll="false"/>
|
||||
</target>
|
||||
</target> -->
|
||||
|
||||
<target name="package" depends="libpit,pit-cli,pit-swing">
|
||||
<!-- <target name="package" depends="libpit,pit-cli,pit-swing"> -->
|
||||
<target name="package" depends="libpit,pit-cli">
|
||||
<mkdir dir="release/lib"/>
|
||||
<copy file="pit-cli/release/pit-clii-${application.version}.jar" todir="release"/>
|
||||
<copy file="pit-swing/dist/jar/pit-swing.jar" tofile="release/pit-swing-${application.version}.jar"/>
|
||||
<!-- <copy file="pit-swing/dist/jar/pit-swing.jar"
|
||||
tofile="release/pit-swing-${application.version}.jar"/> -->
|
||||
<copy file="libpit/release/pit-${application.version}.jar" todir="release/lib"/>
|
||||
</target>
|
||||
</project>
|
||||
|
@ -1,11 +1,11 @@
|
||||
#Fri, 21 Oct 2011 16:18:33 -0500
|
||||
#Wed, 26 Oct 2011 14:20:47 -0500
|
||||
#Sat Apr 24 17:08:00 CDT 2010
|
||||
build.dir=build
|
||||
src.dir=src
|
||||
lib.shared.dir=../shared-libs
|
||||
test.dir=test
|
||||
build.number=11
|
||||
expected.application.version=2.6.0
|
||||
build.number=0
|
||||
expected.application.version=3.0.0
|
||||
lib.dir=lib
|
||||
release.dir=release
|
||||
release.jar=pit-${application.version}.jar
|
||||
|
Binary file not shown.
Binary file not shown.
@ -1,9 +1,9 @@
|
||||
#Tue, 25 Oct 2011 11:32:31 -0500
|
||||
#Thu, 03 Nov 2011 02:35:29 -0500
|
||||
build.dir=build
|
||||
src.dir=src
|
||||
build.jar=pit-cli-${application.version}.${build.number}.jar
|
||||
build.number=13
|
||||
expected.application.version=2.6.0
|
||||
build.number=0
|
||||
expected.application.version=3.0.0
|
||||
lib.dir=lib
|
||||
release.dir=release
|
||||
release.jar=pit-cli-${application.version}.jar
|
||||
|
@ -199,7 +199,7 @@ else if (opts.n) {
|
||||
if (opts.C) { cat = assignOpts.category }
|
||||
else while(true) {
|
||||
try {
|
||||
print "Category (bug, feature, task, closed): "
|
||||
print "Category (bug, feature, task): "
|
||||
cat = Category.toCategory(sin.readLine())
|
||||
break }
|
||||
catch (e) {
|
||||
|
@ -1 +1 @@
|
||||
application.version=2.6.0
|
||||
application.version=3.0.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user