Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2008-01-08 17:55:27 +0000
committerMarkus Knauer2008-01-08 17:55:27 +0000
commit9a9377716a87b956d40a340dd24bd94d74b9e43e (patch)
treeb56c67748967446acf13ca44f329a3261b62adad /releng
parent5319a061f8e2080d911b0519e02b5b08b96b2fd0 (diff)
downloadorg.eclipse.epp.packages-9a9377716a87b956d40a340dd24bd94d74b9e43e.tar.gz
org.eclipse.epp.packages-9a9377716a87b956d40a340dd24bd94d74b9e43e.tar.xz
org.eclipse.epp.packages-9a9377716a87b956d40a340dd24bd94d74b9e43e.zip
UMon -> UDC
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.epp.config/eclipse_cppudc_340.xml (renamed from releng/org.eclipse.epp.config/eclipse_cppum_340.xml)2
-rw-r--r--releng/org.eclipse.epp.config/eclipse_javaudc_340.xml (renamed from releng/org.eclipse.epp.config/eclipse_javaum_340.xml)2
-rw-r--r--releng/org.eclipse.epp.config/eclipse_jeeudc_340.xml (renamed from releng/org.eclipse.epp.config/eclipse_jeeum_340.xml)2
-rw-r--r--releng/org.eclipse.epp.config/eclipse_rcpudc_340.xml (renamed from releng/org.eclipse.epp.config/eclipse_rcpum_340.xml)2
-rw-r--r--releng/org.eclipse.epp.config/startEPP.sh2
5 files changed, 5 insertions, 5 deletions
diff --git a/releng/org.eclipse.epp.config/eclipse_cppum_340.xml b/releng/org.eclipse.epp.config/eclipse_cppudc_340.xml
index d5209a95..a865ca13 100644
--- a/releng/org.eclipse.epp.config/eclipse_cppum_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-um-ganymede-M4"
+ name="eclipse-cpp-udc-ganymede-M4"
eclipseProductId="org.eclipse.platform.ide"
initialPerspectiveId="org.eclipse.cdt.ui.CPerspective" />
diff --git a/releng/org.eclipse.epp.config/eclipse_javaum_340.xml b/releng/org.eclipse.epp.config/eclipse_javaudc_340.xml
index 43a3add8..e02d2842 100644
--- a/releng/org.eclipse.epp.config/eclipse_javaum_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-um-ganymede-M4"
+ name="eclipse-java-udc-ganymede-M4"
eclipseProductId="org.eclipse.platform.ide"
initialPerspectiveId="org.eclipse.jdt.ui.JavaPerspective" />
diff --git a/releng/org.eclipse.epp.config/eclipse_jeeum_340.xml b/releng/org.eclipse.epp.config/eclipse_jeeudc_340.xml
index 1df50307..c482d6d0 100644
--- a/releng/org.eclipse.epp.config/eclipse_jeeum_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-um-ganymede-M4"
+ name="eclipse-jee-udc-ganymede-M4"
eclipseProductId="org.eclipse.platform.ide"
initialPerspectiveId="org.eclipse.jst.j2ee.J2EEPerspective" />
diff --git a/releng/org.eclipse.epp.config/eclipse_rcpum_340.xml b/releng/org.eclipse.epp.config/eclipse_rcpudc_340.xml
index 5362748f..b68768b6 100644
--- a/releng/org.eclipse.epp.config/eclipse_rcpum_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-um-ganymede-M4"
+ name="eclipse-rcp-udc-ganymede-M4"
eclipseProductId="org.eclipse.sdk.ide"
initialPerspectiveId="org.eclipse.jdt.ui.JavaPerspective" />
diff --git a/releng/org.eclipse.epp.config/startEPP.sh b/releng/org.eclipse.epp.config/startEPP.sh
index 4b7435ea..84bdc00b 100644
--- a/releng/org.eclipse.epp.config/startEPP.sh
+++ b/releng/org.eclipse.epp.config/startEPP.sh
@@ -11,7 +11,7 @@ STATUSFILENAME="status.stub"
LOCKFILE="/tmp/epp.build.lock"
CVSPATH="org.eclipse.epp/releng/org.eclipse.epp.config"
PACKAGES="cpp java jee rcp"
-UMON_PACKAGES="cppum javaum jeeum rcpum"
+UMON_PACKAGES="cppudc javaudc jeeudc rcpudc"
PLATFORMS="win32.win32.x86.zip linux.gtk.x86.tar.gz linux.gtk.x86_64.tar.gz macosx.carbon.ppc.tar.gz"
BASENAME="ganymede-M4"
BUILDSUCCESS=""

Back to the top