Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2008-01-09 10:23:51 +0000
committerMarkus Knauer2008-01-09 10:23:51 +0000
commit999af580f8612ae13a5a27258d824123f51c8775 (patch)
tree995d3408034a5eb6fbd41a9cfe1735783a1fe0b0
parent592933a7fe111ca97c50ff1e818ae5e2639663c2 (diff)
downloadorg.eclipse.epp.packages-999af580f8612ae13a5a27258d824123f51c8775.tar.gz
org.eclipse.epp.packages-999af580f8612ae13a5a27258d824123f51c8775.tar.xz
org.eclipse.epp.packages-999af580f8612ae13a5a27258d824123f51c8775.zip
fixed output filename typoI20080108_Eclipse_3_4_0_M4
-rw-r--r--releng/org.eclipse.epp.config/eclipse_cppudc_340.xml2
-rw-r--r--releng/org.eclipse.epp.config/eclipse_javaudc_340.xml2
-rw-r--r--releng/org.eclipse.epp.config/eclipse_jeeudc_340.xml2
-rw-r--r--releng/org.eclipse.epp.config/eclipse_rcpudc_340.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/releng/org.eclipse.epp.config/eclipse_cppudc_340.xml b/releng/org.eclipse.epp.config/eclipse_cppudc_340.xml
index 67735263..6561373f 100644
--- a/releng/org.eclipse.epp.config/eclipse_cppudc_340.xml
+++ b/releng/org.eclipse.epp.config/eclipse_cppudc_340.xml
@@ -6,7 +6,7 @@
<!-- name, the name of the product, used in naming the created files. -->
<product
- name="eclipse-cpp-udc-ganymede-M4"
+ name="eclipse-cppudc-ganymede-M4"
eclipseProductId="org.eclipse.platform.ide"
initialPerspectiveId="org.eclipse.cdt.ui.CPerspective" />
diff --git a/releng/org.eclipse.epp.config/eclipse_javaudc_340.xml b/releng/org.eclipse.epp.config/eclipse_javaudc_340.xml
index 2b96fff6..5e500ab6 100644
--- a/releng/org.eclipse.epp.config/eclipse_javaudc_340.xml
+++ b/releng/org.eclipse.epp.config/eclipse_javaudc_340.xml
@@ -6,7 +6,7 @@
<!-- name, the name of the product, used in naming the created files. -->
<product
- name="eclipse-java-udc-ganymede-M4"
+ name="eclipse-javaudc-ganymede-M4"
eclipseProductId="org.eclipse.platform.ide"
initialPerspectiveId="org.eclipse.jdt.ui.JavaPerspective" />
diff --git a/releng/org.eclipse.epp.config/eclipse_jeeudc_340.xml b/releng/org.eclipse.epp.config/eclipse_jeeudc_340.xml
index 30b9f061..036ae661 100644
--- a/releng/org.eclipse.epp.config/eclipse_jeeudc_340.xml
+++ b/releng/org.eclipse.epp.config/eclipse_jeeudc_340.xml
@@ -6,7 +6,7 @@
<!-- name, the name of the product, used in naming the created files. -->
<product
- name="eclipse-jee-udc-ganymede-M4"
+ name="eclipse-jeeudc-ganymede-M4"
eclipseProductId="org.eclipse.platform.ide"
initialPerspectiveId="org.eclipse.jst.j2ee.J2EEPerspective" />
diff --git a/releng/org.eclipse.epp.config/eclipse_rcpudc_340.xml b/releng/org.eclipse.epp.config/eclipse_rcpudc_340.xml
index 718bca50..b93156d2 100644
--- a/releng/org.eclipse.epp.config/eclipse_rcpudc_340.xml
+++ b/releng/org.eclipse.epp.config/eclipse_rcpudc_340.xml
@@ -6,7 +6,7 @@
<!-- name, the name of the product, used in naming the created files. -->
<product
- name="eclipse-rcp-udc-ganymede-M4"
+ name="eclipse-rcpudc-ganymede-M4"
eclipseProductId="org.eclipse.sdk.ide"
initialPerspectiveId="org.eclipse.jdt.ui.JavaPerspective" />

Back to the top