Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-05-13 07:31:29 +0000
committerEike Stepper2010-05-13 07:31:29 +0000
commit56fcba61c9eacef1386b570e08f9b07e7ab8a50b (patch)
tree6d1a14d4e6c99f55291e7e8982ce7887da2a7fdb /plugins/org.gastro.server.web
parentdfddfdef7491db62330f233e601122354382a03a (diff)
downloadcdo-56fcba61c9eacef1386b570e08f9b07e7ab8a50b.tar.gz
cdo-56fcba61c9eacef1386b570e08f9b07e7ab8a50b.tar.xz
cdo-56fcba61c9eacef1386b570e08f9b07e7ab8a50b.zip
vserver
Diffstat (limited to 'plugins/org.gastro.server.web')
-rw-r--r--plugins/org.gastro.server.web/.classpath1
-rw-r--r--plugins/org.gastro.server.web/META-INF/MANIFEST.MF16
-rw-r--r--plugins/org.gastro.server.web/build.properties1
-rw-r--r--plugins/org.gastro.server.web/org.apache.commons.lang_2.3.0.v200803061910.jarbin258243 -> 0 bytes
4 files changed, 4 insertions, 14 deletions
diff --git a/plugins/org.gastro.server.web/.classpath b/plugins/org.gastro.server.web/.classpath
index 6bd93db154..16057af74c 100644
--- a/plugins/org.gastro.server.web/.classpath
+++ b/plugins/org.gastro.server.web/.classpath
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry exported="true" kind="lib" path="org.apache.commons.lang_2.3.0.v200803061910.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
diff --git a/plugins/org.gastro.server.web/META-INF/MANIFEST.MF b/plugins/org.gastro.server.web/META-INF/MANIFEST.MF
index 24c627e9ef..cb7941fba8 100644
--- a/plugins/org.gastro.server.web/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.server.web/META-INF/MANIFEST.MF
@@ -17,17 +17,9 @@ Require-Bundle: org.apache.commons.logging;bundle-version="[1.0.0,2.0.0)",
org.gastro.inventory;bundle-version="1.0.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: javax.servlet;version="[2.5.0,2.6.0)",
- javax.servlet.http;version="[2.5.0,2.6.0)"
+ javax.servlet.http;version="[2.5.0,2.6.0)",
+ org.apache.commons.lang;version="[2.3.0,3.0.0)"
Bundle-ActivationPolicy: lazy
-Bundle-ClassPath: .,
- org.apache.commons.lang_2.3.0.v200803061910.jar
-Export-Package: org.apache.commons.lang;version="2.3.0";x-internal:=true,
- org.apache.commons.lang.builder;version="2.3.0";x-internal:=true,
- org.apache.commons.lang.enums;version="2.3.0";x-internal:=true,
- org.apache.commons.lang.exception;version="2.3.0";x-internal:=true,
- org.apache.commons.lang.math;version="2.3.0";x-internal:=true,
- org.apache.commons.lang.mutable;version="2.3.0";x-internal:=true,
- org.apache.commons.lang.text;version="2.3.0";x-internal:=true,
- org.apache.commons.lang.time;version="2.3.0";x-internal:=true,
- org.gastro.server.internal.web;version="3.0.0";x-internal:=true,
+Bundle-ClassPath: .
+Export-Package: org.gastro.server.internal.web;version="3.0.0";x-internal:=true,
templates;version="3.0.0";x-internal:=true
diff --git a/plugins/org.gastro.server.web/build.properties b/plugins/org.gastro.server.web/build.properties
index ff175cd7bc..35731fcca7 100644
--- a/plugins/org.gastro.server.web/build.properties
+++ b/plugins/org.gastro.server.web/build.properties
@@ -16,7 +16,6 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
gastro.css,\
- org.apache.commons.lang_2.3.0.v200803061910.jar,\
copyright.txt,\
about.html,\
CommonsLang.README
diff --git a/plugins/org.gastro.server.web/org.apache.commons.lang_2.3.0.v200803061910.jar b/plugins/org.gastro.server.web/org.apache.commons.lang_2.3.0.v200803061910.jar
deleted file mode 100644
index ee5558ce47..0000000000
--- a/plugins/org.gastro.server.web/org.apache.commons.lang_2.3.0.v200803061910.jar
+++ /dev/null
Binary files differ

Back to the top