Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2006-11-25 08:54:54 +0000
committerslewis2006-11-25 08:54:54 +0000
commitddc41fce602771c735aaf1ea865b67cc8dc90741 (patch)
tree599f90818bc0929f00baab256566d538691edb46 /examples/bundles/org.eclipse.ecf.example.collab.editor
parenta9bd91ca37427eaa1cb8e5c7d0c4fdadd2319998 (diff)
downloadorg.eclipse.ecf-ddc41fce602771c735aaf1ea865b67cc8dc90741.tar.gz
org.eclipse.ecf-ddc41fce602771c735aaf1ea865b67cc8dc90741.tar.xz
org.eclipse.ecf-ddc41fce602771c735aaf1ea865b67cc8dc90741.zip
Update to build to remove jar-within-jar problems
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.example.collab.editor')
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab.editor/META-INF/MANIFEST.MF1
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab.editor/build.properties10
2 files changed, 5 insertions, 6 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.collab.editor/META-INF/MANIFEST.MF b/examples/bundles/org.eclipse.ecf.example.collab.editor/META-INF/MANIFEST.MF
index 7489aa618..2c76de360 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab.editor/META-INF/MANIFEST.MF
+++ b/examples/bundles/org.eclipse.ecf.example.collab.editor/META-INF/MANIFEST.MF
@@ -23,6 +23,5 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui.ide
Eclipse-LazyStart: true
Bundle-Vendor: Eclipse.org
-Bundle-ClassPath: examplecollabeditor.jar
Bundle-RequiredExecutionEnvironment: J2SE-1.4,
CDC-1.1/Foundation-1.1
diff --git a/examples/bundles/org.eclipse.ecf.example.collab.editor/build.properties b/examples/bundles/org.eclipse.ecf.example.collab.editor/build.properties
index 5a63396c5..782acfd12 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab.editor/build.properties
+++ b/examples/bundles/org.eclipse.ecf.example.collab.editor/build.properties
@@ -1,11 +1,11 @@
-bin.includes = plugin.xml,\
+bin.includes = ., plugin.xml,\
META-INF/,\
icons/,\
- about.html,\
- examplecollabeditor.jar
+ about.html
src.includes = about.html,\
META-INF/,\
icons/,\
plugin.xml
-jars.compile.order = collabeditor.jar
-source.examplecollabeditor.jar = src/
+
+source.. = src/
+output.. = bin/

Back to the top