Community
Participate
Working Groups
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.equinox.launcher.gtk.solaris.x86</name>
<name>org.eclipse.equinox.launcher.gtk.solaris.x86_64</name>
<comment></comment>
<projects>
</projects>
###############################################################################
bin.includes = META-INF/,\
eclipse_*.so,\
launcher.gtk.solaris.x86.properties,\
launcher.gtk.solaris.x86_64.properties,\
about.html
customBuildCallbacks=customBuildCallbacks.xml
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.solaris.x86;singleton:=true
Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.solaris.x86_64;singleton:=true
Bundle-Version: 1.1.200.qualifier
Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.4.0)"
Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=solaris) (osgi.arch=x86))
Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=solaris) (osgi.arch=x86_64))
Bundle-Localization: launcher.gtk.solaris.x86
Bundle-Localization: launcher.gtk.solaris.x86_64
Eclipse-BundleShape: dir
# bug 429343 - launcher needs VM argument "-d64" on Solaris to use the
# 64-bit JVM
instructions.configure = addJvmArg(jvmArg:-d64);removeProgramArg(programArg:--launcher.XXMaxPermSize);
<relativePath>../../launcher-binary-parent</relativePath>
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.launcher.gtk.solaris.x86</artifactId>
<artifactId>org.eclipse.equinox.launcher.gtk.solaris.x86_64</artifactId>
<version>1.1.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
<os>solaris</os>
<ws>gtk</ws>
<arch>x86</arch>
<arch>x86_64</arch>
</properties>
</project>