From efc28ca78246154bd27e5671a3a5714482a407a8 Mon Sep 17 00:00:00 2001 From: Heng Sin Low Date: Tue, 13 Jul 2010 16:11:18 +0800 Subject: [PATCH] Fixed classpath to depends only on plugin dependency. Modify build file for osgi deployment --- serverApps/.classpath | 4 -- serverApps/META-INF/MANIFEST.MF | 6 -- serverApps/build.properties | 1 - serverApps/build.xml | 112 ++++---------------------------- 4 files changed, 13 insertions(+), 110 deletions(-) diff --git a/serverApps/.classpath b/serverApps/.classpath index 77df9afd4f..49bdb0f660 100644 --- a/serverApps/.classpath +++ b/serverApps/.classpath @@ -2,13 +2,9 @@ - - - - diff --git a/serverApps/META-INF/MANIFEST.MF b/serverApps/META-INF/MANIFEST.MF index da4608ad33..142c1fb297 100644 --- a/serverApps/META-INF/MANIFEST.MF +++ b/serverApps/META-INF/MANIFEST.MF @@ -7,7 +7,6 @@ Bundle-ClassPath: serverApps.jar, src/web/WEB-INF/lib/commons-beanutils-bean-collections.jar, src/web/WEB-INF/lib/commons-beanutils-core.jar, src/web/WEB-INF/lib/commons-beanutils.jar, - src/web/WEB-INF/lib/commons-codec-1.3.jar, src/web/WEB-INF/lib/commons-collections-3.1.jar, src/web/WEB-INF/lib/commons-digester-1.7.jar, src/web/WEB-INF/lib/commons-fileupload.jar, @@ -28,11 +27,6 @@ Export-Package: org.apache.commons.beanutils, org.apache.commons.beanutils.converters, org.apache.commons.beanutils.locale, org.apache.commons.beanutils.locale.converters, - org.apache.commons.codec, - org.apache.commons.codec.binary, - org.apache.commons.codec.digest, - org.apache.commons.codec.language, - org.apache.commons.codec.net, org.apache.commons.collections, org.apache.commons.collections.bag, org.apache.commons.collections.bidimap, diff --git a/serverApps/build.properties b/serverApps/build.properties index 844d05396f..bfeb264323 100644 --- a/serverApps/build.properties +++ b/serverApps/build.properties @@ -5,7 +5,6 @@ bin.includes = META-INF/,\ src/web/WEB-INF/lib/commons-beanutils-bean-collections.jar,\ src/web/WEB-INF/lib/commons-beanutils-core.jar,\ src/web/WEB-INF/lib/commons-beanutils.jar,\ - src/web/WEB-INF/lib/commons-codec-1.3.jar,\ src/web/WEB-INF/lib/commons-collections-3.1.jar,\ src/web/WEB-INF/lib/commons-digester-1.7.jar,\ src/web/WEB-INF/lib/commons-fileupload.jar,\ diff --git a/serverApps/build.xml b/serverApps/build.xml index 66ead8ca31..563bc66cc9 100644 --- a/serverApps/build.xml +++ b/serverApps/build.xml @@ -4,115 +4,29 @@ - + - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + +