From 5918b67fb1e1065e91c228e19497f1190a2c56b4 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 18 Nov 2010 17:38:43 +0000 Subject: [PATCH] Revamped primary build to use Maven Ant tasks. Eliminated Ivy-based build, which was used by Maven, now Maven calls into the primary build to generate its Proguarded jar file. Retired the Retroweaved jar file after a tremendous amount of fucking around with Retroweaver. I think it's safe to say that the number of people showing up with a 1.4 JDK operational in their browser is epsilon close to zero. --- build-proguard.xml | 84 -------------- build.xml | 265 ++++++++++++++++++++++++--------------------- ivy.xml | 23 ---- pom.xml | 17 +-- 4 files changed, 148 insertions(+), 241 deletions(-) delete mode 100644 build-proguard.xml delete mode 100644 ivy.xml diff --git a/build-proguard.xml b/build-proguard.xml deleted file mode 100644 index b25af08..0000000 --- a/build-proguard.xml +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build.xml b/build.xml index 147a2f4..f1a0379 100644 --- a/build.xml +++ b/build.xml @@ -1,164 +1,185 @@ - - - - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + - - + - + + + classpathref="compile.classpath" debug="on" deprecation="on" source="1.5" target="1.5" + encoding="utf-8"> - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ivy.xml b/ivy.xml deleted file mode 100644 index 52b1eb8..0000000 --- a/ivy.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/pom.xml b/pom.xml index 8085d12..3f6001d 100644 --- a/pom.xml +++ b/pom.xml @@ -48,26 +48,17 @@ - - net.sf.proguard - proguard - 4.4 - compile - true - com.samskivert samskivert 1.0 compile - true commons-codec commons-codec 1.4 compile - true jregistrykey @@ -138,9 +129,11 @@ package - - - + + + + +