Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2006-11-15 20:20:21 +0000
committerslewis2006-11-15 20:20:21 +0000
commit324c3b6a3e6e91e94608cd67afe70e447d3e6143 (patch)
tree1c89e102e8cd0a2955ac08e7cb817fbe5aa21e23 /examples/bundles/org.eclipse.ecf.example.collab.editor
parenta2c4786d4fce9dfda6c3ae02d31e2791423227ce (diff)
downloadorg.eclipse.ecf-324c3b6a3e6e91e94608cd67afe70e447d3e6143.tar.gz
org.eclipse.ecf-324c3b6a3e6e91e94608cd67afe70e447d3e6143.tar.xz
org.eclipse.ecf-324c3b6a3e6e91e94608cd67afe70e447d3e6143.zip
Updates to about.html, names of internal jar files (for consistency)
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.MF2
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab.editor/build.properties6
2 files changed, 4 insertions, 4 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 9927c4613..07b5f4cfa 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,6 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui.ide
Eclipse-LazyStart: true
Bundle-Vendor: Eclipse.org
-Bundle-ClassPath: collabeditor.jar
+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 1b3f7815a..5a63396c5 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,\
META-INF/,\
icons/,\
- collabeditor.jar,\
- about.html
-source.collabeditor.jar = src/
+ about.html,\
+ examplecollabeditor.jar
src.includes = about.html,\
META-INF/,\
icons/,\
plugin.xml
jars.compile.order = collabeditor.jar
+source.examplecollabeditor.jar = src/

Back to the top