Fixed FileIssue formatting and extended properties.

* The extended properties table was using the maxKeyLength for both keys and
  values.
* FileIssue was not persisting the file when extended properties were updated.
This commit is contained in:
Jonathan Bernard
2011-12-08 15:48:00 -06:00
parent 31b9802477
commit 952064d903
4 changed files with 12 additions and 8 deletions

View File

@ -1,9 +1,9 @@
#Thu, 08 Dec 2011 14:59:30 -0600
#Thu, 08 Dec 2011 15:46:09 -0600
build.dir=build
src.dir=src
build.jar=pit-cli-${application.version}.${build.number}.jar
build.number=0
version=3.2.1
build.number=2
version=3.2.2
name=pit-cli
lib.dir=lib
lib.local=true

View File

@ -83,7 +83,7 @@ cli._(longOpt: 'version', 'Display PIT version information.')
// ======== Parse CLI Options ======== //
// =================================== //
def VERSION = "3.2.1"
def VERSION = "3.2.2"
def opts = cli.parse(args)
def issuedb = [:]
def workingDir = new File('.')