Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-06-29 07:42:28 +0000
committerAlexander Kurtakov2017-06-29 07:42:28 +0000
commit42e08ce76e66633ba4b7350ade9e8e11841d4214 (patch)
tree54fc13f693ac211ecf946acfd4a45d6a648f38e9
parent30b0cb178db79ea77b7d171689fb1a19569919f5 (diff)
downloadeclipse.pde.build-42e08ce76e66633ba4b7350ade9e8e11841d4214.tar.gz
eclipse.pde.build-42e08ce76e66633ba4b7350ade9e8e11841d4214.tar.xz
eclipse.pde.build-42e08ce76e66633ba4b7350ade9e8e11841d4214.zip
Remove mac.carbon.*, *.*.ppc and *.*.sparc. Not being in use for years. Change-Id: Ifd3596aab644771ecf5f101b2fcfbbe554f11d8c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--org.eclipse.pde.build/scripts/productBuild/allElements.xml28
-rw-r--r--org.eclipse.pde.build/templates/headless-build/build.properties11
-rw-r--r--org.eclipse.pde.build/templates/packager/customTargets.xml24
-rw-r--r--org.eclipse.pde.build/templates/packager/packager.properties12
-rw-r--r--org.eclipse.pde.build/templates/packager/packaging.properties5
5 files changed, 4 insertions, 76 deletions
diff --git a/org.eclipse.pde.build/scripts/productBuild/allElements.xml b/org.eclipse.pde.build/scripts/productBuild/allElements.xml
index ee1c7b10..001c0f40 100644
--- a/org.eclipse.pde.build/scripts/productBuild/allElements.xml
+++ b/org.eclipse.pde.build/scripts/productBuild/allElements.xml
@@ -63,13 +63,6 @@
</ant>
</target>
- <property name="assemble.org.eclipse.pde.build.container.feature.linux.gtk.ppc" value="true" />
- <target name="assemble.org.eclipse.pde.build.container.feature.linux.gtk.ppc">
- <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
- <property name="archiveName" value="${archiveNamePrefix}-linux.gtk.ppc.zip"/>
- </ant>
- </target>
-
<property name="assemble.org.eclipse.pde.build.container.feature.linux.gtk.x86" value="true" />
<target name="assemble.org.eclipse.pde.build.container.feature.linux.gtk.x86">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
@@ -84,27 +77,6 @@
</ant>
</target>
- <property name="assemble.org.eclipse.pde.build.container.feature.solaris.gtk.sparc" value="true" />
- <target name="assemble.org.eclipse.pde.build.container.feature.solaris.gtk.sparc">
- <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
- <property name="archiveName" value="${archiveNamePrefix}-solaris.gtk.sparc.zip"/>
- </ant>
- </target>
-
- <property name="assemble.org.eclipse.pde.build.container.feature.macosx.carbon.ppc" value="true" />
- <target name="assemble.org.eclipse.pde.build.container.feature.macosx.carbon.ppc">
- <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
- <property name="archiveName" value="${archiveNamePrefix}-macosx.carbon.ppc.zip"/>
- </ant>
- </target>
-
- <property name="assemble.org.eclipse.pde.build.container.feature.macosx.carbon.x86" value="true" />
- <target name="assemble.org.eclipse.pde.build.container.feature.macosx.carbon.x86">
- <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
- <property name="archiveName" value="${archiveNamePrefix}-macosx.carbon.x86.zip"/>
- </ant>
- </target>
-
<property name="assemble.org.eclipse.pde.build.container.feature.group.group.group" value="true" />
<target name="assemble.org.eclipse.pde.build.container.feature.group.group.group">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
diff --git a/org.eclipse.pde.build/templates/headless-build/build.properties b/org.eclipse.pde.build/templates/headless-build/build.properties
index 3a3451a7..0710e931 100644
--- a/org.eclipse.pde.build/templates/headless-build/build.properties
+++ b/org.eclipse.pde.build/templates/headless-build/build.properties
@@ -47,14 +47,8 @@ collectingFolder=${archivePrefix}
configs = *, *, *
#configs=win32, win32, x86 & \
# win32,win32,x86_64 & \
-# win32,win32,wpf & \
-# linux, gtk, ppc & \
# linux, gtk, x86 & \
# linux, gtk, x86_64 & \
-# solaris, gtk, sparc & \
-# macosx, carbon, ppc & \
-# macosx, carbon, x86 & \
-# macosx, cocoa, ppc & \
# macosx, cocoa, x86 & \
# macosx, cocoa, x86_64
@@ -68,11 +62,8 @@ configs = *, *, *
#The format of the archive. By default a zip is created using antZip.
#The list can only contain the configuration for which the desired format is different than zip.
#archivesFormat=win32, win32, x86 - antZip& \
-# linux, gtk, ppc - antZip &\
# linux, gtk, x86 - antZip& \
-# linux, gtk, x86_64 - antZip& \
-# solaris, gtk, sparc - antZip& \
-# macosx, carbon, ppc - antZip
+# linux, gtk, x86_64 - antZip
#Allow cycles involving at most one bundle that needs to be compiled with the rest being binary bundles.
allowBinaryCycles = true
diff --git a/org.eclipse.pde.build/templates/packager/customTargets.xml b/org.eclipse.pde.build/templates/packager/customTargets.xml
index 51f82661..38075444 100644
--- a/org.eclipse.pde.build/templates/packager/customTargets.xml
+++ b/org.eclipse.pde.build/templates/packager/customTargets.xml
@@ -25,34 +25,10 @@
</ant>
</target>
- <target name="assemble.linux.gtk.ppc.xml">
- <ant antfile="${assembleScriptName}" >
- <property name="archiveName" value="${archiveNamePrefix}-linux.gtk.ppc.zip"/>
- </ant>
- </target>
-
<target name="assemble.linux.gtk.x86_64.xml">
<ant antfile="${assembleScriptName}" >
<property name="archiveName" value="${archiveNamePrefix}-linux.gtk.x86_64.zip"/>
</ant>
</target>
- <target name="assemble.solaris.gtk.sparc.xml">
- <ant antfile="${assembleScriptName}" >
- <property name="archiveName" value="${archiveNamePrefix}-solaris.gtk.sparc.zip"/>
- </ant>
- </target>
-
- <target name="assemble.macosx.carbon.ppc.xml">
- <ant antfile="${assembleScriptName}" >
- <property name="archiveName" value="${archiveNamePrefix}-macosx.carbon.ppc.zip"/>
- </ant>
- </target>
-
- <target name="assemble.macosx.carbon.x86.xml">
- <ant antfile="${assembleScriptName}" >
- <property name="archiveName" value="${archiveNamePrefix}-macosx.carbon.x86.zip"/>
- </ant>
- </target>
-
</project>
diff --git a/org.eclipse.pde.build/templates/packager/packager.properties b/org.eclipse.pde.build/templates/packager/packager.properties
index b86f61c3..9186e423 100644
--- a/org.eclipse.pde.build/templates/packager/packager.properties
+++ b/org.eclipse.pde.build/templates/packager/packager.properties
@@ -22,11 +22,8 @@ featureList = <featuresToGather>
# value is a '&' separated list of ',' separate triples.
# By default the value is *,*,* which is platform independant
#config=win32, win32, x86 & \
-# linux, gtk, ppc &\
# linux, gtk, x86 & \
-# linux, gtk, x86_64 & \
-# solaris, gtk, sparc & \
-# macosx, carbon, ppc
+# linux, gtk, x86_64
#Set this variable to normalize plug-in and feature names while packaging
normalizeWhilePackaging=true
@@ -90,11 +87,8 @@ buildLabel=${buildType}.${buildId}
#The format of the archive. By default a zip is created using antZip.
#archivesFormat=win32, win32, x86 - antZip& \
-# linux, gtk, ppc - antZip &\
-# linux, gtk, x86 - antZip& \
-# linux, gtk, x86_64 - antZip& \
-# solaris, gtk, sparc - antZip& \
-# macosx, carbon, ppc - antZip
+# linux, gtk, x86 - antZip& \
+# linux, gtk, x86_64 - antZip
# extra arguments to be passed to zip / unzip (-y is usually used on unix for zip)
zipargs=
diff --git a/org.eclipse.pde.build/templates/packager/packaging.properties b/org.eclipse.pde.build/templates/packager/packaging.properties
index 755bd3f9..3b6e30ac 100644
--- a/org.eclipse.pde.build/templates/packager/packaging.properties
+++ b/org.eclipse.pde.build/templates/packager/packaging.properties
@@ -14,12 +14,7 @@
# configurations
root=epl-v10.html, notice.html, configuration/, startup.jar, .eclipseproduct, eclipse.ini, readme/
root.permissions.755=eclipse,*.so*
-root.macosx.carbon.ppc.permissions.755=Eclipse.app/Contents/MacOS/eclipse
root.win32.win32.x86=eclipse.exe, eclipsec.exe
root.linux.gtk.x86=eclipse,libcairo-swt.so,about_files/,about.html,icon.xpm
root.linux.gtk.x86_64=eclipse,libcairo-swt.so,about_files/,about.html,icon.xpm
-root.linux.gtk.ppc=eclipse
-root.macosx.carbon.ppc=eclipse,Eclipse.app/
-root.macosx.carbon.ppc.link=Eclipse.app/Contents/MacOS/eclipse,eclipse,../../../MacOS,Eclipse.app/Contents/Resources/Splash.app/Contents/MacOS
-root.solaris.gtk.sparc=eclipse,Eclipse.l.pm,Eclipse.m.pm,Eclipse.s.pm,Eclipse.t.pm

Back to the top