From beabb1fc19391d0821d42a11a125808102e1f71e Mon Sep 17 00:00:00 2001 From: samskivert Date: Tue, 25 Jan 2011 20:55:59 +0000 Subject: [PATCH] The Maven-based build moved the GWT resources into the main samskivert jar file a while back. Let's have the Ant-based build do the same. We can also get rid of samskivert-gwt, since it hasn't been necessary for some time. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2987 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- build.xml | 12 ++---------- gwt-pom.xml | 14 -------------- 2 files changed, 2 insertions(+), 24 deletions(-) delete mode 100644 gwt-pom.xml diff --git a/build.xml b/build.xml index bdfc74f0..709f62f7 100644 --- a/build.xml +++ b/build.xml @@ -107,17 +107,14 @@ - - - + - - + @@ -129,10 +126,5 @@ - - - - - diff --git a/gwt-pom.xml b/gwt-pom.xml deleted file mode 100644 index b1e52e5c..00000000 --- a/gwt-pom.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - 4.0.0 - com.samskivert - samskivert-gwt - jar - 1.3-SNAPSHOT - samskivert-gwt - Source for classes that work with GWT. - - - - -