1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 09:55:29 +02:00

Bug 296072 - CDT release is missing shared objects for linux-ppc64-gtk

This commit is contained in:
James Blackburn 2011-01-22 11:03:17 +00:00
parent 9cdfcf0848
commit 2869d6180d
13 changed files with 89 additions and 2 deletions

View file

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.cdt.core.linux.ppc64</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
</natures>
</projectDescription>

View file

@ -0,0 +1,8 @@
Manifest-Version: 1.0
Bundle-SymbolicName: org.eclipse.cdt.core.linux.ppc64;singleton:=true
Bundle-ManifestVersion: 2
Bundle-Localization: plugin
Bundle-Name: %fragmentName.linux.ppc64
Bundle-Version: 5.1.0.qualifier
Fragment-Host: org.eclipse.cdt.core;bundle-version="[5.0.0,6.0.0)"
Bundle-Vendor: %providerName

View file

@ -0,0 +1,24 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>About</title></head>
<body lang="EN-US">
<h2>About This Content</h2>
<p>Jan 21, 2011</p>
<h3>License</h3>
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available
at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
For purposes of the EPL, "Program" will mean the Content.</p>
<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
being redistributed by another party ("Redistributor") and different terms and conditions may
apply to your use of any object code in the Content. Check the Redistributor's license that was
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
indicated below, the terms and conditions of the EPL still apply to any source code in the Content
and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
</body></html>

View file

@ -0,0 +1,14 @@
###############################################################################
# Copyright (c) 2005, 2011 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
bin.includes = os/,\
about.html,\
META-INF/
src.includes = about.html

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2003, 2010 IBM Corporation and others.
# Copyright (c) 2003, 2011 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@ -86,6 +86,7 @@ fragmentName.aix = C/C++ Development Tools Core for AIX
fragmentName.linux = C/C++ Development Tools Core for Linux
fragmentName.linux.ia64 = C/C++ Development Tools Core for Linux (ia64)
fragmentName.linux.ppc = C/C++ Development Tools Core for Linux (ppc)
fragmentName.linux.ppc64 = C/C++ Development Tools Core for Linux (ppc64)
fragmentName.linux.x86 = C/C++ Development Tools Core for Linux (x86)
fragmentName.linux.x86_64 = C/C++ Development Tools Core for Linux (x86_64)
fragmentName.qnx = C/C++ Development Tools Core for QNX

View file

@ -44,6 +44,7 @@ fragment@org.eclipse.cdt.core.aix=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/o
fragment@org.eclipse.cdt.core.linux=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core.linux
fragment@org.eclipse.cdt.core.linux.ia64=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core.linux.ia64
fragment@org.eclipse.cdt.core.linux.ppc=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core.linux.ppc
fragment@org.eclipse.cdt.core.linux.ppc64=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core.linux.ppc64
fragment@org.eclipse.cdt.core.linux.x86=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core.linux.x86
fragment@org.eclipse.cdt.core.linux.x86_64=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core.linux.x86_64
fragment@org.eclipse.cdt.core.macosx=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core.macosx

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2005, 2007 IBM Corporation and others.
# Copyright (c) 2005, 2011 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@ -82,6 +82,7 @@ configs= \
& linux,gtk,x86 \
& linux,gtk,x86_64 \
& linux,gtk,ppc \
& linux,gtk,ppc64 \
& linux,gtk,ia64 \
& macosx,carbon,ppc \
& qnx,photon,x86 \

View file

@ -75,6 +75,7 @@ configs=\
& linux,gtk,x86 \
& linux,gtk,x86_64 \
& linux,gtk,ppc \
& linux,gtk,ppc64 \
& linux,gtk,ia64 \
& macosx,carbon,ppc \
& qnx,photon,x86 \
@ -86,6 +87,7 @@ archivesFormat=\
& linux,gtk,x86-tar \
& linux,gtk,x86_64-tar \
& linux,gtk,ppc-tar \
& linux,gtk,ppc64-tar \
& linux,gtk,ia64-tar \
& macosx,carbon,ppc-tar \
& qnx,photon,x86-tar \

View file

@ -42,6 +42,12 @@
</ant>
</target>
<target name="assemble.org.eclipse.cdt.linux.gtk.ppc64">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="cdt-${branchVersion}-${buildId}-linux.ppc64.tar.gz"/>
</ant>
</target>
<target name="assemble.org.eclipse.cdt.linux.gtk.ia64">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="cdt-${branchVersion}-${buildId}-linux.ia64.tar.gz"/>

View file

@ -75,6 +75,7 @@ configs=\
& linux,gtk,x86 \
& linux,gtk,x86_64 \
& linux,gtk,ppc \
& linux,gtk,ppc64 \
& linux,gtk,ia64 \
& macosx,carbon,ppc \
& qnx,photon,x86 \
@ -86,6 +87,7 @@ archivesFormat=\
& linux,gtk,x86-tar \
& linux,gtk,x86_64-tar \
& linux,gtk,ppc-tar \
& linux,gtk,ppc64-tar \
& linux,gtk,ia64-tar \
& macosx,carbon,ppc-tar \
& qnx,photon,x86-tar \

View file

@ -47,6 +47,12 @@
</ant>
</target>
<target name="assemble.org.eclipse.cdt.sdk.linux.gtk.ppc64">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="cdt-SDK-${branchVersion}-${buildId}-linux.ppc64.tar.gz"/>
</ant>
</target>
<target name="assemble.org.eclipse.cdt.sdk.linux.gtk.ia64">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="cdt-SDK-${branchVersion}-${buildId}-linux.ia64.tar.gz"/>