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
parent06918562e29d5f53bf201d0ed7718c68fb556a32 (diff)
downloadcdo-e149b016746ebd7e1450d3bd041b5d32b74792c7.tar.gz
cdo-e149b016746ebd7e1450d3bd041b5d32b74792c7.tar.xz
cdo-e149b016746ebd7e1450d3bd041b5d32b74792c7.zip
Add setup tool
-rw-r--r--features/org.gastro-feature/feature.xml2
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.department/META-INF/MANIFEST.MF6
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.department/build.properties4
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.table/META-INF/MANIFEST.MF6
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.table/build.properties4
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.testclient/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.testclient/build.properties8
-rw-r--r--plugins/org.gastro.rcp.department/META-INF/MANIFEST.MF6
-rw-r--r--plugins/org.gastro.rcp.department/build.properties4
-rw-r--r--plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF6
-rw-r--r--plugins/org.gastro.rcp.table/build.properties4
-rw-r--r--plugins/org.gastro.testclient/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.gastro.testclient/build.properties8
13 files changed, 25 insertions, 37 deletions
diff --git a/features/org.gastro-feature/feature.xml b/features/org.gastro-feature/feature.xml
index 26e8f87c6b..64c9fc3a09 100644
--- a/features/org.gastro-feature/feature.xml
+++ b/features/org.gastro-feature/feature.xml
@@ -12,7 +12,7 @@
<feature
id="org.gastro"
label="%featureName"
- version="4.2.0.qualifier"
+ version="4.2.100.qualifier"
provider-name="%providerName"
plugin="org.gastro.rcp"
image="eclipse_update_120.jpg"
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.department/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.department/META-INF/MANIFEST.MF
index 8adba7555c..1fc0cc4518 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.department/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.department/META-INF/MANIFEST.MF
@@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CDO Electronic Restaurant Example RCP Department
Bundle-SymbolicName: org.gastro.rcp.department; singleton:=true
-Bundle-Version: 4.0.200.qualifier
+Bundle-Version: 4.0.300.qualifier
Bundle-Activator: org.gastro.rcp.internal.department.Activator
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Eclipse Modeling Project
Require-Bundle: org.gastro.rcp;bundle-version="[4.0.0,5.0.0)";visibility:=reexport
-Export-Package: com.swtdesigner;version="4.0.200";x-internal:=true,
- org.gastro.rcp.internal.department;version="4.0.200";x-internal:=true
+Export-Package: com.swtdesigner;version="4.0.300";x-internal:=true,
+ org.gastro.rcp.internal.department;version="4.0.300";x-internal:=true
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.department/build.properties b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.department/build.properties
index f50d165f87..ed926be951 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.department/build.properties
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.department/build.properties
@@ -18,9 +18,7 @@ bin.includes = plugin.xml,\
images/,\
copyright.txt,\
about.html,\
- config/,\
- GastroDepartment1.launch,\
- GastroDepartment2.launch
+ config/
src.includes = about.html,\
copyright.txt,\
config/,\
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.table/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.table/META-INF/MANIFEST.MF
index 9243810c53..71b17b4b01 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.table/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.table/META-INF/MANIFEST.MF
@@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CDO Electronic Restaurant Example RCP Table
Bundle-SymbolicName: org.gastro.rcp.table; singleton:=true
-Bundle-Version: 4.0.200.qualifier
+Bundle-Version: 4.0.300.qualifier
Bundle-Activator: org.gastro.rcp.internal.table.Activator
Require-Bundle: org.gastro.rcp;bundle-version="[4.0.0,5.0.0)";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Eclipse Modeling Project
-Export-Package: com.swtdesigner;version="4.0.200";x-internal:=true,
- org.gastro.rcp.internal.table;version="4.0.200";x-internal:=true
+Export-Package: com.swtdesigner;version="4.0.300";x-internal:=true,
+ org.gastro.rcp.internal.table;version="4.0.300";x-internal:=true
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.table/build.properties b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.table/build.properties
index 130ba7d3f8..8eca29f5ae 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.table/build.properties
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.table/build.properties
@@ -16,9 +16,7 @@ bin.includes = plugin.xml,\
images/,\
copyright.txt,\
about.html,\
- config/,\
- GastroTable1.launch,\
- GastroTable2.launch
+ config/
src.includes = about.html,\
copyright.txt,\
config/,\
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.testclient/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.testclient/META-INF/MANIFEST.MF
index d8a838f3a2..05fa81482e 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.testclient/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/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.eclipse.emf.cdo.examples.installer/examples/org.gastro.testclient/build.properties b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.testclient/build.properties
index 947f6a03b3..72cf980988 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.testclient/build.properties
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/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
diff --git a/plugins/org.gastro.rcp.department/META-INF/MANIFEST.MF b/plugins/org.gastro.rcp.department/META-INF/MANIFEST.MF
index 8adba7555c..1fc0cc4518 100644
--- a/plugins/org.gastro.rcp.department/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.rcp.department/META-INF/MANIFEST.MF
@@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CDO Electronic Restaurant Example RCP Department
Bundle-SymbolicName: org.gastro.rcp.department; singleton:=true
-Bundle-Version: 4.0.200.qualifier
+Bundle-Version: 4.0.300.qualifier
Bundle-Activator: org.gastro.rcp.internal.department.Activator
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Eclipse Modeling Project
Require-Bundle: org.gastro.rcp;bundle-version="[4.0.0,5.0.0)";visibility:=reexport
-Export-Package: com.swtdesigner;version="4.0.200";x-internal:=true,
- org.gastro.rcp.internal.department;version="4.0.200";x-internal:=true
+Export-Package: com.swtdesigner;version="4.0.300";x-internal:=true,
+ org.gastro.rcp.internal.department;version="4.0.300";x-internal:=true
diff --git a/plugins/org.gastro.rcp.department/build.properties b/plugins/org.gastro.rcp.department/build.properties
index f50d165f87..ed926be951 100644
--- a/plugins/org.gastro.rcp.department/build.properties
+++ b/plugins/org.gastro.rcp.department/build.properties
@@ -18,9 +18,7 @@ bin.includes = plugin.xml,\
images/,\
copyright.txt,\
about.html,\
- config/,\
- GastroDepartment1.launch,\
- GastroDepartment2.launch
+ config/
src.includes = about.html,\
copyright.txt,\
config/,\
diff --git a/plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF b/plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF
index 9243810c53..71b17b4b01 100644
--- a/plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF
@@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CDO Electronic Restaurant Example RCP Table
Bundle-SymbolicName: org.gastro.rcp.table; singleton:=true
-Bundle-Version: 4.0.200.qualifier
+Bundle-Version: 4.0.300.qualifier
Bundle-Activator: org.gastro.rcp.internal.table.Activator
Require-Bundle: org.gastro.rcp;bundle-version="[4.0.0,5.0.0)";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Eclipse Modeling Project
-Export-Package: com.swtdesigner;version="4.0.200";x-internal:=true,
- org.gastro.rcp.internal.table;version="4.0.200";x-internal:=true
+Export-Package: com.swtdesigner;version="4.0.300";x-internal:=true,
+ org.gastro.rcp.internal.table;version="4.0.300";x-internal:=true
diff --git a/plugins/org.gastro.rcp.table/build.properties b/plugins/org.gastro.rcp.table/build.properties
index 130ba7d3f8..8eca29f5ae 100644
--- a/plugins/org.gastro.rcp.table/build.properties
+++ b/plugins/org.gastro.rcp.table/build.properties
@@ -16,9 +16,7 @@ bin.includes = plugin.xml,\
images/,\
copyright.txt,\
about.html,\
- config/,\
- GastroTable1.launch,\
- GastroTable2.launch
+ config/
src.includes = about.html,\
copyright.txt,\
config/,\
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