Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2006-11-25 08:54:47 +0000
committerslewis2006-11-25 08:54:47 +0000
commit4d2fca21bc0193dbec339cc4f8de0905f6c67f12 (patch)
treef59942d21b91f4c61636fd6f5b601d92c530744a
parenta6003c973b930572b9babb1d2b5c8b11271a3b34 (diff)
downloadorg.eclipse.ecf-4d2fca21bc0193dbec339cc4f8de0905f6c67f12.tar.gz
org.eclipse.ecf-4d2fca21bc0193dbec339cc4f8de0905f6c67f12.tar.xz
org.eclipse.ecf-4d2fca21bc0193dbec339cc4f8de0905f6c67f12.zip
Update to build to remove jar-within-jar problems
-rw-r--r--examples/bundles/org.eclipse.ecf.sdo/META-INF/MANIFEST.MF1
-rw-r--r--examples/bundles/org.eclipse.ecf.sdo/build.properties7
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/bundles/org.eclipse.ecf.sdo/META-INF/MANIFEST.MF b/examples/bundles/org.eclipse.ecf.sdo/META-INF/MANIFEST.MF
index 9b066fe2c..42e9f535c 100644
--- a/examples/bundles/org.eclipse.ecf.sdo/META-INF/MANIFEST.MF
+++ b/examples/bundles/org.eclipse.ecf.sdo/META-INF/MANIFEST.MF
@@ -2,7 +2,6 @@ Manifest-Version: 1.0
Bundle-Name: ECF SDO API
Bundle-SymbolicName: org.eclipse.ecf.sdo;singleton:=true
Bundle-Version: 0.9.4
-Bundle-ClassPath: ecf.sdo.jar
Bundle-Activator: org.eclipse.ecf.sdo.SDOPlugin$EclipsePlugin
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
diff --git a/examples/bundles/org.eclipse.ecf.sdo/build.properties b/examples/bundles/org.eclipse.ecf.sdo/build.properties
index fcc60f9c7..cc3c10509 100644
--- a/examples/bundles/org.eclipse.ecf.sdo/build.properties
+++ b/examples/bundles/org.eclipse.ecf.sdo/build.properties
@@ -1,11 +1,12 @@
-source.ecf.sdo.jar = src/
output.ecf.sdo.jar = bin/
-bin.includes = plugin.xml,\
+bin.includes = ., plugin.xml,\
META-INF/,\
- ecf.sdo.jar,\
schema/,\
about.html
src.includes = META-INF/,\
plugin.xml,\
schema/,\
about.html
+jars.compile.order = .
+source.. = src/
+output.. = bin/

Back to the top