diff --git a/build-proguard.xml b/build-proguard.xml index f56c1d2..1dfa126 100644 --- a/build-proguard.xml +++ b/build-proguard.xml @@ -34,7 +34,7 @@ - + @@ -48,6 +48,18 @@ + + + + + + + + + + + + diff --git a/etc/getdown.pro b/etc/getdown.pro index 81198cd..a872339 100644 --- a/etc/getdown.pro +++ b/etc/getdown.pro @@ -6,7 +6,7 @@ -basedirectory ../ -injars dist/getdown.jar(!**/tools/DigesterTask*) --injars dist/lib/jRegistryKey.jar(!META-INF/*) +-injars dist/lib/jregistrykey/jregistrykey/1.0/jregistrykey-1.0.jar(!META-INF/*) -injars dist/lib/samskivert.jar( com/samskivert/Log.class,**/io/**,**/swing/**,**/net/**,**/text/**,**/util/**) -injars dist/lib/commons-codec.jar(!META-INF/*) diff --git a/lib/jRegistryKey.jar b/lib/jregistrykey/jregistrykey/1.0/jregistrykey-1.0.jar similarity index 100% rename from lib/jRegistryKey.jar rename to lib/jregistrykey/jregistrykey/1.0/jregistrykey-1.0.jar diff --git a/lib/jregistrykey/jregistrykey/1.0/jregistrykey-1.0.pom b/lib/jregistrykey/jregistrykey/1.0/jregistrykey-1.0.pom new file mode 100644 index 0000000..226a7d7 --- /dev/null +++ b/lib/jregistrykey/jregistrykey/1.0/jregistrykey-1.0.pom @@ -0,0 +1,9 @@ + + + 4.0.0 + jregistrykey + jregistrykey + 1.0 + POM was created from install:install-file + diff --git a/lib/jregistrykey/jregistrykey/maven-metadata-local.xml b/lib/jregistrykey/jregistrykey/maven-metadata-local.xml new file mode 100644 index 0000000..1a8a725 --- /dev/null +++ b/lib/jregistrykey/jregistrykey/maven-metadata-local.xml @@ -0,0 +1,12 @@ + + + jregistrykey + jregistrykey + 1.0 + + + 1.0 + + 20101118155146 + + diff --git a/pom.xml b/pom.xml index 05394f5..8085d12 100644 --- a/pom.xml +++ b/pom.xml @@ -40,6 +40,13 @@ http://getdown.googlecode.com/svn/trunk/ + + + lib-repo + file://${basedir}/lib + + + net.sf.proguard @@ -62,19 +69,19 @@ compile true + + jregistrykey + jregistrykey + 1.0 + compile + true + org.apache.ant ant 1.7.1 provided - - jregistrykey - jregistrykey - 1.0 - system - ${project.basedir}/lib/jRegistryKey.jar - junit junit @@ -88,7 +95,7 @@ org.apache.maven.plugins maven-compiler-plugin - RELEASE + 2.3.2 1.5 1.5 @@ -102,7 +109,7 @@ org.apache.maven.plugins maven-resources-plugin - RELEASE + 2.4.3 UTF-8 @@ -110,12 +117,12 @@ org.apache.maven.plugins maven-surefire-plugin - RELEASE + 2.6 org.apache.maven.plugins maven-javadoc-plugin - RELEASE + 2.7 true public @@ -124,7 +131,7 @@ org.apache.maven.plugins maven-antrun-plugin - RELEASE + 1.6 package @@ -146,7 +153,7 @@ org.apache.maven.plugins maven-jar-plugin - RELEASE + 2.3.1 @@ -155,20 +162,15 @@ - - org.apache.maven.plugins - maven-jar-plugin - RELEASE - org.apache.maven.plugins maven-install-plugin - RELEASE + 2.3.1 org.apache.maven.plugins maven-deploy-plugin - RELEASE + 2.5 @@ -184,7 +186,7 @@ org.apache.maven.plugins maven-gpg-plugin - RELEASE + 1.1 sign-artifacts