]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
NOJIRA Experiments with ID Parts and Generators, for potential use with the ID Service.
authorAron Roberts <aron@socrates.berkeley.edu>
Sat, 20 Jun 2009 02:03:38 +0000 (02:03 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Sat, 20 Jun 2009 02:03:38 +0000 (02:03 +0000)
commit2efbb3ebfc57b27263483a34af5a3b279bd11b1d
tree0f5c62e1e57e0367d7baf19c1de478085869e5be
parent8a3fcf2d5b1d4b536ff531968800a4ff07d19524
NOJIRA Experiments with ID Parts and Generators, for potential use with the ID Service.
sandbox/aron/id/pom.xml [new file with mode: 0644]
sandbox/aron/id/src/main/java/org/collectionspace/services/id/AlphabeticGenerator.java [new file with mode: 0644]
sandbox/aron/id/src/main/java/org/collectionspace/services/id/AlphabeticSeriesIDPart.java [new file with mode: 0644]
sandbox/aron/id/src/main/java/org/collectionspace/services/id/IDPart.java [new file with mode: 0644]
sandbox/aron/id/src/main/java/org/collectionspace/services/id/SeriesIDPart.java [new file with mode: 0644]
sandbox/aron/id/src/test/java/org/collectionspace/services/id/AlphabeticGeneratorTest.java [new file with mode: 0644]
sandbox/aron/id/src/test/java/org/collectionspace/services/id/AlphabeticSeriesIDPartTest.java [new file with mode: 0644]
sandbox/aron/id/third-party/commons-id-1.0-SNAPSHOT.jar [new file with mode: 0644]
sandbox/aron/id/third-party/install-third-party.sh [new file with mode: 0644]