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:
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) {
|
||||
|
Reference in New Issue
Block a user