Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-07-30 15:52:28 +0000
committerEike Stepper2013-07-30 15:52:28 +0000
commite149b016746ebd7e1450d3bd041b5d32b74792c7 (patch)
tree3add0aaaa4a5443d0bb8889ed7fb2bba2af50ce0 /plugins/org.gastro.testclient
parent06918562e29d5f53bf201d0ed7718c68fb556a32 (diff)
downloadcdo-e149b016746ebd7e1450d3bd041b5d32b74792c7.tar.gz
cdo-e149b016746ebd7e1450d3bd041b5d32b74792c7.tar.xz
cdo-e149b016746ebd7e1450d3bd041b5d32b74792c7.zip
Add setup tool
Diffstat (limited to 'plugins/org.gastro.testclient')
-rw-r--r--plugins/org.gastro.testclient/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.gastro.testclient/build.properties8
2 files changed, 4 insertions, 6 deletions
diff --git a/plugins/org.gastro.testclient/META-INF/MANIFEST.MF b/plugins/org.gastro.testclient/META-INF/MANIFEST.MF
index d8a838f3a2..05fa81482e 100644
--- a/plugins/org.gastro.testclient/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.testclient/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CDO Electronic Restaurant Example Test Client
Bundle-SymbolicName: org.gastro.testclient
-Bundle-Version: 4.0.200.qualifier
+Bundle-Version: 4.0.300.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.net4j.tcp;bundle-version="[2.0.0,5.0.0)",
org.eclipse.emf.cdo.net4j;bundle-version="[4.0.0,5.0.0)";resolution:=optional,
diff --git a/plugins/org.gastro.testclient/build.properties b/plugins/org.gastro.testclient/build.properties
index 947f6a03b3..72cf980988 100644
--- a/plugins/org.gastro.testclient/build.properties
+++ b/plugins/org.gastro.testclient/build.properties
@@ -8,12 +8,10 @@
# Eike Stepper - initial API and implementation
bin.includes = META-INF/,\
- copyright.txt,\
- inventory.xml,\
- GastroTestClient2.launch,\
- GastroTestClient1.launch
+ copyright.txt
jars.compile.order = .
src.includes = about.html,\
- copyright.txt
+ copyright.txt,\
+ inventory.xml
generateSourceReferences = true

Back to the top