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:
@ -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
|
||||
|
@ -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('.')
|
||||
|
Reference in New Issue
Block a user