From 8a8b826b286cfbf2419c112ac172404611da2db9 Mon Sep 17 00:00:00 2001 From: Bogdan Gheorghe Date: Wed, 17 Oct 2012 13:52:24 -0400 Subject: Initial commit for hpux ia64 --- .../.project | 22 ++++ .../.settings/org.eclipse.pde.core.prefs | 4 + .../META-INF/MANIFEST.MF | 10 ++ .../about.html | 28 +++++ .../build.properties | 18 +++ .../customBuildCallbacks.xml | 124 +++++++++++++++++++++ .../launcher.gtk.hpux.ia64.properties | 12 ++ .../pom.xml | 35 ++++++ 8 files changed, 253 insertions(+) create mode 100644 bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/.project create mode 100644 bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/.settings/org.eclipse.pde.core.prefs create mode 100644 bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/META-INF/MANIFEST.MF create mode 100644 bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/about.html create mode 100644 bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/build.properties create mode 100644 bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/customBuildCallbacks.xml create mode 100644 bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/launcher.gtk.hpux.ia64.properties create mode 100644 bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/pom.xml diff --git a/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/.project b/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/.project new file mode 100644 index 000000000..0a8f6a152 --- /dev/null +++ b/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/.project @@ -0,0 +1,22 @@ + + + org.eclipse.equinox.launcher.gtk.hpux.ia64 + + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + + diff --git a/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/.settings/org.eclipse.pde.core.prefs b/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/.settings/org.eclipse.pde.core.prefs new file mode 100644 index 000000000..db68ec3ef --- /dev/null +++ b/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/.settings/org.eclipse.pde.core.prefs @@ -0,0 +1,4 @@ +#Tue Nov 16 14:45:38 EST 2010 +eclipse.preferences.version=1 +resolve.requirebundle=false +pluginProject.extensions=false diff --git a/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/META-INF/MANIFEST.MF new file mode 100644 index 000000000..8244497e1 --- /dev/null +++ b/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/META-INF/MANIFEST.MF @@ -0,0 +1,10 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %pluginName +Bundle-Vendor: %providerName +Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.hpux.ia64 +Bundle-Version: 1.0.100.qualifier +Fragment-Host: org.eclipse.equinox.launcher;bundle-version="1.0.0" +Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=hpux) (osgi.arch=ia64)) +Bundle-Localization: launcher.gtk.hpux.ia64 +Eclipse-BundleShape: dir diff --git a/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/about.html b/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/about.html new file mode 100644 index 000000000..395df3ba9 --- /dev/null +++ b/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/about.html @@ -0,0 +1,28 @@ + + + + +About + + +

About This Content

+ +

June 5, 2006

+

License

+ +

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 http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

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 http://www.eclipse.org.

+ + + \ No newline at end of file diff --git a/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/build.properties b/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/build.properties new file mode 100644 index 000000000..5c8bdf7d9 --- /dev/null +++ b/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/build.properties @@ -0,0 +1,18 @@ +############################################################################### +# Copyright (c) 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 = META-INF/,\ + eclipse_*.so,\ + launcher.gtk.hpux.ia64.properties,\ + about.html + +customBuildCallbacks=customBuildCallbacks.xml +generateSourceBundle=false +binaryTag=v20121015-1426 diff --git a/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/customBuildCallbacks.xml b/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/customBuildCallbacks.xml new file mode 100644 index 000000000..3773f016f --- /dev/null +++ b/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/customBuildCallbacks.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/launcher.gtk.hpux.ia64.properties b/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/launcher.gtk.hpux.ia64.properties new file mode 100644 index 000000000..941733ada --- /dev/null +++ b/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/launcher.gtk.hpux.ia64.properties @@ -0,0 +1,12 @@ +############################################################################### +# Copyright (c) 2010 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 +############################################################################### +pluginName = Equinox Launcher GTK HPUX IA64 Fragment +providerName = Eclipse.org - Equinox diff --git a/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/pom.xml b/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/pom.xml new file mode 100644 index 000000000..6c2141d30 --- /dev/null +++ b/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/pom.xml @@ -0,0 +1,35 @@ + + + + + 4.0.0 + + launcher-binary-parent + org.eclipse.equinox.framework + 3.8.0-SNAPSHOT + ../../launcher-binary-parent + + org.eclipse.equinox.framework + org.eclipse.equinox.launcher.gtk.hpux.ia64 + 1.0.100-SNAPSHOT + eclipse-plugin + + + 1500 + hpux + gtk + ia64 + + + -- cgit v1.2.3