Rename some artifacts
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 17 Jul 2012 12:50:52 +0000 (12:50 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 17 Jul 2012 12:50:52 +0000 (12:50 +0000)
commit5e65b1c0f228622aebfe03b23706cb6a02a5a96a
tree256d9a68073b0441fcde3cf64e981cd27469484f
parent53fcc32b8512c247d04781b4df1086a7a80b6c74
Rename some artifacts

git-svn-id: https://svn.argeo.org/commons/trunk@5485 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
45 files changed:
base/dep/org.argeo.dep.jackrabbit/pom.xml [new file with mode: 0644]
base/dep/org.argeo.dep.log4j/pom.xml [new file with mode: 0644]
base/dep/pom.xml
base/runtime/org.argeo.util/.classpath [new file with mode: 0644]
base/runtime/org.argeo.util/.project [new file with mode: 0644]
base/runtime/org.argeo.util/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
base/runtime/org.argeo.util/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
base/runtime/org.argeo.util/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
base/runtime/org.argeo.util/build.properties [new file with mode: 0644]
base/runtime/org.argeo.util/pom.xml [new file with mode: 0644]
base/runtime/org.argeo.util/src/main/java/org/argeo/ArgeoException.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/main/java/org/argeo/ArgeoLogListener.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/main/java/org/argeo/ArgeoLogger.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/main/java/org/argeo/OperatingSystem.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/main/java/org/argeo/StreamUtils.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/main/java/org/argeo/util/CsvParser.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/main/java/org/argeo/util/CsvParserWithLinesAsMap.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/main/java/org/argeo/util/CsvWriter.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/main/java/org/argeo/util/Throughput.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/main/java/org/argeo/util/ThroughputEditor.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/main/java/org/argeo/util/crypto/AbstractKeyring.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/main/java/org/argeo/util/crypto/Keyring.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/main/java/org/argeo/util/crypto/KeyringLoginModule.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/main/java/org/argeo/util/crypto/PBEKeySpecCallback.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/main/java/org/argeo/util/crypto/PasswordBasedEncryption.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/main/java/org/argeo/util/security/DigestUtils.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/main/java/org/argeo/util/security/SimplePrincipal.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/main/java/org/argeo/util/tabular/ArrayTabularRow.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/main/java/org/argeo/util/tabular/CsvTabularWriter.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/main/java/org/argeo/util/tabular/TabularColumn.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/main/java/org/argeo/util/tabular/TabularContent.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/main/java/org/argeo/util/tabular/TabularRow.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/main/java/org/argeo/util/tabular/TabularRowIterator.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/main/java/org/argeo/util/tabular/TabularWriter.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/test/java/org/argeo/util/CsvParserEncodingTestCase.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/test/java/org/argeo/util/CsvParserParseFileTest.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/test/java/org/argeo/util/CsvParserTestCase.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/test/java/org/argeo/util/CsvParserWithQuotedSeparatorTest.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/test/java/org/argeo/util/CsvWriterTestCase.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/test/java/org/argeo/util/ThroughputTest.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/test/java/org/argeo/util/crypto/PasswordBasedEncryptionTest.java [new file with mode: 0644]
base/runtime/org.argeo.util/src/test/resources/org/argeo/util/ReferenceFile.csv [new file with mode: 0644]
base/runtime/org.argeo.util/src/test/resources/org/argeo/util/TestParse-ISO.csv [new file with mode: 0644]
base/runtime/org.argeo.util/src/test/resources/org/argeo/util/TestParse-UTF-8.csv [new file with mode: 0644]
base/runtime/pom.xml