Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2010-11-10 21:30:51 +0000
committerPascal Rapicault2010-11-10 21:30:51 +0000
commit9ff684832be979e7e982987335f5df44a9594a4c (patch)
tree6c2b0e08b662439a7208f1788604d72c4ff41f0e /bundles
parentc505dbafe4411bcd79ed2d8804a76d2264dd7a44 (diff)
downloadrt.equinox.p2-9ff684832be979e7e982987335f5df44a9594a4c.tar.gz
rt.equinox.p2-9ff684832be979e7e982987335f5df44a9594a4c.tar.xz
rt.equinox.p2-9ff684832be979e7e982987335f5df44a9594a4c.zip
Add test case for bug 329279
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/planner/Bug329279.java34
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/testData/bug329279/repo/content.jarbin0 -> 378412 bytes
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/testData/bug329279/repo/content.xml42044
3 files changed, 42078 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/planner/Bug329279.java b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/planner/Bug329279.java
new file mode 100644
index 000000000..5c9814f78
--- /dev/null
+++ b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/planner/Bug329279.java
@@ -0,0 +1,34 @@
+package org.eclipse.equinox.p2.tests.planner;
+
+import org.eclipse.core.runtime.NullProgressMonitor;
+import org.eclipse.core.runtime.OperationCanceledException;
+import org.eclipse.equinox.p2.core.ProvisionException;
+import org.eclipse.equinox.p2.engine.IProfile;
+import org.eclipse.equinox.p2.engine.IProvisioningPlan;
+import org.eclipse.equinox.p2.metadata.IInstallableUnit;
+import org.eclipse.equinox.p2.planner.IPlanner;
+import org.eclipse.equinox.p2.planner.IProfileChangeRequest;
+import org.eclipse.equinox.p2.query.QueryUtil;
+import org.eclipse.equinox.p2.repository.metadata.IMetadataRepository;
+import org.eclipse.equinox.p2.tests.AbstractProvisioningTest;
+
+public class Bug329279 extends AbstractProvisioningTest {
+
+ private IProfile profile;
+ private IPlanner planner;
+
+ public void testInstallSourceFeature() throws ProvisionException, OperationCanceledException {
+ profile = createProfile("TestProfile." + getName());
+ planner = createPlanner();
+ IMetadataRepository repo = getMetadataRepositoryManager().loadRepository(getTestData("Repo for 329279", "testData/bug329279/repo/").toURI(), new NullProgressMonitor());
+ IInstallableUnit sdk = repo.query(QueryUtil.createIUQuery("org.eclipse.sdk.ide"), new NullProgressMonitor()).iterator().next();
+ assertNotNull(sdk);
+ assertFalse(repo.query(QueryUtil.createIUQuery("org.eclipse.equinox.p2.user.ui.source.feature.group"), new NullProgressMonitor()).isEmpty());
+
+ IProfileChangeRequest req = planner.createChangeRequest(profile);
+ req.add(sdk);
+
+ IProvisioningPlan plan = planner.getProvisioningPlan(req, null, new NullProgressMonitor());
+ assertFalse(plan.getAdditions().query(QueryUtil.createIUQuery("org.eclipse.equinox.p2.user.ui.source.feature.group"), new NullProgressMonitor()).isEmpty());
+ }
+}
diff --git a/bundles/org.eclipse.equinox.p2.tests/testData/bug329279/repo/content.jar b/bundles/org.eclipse.equinox.p2.tests/testData/bug329279/repo/content.jar
new file mode 100644
index 000000000..268b93b63
--- /dev/null
+++ b/bundles/org.eclipse.equinox.p2.tests/testData/bug329279/repo/content.jar
Binary files differ
diff --git a/bundles/org.eclipse.equinox.p2.tests/testData/bug329279/repo/content.xml b/bundles/org.eclipse.equinox.p2.tests/testData/bug329279/repo/content.xml
new file mode 100644
index 000000000..3dd9e57df
--- /dev/null
+++ b/bundles/org.eclipse.equinox.p2.tests/testData/bug329279/repo/content.xml
@@ -0,0 +1,42044 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<?metadataRepository version='1.1.0'?>
+<repository name='A new repository' type='org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository' version='1'>
+ <properties size='2'>
+ <property name='p2.timestamp' value='1289423068209'/>
+ <property name='p2.compressed' value='true'/>
+ </properties>
+ <units size='1097'>
+ <unit id='toolingmotif.linux.x86org.eclipse.equinox.common' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.linux.x86org.eclipse.equinox.common' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingmotif.linux.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.win32.win32.x86.translated_host_properties' version='1.1.100.v20100824a'>
+ <hostRequirements size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher Win32 X86 Fragment'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.win32.win32.x86.translated_host_properties' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='toolinggtk.linux.ppcorg.eclipse.equinox.ds' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.equinox.ds' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.ppc' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.registry' version='3.5.0.v20100503'>
+ <update id='org.eclipse.equinox.registry' range='[0.0.0,3.5.0.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Extension Registry Support'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='11'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.registry' version='3.5.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.registry' version='3.5.0.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.adapter' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.registry' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.registry.osgi' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.registry.spi' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.runtime' version='3.4.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.runtime.dynamichelpers' version='3.4.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.runtime.spi' version='3.4.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='16'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.2.0,4.0.0)'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.core.runtime.jobs' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='org.eclipse.osgi.framework.console' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.datalocation' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.debug' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.environment' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.localization' range='1.1.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.resolver' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='org.eclipse.osgi.storagemanager' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.packageadmin' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax.helpers' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.registry' version='3.5.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Comment-Header: Both Eclipse-LazyStart and Bundle-ActivationPolicy are specified for compatibility with 3.2&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-ExtensibleAPI: true&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;[3.2.0,4.0.0)&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/components/bundles/org.eclipse.equinox.registry;tag=v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-ClassPath: runtime_registry_compatibility.jar, .&#xA;Bundle-Vendor: %providerName&#xA;Import-Package: javax.xml.parsers,org.eclipse.core.runtime.jobs;resolution:=optional,org.eclipse.osgi.framework.console;resolution:=optional,org.eclipse.osgi.service.datalocation,org.eclipse.osgi.service.debug,org.eclipse.osgi.service.environment;resolution:=optional,org.eclipse.osgi.service.localization;version=&quot;1.1.0&quot;,org.eclipse.osgi.service.resolver;resolution:=optional,org.eclipse.osgi.storagemanager,org.eclipse.osgi.util,org.osgi.framework,org.osgi.service.packageadmin,org.osgi.util.tracker,org.xml.sax,org.xml.sax.helpers&#xA;Bundle-Activator: org.eclipse.core.internal.registry.osgi.Activator&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 3.5.0.v20100503&#xA;Eclipse-LazyStart: true&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Export-Package: org.eclipse.core.internal.adapter;x-internal:=true,org.eclipse.core.internal.registry;x-friends:=&quot;org.eclipse.core.runtime&quot;,org.eclipse.core.internal.registry.osgi;x-friends:=&quot;org.eclipse.core.runtime&quot;,org.eclipse.core.internal.registry.spi;x-internal:=true,org.eclipse.core.runtime;registry=split;version=&quot;3.4.0&quot;;mandatory:=registry,org.eclipse.core.runtime.dynamichelpers;version=&quot;3.4.0&quot;,org.eclipse.core.runtime.spi;version=&quot;3.4.0&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.registry;singleton:=true&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.ini.carbon.macosx.ppc' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.carbon.macosx.ppc' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);removeJvmArg(jvmArg:-XstartOnFirstThread);removeJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);addJvmArg(jvmArg:-XstartOnFirstThread);addJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.runtime.source' version='3.4.200.v20100601' singleton='false'>
+ <update id='org.eclipse.pde.runtime.source' range='[0.0.0,3.4.200.v20100601)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.name' value='PDE Runtime Source'/>
+ <property name='df_LT.provider-name' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%provider-name'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.runtime.source' version='3.4.200.v20100601'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.runtime.source' version='3.4.200.v20100601'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.runtime.source' version='3.4.200.v20100601'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.4.200.v20100601&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.pde.runtime.source&#xA;Bundle-Name: %name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.pde.runtime;version=&quot;3.4.200.v20100601&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %provider-name
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.osgi.services' version='3.2.100.v20100503' singleton='false'>
+ <update id='org.eclipse.osgi.services' range='[0.0.0,3.2.100.v20100503)' severity='0'/>
+ <properties size='8'>
+ <property name='df_LT.osgiServicesDes' value='OSGi Service Platform Release 4.2.0 Service Interfaces and Classes'/>
+ <property name='df_LT.osgiServices' value='OSGi Release 4.2.0 Services'/>
+ <property name='df_LT.eclipse.org' value='Eclipse.org - Equinox'/>
+ <property name='org.eclipse.equinox.p2.name' value='%osgiServices'/>
+ <property name='org.eclipse.equinox.p2.description' value='%osgiServicesDes'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.contact' value='www.eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='16'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.osgi.services' version='3.2.100.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.osgi.services' version='3.2.100.v20100503'/>
+ <provided namespace='java.package' name='org.osgi.service.cm' version='1.2.1'/>
+ <provided namespace='java.package' name='org.osgi.service.component' version='1.1.0'/>
+ <provided namespace='java.package' name='org.osgi.service.device' version='1.1.0'/>
+ <provided namespace='java.package' name='org.osgi.service.event' version='1.2.0'/>
+ <provided namespace='java.package' name='org.osgi.service.http' version='1.2.1'/>
+ <provided namespace='java.package' name='org.osgi.service.io' version='1.0.0'/>
+ <provided namespace='java.package' name='org.osgi.service.log' version='1.3.0'/>
+ <provided namespace='java.package' name='org.osgi.service.metatype' version='1.1.0'/>
+ <provided namespace='java.package' name='org.osgi.service.provisioning' version='1.2.0'/>
+ <provided namespace='java.package' name='org.osgi.service.upnp' version='1.1.0'/>
+ <provided namespace='java.package' name='org.osgi.service.useradmin' version='1.1.0'/>
+ <provided namespace='java.package' name='org.osgi.service.wireadmin' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='17'>
+ <required namespace='java.package' name='javax.servlet' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='javax.servlet.http' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.2.0'/>
+ <required namespace='java.package' name='org.osgi.service.cm' range='[1.2.1,1.3.0)'/>
+ <required namespace='java.package' name='org.osgi.service.component' range='[1.1.0,1.2.0)'/>
+ <required namespace='java.package' name='org.osgi.service.device' range='[1.1.0,1.2.0)'/>
+ <required namespace='java.package' name='org.osgi.service.event' range='[1.2.0,1.3.0)'/>
+ <required namespace='java.package' name='org.osgi.service.http' range='[1.2.1,1.3.0)'/>
+ <required namespace='java.package' name='org.osgi.service.io' range='[1.0.0,1.1.0)'/>
+ <required namespace='java.package' name='org.osgi.service.log' range='[1.3.0,1.4.0)'/>
+ <required namespace='java.package' name='org.osgi.service.metatype' range='[1.1.0,1.2.0)'/>
+ <required namespace='java.package' name='org.osgi.service.provisioning' range='[1.2.0,1.3.0)'/>
+ <required namespace='java.package' name='org.osgi.service.upnp' range='[1.1.0,1.2.0)'/>
+ <required namespace='java.package' name='org.osgi.service.useradmin' range='[1.1.0,1.2.0)'/>
+ <required namespace='java.package' name='org.osgi.service.wireadmin' range='[1.0.0,1.1.0)'/>
+ <required namespace='java.package' name='javax.servlet' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='javax.servlet.http' range='0.0.0' optional='true'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.osgi.services' version='3.2.100.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ContactAddress: www.eclipse.org&#xA;Import-Package: org.osgi.framework; version=1.2,org.osgi.service.cm; version=&quot;[1.2.1, 1.3)&quot;,org.osgi.service.component; version=&quot;[1.1, 1.2)&quot;,org.osgi.service.device; version=&quot;[1.1, 1.2)&quot;,org.osgi.service.event; version=&quot;[1.2, 1.3)&quot;,org.osgi.service.http; version=&quot;[1.2.1, 1.3)&quot;,org.osgi.service.io; version=&quot;[1.0, 1.1)&quot;,org.osgi.service.log; version=&quot;[1.3, 1.4)&quot;,org.osgi.service.metatype; version=&quot;[1.1, 1.2)&quot;,org.osgi.service.provisioning; version=&quot;[1.2, 1.3)&quot;,org.osgi.service.upnp; version=&quot;[1.1, 1.2)&quot;,org.osgi.service.useradmin; version=&quot;[1.1, 1.2)&quot;,org.osgi.service.wireadmin; version=&quot;[1.0, 1.1)&quot;,javax.servlet; resolution:=&quot;optional&quot;,javax.servlet.http; resolution:=&quot;optional&quot;&#xA;Bundle-ManifestVersion: 2&#xA;DynamicImport-Package: javax.servlet,javax.servlet.http&#xA;Bundle-Copyright: %copyright&#xA;Manifest-Version: 1.0&#xA;Bundle-Name: %osgiServices&#xA;Bundle-Vendor: %eclipse.org&#xA;Bundle-Description: %osgiServicesDes&#xA;Bundle-Version: 3.2.100.v20100503&#xA;Export-Package: org.osgi.service.cm; version=&quot;1.2.1&quot;,org.osgi.service.component; version=&quot;1.1&quot;,org.osgi.service.device; version=&quot;1.1&quot;,org.osgi.service.event; version=&quot;1.2&quot;,org.osgi.service.http; version=&quot;1.2.1&quot;,org.osgi.service.io; version=&quot;1.0&quot;,org.osgi.service.log; version=&quot;1.3&quot;,org.osgi.service.metatype; version=&quot;1.1&quot;,org.osgi.service.provisioning; version=&quot;1.2&quot;,org.osgi.service.upnp; version=&quot;1.1&quot;,org.osgi.service.useradmin; version=&quot;1.1&quot;,org.osgi.service.wireadmin; version=&quot;1.0&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/compendium/bundles/org.eclipse.osgi.services;tag=v20100503&#xA;Bundle-SymbolicName: org.eclipse.osgi.services&#xA;Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.2,CDC-1.1/Foundation-1.1,J2SE-1.4&#xA;Bundle-Localization: plugin&#xA;Bundle-DocUrl: http://www.eclipse.org
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.artifact.repository' version='1.1.0.v20100809-1900'>
+ <update id='org.eclipse.equinox.p2.artifact.repository' range='[0.0.0,1.1.0.v20100809-1900)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Artifact Repository Support'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='10'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.artifact.repository' version='1.1.0.v20100809-1900'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.artifact.repository' version='1.1.0.v20100809-1900'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.artifact.processing' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.artifact.processors.md5' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.artifact.processors.pack200' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.artifact.repository' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.artifact.repository.simple' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='25'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.registry' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.metadata' range='0.0.0'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.core.runtime.jobs' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.core.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.jarprocessor' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.persistence' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.repository' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.repository.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.repository' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.internal.provisional.equinox.p2.jarprocessor' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='org.eclipse.osgi.signedcontent' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.1.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.prefs' range='1.1.1'/>
+ <required namespace='java.package' name='org.w3c.dom' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0' optional='true'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.artifact.repository' version='1.1.0.v20100809-1900'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %pluginName&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.equinox.registry,org.eclipse.equinox.p2.metadata&#xA;Bundle-Activator: org.eclipse.equinox.internal.p2.artifact.repository.Activator&#xA;Bundle-Vendor: %providerName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.artifact.repository;tag=v20100809-1900&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.1.0.v20100809-1900&#xA;Service-Component: OSGI-INF/repositoryManager.xml&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.equinox.internal.p2.artifact.processing;x-friends:=&quot;org.eclipse.equinox.p2.artifact.processors,org.eclipse.equinox.p2.artifact.optimizers&quot;,org.eclipse.equinox.internal.p2.artifact.processors.md5;x-internal:=true,org.eclipse.equinox.internal.p2.artifact.processors.pack200;x-friends:=&quot;org.eclipse.equinox.p2.artifact.processors,org.eclipse.equinox.p2.artifact.optimizers&quot;,org.eclipse.equinox.internal.p2.artifact.repository; x-friends:=&quot;org.eclipse.equinox.p2.metadata.generator, org.eclipse.equinox.p2.publisher, org.eclipse.equinox.p2.reconciler.dropins, org.eclipse.equinox.p2.ui, org.eclipse.equinox.p2.directorywatcher, org.eclipse.equinox.p2.repository.tools&quot;,org.eclipse.equinox.internal.p2.artifact.repository.simple; x-friends:=&quot;org.eclipse.equinox.p2.touchpoint.eclipse, org.eclipse.equinox.p2.tests, org.eclipse.equinox.p2.directorywatcher, org.eclipse.equinox.p2.updatesite, org.eclipse.equinox.p2.publisher, org.eclipse.equinox.p2.extensionlocation&quot;,org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing; x-friends:=&quot;org.eclipse.equinox.p2.artifact.processors, org.eclipse.equinox.p2.artifact.optimizers, org.eclipse.equinox.p2.artifact.repository, org.eclipse.equinox.p2.metadata.generator, org.eclipse.equinox.p2.ui, org.eclipse.equinox.p2.publisher, org.eclipse.equinox.p2.updatesite&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.artifact.repository;singleton:=true&#xA;Import-Package: javax.xml.parsers,org.eclipse.core.runtime.jobs,org.eclipse.equinox.internal.p2.core.helpers,org.eclipse.equinox.internal.p2.jarprocessor,org.eclipse.equinox.internal.p2.metadata,org.eclipse.equinox.internal.p2.persistence,org.eclipse.equinox.internal.p2.repository,org.eclipse.equinox.internal.p2.repository.helpers,org.eclipse.equinox.internal.provisional.p2.repository,org.eclipse.equinox.p2.core;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.core.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.internal.provisional.equinox.p2.jarprocessor;resolution:=optional,org.eclipse.osgi.signedcontent;version=&quot;1.0.0&quot;,org.eclipse.osgi.util;version=&quot;1.1.0&quot;,org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.service.prefs;version=&quot;1.1.1&quot;,org.w3c.dom,org.xml.sax;resolution:=optional
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.metadata.repository.source' version='1.1.0.v20100513' singleton='false'>
+ <update id='org.eclipse.equinox.p2.metadata.repository.source' range='[0.0.0,1.1.0.v20100513)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Metadata Repository Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.metadata.repository.source' version='1.1.0.v20100513'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.metadata.repository.source' version='1.1.0.v20100513'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.metadata.repository.source' version='1.1.0.v20100513'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.1.0.v20100513&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.metadata.repository.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.metadata.repository;version=&quot;1.1.0.v20100513&quot;;roots:=&quot;.,ant_tasks/metadataRepository-antsrc&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.build.tests' version='1.1.100.v20100830'>
+ <update id='org.eclipse.pde.build.tests' range='[0.0.0,1.1.100.v20100830)' severity='0'/>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.name' value='Tests Plug-in'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.build.tests' version='1.1.100.v20100830'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.build.tests' version='1.1.100.v20100830'/>
+ <provided namespace='java.package' name='org.eclipse.pde.build.internal.tests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.build.internal.tests.ant' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.build.internal.tests.p2' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.build.tests' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='22'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.build' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ant.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.apache.ant' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.publisher' range='1.1.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.frameworkadmin' range='2.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.artifact.repository' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.core.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata.repository' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.internal.repository.tools' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata.expression' range='2.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.simpleconfigurator.manipulator' range='2.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.build.tests' version='1.1.100.v20100830'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Export-Package: org.eclipse.pde.build.internal.tests;x-internal:=true,org.eclipse.pde.build.internal.tests.ant;x-internal:=true,org.eclipse.pde.build.internal.tests.p2;x-internal:=true,org.eclipse.pde.build.tests&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Require-Bundle: org.eclipse.core.runtime,org.junit,org.eclipse.pde.build,org.eclipse.core.resources,org.eclipse.ant.core,org.apache.ant,org.eclipse.debug.core,org.eclipse.equinox.p2.publisher;bundle-version=&quot;1.1.0&quot;&#xA;Bundle-Activator: org.eclipse.pde.build.tests.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/build/org.eclipse.pde.build.tests;tag=v20100830&#xA;Bundle-Name: Tests Plug-in&#xA;Bundle-Version: 1.1.100.v20100830&#xA;Bundle-SymbolicName: org.eclipse.pde.build.tests;singleton:=true&#xA;Import-Package: org.eclipse.equinox.frameworkadmin;version=&quot;2.0.0&quot;,org.eclipse.equinox.internal.p2.artifact.repository,org.eclipse.equinox.internal.p2.core.helpers,org.eclipse.equinox.internal.p2.metadata,org.eclipse.equinox.internal.p2.metadata.repository,org.eclipse.equinox.p2.core;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.internal.repository.tools,org.eclipse.equinox.p2.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata.expression;version=&quot;2.0.0&quot;,org.eclipse.equinox.p2.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.simpleconfigurator.manipulator;version=&quot;2.0.0&quot;&#xA;Bundle-ActivationPolicy: lazy&#xA;Manifest-Version: 1.0
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.help.ui' version='3.5.100.v20100628'>
+ <update id='org.eclipse.help.ui' range='[0.0.0,3.5.100.v20100628)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.help_system_plugin_name' value='Help System UI'/>
+ <property name='org.eclipse.equinox.p2.name' value='%help_system_plugin_name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='15'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.ui' version='3.5.100.v20100628'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.help.ui' version='3.5.100.v20100628'/>
+ <provided namespace='java.package' name='org.eclipse.help.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.ui.browser' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.ui.internal' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.ui.internal.browser' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.ui.internal.browser.embedded' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.ui.internal.dynamic' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.ui.internal.handlers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.ui.internal.preferences' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.ui.internal.search' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.ui.internal.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.ui.internal.views' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='6'>
+ <required namespace='osgi.bundle' name='org.eclipse.help.base' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.forms' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='3.4.200'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.help.ui' version='3.5.100.v20100628'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %help_system_plugin_name&#xA;Require-Bundle: org.eclipse.help.base;bundle-version=&quot;[3.5.0,4.0.0)&quot;;visibility:=reexport,org.eclipse.ui;bundle-version=&quot;[3.6.0,4.0.0)&quot;;visibility:=reexport,org.eclipse.core.runtime;bundle-version=&quot;[3.6.0,4.0.0)&quot;;visibility:=reexport,org.eclipse.ui.forms;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.expressions;bundle-version=&quot;3.4.200&quot;&#xA;Bundle-Activator: org.eclipse.help.ui.internal.HelpUIPlugin&#xA;Bundle-Vendor: %providerName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.help.ui;tag=v20100628&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.5.100.v20100628&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.help.ui,org.eclipse.help.ui.browser,org.eclipse.help.ui.internal;x-friends:=&quot;org.eclipse.ua.tests&quot;,org.eclipse.help.ui.internal.browser;x-friends:=&quot;org.eclipse.ua.tests&quot;,org.eclipse.help.ui.internal.browser.embedded;x-friends:=&quot;org.eclipse.ua.tests&quot;,org.eclipse.help.ui.internal.dynamic;x-internal:=true,org.eclipse.help.ui.internal.handlers;x-internal:=true,org.eclipse.help.ui.internal.preferences;x-internal:=true,org.eclipse.help.ui.internal.search;x-friends:=&quot;org.eclipse.ua.tests&quot;,org.eclipse.help.ui.internal.util;x-friends:=&quot;org.eclipse.ua.tests&quot;,org.eclipse.help.ui.internal.views;x-friends:=&quot;org.eclipse.ui.cheatsheets,org.eclipse.ua.tests&quot;&#xA;Bundle-SymbolicName: org.eclipse.help.ui; singleton:=true&#xA;Import-Package: com.ibm.icu.text&#xA;Eclipse-LazyStart: true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.director' version='2.0.0.v20100525'>
+ <update id='org.eclipse.equinox.p2.director' range='[0.0.0,2.0.0.v20100525)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Director'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='8'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.director' version='2.0.0.v20100525'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.director' version='2.0.0.v20100525'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.director' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.rollback' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.director' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.planner' version='2.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='13'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.sat4j.core' range='[2.2.0,2.3.0)'/>
+ <required namespace='osgi.bundle' name='org.sat4j.pb' range='[2.2.0,2.3.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.jobs' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.core.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.configurator' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.engine' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.engine.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.director' version='2.0.0.v20100525'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Import-Package: org.eclipse.equinox.internal.p2.core.helpers,org.eclipse.equinox.internal.provisional.configurator,org.eclipse.equinox.p2.core;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.core.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.engine;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.engine.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.osgi.util;version=&quot;1.0.0&quot;,org.osgi.framework;version=&quot;1.3.0&quot;&#xA;Bundle-ManifestVersion: 2&#xA;Manifest-Version: 1.0&#xA;Bundle-Name: %pluginName&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ClassPath: .&#xA;Bundle-Version: 2.0.0.v20100525&#xA;Export-Package: org.eclipse.equinox.internal.p2.director;x-friends:=&quot;org.eclipse.equinox.p2.repository.tools,org.eclipse.equinox.p2.operations,org.eclipse.pde.core&quot;,org.eclipse.equinox.internal.p2.rollback;x-internal:=true,org.eclipse.equinox.internal.provisional.p2.director; x-friends:=&quot;org.eclipse.equinox.p2.console, org.eclipse.equinox.p2.director.app, org.eclipse.equinox.p2.installer, org.eclipse.equinox.p2.operations, org.eclipse.equinox.p2.reconciler.dropins, org.eclipse.equinox.p2.touchpoint.eclipse, org.eclipse.equinox.p2.ui, org.eclipse.equinox.p2.ui.admin, org.eclipse.equinox.p2.ui.sdk, org.eclipse.equinox.p2.ui.sdk.scheduler, org.eclipse.equinox.p2.updatechecker, org.eclipse.pde.core, org.eclipse.pde.ui&quot;,org.eclipse.equinox.p2.planner;version=&quot;2.0.0&quot;&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.sat4j.core;bundle-version=&quot;[2.2.0,2.3.0)&quot;,org.sat4j.pb;bundle-version=&quot;[2.2.0,2.3.0)&quot;,org.eclipse.core.jobs;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.equinox.p2.metadata;bundle-version=&quot;[2.0.0,3.0.0)&quot;&#xA;Bundle-Activator: org.eclipse.equinox.internal.p2.director.DirectorActivator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.director;tag=v20100525&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.director;singleton:=true&#xA;Service-Component: OSGI-INF/director.xml, OSGI-INF/planner.xml&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingmotif.aix.ppcorg.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingmotif.aix.ppc' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingmotif.aix.ppcorg.eclipse.equinox.event' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.equinox.event' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingmotif.aix.ppc' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ant.core.source' version='3.2.200.v20100427' singleton='false'>
+ <update id='org.eclipse.ant.core.source' range='[0.0.0,3.2.200.v20100427)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Ant Build Tool Core Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ant.core.source' version='3.2.200.v20100427'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ant.core.source' version='3.2.200.v20100427'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ant.core.source' version='3.2.200.v20100427'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.2.200.v20100427&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ant.core.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ant.core;version=&quot;3.2.200.v20100427&quot;;roots:=&quot;lib/antsupportlibsrc,.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.config.gtk.linux.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.gtk.linux.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.equinox.p2.ui.admin.rcp.product.configuration' version='1.1.0.I20100921-1024'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.p2.ui.admin.rcp.product.configuration' version='1.1.0.I20100921-1024'/>
+ </provides>
+ <requires size='21'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.update.configurator' range='[1.1.0.I20100921-1024,1.1.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.ds' range='[1.1.0.I20100921-1024,1.1.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.core.runtime' range='[1.1.0.I20100921-1024,1.1.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.p2.ui.admin.rcp.product.config.gtk.linux.x86' range='[1.1.0.I20100921-1024,1.1.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.p2.ui.admin.rcp.product.ini.cocoa.macosx.x86' range='[1.1.0.I20100921-1024,1.1.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.simpleconfigurator' range='[1.1.0.I20100921-1024,1.1.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.p2.ui.admin.rcp.product.config.win32.win32.x86' range='[1.1.0.I20100921-1024,1.1.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.common' range='[1.1.0.I20100921-1024,1.1.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.simpleconfigurator' range='[1.1.0.I20100921-1024,1.1.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.common' range='[1.1.0.I20100921-1024,1.1.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.p2.ui.admin.rcp.product.ini.win32.win32.x86' range='[1.1.0.I20100921-1024,1.1.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.ds' range='[1.1.0.I20100921-1024,1.1.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.update.configurator' range='[1.1.0.I20100921-1024,1.1.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.core.runtime' range='[1.1.0.I20100921-1024,1.1.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.update.configurator' range='[1.1.0.I20100921-1024,1.1.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.core.runtime' range='[1.1.0.I20100921-1024,1.1.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.p2.ui.admin.rcp.product.config.cocoa.macosx.x86' range='[1.1.0.I20100921-1024,1.1.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.p2.ui.admin.rcp.product.ini.gtk.linux.x86' range='[1.1.0.I20100921-1024,1.1.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.common' range='[1.1.0.I20100921-1024,1.1.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.ds' range='[1.1.0.I20100921-1024,1.1.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.simpleconfigurator' range='[1.1.0.I20100921-1024,1.1.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.gtk.linux.ppc.translated_host_properties' version='1.1.100.v20100824a'>
+ <hostRequirements size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher Linux PPC Fragment'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.ppc.translated_host_properties' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='org.eclipse.jdt.junit4.runtime.source' version='1.1.100.v20100824-0800' singleton='false'>
+ <update id='org.eclipse.jdt.junit4.runtime.source' range='[0.0.0,1.1.100.v20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Development Tools JUnit4 Runtime Support Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.junit4.runtime.source' version='1.1.100.v20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.junit4.runtime.source' version='1.1.100.v20100824-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.junit4.runtime.source' version='1.1.100.v20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.1.100.v20100824-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.jdt.junit4.runtime.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.jdt.junit4.runtime;version=&quot;1.1.100.v20100824-0800&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.debug.core' version='3.7.0.v20100820'>
+ <update id='org.eclipse.debug.core' range='[0.0.0,3.7.0.v20100820)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Debug Core'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='14'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.debug.core' version='3.7.0.v20100820'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.debug.core' version='3.7.0.v20100820'/>
+ <provided namespace='java.package' name='org.eclipse.debug.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.core.commands' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.core.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.core.sourcelookup' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.core.sourcelookup.containers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.core.commands' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.core.sourcelookup' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.core.sourcelookup.containers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.core.variables' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='6'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.variables' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.2.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.4.0,4.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.debug.core' version='3.7.0.v20100820'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %pluginName&#xA;Bundle-ClassPath: .&#xA;Require-Bundle: org.eclipse.core.resources;bundle-version=&quot;[3.5.0,4.0.0)&quot;;visibility:=reexport,org.eclipse.core.variables;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.filesystem;bundle-version=&quot;[1.2.0,2.0.0)&quot;,org.eclipse.core.expressions;bundle-version=&quot;[3.4.0,4.0.0)&quot;&#xA;Bundle-Activator: org.eclipse.debug.core.DebugPlugin&#xA;Bundle-Vendor: %providerName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.debug.core;tag=v20100820&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.7.0.v20100820&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.debug.core,org.eclipse.debug.core.commands,org.eclipse.debug.core.model,org.eclipse.debug.core.sourcelookup,org.eclipse.debug.core.sourcelookup.containers,org.eclipse.debug.internal.core;x-friends:=&quot;org.eclipse.debug.ui&quot;,org.eclipse.debug.internal.core.commands;x-friends:=&quot;org.eclipse.debug.ui&quot;,org.eclipse.debug.internal.core.sourcelookup;x-friends:=&quot;org.eclipse.debug.ui&quot;,org.eclipse.debug.internal.core.sourcelookup.containers;x-friends:=&quot;org.eclipse.debug.ui&quot;,org.eclipse.debug.internal.core.variables;x-friends:=&quot;org.eclipse.debug.ui&quot;&#xA;Bundle-SymbolicName: org.eclipse.debug.core; singleton:=true&#xA;Import-Package: com.ibm.icu.text
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.metadata.generator.source' version='1.0.200.v20100503a' singleton='false'>
+ <update id='org.eclipse.equinox.p2.metadata.generator.source' range='[0.0.0,1.0.200.v20100503a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Metadata Generator Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.metadata.generator.source' version='1.0.200.v20100503a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.metadata.generator.source' version='1.0.200.v20100503a'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.metadata.generator.source' version='1.0.200.v20100503a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.200.v20100503a&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.metadata.generator.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.metadata.generator;version=&quot;1.0.200.v20100503a&quot;;roots:=&quot;ant_tasks/generator-antsrc,.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.sat4j.pb' version='2.2.0.v20100429' singleton='false'>
+ <update id='org.sat4j.pb' range='[0.0.0,2.2.0.v20100429)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleName' value='SAT4J Pseudo'/>
+ <property name='df_LT.providerName' value='CRIL CNRS UMR 8188 - Universite d&apos;Artois'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='11'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.sat4j.pb' version='2.2.0.v20100429'/>
+ <provided namespace='osgi.bundle' name='org.sat4j.pb' version='2.2.0.v20100429'/>
+ <provided namespace='java.package' name='org.sat4j.pb' version='2.2.0.v20100429'/>
+ <provided namespace='java.package' name='org.sat4j.pb.constraints' version='2.2.0.v20100429'/>
+ <provided namespace='java.package' name='org.sat4j.pb.constraints.pb' version='2.2.0.v20100429'/>
+ <provided namespace='java.package' name='org.sat4j.pb.core' version='2.2.0.v20100429'/>
+ <provided namespace='java.package' name='org.sat4j.pb.orders' version='2.2.0.v20100429'/>
+ <provided namespace='java.package' name='org.sat4j.pb.reader' version='2.2.0.v20100429'/>
+ <provided namespace='java.package' name='org.sat4j.pb.tools' version='2.2.0.v20100429'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.sat4j.core' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.sat4j.pb' version='2.2.0.v20100429'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Class-Path: org.sat4j.core.jar&#xA;Bundle-Name: %bundleName&#xA;Built-By: Daniel Le Berre&#xA;Specification-Title: SAT4J&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.sat4j.pb&#xA;Implementation-Vendor: CRIL CNRS UMR 8188 - Universite d&apos;Artois&#xA;Specification-Vendor: Daniel Le Berre&#xA;Bundle-Version: 2.2.0.v20100429&#xA;Created-By: 14.0-b16 (Sun Microsystems Inc.)&#xA;Manifest-Version: 1.0&#xA;Main-Class: org.sat4j.pb.LanceurPseudo2007&#xA;Require-Bundle: org.sat4j.core&#xA;Implementation-Version: 2.2.0.v20100429&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Ant-Version: Apache Ant 1.7.1&#xA;Implementation-Title: SAT4J&#xA;Bundle-Localization: plugin&#xA;Specification-Version: NA&#xA;Export-Package: org.sat4j.pb;version=&quot;2.2.0.v20100429&quot;,org.sat4j.pb.constraints;version=&quot;2.2.0.v20100429&quot;,org.sat4j.pb.constraints.pb;version=&quot;2.2.0.v20100429&quot;,org.sat4j.pb.core;version=&quot;2.2.0.v20100429&quot;,org.sat4j.pb.orders;version=&quot;2.2.0.v20100429&quot;,org.sat4j.pb.reader;version=&quot;2.2.0.v20100429&quot;,org.sat4j.pb.tools;version=&quot;2.2.0.v20100429&quot;&#xA;Bundle-ManifestVersion: 2
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.win32.win32.x86' version='1.1.100.v20100824a'>
+ <update id='org.eclipse.equinox.launcher.win32.win32.x86' range='[0.0.0,1.1.100.v20100824a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher Win32 X86 Fragment'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='launcher.win32.win32.x86'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.win32.win32.x86' version='1.1.100.v20100824a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.launcher.win32.win32.x86' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.equinox.launcher' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.launcher.win32.win32.x86' version='1.1.100.v20100824a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.win32.win32.x86;tag=v20100824a&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: launcher.win32.win32.x86&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.equinox.launcher;bundle-version=&quot;[1.0.0,1.3.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.launcher.win32.win32.x86; singleton:=true&#xA;Bundle-Version: 1.1.100.v20100824a&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=win32) (osgi.os=win32) (osgi.arch=x86))
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.intro.universal' version='3.2.500.v20100628'>
+ <update id='org.eclipse.ui.intro.universal' range='[0.0.0,3.2.500.v20100628)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.plugin_name' value='Universal Welcome'/>
+ <property name='df_LT.provider_name' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%plugin_name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%provider_name'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='8'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.intro.universal' version='3.2.500.v20100628'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.intro.universal' version='3.2.500.v20100628'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.intro.universal' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.intro.universal.contentdetect' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.intro.universal.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.intro.universal' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='7'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.help' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.intro' range='[3.4.0,4.0.0)'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='org.w3c.dom' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.intro.universal' version='3.2.500.v20100628'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Import-Package: javax.xml.parsers,org.w3c.dom,org.xml.sax&#xA;Bundle-ManifestVersion: 2&#xA;Manifest-Version: 1.0&#xA;Bundle-Name: %plugin_name&#xA;Bundle-Vendor: %provider_name&#xA;Bundle-ActivationPolicy: lazy;exclude:=&quot;org.eclipse.ui.internal.intro.universal.contentdetect&quot;&#xA;Bundle-ClassPath: universal.jar&#xA;Bundle-Version: 3.2.500.v20100628&#xA;Export-Package: org.eclipse.ui.internal.intro.universal;x-friends:=&quot;org.eclipse.ua.tests&quot;,org.eclipse.ui.internal.intro.universal.contentdetect;x-friends:=&quot;org.eclipse.ua.tests&quot;,org.eclipse.ui.internal.intro.universal.util;x-internal:=true,org.eclipse.ui.intro.universal&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.help;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.ui.intro;bundle-version=&quot;[3.4.0,4.0.0)&quot;&#xA;Bundle-Activator: org.eclipse.ui.internal.intro.universal.UniversalIntroPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.intro.universal;tag=v20100628&#xA;Bundle-SymbolicName: org.eclipse.ui.intro.universal;singleton:=true&#xA;Eclipse-LazyStart: true; exceptions=&quot;org.eclipse.ui.internal.intro.universal.contentdetect&quot;&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.resources' version='3.6.100.v20100830'>
+ <update id='org.eclipse.core.resources' range='[0.0.0,3.6.100.v20100830)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Core Resource Management'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='22'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.resources' version='3.6.100.v20100830'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.resources' version='3.6.100.v20100830'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.dtree' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.events' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.localstore' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.properties' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.propertytester' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.refresh' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.resources' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.resources.mapping' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.resources.projectvariables' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.resources.refresh.win32' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.utils' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.watson' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.resources' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.resources.filtermatchers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.resources.mapping' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.resources.refresh' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.resources.team' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.resources.variableresolvers' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='4'>
+ <required namespace='osgi.bundle' name='org.eclipse.ant.core' range='[3.1.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.1.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.resources' version='3.6.100.v20100830'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.core.resources.ResourcesPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.resources;tag=v20100830&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.core.resources; singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.6.100.v20100830&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.core.internal.dtree;x-internal:=true,org.eclipse.core.internal.events;x-internal:=true,org.eclipse.core.internal.localstore;x-internal:=true,org.eclipse.core.internal.properties;x-internal:=true,org.eclipse.core.internal.propertytester;x-internal:=true,org.eclipse.core.internal.refresh;x-internal:=true,org.eclipse.core.internal.resources;x-internal:=true,org.eclipse.core.internal.resources.mapping;x-internal:=true,org.eclipse.core.internal.resources.projectvariables;x-internal:=true,org.eclipse.core.internal.resources.refresh.win32;x-internal:=true,org.eclipse.core.internal.utils;x-internal:=true,org.eclipse.core.internal.watson;x-internal:=true,org.eclipse.core.resources,org.eclipse.core.resources.filtermatchers,org.eclipse.core.resources.mapping,org.eclipse.core.resources.refresh,org.eclipse.core.resources.team,org.eclipse.core.resources.variableresolvers&#xA;Require-Bundle: org.eclipse.ant.core;bundle-version=&quot;[3.1.0,4.0.0)&quot;;resolution:=optional,org.eclipse.core.expressions;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.filesystem;bundle-version=&quot;[1.1.0,2.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.2.0,4.0.0)&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jface.source' version='3.7.0.I20100914-0100' singleton='false'>
+ <update id='org.eclipse.jface.source' range='[0.0.0,3.7.0.I20100914-0100)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JFace Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jface.source' version='3.7.0.I20100914-0100'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jface.source' version='3.7.0.I20100914-0100'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jface.source' version='3.7.0.I20100914-0100'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.7.0.I20100914-0100&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.jface.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.jface;version=&quot;3.7.0.I20100914-0100&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.security.macosx.source' version='1.100.100.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.security.macosx.source' range='[0.0.0,1.100.100.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.fragmentName' value='OS X Keystore service integration Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.macosx.source' version='1.100.100.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.security.macosx.source' version='1.100.100.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.os=macosx)(|(osgi.arch=ppc)(osgi.arch=x86)(osgi.arch=x86_64)))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.security.macosx.source' version='1.100.100.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 1.100.100.v20100503&#xA;Eclipse-SourceBundle: org.eclipse.equinox.security.macosx;version=&quot;1.100.100.v20100503&quot;;roots:=&quot;.&quot;&#xA;Eclipse-PlatformFilter: (&amp; (osgi.os=macosx) (|(osgi.arch=x86)(osgi.arch=x86_64)(osgi.arch=ppc)) )&#xA;Bundle-SymbolicName: org.eclipse.equinox.security.macosx.source&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.ini.motif.aix.ppc' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.motif.aix.ppc' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.concurrent' version='1.0.100.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.concurrent' range='[0.0.0,1.0.100.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.pluginProvider' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Concurrent API'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%pluginProvider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.concurrent' version='1.0.100.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.concurrent' version='1.0.100.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.concurrent.future' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='3'>
+ <required namespace='java.package' name='org.eclipse.core.runtime' range='3.4.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.concurrent' version='1.0.100.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Export-Package: org.eclipse.equinox.concurrent.future;version=&quot;1.0&quot;;x-internal:=&quot;true&quot;&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/components/bundles/org.eclipse.equinox.concurrent;tag=v20100503&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 1.0.100.v20100503&#xA;Bundle-Vendor: %pluginProvider&#xA;Bundle-SymbolicName: org.eclipse.equinox.concurrent&#xA;Import-Package: org.eclipse.core.runtime;version=&quot;3.4.0&quot;;common=split,org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.util.tracker&#xA;Bundle-ActivationPolicy: lazy&#xA;Manifest-Version: 1.0
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.solaris.sparcorg.eclipse.equinox.common' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.equinox.common' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.solaris.sparc' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.compare.core' version='3.5.100.I20100526-0800' singleton='false'>
+ <update id='org.eclipse.compare.core' range='[0.0.0,3.5.100.I20100526-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Core Compare Support'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='8'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare.core' version='3.5.100.I20100526-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.compare.core' version='3.5.100.I20100526-0800'/>
+ <provided namespace='java.package' name='org.eclipse.compare.internal.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.compare.internal.core.patch' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.compare.patch' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.compare.rangedifferencer' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='3'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='3.6.1'/>
+ <required namespace='java.package' name='com.ibm.icu.util' range='3.6.1'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.compare.core' version='3.5.100.I20100526-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 3.5.100.I20100526-0800&#xA;Import-Package: com.ibm.icu.text;version=&quot;3.6.1&quot;,com.ibm.icu.util;version=&quot;3.6.1&quot;&#xA;Bundle-Activator: org.eclipse.compare.internal.core.ComparePlugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.2.0,4.0.0)&quot;&#xA;Export-Package: org.eclipse.compare.internal.core;x-internal:=true,org.eclipse.compare.internal.core.patch;x-internal:=true,org.eclipse.compare.patch,org.eclipse.compare.rangedifferencer&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.compare/plugins/org.eclipse.compare.core;tag=I20100526-0800&#xA;Bundle-SymbolicName: org.eclipse.compare.core&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ecf.provider.filetransfer.httpclient.ssl' version='1.0.0.v20100906-1425' singleton='false'>
+ <update id='org.eclipse.ecf.provider.filetransfer.httpclient.ssl' range='[0.0.0,1.0.0.v20100906-1425)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.plugin.provider' value='Eclipse.org - ECF'/>
+ <property name='df_LT.plugin.name' value='ECF Filetransfer Httpclient SSL Fragment'/>
+ <property name='org.eclipse.equinox.p2.name' value='%plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%plugin.provider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.httpclient.ssl' version='1.0.0.v20100906-1425'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ecf.provider.filetransfer.httpclient.ssl' version='1.0.0.v20100906-1425'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.ecf.provider.filetransfer.httpclient' version='1.0.0.v20100906-1425'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.ecf.provider.filetransfer.httpclient' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ecf.provider.filetransfer.httpclient.ssl' version='1.0.0.v20100906-1425'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %plugin.provider&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,J2SE-1.4&#xA;Bundle-Name: %plugin.name&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.ecf.provider.filetransfer.httpclient&#xA;Bundle-SymbolicName: org.eclipse.ecf.provider.filetransfer.httpclient.ssl&#xA;Bundle-Version: 1.0.0.v20100906-1425&#xA;Created-By: 1.5.0_22-b03 (Sun Microsystems Inc.)&#xA;Ant-Version: Apache Ant 1.7.1
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.ui.source' version='3.6.100.v20100913' singleton='false'>
+ <update id='org.eclipse.pde.ui.source' range='[0.0.0,3.6.100.v20100913)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.name' value='PDE UI Source'/>
+ <property name='df_LT.provider-name' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%provider-name'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.ui.source' version='3.6.100.v20100913'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.ui.source' version='3.6.100.v20100913'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.ui.source' version='3.6.100.v20100913'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.6.100.v20100913&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.pde.ui.source&#xA;Bundle-Name: %name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.pde.ui;version=&quot;3.6.100.v20100913&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %provider-name
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.director.app' version='1.0.300.v20100809-1900'>
+ <update id='org.eclipse.equinox.p2.director.app' range='[0.0.0,1.0.300.v20100809-1900)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Director Application'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.director.app' version='1.0.300.v20100809-1900'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.director.app' version='1.0.300.v20100809-1900'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.director.app' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='17'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.5.0,4.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.app' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.core.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.director' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.engine' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.planner' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.framework.log' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.environment' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.packageadmin' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.director.app' version='1.0.300.v20100809-1900'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 1.0.300.v20100809-1900&#xA;Import-Package: org.eclipse.equinox.app,org.eclipse.equinox.internal.p2.core.helpers,org.eclipse.equinox.internal.provisional.p2.director,org.eclipse.equinox.p2.core;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.engine;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.planner;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.osgi.framework.log,org.eclipse.osgi.service.environment,org.eclipse.osgi.util,org.osgi.framework,org.osgi.service.packageadmin&#xA;Bundle-Activator: org.eclipse.equinox.internal.p2.director.app.Activator&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;[3.5.0,4.0.0)&quot;&#xA;Export-Package: org.eclipse.equinox.internal.p2.director.app;x-internal:=true&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.director.app;tag=v20100809-1900&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.director.app;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.api.tools.ee.jre11' version='1.0.1.v20100506-0900' singleton='false'>
+ <update id='org.eclipse.pde.api.tools.ee.jre11' range='[0.0.0,1.0.1.v20100506-0900)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Environment Description for JRE-1.1'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragmentjre11'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ee.jre11' version='1.0.1.v20100506-0900'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.api.tools.ee.jre11' version='1.0.1.v20100506-0900'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.pde.api.tools' version='1.0.1.v20100506-0900'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.api.tools' range='1.0.201'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.api.tools.ee.jre11' version='1.0.1.v20100506-0900'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/apitools/org.eclipse.pde.api.tools.ee.jre11;tag=v20100506-0900&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragmentjre11&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.pde.api.tools;bundle-version=&quot;1.0.201&quot;&#xA;Bundle-SymbolicName: org.eclipse.pde.api.tools.ee.jre11&#xA;Bundle-Version: 1.0.1.v20100506-0900
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ecf.provider.filetransfer.httpclient.ssl.source' version='1.0.0.v20100906-1425'>
+ <update id='org.eclipse.ecf.provider.filetransfer.httpclient.ssl.source' range='[0.0.0,1.0.0.v20100906-1425)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='ECF Filetransfer Httpclient SSL Fragment Source'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org - ECF'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.httpclient.ssl.source' version='1.0.0.v20100906-1425'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ecf.provider.filetransfer.httpclient.ssl.source' version='1.0.0.v20100906-1425'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ecf.provider.filetransfer.httpclient.ssl.source' version='1.0.0.v20100906-1425'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: ECF Filetransfer Httpclient SSL Fragment Source&#xA;Bundle-Version: 1.0.0.v20100906-1425&#xA;Eclipse-SourceBundle: org.eclipse.ecf.provider.filetransfer.httpclient.ssl;version=&quot;1.0.0.v20100906-1425&quot;;roots=&quot;.&quot;&#xA;Created-By: 1.5.0_22-b03 (Sun Microsystems Inc.)&#xA;Bundle-SymbolicName: org.eclipse.ecf.provider.filetransfer.httpclient.ssl.source;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: Eclipse.org - ECF&#xA;Ant-Version: Apache Ant 1.7.1
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.intro.source' version='3.4.0.v20100427' singleton='false'>
+ <update id='org.eclipse.ui.intro.source' range='[0.0.0,3.4.0.v20100427)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.plugin_name' value='Welcome Framework Source'/>
+ <property name='df_LT.provider_name' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%plugin_name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%provider_name'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.intro.source' version='3.4.0.v20100427'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.intro.source' version='3.4.0.v20100427'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.intro.source' version='3.4.0.v20100427'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.4.0.v20100427&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.intro.source&#xA;Bundle-Name: %plugin_name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ui.intro;version=&quot;3.4.0.v20100427&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %provider_name
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.ui.admin.rcp.product' version='1.1.0.I20100921-1024'>
+ <update id='org.eclipse.equinox.p2.ui.admin.rcp.product' range='0.0.0' severity='0'/>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.name' value='%productName'/>
+ <property name='lineUp' value='true'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ </properties>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.admin.rcp.product' version='1.1.0.I20100921-1024'/>
+ </provides>
+ <requires size='96'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.win32.x86' range='[1.0.200.v20100503,1.0.200.v20100503]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.win32.win32.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.util' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.director.app' range='[1.0.300.v20100809-1900,1.0.300.v20100809-1900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.expressions' range='[3.4.200.v20100505,3.4.200.v20100505]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.app' range='[1.3.100.v20100803,1.3.100.v20100803]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.admin.rcp' range='[1.0.100.v20100503a,1.0.100.v20100503a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.garbagecollector' range='[1.0.100.v20100503,1.0.100.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.common' range='[3.6.0.v20100503,3.6.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.cocoa.macosx' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.os=macosx)(osgi.ws=cocoa)(|(osgi.arch=ppc)(osgi.arch=x86)))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui' range='[2.0.0.v20100518,2.0.0.v20100518]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt' range='[3.7.0.v3707,3.7.0.v3707]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.macosx' range='[1.3.0.v20100505,1.3.0.v20100505]'>
+ <filter>
+ (&amp;(osgi.os=macosx)(|(osgi.arch=ppc)(osgi.arch=x86)(osgi.arch=x86_64)))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.ssl' range='[1.0.0.v20100906-1425,1.0.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui' range='[3.7.0.I20100914-0100,3.7.0.I20100914-0100]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.engine' range='[2.0.1.v20100712-1655,2.0.1.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.workbench' range='[3.6.100.I20100914-0100,3.6.100.I20100914-0100]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.touchpoint.eclipse' range='[2.0.100.v20100712-1655,2.0.100.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='com.ibm.icu' range='[4.2.1.v20100412,4.2.1.v20100412]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.ds' range='[1.2.100.v20100830,1.2.100.v20100830]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.console' range='[1.0.300.v20100809-1900,1.0.300.v20100809-1900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.metadata' range='[2.1.0.v20100831,2.1.0.v20100831]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.core' range='[2.0.0.v20100510,2.0.0.v20100510]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.repository.tools' range='[2.0.0.v20100712-1655,2.0.0.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.repository' range='[2.0.0.v20100519,2.0.0.v20100519]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='a.jre.javase' range='[1.6.0,1.6.0]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare' range='[3.5.200.I20100831-0800,3.5.200.I20100831-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.editors' range='[3.6.100.v20100824-0800,3.6.100.v20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.publisher' range='[1.2.0.v20100712-1655,1.2.0.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.databinding' range='[1.3.100.I20100601-0800,1.3.100.I20100601-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.resources' range='[3.6.100.v20100830,3.6.100.v20100830]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.sat4j.pb' range='[2.2.0.v20100429,2.2.0.v20100429]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.identity' range='[3.1.0.v20100906-1425,3.1.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.simpleconfigurator.manipulator' range='[2.0.0.v20100503,2.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ql' range='[2.0.0.v20100503a,2.0.0.v20100503a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.macosx' range='[1.100.100.v20100503,1.100.100.v20100503]'>
+ <filter>
+ (&amp;(osgi.os=macosx)(|(osgi.arch=ppc)(osgi.arch=x86)(osgi.arch=x86_64)))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='tooling.org.eclipse.update.feature.default' range='[1.0.0,1.0.0]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.osgi.services' range='[3.2.100.v20100503,3.2.100.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.codec' range='[1.3.0.v20100518-1140,1.3.0.v20100518-1140]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help' range='[3.5.0.v20100524,3.5.0.v20100524]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.httpclient' range='[4.0.0.v20100906-1425,4.0.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.simpleconfigurator' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.sat4j.core' range='[2.2.0.v20100429,2.2.0.v20100429]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.workbench.texteditor' range='[3.7.0.v20100915-1800,3.7.0.v20100915-1800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem' range='[1.3.100.v20100823,1.3.100.v20100823]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.artifact.repository' range='[1.1.0.v20100809-1900,1.1.0.v20100809-1900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='tooling.osgi.bundle.default' range='[1.0.0,1.0.0]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration.feature.group' range='[1.0.0.I20100921-1024,1.0.0.I20100921-1024]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.registry' range='[3.5.0.v20100503,3.5.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer' range='[3.1.0.v20100906-1425,3.1.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.osgi' range='[3.7.0.v20100910,3.7.0.v20100910]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.text' range='[3.5.100.v20100824-0800,3.5.100.v20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.jobs' range='[3.5.100.v20100823,3.5.100.v20100823]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.databinding.property' range='[1.3.0.I20100601-0800,1.3.0.I20100601-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.linux.x86' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.updatechecker' range='[1.1.100.v20100503a,1.1.100.v20100503a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.httpclient.ssl' range='[1.0.0.v20100906-1425,1.0.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='tooling.source.default' range='[1.0.0,1.0.0]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.preferences' range='[3.3.0.v20100503,3.3.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.ssl' range='[1.0.100.v20100906-1425,1.0.100.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jface' range='[3.7.0.I20100914-0100,3.7.0.I20100914-0100]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filebuffers' range='[3.5.200.v20100824-0800,3.5.200.v20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime' range='[3.6.100.v20100628,3.6.100.v20100628]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.forms' range='[3.5.100.v20100708,3.5.100.v20100708]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.touchpoint.natives' range='[1.0.200.v20100712-1655,1.0.200.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.metadata.repository' range='[1.1.0.v20100513,1.1.0.v20100513]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.contenttype' range='[3.4.100.v20100505-1235,3.4.100.v20100505-1235]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.win32.x86' range='[1.1.300.v20100823,1.1.300.v20100823]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.cocoa.macosx' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.os=macosx)(osgi.ws=cocoa)(|(osgi.arch=ppc)(osgi.arch=x86)))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.views' range='[3.5.0.I20100527-0800,3.5.0.I20100527-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.logging' range='[1.0.4.v201005080501,1.0.4.v201005080501]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.operations' range='[2.0.0.v20100809-1900,2.0.0.v20100809-1900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.filetransfer' range='[4.0.0.v20100906-1425,4.0.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.win32.win32.x86' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.director' range='[2.0.0.v20100525,2.0.0.v20100525]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.net' range='[1.2.100.I20100505-1245,1.2.100.I20100505-1245]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.ide' range='[3.6.100.I20100804-1300,3.6.100.I20100804-1300]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.linux.x86' range='[1.4.0.v20100505-1235,1.4.0.v20100505-1235]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.jarprocessor' range='[1.0.200.v20100503a,1.0.200.v20100503a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.frameworkadmin.equinox' range='[1.0.200.v20100505,1.0.200.v20100505]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jface.databinding' range='[1.5.0.I20100907-0800,1.5.0.I20100907-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare.core' range='[3.5.100.I20100526-0800,3.5.100.I20100526-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.httpclient' range='[3.1.0.v201005080502,3.1.0.v201005080502]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='config.a.jre.javase' range='[1.6.0,1.6.0]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf' range='[3.1.0.v20100906-1425,3.1.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.databinding.observable' range='[1.3.0.I20100824-0800,1.3.0.I20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.admin' range='[1.0.0.v20100503,1.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.frameworkadmin' range='[2.0.0.v20100503,2.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.net' range='[1.2.100.I20100511-0800,1.2.100.I20100511-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.commands' range='[3.6.0.I20100512-1500,3.6.0.I20100512-1500]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.p2.ui.admin.rcp.product.configuration' range='[1.1.0.I20100921-1024,1.1.0.I20100921-1024]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.2.0.v20100824b,1.2.0.v20100824b]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jface.text' range='[3.7.0.v20100915-1300,3.7.0.v20100915-1300]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.ui' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ </requires>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='configure'>
+ addRepository(type:0,location:http${#58}//download.eclipse.org/eclipse/updates/3.7,name:The Eclipse Project Updates);addRepository(type:1,location:http${#58}//download.eclipse.org/eclipse/updates/3.7,name:The Eclipse Project Updates);addRepository(type:0,location:http${#58}//download.eclipse.org/releases/indigo,name:Indigo);addRepository(type:1,location:http${#58}//download.eclipse.org/releases/indigo,name:Indigo);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='http://www.opensource.org/licenses/eclipse-1.0.txt' url='http://www.opensource.org/licenses/eclipse-1.0.txt'>
+ ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT&#xA;March 17, 2005&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the Eclipse Foundation&#xA;is provided to you under the terms and conditions of the Eclipse Public&#xA;License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is provided with this&#xA;Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse.org CVS&#xA;repository (&quot;Repository&quot;) in CVS modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA; - Content may be structured and packaged into modules to facilitate delivering,&#xA; extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA; plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA; - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java? ARchive)&#xA; in a directory named &quot;plugins&quot;.&#xA; - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA; Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA; Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA; numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA; - Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA; named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;Features may also include other Features (&quot;Included Features&quot;). Files named&#xA;&quot;feature.xml&quot; may contain a list of the names and version numbers of&#xA;Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA; - The top-level (root) directory&#xA; - Plug-in and Fragment directories&#xA; - Inside Plug-ins and Fragments packaged as JARs&#xA; - Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA; - Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Eclipse Update Manager, you must agree to a license (&quot;Feature Update&#xA;License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot;. Such Abouts,&#xA;Feature Licenses and Feature Update Licenses contain the terms and&#xA;conditions (or references to such terms and conditions) that govern your&#xA;use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA; - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA; - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA; - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA; - IBM Public License 1.0 (available at http://oss.software.ibm.com/developerworks/opensource/license10.html)&#xA; - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA; - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use,&#xA;and re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.
+ </license>
+ </licenses>
+ </unit>
+ <unit id='org.eclipse.swt.gtk.linux.x86' version='3.7.0.v3707'>
+ <update id='org.eclipse.swt.gtk.linux.x86' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for GTK 2.0'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='12'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.linux.x86' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.gtk.linux.x86' version='3.7.0.v3707'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.accessibility.gtk' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.cairo' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.cde' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.gnome' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.gtk' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.mozilla' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.opengl.glx' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.swt' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='[3.0.0,4.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.gtk.linux.x86' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.swt; bundle-version=&quot;[3.0.0,4.0.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.swt.gtk.linux.x86; singleton:=true&#xA;Bundle-Version: 3.7.0.v3707&#xA;Export-Package: org.eclipse.swt.internal.accessibility.gtk; x-internal:=true,org.eclipse.swt.internal.cairo; x-internal:=true,org.eclipse.swt.internal.cde; x-internal:=true,org.eclipse.swt.internal.gnome; x-internal:=true,org.eclipse.swt.internal.gtk; x-internal:=true,org.eclipse.swt.internal.mozilla; x-internal:=true,org.eclipse.swt.internal.opengl.glx; x-internal:=true&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x86))
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.ini.gtk.solaris.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.ini.gtk.solaris.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.ide' name='org.eclipse.platform.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.config.gtk.linux.x86_64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.gtk.linux.x86_64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.sdk.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingmotif.aix.ppcorg.eclipse.equinox.ds' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.equinox.ds' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingmotif.aix.ppc' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingwin32.win32.x86_64org.eclipse.update.configurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.update.configurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingwin32.win32.x86_64' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:false);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.osgi.jmx' version='1.0.0.v20100810'>
+ <update id='org.eclipse.osgi.jmx' range='[0.0.0,1.0.0.v20100810)' severity='0'/>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.name' value='Resource Monitoring OSGi Extensions (Incubation)'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.osgi.jmx' version='1.0.0.v20100810'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.osgi.jmx' version='1.0.0.v20100810'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='11'>
+ <required namespace='java.package' name='javax.management' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.jmx.common' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.jmx.common.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.jmx.server' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.pluginconversion' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.resolver' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.packageadmin' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.osgi.jmx' version='1.0.0.v20100810'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Localization: plugin&#xA;Bundle-Activator: org.eclipse.osgi.jmx.internal.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/incubator/monitoring/bundles/org.eclipse.osgi.jmx;tag=v20100810&#xA;Bundle-Name: Resource Monitoring OSGi Extensions (Incubation)&#xA;Bundle-Version: 1.0.0.v20100810&#xA;Bundle-Vendor: Eclipse.org&#xA;Bundle-SymbolicName: org.eclipse.osgi.jmx;singleton:=true&#xA;Import-Package: javax.management,org.eclipse.core.runtime; common=split,org.eclipse.equinox.jmx.common,org.eclipse.equinox.jmx.common.util,org.eclipse.equinox.jmx.server,org.eclipse.osgi.service.pluginconversion,org.eclipse.osgi.service.resolver,org.eclipse.osgi.util,org.osgi.framework,org.osgi.service.packageadmin,org.osgi.util.tracker&#xA;Manifest-Version: 1.0&#xA;Eclipse-LazyStart: true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.apt.ui' version='3.3.300.v20100513-0845'>
+ <update id='org.eclipse.jdt.apt.ui' range='[0.0.0,3.3.300.v20100513-0845)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Annotation Processing UI'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.apt.ui' version='3.3.300.v20100513-0845'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.apt.ui' version='3.3.300.v20100513-0845'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.ui.internal' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.ui.internal.preferences' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.ui.internal.util' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='7'>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.apt.core' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.ui' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.forms' range='[3.2.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.apt.ui' version='3.3.300.v20100513-0845'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.jdt.apt.ui.internal.AptUIPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.apt.ui;tag=v20100513-0845&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.jdt.apt.ui; singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.3.300.v20100513-0845&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.jdt.apt.ui.internal;x-internal:=true,org.eclipse.jdt.apt.ui.internal.preferences;x-internal:=true,org.eclipse.jdt.apt.ui.internal.util;x-internal:=true&#xA;Require-Bundle: org.eclipse.jdt.apt.core;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.jdt.ui;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.jdt.core;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.ui.forms;bundle-version=&quot;[3.2.0,4.0.0)&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.jarprocessor.source' version='1.0.200.v20100503a' singleton='false'>
+ <update id='org.eclipse.equinox.p2.jarprocessor.source' range='[0.0.0,1.0.200.v20100503a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning JAR Processor Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.jarprocessor.source' version='1.0.200.v20100503a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.jarprocessor.source' version='1.0.200.v20100503a'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.jarprocessor.source' version='1.0.200.v20100503a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.200.v20100503a&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.jarprocessor.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.jarprocessor;version=&quot;1.0.200.v20100503a&quot;;roots:=&quot;.,lib/jarprocessor-antsrc&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.gtk.linux.s390.translated_host_properties' version='1.1.100.v20100824a'>
+ <hostRequirements size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='1.0.0' greedy='false'/>
+ </hostRequirements>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher Linux s390 Fragment'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.s390.translated_host_properties' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='1.0.0' greedy='false'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='org.eclipse.core.runtime' version='3.6.100.v20100628'>
+ <update id='org.eclipse.core.runtime' range='[0.0.0,3.6.100.v20100628)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Core Runtime'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime' version='3.6.100.v20100628'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.runtime' version='3.6.100.v20100628'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.preferences.legacy' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.runtime' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.runtime' version='3.4.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='9'>
+ <required namespace='osgi.bundle' name='org.eclipse.osgi' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.jobs' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.registry' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.preferences' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.contenttype' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime.compatibility.auth' range='[3.2.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.app' range='[1.0.0,2.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.core.internal.runtime.auth' range='0.0.0' optional='true'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.runtime' version='3.6.100.v20100628'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 3.6.100.v20100628&#xA;DynamicImport-Package: org.eclipse.core.internal.runtime.auth&#xA;Bundle-Activator: org.eclipse.core.internal.runtime.PlatformActivator&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.osgi;bundle-version=&quot;[3.5.0,4.0.0)&quot;;visibility:=reexport,org.eclipse.equinox.common;bundle-version=&quot;[3.5.0,4.0.0)&quot;;visibility:=reexport,org.eclipse.core.jobs;bundle-version=&quot;[3.2.0,4.0.0)&quot;;visibility:=reexport,org.eclipse.equinox.registry;bundle-version=&quot;[3.4.0,4.0.0)&quot;;visibility:=reexport,org.eclipse.equinox.preferences;bundle-version=&quot;[3.3.0,4.0.0)&quot;;visibility:=reexport,org.eclipse.core.contenttype;bundle-version=&quot;[3.3.0,4.0.0)&quot;;visibility:=reexport,org.eclipse.core.runtime.compatibility.auth;bundle-version=&quot;[3.2.0,4.0.0)&quot;;resolution:=optional,org.eclipse.equinox.app;bundle-version=&quot;[1.0.0,2.0.0)&quot;;visibility:=reexport&#xA;Export-Package: org.eclipse.core.internal.preferences.legacy;x-internal:=true,org.eclipse.core.internal.runtime;x-friends:=&quot;org.eclipse.core.runtime.compatibility&quot;,org.eclipse.core.runtime;version=&quot;3.4.0&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.runtime;tag=v20100628&#xA;Bundle-SymbolicName: org.eclipse.core.runtime; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.gtk.linux.x86_64.source' version='3.7.0.v3707' singleton='false'>
+ <update id='org.eclipse.swt.gtk.linux.x86_64.source' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for GTK 2.0 Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.linux.x86_64.source' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.gtk.linux.x86_64.source' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.gtk.linux.x86_64.source' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 3.7.0.v3707&#xA;Eclipse-SourceBundle: org.eclipse.swt.gtk.linux.x86_64;version=&quot;3.7.0.v3707&quot;&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x86_64))&#xA;Bundle-SymbolicName: org.eclipse.swt.gtk.linux.x86_64.source&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.compiler.tool.source' version='1.0.100.v_B13a' singleton='false'>
+ <update id='org.eclipse.jdt.compiler.tool.source' range='[0.0.0,1.0.100.v_B13a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Java Compiler Tool Support Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='compiler_tool_fragment'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.compiler.tool.source' version='1.0.100.v_B13a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.compiler.tool.source' version='1.0.100.v_B13a'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.compiler.tool.source' version='1.0.100.v_B13a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.100.v_B13a&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.jdt.compiler.tool.source&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: compiler_tool_fragment&#xA;Eclipse-SourceBundle: org.eclipse.jdt.compiler.tool;version=&quot;1.0.100.v_B13a&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.junit.source' version='3.8.2.v3_8_2_v20100427-1100' singleton='false'>
+ <update id='org.junit.source' range='[0.0.0,3.8.2.v3_8_2_v20100427-1100)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.pluginName' value='JUnit Testing Framework Source'/>
+ <property name='df_LT.providerName' value='Eclipse Orbit'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.junit.source' version='3.8.2.v3_8_2_v20100427-1100'/>
+ <provided namespace='osgi.bundle' name='org.junit.source' version='3.8.2.v3_8_2_v20100427-1100'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.junit.source' version='3.8.2.v3_8_2_v20100427-1100'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.junit.source&#xA;Eclipse-SourceBundle: org.junit;version=&quot;3.8.2.v3_8_2_v20100427-1100&quot;;roots:=&quot;junitsrc&quot;&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 3.8.2.v3_8_2_v20100427-1100
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.artifact.repository.source' version='1.1.0.v20100809-1900' singleton='false'>
+ <update id='org.eclipse.equinox.p2.artifact.repository.source' range='[0.0.0,1.1.0.v20100809-1900)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Artifact Repository Support Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.artifact.repository.source' version='1.1.0.v20100809-1900'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.artifact.repository.source' version='1.1.0.v20100809-1900'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.artifact.repository.source' version='1.1.0.v20100809-1900'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.1.0.v20100809-1900&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.artifact.repository.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.artifact.repository;version=&quot;1.1.0.v20100809-1900&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.cocoa.macosx.translated_host_properties' version='1.1.100.v20100824a'>
+ <hostRequirements size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher MacOSX Cocoa Fragment'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.cocoa.macosx.translated_host_properties' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='org.eclipse.core.contenttype.source' version='3.4.100.v20100505-1235' singleton='false'>
+ <update id='org.eclipse.core.contenttype.source' range='[0.0.0,3.4.100.v20100505-1235)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Eclipse Content Mechanism Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.contenttype.source' version='3.4.100.v20100505-1235'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.contenttype.source' version='3.4.100.v20100505-1235'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.contenttype.source' version='3.4.100.v20100505-1235'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.4.100.v20100505-1235&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.core.contenttype.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.core.contenttype;version=&quot;3.4.100.v20100505-1235&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.ini.win32.win32.x86_64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.win32.win32.x86_64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.io' version='1.0.200.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.io' range='[0.0.0,1.0.200.v20100503)' severity='0'/>
+ <properties size='6'>
+ <property name='df_LT.bundleVendor' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='IO Connector Service'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.description' value='This bundle contains service for creating connections.'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleVendor'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='8'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.io' version='1.0.200.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.io' version='1.0.200.v20100503'/>
+ <provided namespace='java.package' name='javax.microedition.io' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.io' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.io.impl' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.io.util' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='8'>
+ <required namespace='java.package' name='javax.microedition.io' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.util.hash' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.util.pool' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.util.ref' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.io' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.log' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='1.2.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.io' version='1.0.200.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %bundleName&#xA;Bundle-Version: 1.0.200.v20100503&#xA;Import-Package: javax.microedition.io,org.eclipse.equinox.internal.util.hash;version=&quot;1.0.0&quot;,org.eclipse.equinox.internal.util.pool;version=&quot;1.0.0&quot;,org.eclipse.equinox.internal.util.ref;version=&quot;1.0.0&quot;,org.osgi.framework;version=&quot;1.0&quot;,org.osgi.service.io;version=&quot;1.0&quot;,org.osgi.service.log;version=&quot;1.0.0&quot;,org.osgi.util.tracker;version=&quot;1.2&quot;&#xA;Bundle-Activator: org.eclipse.equinox.internal.io.impl.Activator&#xA;Bundle-Vendor: %bundleVendor&#xA;Export-Package: javax.microedition.io,org.eclipse.equinox.internal.io; x-internal:=true,org.eclipse.equinox.internal.io.impl; x-internal:=true,org.eclipse.equinox.internal.io.util; x-internal:=true&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.io;tag=v20100503&#xA;Bundle-SymbolicName: org.eclipse.equinox.io&#xA;Manifest-Version: 1.0&#xA;Bundle-Description: This bundle contains service for creating connections.&#xA;Provided-Services: class=org.osgi.service.io.ConnectorService&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.0&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.ini.cocoa.macosx.x86_64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.ini.cocoa.macosx.x86_64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.ide' name='org.eclipse.platform.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);removeJvmArg(jvmArg:-XstartOnFirstThread);removeJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);addJvmArg(jvmArg:-XstartOnFirstThread);addJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.jmx.client.feature.feature.jar' version='1.0.0.v20081124-4--9oB5855K5E'>
+ <properties size='4'>
+ <property name='org.eclipse.equinox.p2.name' value='Resource Monitoring Client Feature (Incubation)'/>
+ <property name='org.eclipse.equinox.p2.description' value='Client-side infrastructure for managing OSGi-based systems using&#xA;JMX.'/>
+ <property name='org.eclipse.equinox.p2.description.url' value='http://www.eclipse.org/equinox/incubator/monitoring/index.php'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.client.feature.feature.jar' version='1.0.0.v20081124-4--9oB5855K5E'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.equinox.jmx.client.feature' version='1.0.0.v20081124-4--9oB5855K5E'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.equinox.jmx.client.feature' version='1.0.0.v20081124-4--9oB5855K5E'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='http://www.eclipse.org/org/documents/epl-v10.php' url='http://www.eclipse.org/org/documents/epl-v10.php'>
+ Eclipse Public License v1.0.
+ </license>
+ </licenses>
+ </unit>
+ <unit id='org.eclipse.equinox.registry.source' version='3.5.0.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.registry.source' range='[0.0.0,3.5.0.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Extension Registry Support Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.registry.source' version='3.5.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.registry.source' version='3.5.0.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.registry.source' version='3.5.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.5.0.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.registry.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.registry;version=&quot;3.5.0.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.api.tools.ee.fragments' version='1.0.0.v20100427-7C-7BF9JgLWLMBMMAMsLL' singleton='false'>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='PDE/API Tools Environment Descriptions'/>
+ <property name='org.eclipse.equinox.p2.type.category' value='true'/>
+ </properties>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ee.fragments' version='0.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ee.fragments' range='[1.0.0.v20100427-7C-7BF9JgLWLMBMMAMsLL,1.0.0.v20100427-7C-7BF9JgLWLMBMMAMsLL]'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='org.eclipse.pde.api.tools.tests' version='1.0.100.v20100910' singleton='false'>
+ <update id='org.eclipse.pde.api.tools.tests' range='[0.0.0,1.0.100.v20100910)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='API Tooling Tests'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ </properties>
+ <provides size='18'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.tests' version='1.0.100.v20100910'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.api.tools.tests' version='1.0.100.v20100910'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.anttasks.tests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.builder.tests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.builder.tests.compatibility' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.builder.tests.leak' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.builder.tests.performance' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.builder.tests.tags' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.builder.tests.usage' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.comparator.tests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.model.tests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.problems.tests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.reference.tests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.search.tests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.tests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.tests.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.util.tests' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='19'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.api.tools' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='com.ibm.icu' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.launching' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.api.tools.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filebuffers' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ltk.core.refactoring' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core.tests.builder' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core.tests.compiler' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ant.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.objectweb.asm' range='[3.2.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.api.tools.tests' version='1.0.100.v20100910'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Export-Package: org.eclipse.pde.api.tools.anttasks.tests,org.eclipse.pde.api.tools.builder.tests,org.eclipse.pde.api.tools.builder.tests.compatibility,org.eclipse.pde.api.tools.builder.tests.leak,org.eclipse.pde.api.tools.builder.tests.performance,org.eclipse.pde.api.tools.builder.tests.tags,org.eclipse.pde.api.tools.builder.tests.usage,org.eclipse.pde.api.tools.comparator.tests,org.eclipse.pde.api.tools.model.tests;uses:=&quot;junit.framework,org.eclipse.pde.api.tools.model.component&quot;,org.eclipse.pde.api.tools.problems.tests,org.eclipse.pde.api.tools.reference.tests,org.eclipse.pde.api.tools.search.tests,org.eclipse.pde.api.tools.tests,org.eclipse.pde.api.tools.tests.util,org.eclipse.pde.api.tools.util.tests;uses:=&quot;junit.framework&quot;&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Require-Bundle: org.eclipse.core.runtime,org.junit,org.eclipse.pde.api.tools,org.eclipse.core.resources,com.ibm.icu,org.eclipse.jdt.launching,org.eclipse.debug.core,org.eclipse.jdt.core,org.eclipse.pde.api.tools.ui,org.eclipse.ui.ide,org.eclipse.text,org.eclipse.pde.ui,org.eclipse.core.filebuffers,org.eclipse.ltk.core.refactoring,org.eclipse.test.performance,org.eclipse.jdt.core.tests.builder,org.eclipse.jdt.core.tests.compiler,org.eclipse.ant.core,org.objectweb.asm;bundle-version=&quot;[3.2.0,4.0.0)&quot;&#xA;Bundle-Activator: org.eclipse.pde.api.tools.tests.ApiTestsPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/apitools/org.eclipse.pde.api.tools.tests;tag=v20100910&#xA;Bundle-Name: API Tooling Tests&#xA;Bundle-Version: 1.0.100.v20100910&#xA;Bundle-Vendor: Eclipse.org&#xA;Bundle-SymbolicName: org.eclipse.pde.api.tools.tests&#xA;Bundle-ActivationPolicy: lazy&#xA;Manifest-Version: 1.0
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.test.feature.jar' version='3.5.0.v20100427-7R7ZBiBgLiJz0B25N4DF59580221'>
+ <properties size='8'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Eclipse Test Framework'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Eclipse Test Framework. Used in conjunction with Eclipse JUnit tests.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2006 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.test.feature.jar' version='3.5.0.v20100427-7R7ZBiBgLiJz0B25N4DF59580221'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.test' version='3.5.0.v20100427-7R7ZBiBgLiJz0B25N4DF59580221'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.test' version='3.5.0.v20100427-7R7ZBiBgLiJz0B25N4DF59580221'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.rcp.configuration_root.cocoa.macosx.x86' version='1.0.0.I20100921-1024'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.cocoa.macosx.x86' version='1.0.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.rcp.configuration_root.cocoa.macosx.x86' version='1.0.0.I20100921-1024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='3'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='configure'>
+ ln(linkTarget:Eclipse.app/Contents/MacOS/eclipse,targetDir:${installFolder},linkName:eclipse);
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:Eclipse.app/Contents/MacOS/eclipse, permissions:755);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.tests.resources' version='3.6.100.v20100823'>
+ <update id='org.eclipse.core.tests.resources' range='[0.0.0,3.6.100.v20100823)' severity='0'/>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.name' value='Eclipse Core Tests Resources'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='20'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.tests.resources' version='3.6.100.v20100823'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.tests.resources' version='3.6.100.v20100823'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.filesystem' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.internal.alias' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.internal.builders' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.internal.dtree' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.internal.filesystem.ram' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.internal.localstore' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.internal.mapping' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.internal.properties' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.internal.resources' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.internal.utils' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.internal.watson' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.resources' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.resources.perf' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.resources.refresh' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.resources.regression' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.resources.session' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.resources.usecase' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='8'>
+ <required namespace='osgi.bundle' name='org.eclipse.osgi.services' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.tests.harness' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.tests.resources' version='3.6.100.v20100823'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Eclipse-AutoStart: true&#xA;Bundle-Name: Eclipse Core Tests Resources&#xA;Bundle-Activator: org.eclipse.core.tests.internal.resources.TestActivator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.tests.resources;tag=v20100823&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: Eclipse.org&#xA;Bundle-ClassPath: resourcestests.jar&#xA;Bundle-SymbolicName: org.eclipse.core.tests.resources; singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.6.100.v20100823&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.core.tests.filesystem,org.eclipse.core.tests.internal.alias,org.eclipse.core.tests.internal.builders,org.eclipse.core.tests.internal.dtree,org.eclipse.core.tests.internal.filesystem.ram,org.eclipse.core.tests.internal.localstore,org.eclipse.core.tests.internal.mapping,org.eclipse.core.tests.internal.properties,org.eclipse.core.tests.internal.resources,org.eclipse.core.tests.internal.utils,org.eclipse.core.tests.internal.watson,org.eclipse.core.tests.resources,org.eclipse.core.tests.resources.perf,org.eclipse.core.tests.resources.refresh,org.eclipse.core.tests.resources.regression,org.eclipse.core.tests.resources.session,org.eclipse.core.tests.resources.usecase&#xA;Require-Bundle: org.eclipse.osgi.services,org.eclipse.core.resources,org.eclipse.core.tests.harness,org.junit,org.eclipse.test.performance;resolution:=optional,org.eclipse.core.filesystem,org.eclipse.core.runtime,org.eclipse.core.expressions
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.ui' version='3.7.0.v20100915-1800a'>
+ <update id='org.eclipse.jdt.ui' range='[0.0.0,3.7.0.v20100915-1800a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Development Tools UI'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='106'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.ui' version='3.7.0.v20100915-1800a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.ui' version='3.7.0.v20100915-1800a'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.buildpath' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.callhierarchy' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.codemanipulation' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.codemanipulation.tostringgeneration' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.dom' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.dom.fragments' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.fix' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.javadoc' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.base' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.binary' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.changes' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.code' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.code.flow' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.delegates' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.generics' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.nls' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.nls.changes' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.participants' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.rename' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.reorg' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.scripting' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.sef' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.structure' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.structure.constraints' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.surround' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.tagging' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.typeconstraints' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.typeconstraints.typesets' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.typeconstraints2' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.template.java' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.corext.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.browsing' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.callhierarchy' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.commands' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.compare' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.dialogs' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.dnd' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.filters' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.fix' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.infoviews' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.jarimport' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.jarpackager' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.jarpackagerfat' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.javadocexport' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.javaeditor' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.javaeditor.breadcrumb' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.javaeditor.saveparticipant' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.javaeditor.selectionactions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.navigator' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.packageview' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.preferences' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.preferences.cleanup' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.preferences.formatter' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.propertiesfileeditor' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.refactoring' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.refactoring.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.refactoring.binary' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.refactoring.code' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.refactoring.contentassist' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.refactoring.nls' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.refactoring.nls.search' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.refactoring.reorg' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.refactoring.sef' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.search' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.text' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.text.correction' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.text.correction.proposals' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.text.folding' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.text.java' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.text.java.hover' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.text.javadoc' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.text.spelling' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.text.spelling.engine' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.text.template.contentassist' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.text.template.preferences' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.typehierarchy' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.viewsupport' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.wizards' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.wizards.buildpaths' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.wizards.dialogfields' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.ui.workingsets' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.cleanup' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.dialogs' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.jarpackager' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.refactoring' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.search' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.text' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.text.folding' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.text.java' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.text.java.hover' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.wizards' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='28'>
+ <required namespace='osgi.bundle' name='org.eclipse.help' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.4.100,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.2.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.variables' range='[3.2.200,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.search' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.core' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.ui' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.launching' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.compare' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.ui' range='[3.4.100,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.core' range='[3.4.100,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='[3.7.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.console' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='[3.7.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views' range='[3.3.100,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ltk.core.refactoring' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ltk.ui.refactoring' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.forms' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.navigator' range='[3.3.200,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.navigator.resources' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core.manipulation' range='[1.3.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='com.ibm.icu' range='3.4.4'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.ui' version='3.7.0.v20100915-1800a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.jdt.internal.ui.JavaPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.ui;tag=v20100915-1800a&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.jdt.ui; singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.7.0.v20100915-1800a&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.jdt.internal.corext;x-friends:=&quot;org.eclipse.jdt.junit&quot;,org.eclipse.jdt.internal.corext.buildpath;x-internal:=true,org.eclipse.jdt.internal.corext.callhierarchy;x-internal:=true,org.eclipse.jdt.internal.corext.codemanipulation;x-friends:=&quot;org.eclipse.jdt.junit&quot;,org.eclipse.jdt.internal.corext.codemanipulation.tostringgeneration;x-internal:=true,org.eclipse.jdt.internal.corext.dom;x-internal:=true,org.eclipse.jdt.internal.corext.dom.fragments;x-internal:=true,org.eclipse.jdt.internal.corext.fix;x-internal:=true,org.eclipse.jdt.internal.corext.javadoc;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.base;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.binary;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.changes;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.code;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.code.flow;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.delegates;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.generics;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.nls;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.nls.changes;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.participants;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.rename;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.reorg;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.scripting;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.sef;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.structure;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.structure.constraints;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.surround;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.tagging;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.typeconstraints;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.typeconstraints.typesets;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.typeconstraints2;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.util;x-internal:=true,org.eclipse.jdt.internal.corext.template.java;x-internal:=true,org.eclipse.jdt.internal.corext.util;x-friends:=&quot;org.eclipse.jdt.junit&quot;,org.eclipse.jdt.internal.ui;x-friends:=&quot;org.eclipse.jdt.junit, org.eclipse.jdt.apt.ui&quot;,org.eclipse.jdt.internal.ui.actions;x-friends:=&quot;org.eclipse.jdt.junit&quot;,org.eclipse.jdt.internal.ui.browsing;x-internal:=true,org.eclipse.jdt.internal.ui.callhierarchy;x-internal:=true,org.eclipse.jdt.internal.ui.commands;x-internal:=true,org.eclipse.jdt.internal.ui.compare;x-internal:=true,org.eclipse.jdt.internal.ui.dialogs;x-friends:=&quot;org.eclipse.jdt.apt.ui&quot;,org.eclipse.jdt.internal.ui.dnd;x-internal:=true,org.eclipse.jdt.internal.ui.filters;x-internal:=true,org.eclipse.jdt.internal.ui.fix;x-internal:=true,org.eclipse.jdt.internal.ui.infoviews;x-internal:=true,org.eclipse.jdt.internal.ui.jarimport;x-internal:=true,org.eclipse.jdt.internal.ui.jarpackager;x-internal:=true,org.eclipse.jdt.internal.ui.jarpackagerfat;x-internal:=true,org.eclipse.jdt.internal.ui.javadocexport;x-internal:=true,org.eclipse.jdt.internal.ui.javaeditor;x-friends:=&quot;org.eclipse.jdt.junit&quot;,org.eclipse.jdt.internal.ui.javaeditor.breadcrumb;x-internal:=true,org.eclipse.jdt.internal.ui.javaeditor.saveparticipant;x-internal:=true,org.eclipse.jdt.internal.ui.javaeditor.selectionactions;x-internal:=true,org.eclipse.jdt.internal.ui.model;x-internal:=true,org.eclipse.jdt.internal.ui.navigator;x-internal:=true,org.eclipse.jdt.internal.ui.packageview;x-internal:=true,org.eclipse.jdt.internal.ui.preferences;x-friends:=&quot;org.eclipse.jdt.apt.ui&quot;,org.eclipse.jdt.internal.ui.preferences.cleanup;x-internal:=true,org.eclipse.jdt.internal.ui.preferences.formatter;x-internal:=true,org.eclipse.jdt.internal.ui.propertiesfileeditor;x-internal:=true,org.eclipse.jdt.internal.ui.refactoring;x-internal:=true,org.eclipse.jdt.internal.ui.refactoring.actions;x-internal:=true,org.eclipse.jdt.internal.ui.refactoring.binary;x-internal:=true,org.eclipse.jdt.internal.ui.refactoring.code;x-internal:=true,org.eclipse.jdt.internal.ui.refactoring.contentassist;x-friends:=&quot;org.eclipse.jdt.junit&quot;,org.eclipse.jdt.internal.ui.refactoring.nls;x-internal:=true,org.eclipse.jdt.internal.ui.refactoring.nls.search;x-internal:=true,org.eclipse.jdt.internal.ui.refactoring.reorg;x-internal:=true,org.eclipse.jdt.internal.ui.refactoring.sef;x-internal:=true,org.eclipse.jdt.internal.ui.search;x-internal:=true,org.eclipse.jdt.internal.ui.text;x-internal:=true,org.eclipse.jdt.internal.ui.text.correction;x-internal:=true,org.eclipse.jdt.internal.ui.text.correction.proposals;x-internal:=true,org.eclipse.jdt.internal.ui.text.folding;x-internal:=true,org.eclipse.jdt.internal.ui.text.java;x-internal:=true,org.eclipse.jdt.internal.ui.text.java.hover;x-internal:=true,org.eclipse.jdt.internal.ui.text.javadoc;x-internal:=true,org.eclipse.jdt.internal.ui.text.spelling;x-internal:=true,org.eclipse.jdt.internal.ui.text.spelling.engine;x-internal:=true,org.eclipse.jdt.internal.ui.text.template.contentassist;x-internal:=true,org.eclipse.jdt.internal.ui.text.template.preferences;x-internal:=true,org.eclipse.jdt.internal.ui.typehierarchy;x-internal:=true,org.eclipse.jdt.internal.ui.util;x-friends:=&quot;org.eclipse.jdt.junit, org.eclipse.jdt.apt.ui&quot;,org.eclipse.jdt.internal.ui.viewsupport;x-friends:=&quot;org.eclipse.jdt.junit&quot;,org.eclipse.jdt.internal.ui.wizards;x-friends:=&quot;org.eclipse.jdt.junit, org.eclipse.jdt.apt.ui&quot;,org.eclipse.jdt.internal.ui.wizards.buildpaths;x-internal:=true,org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage;x-internal:=true,org.eclipse.jdt.internal.ui.wizards.dialogfields;x-friends:=&quot;org.eclipse.jdt.apt.ui&quot;,org.eclipse.jdt.internal.ui.workingsets;x-internal:=true,org.eclipse.jdt.ui,org.eclipse.jdt.ui.actions,org.eclipse.jdt.ui.cleanup,org.eclipse.jdt.ui.dialogs,org.eclipse.jdt.ui.jarpackager,org.eclipse.jdt.ui.refactoring,org.eclipse.jdt.ui.search,org.eclipse.jdt.ui.text,org.eclipse.jdt.ui.text.folding,org.eclipse.jdt.ui.text.java,org.eclipse.jdt.ui.text.java.hover,org.eclipse.jdt.ui.wizards&#xA;Require-Bundle: org.eclipse.help;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.core.expressions;bundle-version=&quot;[3.4.100,4.0.0)&quot;,org.eclipse.core.filesystem;bundle-version=&quot;[1.2.0,2.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.variables;bundle-version=&quot;[3.2.200,4.0.0)&quot;,org.eclipse.jdt.core;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.search;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.debug.core;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.debug.ui;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jdt.launching;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.compare;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.team.ui;bundle-version=&quot;[3.4.100,4.0.0)&quot;,org.eclipse.team.core;bundle-version=&quot;[3.4.100,4.0.0)&quot;,org.eclipse.jface.text;bundle-version=&quot;[3.7.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.console;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.ui.workbench.texteditor;bundle-version=&quot;[3.7.0,4.0.0)&quot;,org.eclipse.ui.ide;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.views;bundle-version=&quot;[3.3.100,4.0.0)&quot;,org.eclipse.ui.editors;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.ltk.core.refactoring;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ltk.ui.refactoring;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.forms;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.ui.navigator;bundle-version=&quot;[3.3.200,4.0.0)&quot;,org.eclipse.ui.navigator.resources;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.jdt.core.manipulation;bundle-version=&quot;[1.3.0,2.0.0)&quot;,com.ibm.icu;bundle-version=&quot;3.4.4&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.gtk.linux.s390x' version='3.7.0.v3707'>
+ <update id='org.eclipse.swt.gtk.linux.s390x' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for GTK 2.0'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='12'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.linux.s390x' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.gtk.linux.s390x' version='3.7.0.v3707'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.accessibility.gtk' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.cairo' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.cde' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.gnome' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.gtk' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.mozilla' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.opengl.glx' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.swt' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='[3.0.0,4.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.gtk.linux.s390x' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.swt; bundle-version=&quot;[3.0.0,4.0.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.swt.gtk.linux.s390x; singleton:=true&#xA;Bundle-Version: 3.7.0.v3707&#xA;Export-Package: org.eclipse.swt.internal.accessibility.gtk; x-internal:=true,org.eclipse.swt.internal.cairo; x-internal:=true,org.eclipse.swt.internal.cde; x-internal:=true,org.eclipse.swt.internal.gnome; x-internal:=true,org.eclipse.swt.internal.gtk; x-internal:=true,org.eclipse.swt.internal.mozilla; x-internal:=true,org.eclipse.swt.internal.opengl.glx; x-internal:=true&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=s390x))
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='javax.servlet.jsp.source' version='2.0.0.v200806031607' singleton='false'>
+ <update id='javax.servlet.jsp.source' range='[0.0.0,2.0.0.v200806031607)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleProvider' value='Eclipse.org'/>
+ <property name='df_LT.bundleName' value='Java Server Pages API Source Bundle'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleProvider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='javax.servlet.jsp.source' version='2.0.0.v200806031607'/>
+ <provided namespace='osgi.bundle' name='javax.servlet.jsp.source' version='2.0.0.v200806031607'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='javax.servlet.jsp.source' version='2.0.0.v200806031607'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-Vendor: %bundleProvider&#xA;Bundle-SymbolicName: javax.servlet.jsp.source&#xA;Eclipse-SourceBundle: javax.servlet.jsp;version=&quot;2.0.0.v200806031607&quot;&#xA;Bundle-Name: %bundleName&#xA;Bundle-Version: 2.0.0.v200806031607
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.s390org.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.s390' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.runtime.compatibility.registry' version='3.3.0.v20100520' singleton='false'>
+ <update id='org.eclipse.core.runtime.compatibility.registry' range='[0.0.0,3.3.0.v20100520)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Eclipse Registry Compatibility Fragment'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime.compatibility.registry' version='3.3.0.v20100520'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.runtime.compatibility.registry' version='3.3.0.v20100520'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.equinox.registry' version='3.3.0.v20100520'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.registry' range='[3.5.0,3.6.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.runtime.compatibility.registry' version='3.3.0.v20100520'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Localization: fragment&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.runtime.compatibility.registry;tag=v20100520&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 3.3.0.v20100520&#xA;Bundle-Vendor: %providerName&#xA;Eclipse-PatchFragment: true&#xA;Bundle-SymbolicName: org.eclipse.core.runtime.compatibility.registry&#xA;Fragment-Host: org.eclipse.equinox.registry;bundle-version=&quot;[3.5.0,3.6.0)&quot;&#xA;Bundle-ClassPath: runtime_registry_compatibility.jar&#xA;Manifest-Version: 1.0
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.concurrent.source' version='1.0.100.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.concurrent.source' range='[0.0.0,1.0.100.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.pluginProvider' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Concurrent API Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%pluginProvider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.concurrent.source' version='1.0.100.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.concurrent.source' version='1.0.100.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.concurrent.source' version='1.0.100.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.100.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.concurrent.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.concurrent;version=&quot;1.0.100.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %pluginProvider
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.tests' version='1.3.0.v20100809-1900'>
+ <update id='org.eclipse.equinox.p2.tests' range='[0.0.0,1.3.0.v20100809-1900)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Tests (Incubation)'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='18'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.tests' version='1.3.0.v20100809-1900'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.tests' version='1.3.0.v20100809-1900'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.tests' version='2.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.tests.artifact.repository' version='2.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.tests.artifact.repository.processing' version='2.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.tests.director' version='2.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.tests.directorywatcher' version='2.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.tests.embeddedequinox' version='2.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.tests.engine' version='2.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.tests.full' version='2.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.tests.generator' version='2.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.tests.metadata' version='2.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.tests.metadata.repository' version='2.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.tests.publisher' version='2.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.tests.publisher.actions' version='2.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.tests.simpleconfigurator' version='2.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='85'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.metadata.generator' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.frameworkadmin' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.tests.harness' range='3.4.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.4.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.publisher' range='1.0.0'/>
+ <required namespace='osgi.bundle' name='org.easymock' range='2.4.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.frameworkadmin.test' range='1.0.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='3.8.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.installer' range='[1.0.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.100'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.updatechecker' range='1.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator.manipulator' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.repository' range='1.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.tests.verifier' range='1.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.security' range='1.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.engine' range='2.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.ql' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.updatesite' range='1.0.200'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.garbagecollector' range='1.0.100'/>
+ <required namespace='osgi.bundle' name='org.sat4j.core' range='2.2.0'/>
+ <required namespace='osgi.bundle' name='org.sat4j.pb' range='2.2.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ecf' range='3.1.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ecf.filetransfer' range='4.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ecf.identity' range='3.1.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ecf.provider.filetransfer' range='3.1.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ecf.provider.filetransfer.httpclient' range='4.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ant.core' range='3.2.200'/>
+ <required namespace='osgi.bundle' name='org.apache.ant' range='1.7.1'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.ant.core' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.ecf.filetransfer' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.artifact.processors.md5' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.artifact.processors.pack200' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.artifact.repository' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.artifact.repository.simple' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.core' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.core.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.director' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.director.app' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.extensionlocation' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.jarprocessor' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.jarprocessor.verifier' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata.expression' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata.index' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata.query' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata.repository' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata.repository.io' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.persistence' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.publisher.eclipse' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.touchpoint.eclipse' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.touchpoint.natives' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.touchpoint.natives.actions' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.update' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.core.eventbus' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.director' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.directorywatcher' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.repository' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.internal.repository.comparator' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.internal.repository.tools' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata.expression' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.planner' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.ql' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.metadata.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.spi.p2.publisher' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.internal.provisional.equinox.p2.jarprocessor' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.datalocation' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.environment' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.resolver' range='1.1.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.urlconversion' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.1.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.packageadmin' range='1.2.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='1.3.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.tests' version='1.3.0.v20100809-1900'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Version: 1.3.0.v20100809-1900&#xA;Bundle-ActivationPolicy: lazy&#xA;Export-Package: org.eclipse.equinox.p2.tests;version=&quot;2.0.0&quot;,org.eclipse.equinox.p2.tests.artifact.repository;version=&quot;2.0.0&quot;,org.eclipse.equinox.p2.tests.artifact.repository.processing;version=&quot;2.0.0&quot;,org.eclipse.equinox.p2.tests.director;version=&quot;2.0.0&quot;,org.eclipse.equinox.p2.tests.directorywatcher;version=&quot;2.0.0&quot;,org.eclipse.equinox.p2.tests.embeddedequinox;version=&quot;2.0.0&quot;,org.eclipse.equinox.p2.tests.engine;version=&quot;2.0.0&quot;,org.eclipse.equinox.p2.tests.full;version=&quot;2.0.0&quot;,org.eclipse.equinox.p2.tests.generator;version=&quot;2.0.0&quot;,org.eclipse.equinox.p2.tests.metadata;version=&quot;2.0.0&quot;,org.eclipse.equinox.p2.tests.metadata.repository;version=&quot;2.0.0&quot;,org.eclipse.equinox.p2.tests.publisher;version=&quot;2.0.0&quot;,org.eclipse.equinox.p2.tests.publisher.actions;version=&quot;2.0.0&quot;,org.eclipse.equinox.p2.tests.simpleconfigurator;version=&quot;2.0.0&quot;&#xA;Import-Package: javax.xml.parsers,org.eclipse.ant.core,org.eclipse.ecf.filetransfer,org.eclipse.equinox.internal.p2.artifact.processors.md5,org.eclipse.equinox.internal.p2.artifact.processors.pack200,org.eclipse.equinox.internal.p2.artifact.repository,org.eclipse.equinox.internal.p2.artifact.repository.simple,org.eclipse.equinox.internal.p2.core,org.eclipse.equinox.internal.p2.core.helpers,org.eclipse.equinox.internal.p2.director,org.eclipse.equinox.internal.p2.director.app,org.eclipse.equinox.internal.p2.extensionlocation,org.eclipse.equinox.internal.p2.jarprocessor,org.eclipse.equinox.internal.p2.jarprocessor.verifier,org.eclipse.equinox.internal.p2.metadata,org.eclipse.equinox.internal.p2.metadata.expression,org.eclipse.equinox.internal.p2.metadata.index,org.eclipse.equinox.internal.p2.metadata.query,org.eclipse.equinox.internal.p2.metadata.repository,org.eclipse.equinox.internal.p2.metadata.repository.io,org.eclipse.equinox.internal.p2.persistence,org.eclipse.equinox.internal.p2.publisher.eclipse,org.eclipse.equinox.internal.p2.touchpoint.eclipse,org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions,org.eclipse.equinox.internal.p2.touchpoint.natives,org.eclipse.equinox.internal.p2.touchpoint.natives.actions,org.eclipse.equinox.internal.p2.update,org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing,org.eclipse.equinox.internal.provisional.p2.core.eventbus,org.eclipse.equinox.internal.provisional.p2.director,org.eclipse.equinox.internal.provisional.p2.directorywatcher,org.eclipse.equinox.internal.provisional.p2.repository,org.eclipse.equinox.p2.core;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.internal.repository.comparator,org.eclipse.equinox.p2.internal.repository.tools,org.eclipse.equinox.p2.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata.expression;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.planner;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.ql;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.metadata.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.spi.p2.publisher,org.eclipse.internal.provisional.equinox.p2.jarprocessor,org.eclipse.osgi.service.datalocation,org.eclipse.osgi.service.environment;version=&quot;1.0.0&quot;,org.eclipse.osgi.service.resolver;version=&quot;1.1.0&quot;,org.eclipse.osgi.service.urlconversion;version=&quot;1.0.0&quot;,org.eclipse.osgi.util;version=&quot;1.1.0&quot;,org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.service.packageadmin;version=&quot;1.2.0&quot;,org.osgi.util.tracker;version=&quot;1.3.0&quot;,org.xml.sax&#xA;Manifest-Version: 1.0&#xA;Bundle-ClassPath: .&#xA;Bundle-Activator: org.eclipse.equinox.p2.tests.TestActivator&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,J2SE-1.4&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.tests;tag=v20100809-1900&#xA;Require-Bundle: org.eclipse.equinox.p2.metadata.generator,org.eclipse.equinox.frameworkadmin,org.eclipse.equinox.common,org.eclipse.core.tests.harness;bundle-version=&quot;3.4.0&quot;,org.eclipse.core.runtime;bundle-version=&quot;3.4.0&quot;,org.eclipse.equinox.p2.publisher;bundle-version=&quot;1.0.0&quot;,org.easymock;bundle-version=&quot;2.4.0&quot;,org.eclipse.equinox.frameworkadmin.test;bundle-version=&quot;1.0.0&quot;,org.junit;bundle-version=&quot;3.8.0&quot;,org.eclipse.equinox.p2.installer;bundle-version=&quot;[1.0.0,2.0.0)&quot;,org.eclipse.equinox.simpleconfigurator;bundle-version=&quot;1.0.100&quot;,org.eclipse.equinox.p2.updatechecker;bundle-version=&quot;1.0.0&quot;,org.eclipse.equinox.simpleconfigurator.manipulator;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository;bundle-version=&quot;1.0.0&quot;,org.eclipse.equinox.p2.tests.verifier;bundle-version=&quot;1.0.0&quot;,org.eclipse.equinox.security;bundle-version=&quot;1.0.0&quot;,org.eclipse.equinox.p2.engine;bundle-version=&quot;2.0.0&quot;,org.eclipse.equinox.p2.ql,org.eclipse.equinox.p2.updatesite;bundle-version=&quot;1.0.200&quot;,org.eclipse.equinox.p2.garbagecollector;bundle-version=&quot;1.0.100&quot;,org.sat4j.core;bundle-version=&quot;2.2.0&quot;,org.sat4j.pb;bundle-version=&quot;2.2.0&quot;,org.eclipse.equinox.ds;bundle-version=&quot;1.2.0&quot;,org.eclipse.ecf;bundle-version=&quot;3.1.0&quot;,org.eclipse.ecf.filetransfer;bundle-version=&quot;4.0.0&quot;,org.eclipse.ecf.identity;bundle-version=&quot;3.1.0&quot;,org.eclipse.ecf.provider.filetransfer;bundle-version=&quot;3.1.0&quot;,org.eclipse.ecf.provider.filetransfer.httpclient;bundle-version=&quot;4.0.0&quot;,org.eclipse.equinox.p2.reconciler.dropins;bundle-version=&quot;1.1.0&quot;,org.eclipse.ant.core;bundle-version=&quot;3.2.200&quot;,org.apache.ant;bundle-version=&quot;1.7.1&quot;&#xA;Bundle-Localization: plugin&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.tests;singleton:=true&#xA;Bundle-Vendor: %providerName&#xA;Bundle-Name: %pluginName&#xA;Eclipse-RegisterBuddy: org.eclipse.equinox.p2.artifact.repository&#xA;Bundle-ManifestVersion: 2
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='javax.servlet' version='2.4.0.v200806031604' singleton='false'>
+ <update id='javax.servlet' range='[0.0.0,2.4.0.v200806031604)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleProvider' value='Eclipse.org'/>
+ <property name='df_LT.bundleName' value='Servlet API Bundle'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleProvider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='javax.servlet' version='2.4.0.v200806031604'/>
+ <provided namespace='osgi.bundle' name='javax.servlet' version='2.4.0.v200806031604'/>
+ <provided namespace='java.package' name='javax.servlet' version='2.4.0'/>
+ <provided namespace='java.package' name='javax.servlet.http' version='2.4.0'/>
+ <provided namespace='java.package' name='javax.servlet.resources' version='2.4.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='javax.servlet' version='2.4.0.v200806031604'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-Vendor: %bundleProvider&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %bundleName&#xA;Export-Package: javax.servlet;version=&quot;2.4&quot;,javax.servlet.http;version=&quot;2.4&quot;,javax.servlet.resources;version=&quot;2.4&quot;&#xA;Bundle-Version: 2.4.0.v200806031604&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-SymbolicName: javax.servlet
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.ini.gtk.linux.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.gtk.linux.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.motif.linux.x86.translated_host_properties' version='1.1.100.v20100824a'>
+ <hostRequirements size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher Motif Linux X86 Fragment'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.motif.linux.x86.translated_host_properties' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='org.eclipse.jdt.apt.pluggable.core.source' version='1.0.400.v20100727-0100' singleton='false'>
+ <update id='org.eclipse.jdt.apt.pluggable.core.source' range='[0.0.0,1.0.400.v20100727-0100)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Compiler Apt IDE Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.apt.pluggable.core.source' version='1.0.400.v20100727-0100'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.apt.pluggable.core.source' version='1.0.400.v20100727-0100'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.apt.pluggable.core.source' version='1.0.400.v20100727-0100'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.400.v20100727-0100&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.jdt.apt.pluggable.core.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.jdt.apt.pluggable.core;version=&quot;1.0.400.v20100727-0100&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.rcp.configuration_root.win32.win32.x86_64' version='1.0.0.I20100921-1024'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.win32.win32.x86_64' version='1.0.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.rcp.configuration_root.win32.win32.x86_64' version='1.0.0.I20100921-1024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.util' version='1.0.200.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.util' range='[0.0.0,1.0.200.v20100503)' severity='0'/>
+ <properties size='6'>
+ <property name='df_LT.bundleVendor' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Equinox Util Bundle'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.description' value='The Equinox Util Bundle contains services to facilitate bundle developers in their programming, and to lighten resource usage at runtime.'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleVendor'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='15'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.util' version='1.0.200.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.util' version='1.0.200.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.util.event' version='1.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.util.hash' version='1.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.util.impl.tpt' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.util.impl.tpt.threadpool' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.util.impl.tpt.timer' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.util.pool' version='1.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.util.ref' version='1.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.util.security' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.util.threadpool' version='1.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.util.timer' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='4'>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.cm' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.log' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='1.2.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.util' version='1.0.200.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %bundleName&#xA;Bundle-Version: 1.0.200.v20100503&#xA;Import-Package: org.osgi.framework;version=&quot;1.3&quot;,org.osgi.service.cm;version=&quot;1.0&quot;,org.osgi.service.log;version=&quot;1.0.0&quot;,org.osgi.util.tracker;version=&quot;1.2&quot;&#xA;Bundle-Activator: org.eclipse.equinox.internal.util.UtilActivator&#xA;Bundle-Vendor: %bundleVendor&#xA;Export-Package: org.eclipse.equinox.internal.util;x-internal:=true,org.eclipse.equinox.internal.util.event;version=&quot;1.0&quot;;x-friends:=&quot;org.eclipse.equinox.ds&quot;,org.eclipse.equinox.internal.util.hash;version=&quot;1.0&quot;;x-friends:=&quot;org.eclipse.equinox.ds,org.eclipse.equinox.io,org.eclipse.equinox.wireadmin&quot;,org.eclipse.equinox.internal.util.impl.tpt;x-internal:=true,org.eclipse.equinox.internal.util.impl.tpt.threadpool;x-internal:=true,org.eclipse.equinox.internal.util.impl.tpt.timer;x-internal:=true,org.eclipse.equinox.internal.util.pool;version=&quot;1.0&quot;;x-friends:=&quot;org.eclipse.equinox.ds,org.eclipse.equinox.io&quot;,org.eclipse.equinox.internal.util.ref;version=&quot;1.0&quot;;x-friends:=&quot;org.eclipse.equinox.ds,org.eclipse.equinox.io,org.eclipse.equinox.ip,org.eclipse.equinox.wireadmin&quot;,org.eclipse.equinox.internal.util.security;x-internal:=true,org.eclipse.equinox.internal.util.threadpool;version=&quot;1.0&quot;;x-friends:=&quot;org.eclipse.equinox.ds&quot;,org.eclipse.equinox.internal.util.timer;version=&quot;1.0&quot;;x-friends:=&quot;org.eclipse.equinox.ds,org.eclipse.equinox.ip&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.util;tag=v20100503&#xA;Bundle-SymbolicName: org.eclipse.equinox.util&#xA;Manifest-Version: 1.0&#xA;Bundle-Description: The Equinox Util Bundle contains services to facilitate bundle developers in their programming, and to lighten resource usage at runtime.&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.1&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.core' version='3.7.0.v_B13a'>
+ <update id='org.eclipse.jdt.core' range='[0.0.0,3.7.0.v_B13a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Development Tools Core'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='49'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.core' version='3.7.0.v_B13a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.core' version='3.7.0.v_B13a'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.compiler' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.compiler.batch' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.dom' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.dom.rewrite' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.eval' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.formatter' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.jdom' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.search' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.codeassist' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.codeassist.complete' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.codeassist.impl' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.codeassist.select' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.compiler' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.compiler.ast' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.compiler.batch' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.compiler.classfmt' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.compiler.codegen' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.compiler.env' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.compiler.flow' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.compiler.impl' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.compiler.lookup' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.compiler.parser' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.compiler.parser.diagnose' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.compiler.problem' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.compiler.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.core.builder' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.core.dom' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.core.dom.rewrite' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.core.eval' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.core.hierarchy' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.core.index' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.core.jdom' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.core.search' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.core.search.indexing' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.core.search.matching' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.core.search.processing' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.core.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.eval' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.formatter' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.formatter.align' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.formatter.comment' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.formatter.old' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.0.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.core' range='[3.1.0,4.0.0)' optional='true'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.core' version='3.7.0.v_B13a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %pluginName&#xA;Require-Bundle: org.eclipse.core.resources;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.core.filesystem;bundle-version=&quot;[1.0.0,2.0.0)&quot;,org.eclipse.text;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.team.core;bundle-version=&quot;[3.1.0,4.0.0)&quot;;resolution:=optional&#xA;Bundle-Activator: org.eclipse.jdt.core.JavaCore&#xA;Bundle-Vendor: %providerName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.core;tag=v_B13a&#xA;Main-Class: org.eclipse.jdt.internal.compiler.batch.Main&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.7.0.v_B13a&#xA;Eclipse-ExtensibleAPI: true&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.jdt.core,org.eclipse.jdt.core.compiler,org.eclipse.jdt.core.compiler.batch,org.eclipse.jdt.core.dom,org.eclipse.jdt.core.dom.rewrite,org.eclipse.jdt.core.eval,org.eclipse.jdt.core.formatter,org.eclipse.jdt.core.jdom,org.eclipse.jdt.core.search,org.eclipse.jdt.core.util,org.eclipse.jdt.internal.codeassist;x-internal:=true,org.eclipse.jdt.internal.codeassist.complete;x-internal:=true,org.eclipse.jdt.internal.codeassist.impl;x-internal:=true,org.eclipse.jdt.internal.codeassist.select;x-internal:=true,org.eclipse.jdt.internal.compiler;x-friends:=&quot;org.eclipse.jdt.compiler.tool,org.eclipse.jdt.apt.pluggable.core&quot;,org.eclipse.jdt.internal.compiler.ast;x-friends:=&quot;org.eclipse.jdt.compiler.tool,org.eclipse.jdt.apt.pluggable.core&quot;,org.eclipse.jdt.internal.compiler.batch;x-friends:=&quot;org.eclipse.jdt.compiler.tool,org.eclipse.jdt.apt.pluggable.core&quot;,org.eclipse.jdt.internal.compiler.classfmt;x-friends:=&quot;org.eclipse.jdt.compiler.tool,org.eclipse.jdt.apt.pluggable.core&quot;,org.eclipse.jdt.internal.compiler.codegen;x-friends:=&quot;org.eclipse.jdt.compiler.tool,org.eclipse.jdt.apt.pluggable.core&quot;,org.eclipse.jdt.internal.compiler.env;x-friends:=&quot;org.eclipse.jdt.compiler.tool,org.eclipse.jdt.apt.pluggable.core&quot;,org.eclipse.jdt.internal.compiler.flow;x-friends:=&quot;org.eclipse.jdt.compiler.tool,org.eclipse.jdt.apt.pluggable.core&quot;,org.eclipse.jdt.internal.compiler.impl;x-friends:=&quot;org.eclipse.jdt.compiler.tool,org.eclipse.jdt.apt.pluggable.core&quot;,org.eclipse.jdt.internal.compiler.lookup;x-friends:=&quot;org.eclipse.jdt.compiler.tool,org.eclipse.jdt.apt.pluggable.core&quot;,org.eclipse.jdt.internal.compiler.parser;x-friends:=&quot;org.eclipse.jdt.compiler.tool,org.eclipse.jdt.apt.pluggable.core&quot;,org.eclipse.jdt.internal.compiler.parser.diagnose;x-friends:=&quot;org.eclipse.jdt.compiler.tool,org.eclipse.jdt.apt.pluggable.core&quot;,org.eclipse.jdt.internal.compiler.problem;x-friends:=&quot;org.eclipse.jdt.compiler.tool,org.eclipse.jdt.apt.pluggable.core&quot;,org.eclipse.jdt.internal.compiler.util;x-friends:=&quot;org.eclipse.jdt.compiler.tool,org.eclipse.jdt.apt.pluggable.core&quot;,org.eclipse.jdt.internal.core;x-friends:=&quot;org.eclipse.jdt.apt.pluggable.core&quot;,org.eclipse.jdt.internal.core.builder;x-friends:=&quot;org.eclipse.jdt.apt.pluggable.core&quot;,org.eclipse.jdt.internal.core.dom;x-internal:=true,org.eclipse.jdt.internal.core.dom.rewrite;x-internal:=true,org.eclipse.jdt.internal.core.eval;x-internal:=true,org.eclipse.jdt.internal.core.hierarchy;x-internal:=true,org.eclipse.jdt.internal.core.index;x-internal:=true,org.eclipse.jdt.internal.core.jdom;x-internal:=true,org.eclipse.jdt.internal.core.search;x-internal:=true,org.eclipse.jdt.internal.core.search.indexing;x-internal:=true,org.eclipse.jdt.internal.core.search.matching;x-internal:=true,org.eclipse.jdt.internal.core.search.processing;x-internal:=true,org.eclipse.jdt.internal.core.util;x-friends:=&quot;org.eclipse.jdt.apt.pluggable.core&quot;,org.eclipse.jdt.internal.eval;x-internal:=true,org.eclipse.jdt.internal.formatter;x-internal:=true,org.eclipse.jdt.internal.formatter.align;x-internal:=true,org.eclipse.jdt.internal.formatter.comment;x-internal:=true,org.eclipse.jdt.internal.formatter.old;x-internal:=true&#xA;Bundle-SymbolicName: org.eclipse.jdt.core; singleton:=true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.platform.source.feature.group' version='3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M' singleton='false'>
+ <update id='org.eclipse.platform.source.feature.group' range='[0.0.0,3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M)' severity='0'/>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Eclipse Platform Plug-in Developer Resources'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Common OS-independent API documentation and source code zips for the Eclipse Platform.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2009 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.source.feature.group' version='3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='62'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.source.feature.group' range='[3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS,3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.user.ui.source.feature.group' range='[2.0.0.v20100503-897JFhOFdHjO2NRglsoDbZo,2.0.0.v20100503-897JFhOFdHjO2NRglsoDbZo]' optional='true'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.doc.isv' range='[3.7.0.v20100910,3.7.0.v20100910]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.ant.source' range='[1.7.1.v20100518-1145,1.7.1.v20100518-1145]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='com.jcraft.jsch.source' range='[0.1.41.v200903070017,0.1.41.v200903070017]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ant.core.source' range='[3.2.200.v20100427,3.2.200.v20100427]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare.core.source' range='[3.5.100.I20100526-0800,3.5.100.I20100526-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare.source' range='[3.5.200.I20100831-0800,3.5.200.I20100831-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare.win32.source' range='[1.0.100.I20100831-0800,1.0.100.I20100831-0800]'>
+ <filter>
+ (osgi.os=win32)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filebuffers.source' range='[3.5.200.v20100824-0800,3.5.200.v20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.source' range='[1.3.100.v20100823,1.3.100.v20100823]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.net.source' range='[1.2.100.I20100511-0800,1.2.100.I20100511-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.resources.source' range='[3.6.100.v20100830,3.6.100.v20100830]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime.compatibility.source' range='[3.2.100.v20100505,3.2.100.v20100505]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime.compatibility.registry.source' range='[3.3.0.v20100520,3.3.0.v20100520]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.osgi.util.source' range='[3.2.100.v20100503,3.2.100.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.debug.core.source' range='[3.7.0.v20100820,3.7.0.v20100820]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.debug.ui.source' range='[3.7.0.v20100902,3.7.0.v20100902]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.event.source' range='[1.2.0.v20100503,1.2.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.appserver.source' range='[3.1.400.v20100427,3.1.400.v20100427]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ltk.core.refactoring.source' range='[3.5.200.v20100824-0800,3.5.200.v20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ltk.ui.refactoring.source' range='[3.5.100.v20100831-0800,3.5.100.v20100831-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.source' range='[3.7.0.v201009211024,3.7.0.v201009211024]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.search.source' range='[3.6.100.v20100907-0800,3.6.100.v20100907-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.core.source' range='[3.6.0.I20100912-2000,3.6.0.I20100912-2000]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.ui.source' range='[3.5.200.I20100912-2000,3.5.200.I20100912-2000]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.text.source' range='[3.5.100.v20100824-0800,3.5.100.v20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jface.text.source' range='[3.7.0.v20100915-1300,3.7.0.v20100915-1300]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jsch.core.source' range='[1.1.200.I20100713-0800,1.1.200.I20100713-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jsch.ui.source' range='[1.1.300.I20100505-1245,1.1.300.I20100505-1245]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.console.source' range='[3.5.0.v20100526,3.5.0.v20100526]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.presentations.r21.source' range='[3.2.200.I20100517-1500,3.2.200.I20100517-1500]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.intro.source' range='[3.4.0.v20100427,3.4.0.v20100427]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.intro.universal.source' range='[3.2.500.v20100628,3.2.500.v20100628]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.cheatsheets.source' range='[3.4.0.v20100427,3.4.0.v20100427]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.browser.source' range='[3.3.0.v20100517,3.3.0.v20100517]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.navigator.source' range='[3.5.0.I20100601-0800,3.5.0.I20100601-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.navigator.resources.source' range='[3.4.300.I20100712-2000,3.4.300.I20100712-2000]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.net.source' range='[1.2.100.I20100505-1245,1.2.100.I20100505-1245]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.workbench.texteditor.source' range='[3.7.0.v20100915-1800,3.7.0.v20100915-1800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.views.source' range='[3.5.0.I20100527-0800,3.5.0.I20100527-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.editors.source' range='[3.6.100.v20100824-0800,3.6.100.v20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.externaltools.source' range='[3.2.0.v20100427,3.2.0.v20100427]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.ide.source' range='[3.6.100.I20100804-1300,3.6.100.I20100804-1300]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.ide.application.source' range='[1.0.300.I20100831-0800,1.0.300.I20100831-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.win32.source' range='[3.2.200.I20100509-0800,3.2.200.I20100509-0800]'>
+ <filter>
+ (osgi.ws=win32)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.core.source' range='[3.2.400.v20100512,3.2.400.v20100512]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.scheduler.source' range='[3.2.300.v20100512,3.2.300.v20100512]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.ui.source' range='[3.2.300.v20100512,3.2.300.v20100512]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.workbench.compatibility.source' range='[3.2.100.I20100511-0800,3.2.100.I20100511-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.variables.source' range='[3.2.400.v20100505,3.2.400.v20100505]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.forms.source' range='[3.5.100.v20100708,3.5.100.v20100708]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.core.linux.source' range='[3.2.200.v20100512,3.2.200.v20100512]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.core.win32.source' range='[3.2.200.v20100512,3.2.200.v20100512]'>
+ <filter>
+ (osgi.os=win32)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.views.properties.tabbed.source' range='[3.5.200.I20100712-2000,3.5.200.I20100712-2000]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.source' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.ui.source' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.win32.x86.source' range='[1.0.200.v20100503,1.0.200.v20100503]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.macosx.source' range='[1.100.100.v20100503,1.100.100.v20100503]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.macosx.source' range='[1.100.100.v20100503,1.100.100.v20100503]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.externaltools.source' range='[1.0.100.v20100830,1.0.100.v20100830]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.source.feature.jar' range='[3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M,3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.swt.win32.win32.x86.source' version='3.7.0.v3707' singleton='false'>
+ <update id='org.eclipse.swt.win32.win32.x86.source' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for Windows Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.win32.win32.x86.source' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.win32.win32.x86.source' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.win32.win32.x86.source' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 3.7.0.v3707&#xA;Eclipse-SourceBundle: org.eclipse.swt.win32.win32.x86;version=&quot;3.7.0.v3707&quot;&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=win32) (osgi.os=win32) (osgi.arch=x86))&#xA;Bundle-SymbolicName: org.eclipse.swt.win32.win32.x86.source&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.examples.propertysheet.source' version='3.2.100.I20100509-0800' singleton='false'>
+ <update id='org.eclipse.ui.examples.propertysheet.source' range='[0.0.0,3.2.100.I20100509-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='User File Editor Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.propertysheet.source' version='3.2.100.I20100509-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.examples.propertysheet.source' version='3.2.100.I20100509-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.examples.propertysheet.source' version='3.2.100.I20100509-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.2.100.I20100509-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.examples.propertysheet.source&#xA;Bundle-Name: %Plugin.name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ui.examples.propertysheet;version=&quot;3.2.100.I20100509-0800&quot;;roots:=&quot;propertysheetsrc&quot;&#xA;Bundle-Vendor: %Plugin.providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.compare.source' version='3.5.200.I20100831-0800' singleton='false'>
+ <update id='org.eclipse.compare.source' range='[0.0.0,3.5.200.I20100831-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Compare Support Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare.source' version='3.5.200.I20100831-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.compare.source' version='3.5.200.I20100831-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.compare.source' version='3.5.200.I20100831-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.5.200.I20100831-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.compare.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.compare;version=&quot;3.5.200.I20100831-0800&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.team.cvs.ui.source' version='3.3.400.I20100912-2000' singleton='false'>
+ <update id='org.eclipse.team.cvs.ui.source' range='[0.0.0,3.3.400.I20100912-2000)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='CVS Team Provider UI Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.cvs.ui.source' version='3.3.400.I20100912-2000'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.team.cvs.ui.source' version='3.3.400.I20100912-2000'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.team.cvs.ui.source' version='3.3.400.I20100912-2000'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.3.400.I20100912-2000&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.team.cvs.ui.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.team.cvs.ui;version=&quot;3.3.400.I20100912-2000&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.solaris.x86org.eclipse.equinox.ds' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.equinox.ds' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.solaris.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.weaving.caching.source' version='1.0.0.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.weaving.caching.source' range='[0.0.0,1.0.0.v20100503)' severity='0'/>
+ <properties size='3'>
+ <property name='df_LT.pluginName' value='Standard Caching Service for Equinox Aspects (Incubation) Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.weaving.caching.source' version='1.0.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.weaving.caching.source' version='1.0.0.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.weaving.caching.source' version='1.0.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 1.0.0.v20100503&#xA;Bundle-SymbolicName: org.eclipse.equinox.weaving.caching.source&#xA;Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-SourceBundle: org.eclipse.equinox.weaving.caching;version=&quot;1.0.0.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.team.cvs.ui' version='3.3.400.I20100912-2000'>
+ <update id='org.eclipse.team.cvs.ui' range='[0.0.0,3.3.400.I20100912-2000)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='CVS Team Provider UI'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='14'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.cvs.ui' version='3.3.400.I20100912-2000'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.team.cvs.ui' version='3.3.400.I20100912-2000'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ccvs.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ccvs.ui.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ccvs.ui.console' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ccvs.ui.mappings' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ccvs.ui.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ccvs.ui.operations' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ccvs.ui.repo' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ccvs.ui.subscriber' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ccvs.ui.tags' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ccvs.ui.wizards' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='17'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='[3.3.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views' range='[3.2.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='[3.4.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='[3.3.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='[3.3.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.console' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.core' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.ui' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.cvs.core' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.compare' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.navigator' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.2.0,4.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ <required namespace='java.package' name='com.ibm.icu.util' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.team.cvs.ui' version='3.3.400.I20100912-2000'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 3.3.400.I20100912-2000&#xA;Import-Package: com.ibm.icu.text,com.ibm.icu.util&#xA;Bundle-Activator: org.eclipse.team.internal.ccvs.ui.CVSUIPlugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.ui.ide;bundle-version=&quot;[3.3.0,4.0.0)&quot;;resolution:=optional,org.eclipse.ui.views;bundle-version=&quot;[3.2.0,4.0.0)&quot;;resolution:=optional,org.eclipse.jface.text;bundle-version=&quot;[3.4.0,4.0.0)&quot;;resolution:=optional,org.eclipse.ui.workbench.texteditor;bundle-version=&quot;[3.3.0,4.0.0)&quot;;resolution:=optional,org.eclipse.ui.editors;bundle-version=&quot;[3.3.0,4.0.0)&quot;;resolution:=optional,org.eclipse.core.runtime;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.console;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.team.core;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.team.ui;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.team.cvs.core;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.compare;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.ui.navigator;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.core.expressions;bundle-version=&quot;[3.2.0,4.0.0)&quot;&#xA;Export-Package: org.eclipse.team.internal.ccvs.ui;x-internal:=true,org.eclipse.team.internal.ccvs.ui.actions;x-internal:=true,org.eclipse.team.internal.ccvs.ui.console;x-internal:=true,org.eclipse.team.internal.ccvs.ui.mappings;x-internal:=true,org.eclipse.team.internal.ccvs.ui.model;x-internal:=true,org.eclipse.team.internal.ccvs.ui.operations;x-internal:=true,org.eclipse.team.internal.ccvs.ui.repo;x-internal:=true,org.eclipse.team.internal.ccvs.ui.subscriber;x-internal:=true,org.eclipse.team.internal.ccvs.ui.tags;x-internal:=true,org.eclipse.team.internal.ccvs.ui.wizards;x-internal:=true&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.team.cvs.ui;tag=I20100912-2000&#xA;Bundle-SymbolicName: org.eclipse.team.cvs.ui; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcocoa.macosx.x86org.eclipse.update.configurator' version='1.1.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.update.configurator' version='1.1.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcocoa.macosx.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:false);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.tests.runtime' version='3.7.0.v20100913'>
+ <update id='org.eclipse.core.tests.runtime' range='[0.0.0,3.7.0.v20100913)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='Eclipse Core Tests Runtime'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ </properties>
+ <provides size='12'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.tests.runtime' version='3.7.0.v20100913'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.tests.runtime' version='3.7.0.v20100913'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.internal.preferences' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.internal.registry' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.internal.runtime' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.runtime' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.runtime.compatibility' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.runtime.jobs' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.runtime.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.runtime.perf' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.runtime.session' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.tests.harness' range='3.4.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime.compatibility.auth' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime.compatibility' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.tests.runtime' version='3.7.0.v20100913'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Bundle-Name: Eclipse Core Tests Runtime&#xA;Bundle-Activator: org.eclipse.core.tests.runtime.RuntimeTestsPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.tests.runtime;tag=v20100913&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: Eclipse.org&#xA;Bundle-ClassPath: runtimetests.jar&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.core.tests.runtime; singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.7.0.v20100913&#xA;Export-Package: org.eclipse.core.tests.internal.preferences,org.eclipse.core.tests.internal.registry,org.eclipse.core.tests.internal.runtime,org.eclipse.core.tests.runtime,org.eclipse.core.tests.runtime.compatibility,org.eclipse.core.tests.runtime.jobs,org.eclipse.core.tests.runtime.model,org.eclipse.core.tests.runtime.perf,org.eclipse.core.tests.runtime.session&#xA;Require-Bundle: org.eclipse.core.tests.harness;bundle-version=&quot;3.4.0&quot;,org.junit,org.eclipse.test.performance;resolution:=optional,org.eclipse.core.runtime.compatibility.auth,org.eclipse.core.runtime.compatibility
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ecf.provider.filetransfer.ssl' version='1.0.0.v20100906-1425' singleton='false'>
+ <update id='org.eclipse.ecf.provider.filetransfer.ssl' range='[0.0.0,1.0.0.v20100906-1425)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.plugin.provider' value='Eclipse.org - ECF'/>
+ <property name='df_LT.plugin.name' value='ECF Filetransfer SSL Fragment'/>
+ <property name='org.eclipse.equinox.p2.name' value='%plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%plugin.provider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.ssl' version='1.0.0.v20100906-1425'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ecf.provider.filetransfer.ssl' version='1.0.0.v20100906-1425'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.ecf.provider.filetransfer' version='1.0.0.v20100906-1425'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.ecf.provider.filetransfer' range='2.0.0'/>
+ <required namespace='java.package' name='javax.net.ssl' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ecf.provider.filetransfer.ssl' version='1.0.0.v20100906-1425'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin&#xA;Bundle-Name: %plugin.name&#xA;Bundle-Version: 1.0.0.v20100906-1425&#xA;Bundle-Vendor: %plugin.provider&#xA;Bundle-SymbolicName: org.eclipse.ecf.provider.filetransfer.ssl&#xA;Import-Package: javax.net.ssl&#xA;Fragment-Host: org.eclipse.ecf.provider.filetransfer;bundle-version=&quot;2.0.0&quot;&#xA;Created-By: 1.5.0_22-b03 (Sun Microsystems Inc.)&#xA;Ant-Version: Apache Ant 1.7.1&#xA;Manifest-Version: 1.0
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.win32.win32.x86' version='3.7.0.v3707'>
+ <update id='org.eclipse.swt.win32.win32.x86' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for Windows'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='10'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.win32.win32.x86' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.win32.win32.x86' version='3.7.0.v3707'/>
+ <provided namespace='java.package' name='org.eclipse.swt.ole.win32' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.gdip' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.ole.win32' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.win32' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.opengl.win32' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.swt' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='[3.0.0,4.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.win32.win32.x86' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.swt; bundle-version=&quot;[3.0.0,4.0.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.swt.win32.win32.x86; singleton:=true&#xA;Bundle-Version: 3.7.0.v3707&#xA;Export-Package: org.eclipse.swt.ole.win32,org.eclipse.swt.internal.gdip; x-internal:=true,org.eclipse.swt.internal.ole.win32; x-internal:=true,org.eclipse.swt.internal.win32; x-internal:=true,org.eclipse.swt.internal.opengl.win32; x-internal:=true&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=win32) (osgi.os=win32) (osgi.arch=x86))
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingwin32.win32.x86_64org.eclipse.equinox.common' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.equinox.common' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingwin32.win32.x86_64' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.discovery.compatibility' version='1.0.0.v20100518'>
+ <update id='org.eclipse.equinox.p2.discovery.compatibility' range='[0.0.0,1.0.0.v20100518)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Bundle-Vendor' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.Bundle-Name' value='Equinox Provisioning Discovery'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Bundle-Name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Bundle-Vendor'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.discovery.compatibility' version='1.0.0.v20100518'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.discovery.compatibility' version='1.0.0.v20100518'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.discovery.compatibility' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.discovery.compatibility.util' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='4'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.3.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.core' range='2.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.discovery' range='1.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.repository' range='2.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.discovery.compatibility' version='1.0.0.v20100518'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %Bundle-Vendor&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.discovery.compatibility;tag=v20100518&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;3.3.0&quot;,org.eclipse.equinox.p2.core;bundle-version=&quot;2.0.0&quot;,org.eclipse.equinox.p2.discovery;bundle-version=&quot;1.0.0&quot;,org.eclipse.equinox.p2.repository;bundle-version=&quot;2.0.0&quot;&#xA;Bundle-Name: %Bundle-Name&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.discovery.compatibility;singleton:=true&#xA;Bundle-Version: 1.0.0.v20100518&#xA;Export-Package: org.eclipse.equinox.internal.p2.discovery.compatibility;x-friends:=&quot;org.eclipse.equinox.p2.ui.discovery&quot;,org.eclipse.equinox.internal.p2.discovery.compatibility.util;x-friends:=&quot;org.eclipse.equinox.p2.ui.discovery&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.gtk.solaris.sparc.translated_host_properties' version='1.1.100.v20100824a'>
+ <hostRequirements size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher Sparc Fragment'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.solaris.sparc.translated_host_properties' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='org.eclipse.core.contenttype' version='3.4.100.v20100505-1235'>
+ <update id='org.eclipse.core.contenttype' range='[0.0.0,3.4.100.v20100505-1235)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Eclipse Content Mechanism'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.contenttype' version='3.4.100.v20100505-1235'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.contenttype' version='3.4.100.v20100505-1235'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.content' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.runtime.content' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='11'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.preferences' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.registry' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.2.0,4.0.0)'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.debug' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax.ext' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax.helpers' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.contenttype' version='3.4.100.v20100505-1235'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 3.4.100.v20100505-1235&#xA;Import-Package: javax.xml.parsers,org.eclipse.osgi.service.debug,org.eclipse.osgi.util;version=&quot;1.0.0&quot;,org.osgi.framework,org.osgi.util.tracker,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers&#xA;Bundle-Activator: org.eclipse.core.internal.content.Activator&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.equinox.preferences;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.equinox.registry;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.equinox.common;bundle-version=&quot;[3.2.0,4.0.0)&quot;&#xA;Export-Package: org.eclipse.core.internal.content;x-internal:=true,org.eclipse.core.runtime.content&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.contenttype;tag=v20100505-1235&#xA;Bundle-SymbolicName: org.eclipse.core.contenttype; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.text.tests' version='3.7.0.v20100907-0800' singleton='false'>
+ <update id='org.eclipse.jdt.text.tests' range='[0.0.0,3.7.0.v20100907-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='JDT Text Test Plug-in'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='9'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.text.tests' version='3.7.0.v20100907-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.text.tests' version='3.7.0.v20100907-0800'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.text.tests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.text.tests.contentassist' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.text.tests.performance' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.text.tests.spelling' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.text.tests.templates' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='20'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.compare.core' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.2.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.5.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.ui' range='[3.7.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.junit' range='4.8.1'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.core' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.debug' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text.tests' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text.tests' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filebuffers.tests' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.ui.tests' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='[3.5.0,4.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.text.tests' version='3.7.0.v20100907-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %Plugin.name&#xA;Bundle-ClassPath: jdttexttests.jar&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.compare.core;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.filesystem;bundle-version=&quot;[1.2.0,2.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.5.0,4.0.0)&quot;;resolution:=optional,org.eclipse.jface.text;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.workbench.texteditor;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.editors;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jdt.ui;bundle-version=&quot;[3.7.0,4.0.0)&quot;,org.junit;bundle-version=&quot;4.8.1&quot;,org.eclipse.ui;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jdt.core;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.ide;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.debug.core;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jdt.debug;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.text.tests;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jface.text.tests;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.filebuffers.tests;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jdt.ui.tests;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.test.performance;bundle-version=&quot;[3.5.0,4.0.0)&quot;&#xA;Bundle-Activator: org.eclipse.jdt.text.tests.JdtTextTestPlugin&#xA;Bundle-Vendor: %Plugin.providerName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.text.tests;tag=v20100907-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.7.0.v20100907-0800&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.jdt.text.tests,org.eclipse.jdt.text.tests.contentassist,org.eclipse.jdt.text.tests.performance,org.eclipse.jdt.text.tests.spelling,org.eclipse.jdt.text.tests.templates&#xA;Bundle-SymbolicName: org.eclipse.jdt.text.tests&#xA;Import-Package: com.ibm.icu.text
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.core.manipulation.source' version='1.3.0.v20100824-0800' singleton='false'>
+ <update id='org.eclipse.jdt.core.manipulation.source' range='[0.0.0,1.3.0.v20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Code Manipulation Functionality Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.core.manipulation.source' version='1.3.0.v20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.core.manipulation.source' version='1.3.0.v20100824-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.core.manipulation.source' version='1.3.0.v20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.3.0.v20100824-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.jdt.core.manipulation.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.jdt.core.manipulation;version=&quot;1.3.0.v20100824-0800&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingwin32.win32.x86org.eclipse.equinox.ds' version='1.1.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.ds' version='1.1.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingwin32.win32.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingmotif.hpux.ia64_32org.eclipse.core.runtime' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.core.runtime' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingmotif.hpux.ia64_32' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.solaris.sparcorg.eclipse.core.runtime' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.core.runtime' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.solaris.sparc' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.config.gtk.linux.ppc64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.gtk.linux.ppc64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcarbon.macosx.x86org.eclipse.update.configurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.update.configurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcarbon.macosx.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:false);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ant.core' version='3.2.200.v20100427'>
+ <update id='org.eclipse.ant.core' range='[0.0.0,3.2.200.v20100427)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Ant Build Tool Core'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ant.core' version='3.2.200.v20100427'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ant.core' version='3.2.200.v20100427'/>
+ <provided namespace='java.package' name='org.eclipse.ant.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.internal.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.internal.core.contentDescriber' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.variables' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ant.core' version='3.2.200.v20100427'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.ant.core.AntCorePlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ant.core;tag=v20100427&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy;exclude:=&quot;org.eclipse.ant.internal.core.contentDescriber&quot;&#xA;Bundle-SymbolicName: org.eclipse.ant.core; singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.2.200.v20100427&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.ant.core,org.eclipse.ant.internal.core;x-friends:=&quot;org.eclipse.ant.ui,org.eclipse.ant.launching&quot;,org.eclipse.ant.internal.core.contentDescriber;x-internal:=true&#xA;Require-Bundle: org.eclipse.core.variables;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.2.0,4.0.0)&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.ppcorg.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.ppc' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:1);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.examples.layouts' version='3.1.100.v3707'>
+ <update id='org.eclipse.swt.examples.layouts' range='[0.0.0,3.1.100.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.plugin.SWTLayoutExample.name' value='SWT Layout Example Plugin'/>
+ <property name='org.eclipse.equinox.p2.name' value='%plugin.SWTLayoutExample.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.layouts' version='3.1.100.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.examples.layouts' version='3.1.100.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='9'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.swt.examples' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.examples.layouts' version='3.1.100.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Require-Bundle: org.eclipse.ui.ide,org.eclipse.ui.views,org.eclipse.jface.text,org.eclipse.ui.workbench.texteditor,org.eclipse.ui.editors,org.eclipse.core.runtime,org.eclipse.ui,org.eclipse.swt,org.eclipse.swt.examples&#xA;Bundle-Activator: org.eclipse.swt.examples.layouts.LayoutPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.swt.examples.layouts;tag=v3707&#xA;Bundle-Name: %plugin.SWTLayoutExample.name&#xA;Bundle-Version: 3.1.100.v3707&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.swt.examples.layouts; singleton:=true&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ClassPath: layouts.jar&#xA;Manifest-Version: 1.0
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.debug.ui' version='3.5.100.v20100914'>
+ <update id='org.eclipse.jdt.debug.ui' range='[0.0.0,3.5.100.v20100914)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JDI Debug UI'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='26'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.debug.ui' version='3.5.100.v20100914'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.debug.ui' version='3.5.100.v20100914'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.debug.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.debug.ui.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.debug.ui.breakpoints' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.debug.ui.launchConfigurations' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.debug.core.refactoring' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.debug.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.debug.ui.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.debug.ui.breakpoints' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.debug.ui.classpath' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.debug.ui.console' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.debug.ui.contentassist' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.debug.ui.display' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.debug.ui.heapwalking' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.debug.ui.jres' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.debug.ui.launcher' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.debug.ui.monitors' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.debug.ui.propertypages' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.debug.ui.search' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.debug.ui.snippeteditor' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.debug.ui.sourcelookup' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.debug.ui.threadgroups' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.debug.ui.variables' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='20'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filebuffers' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.variables' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.ui' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.debug' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.launching' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.ui' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ltk.core.refactoring' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.console' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core.manipulation' range='[1.3.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.search' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='com.ibm.icu' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.forms' range='[3.4.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.debug.ui' version='3.5.100.v20100914'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.jdt.internal.debug.ui.JDIDebugUIPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.debug.ui;tag=v20100914&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.jdt.debug.ui; singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.5.100.v20100914&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.jdt.debug.ui,org.eclipse.jdt.debug.ui.actions,org.eclipse.jdt.debug.ui.breakpoints,org.eclipse.jdt.debug.ui.launchConfigurations,org.eclipse.jdt.internal.debug.core.refactoring;x-internal:=true,org.eclipse.jdt.internal.debug.ui;x-internal:=true,org.eclipse.jdt.internal.debug.ui.actions;x-internal:=true,org.eclipse.jdt.internal.debug.ui.breakpoints;x-internal:=true,org.eclipse.jdt.internal.debug.ui.classpath;x-internal:=true,org.eclipse.jdt.internal.debug.ui.console;x-internal:=true,org.eclipse.jdt.internal.debug.ui.contentassist;x-internal:=true,org.eclipse.jdt.internal.debug.ui.display;x-internal:=true,org.eclipse.jdt.internal.debug.ui.heapwalking;x-internal:=true,org.eclipse.jdt.internal.debug.ui.jres;x-internal:=true,org.eclipse.jdt.internal.debug.ui.launcher;x-internal:=true,org.eclipse.jdt.internal.debug.ui.monitors;x-internal:=true,org.eclipse.jdt.internal.debug.ui.propertypages;x-internal:=true,org.eclipse.jdt.internal.debug.ui.search;x-internal:=true,org.eclipse.jdt.internal.debug.ui.snippeteditor;x-internal:=true,org.eclipse.jdt.internal.debug.ui.sourcelookup;x-internal:=true,org.eclipse.jdt.internal.debug.ui.threadgroups;x-internal:=true,org.eclipse.jdt.internal.debug.ui.variables;x-internal:=true&#xA;Require-Bundle: org.eclipse.ui.ide;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jface.text;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.workbench.texteditor;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.editors;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.filebuffers;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.variables;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.expressions;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.jdt.core;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.debug.ui;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jdt.debug;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jdt.launching;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.jdt.ui;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ltk.core.refactoring;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.console;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.jdt.core.manipulation;bundle-version=&quot;[1.3.0,2.0.0)&quot;,org.eclipse.search;bundle-version=&quot;[3.5.0,4.0.0)&quot;,com.ibm.icu,org.eclipse.ui.forms;bundle-version=&quot;[3.4.0,4.0.0)&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.databinding.property' version='1.3.0.I20100601-0800' singleton='false'>
+ <update id='org.eclipse.core.databinding.property' range='[0.0.0,1.3.0.I20100601-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JFace Data Binding'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='14'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.databinding.property' version='1.3.0.I20100601-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.databinding.property' version='1.3.0.I20100601-0800'/>
+ <provided namespace='java.package' name='org.eclipse.core.databinding.property' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.databinding.property.list' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.databinding.property.map' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.databinding.property.set' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.databinding.property.value' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.databinding.property' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.databinding.property.list' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.databinding.property.map' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.databinding.property.set' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.databinding.property.value' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.databinding.observable' range='[1.3.0,2.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.databinding.property' version='1.3.0.I20100601-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,J2SE-1.4&#xA;Bundle-Name: %pluginName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.databinding.property;tag=I20100601-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ClassPath: .&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.core.databinding.property&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.3.0.I20100601-0800&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.core.databinding.property,org.eclipse.core.databinding.property.list,org.eclipse.core.databinding.property.map,org.eclipse.core.databinding.property.set,org.eclipse.core.databinding.property.value,org.eclipse.core.internal.databinding.property;x-internal:=true,org.eclipse.core.internal.databinding.property.list;x-internal:=true,org.eclipse.core.internal.databinding.property.map;x-internal:=true,org.eclipse.core.internal.databinding.property.set;x-internal:=true,org.eclipse.core.internal.databinding.property.value;x-internal:=true&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.databinding.observable;bundle-version=&quot;[1.3.0,2.0.0)&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcocoa.macosx.x86_64org.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcocoa.macosx.x86_64' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.executable_root.win32.win32.x86_64' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.win32.win32.x86_64' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.equinox.executable_root.win32.win32.x86_64' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.wireadmin' version='1.0.200.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.wireadmin' range='[0.0.0,1.0.200.v20100503)' severity='0'/>
+ <properties size='6'>
+ <property name='df_LT.bundleVendor' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Wire Admin Service'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.description' value='This bundle provides utility classes for Producer and Consumer services.'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleVendor'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.wireadmin' version='1.0.200.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.wireadmin' version='1.0.200.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.wireadmin' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='8'>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.util.hash' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.util.ref' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.cm' range='1.2.0'/>
+ <required namespace='java.package' name='org.osgi.service.event' range='1.1.0'/>
+ <required namespace='java.package' name='org.osgi.service.wireadmin' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.measurement' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='1.3.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.wireadmin' version='1.0.200.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.0&#xA;Bundle-Name: %bundleName&#xA;Bundle-Activator: org.eclipse.equinox.internal.wireadmin.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.wireadmin;tag=v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %bundleVendor&#xA;Bundle-SymbolicName: org.eclipse.equinox.wireadmin&#xA;Import-Package: org.eclipse.equinox.internal.util.hash;version=&quot;1.0.0&quot;,org.eclipse.equinox.internal.util.ref;version=&quot;1.0.0&quot;,org.osgi.framework,org.osgi.service.cm;version=&quot;1.2&quot;,org.osgi.service.event;version=&quot;1.1&quot;,org.osgi.service.wireadmin;version=&quot;1.0&quot;,org.osgi.util.measurement;version=&quot;1.0&quot;,org.osgi.util.tracker;version=&quot;1.3&quot;&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.200.v20100503&#xA;Bundle-Localization: plugin&#xA;Bundle-Description: This bundle provides utility classes for Producer and Consumer services.&#xA;Export-Package: org.eclipse.equinox.internal.wireadmin; x-internal:=true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.workbench' version='3.6.100.I20100914-0100'>
+ <update id='org.eclipse.ui.workbench' range='[0.0.0,3.6.100.I20100914-0100)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Workbench'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='81'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.workbench' version='3.6.100.I20100914-0100'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.workbench' version='3.6.100.I20100914-0100'/>
+ <provided namespace='java.package' name='org.eclipse.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.about' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.activities' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.application' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.branding' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.browser' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.commands' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.contexts' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.databinding' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.dialogs' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.dnd' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.fieldassist' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.handlers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.help' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.about' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.activities' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.activities.ws' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.application' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.browser' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.commands' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.contexts' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.decorators' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.dialogs' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.dnd' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.editorsupport' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.expressions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.handlers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.help' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.intro' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.keys' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.keys.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.layout' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.menus' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.misc' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.operations' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.part' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.preferences' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.presentations' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.presentations.classic' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.presentations.defaultpresentation' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.presentations.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.progress' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.provisional.application' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.provisional.presentations' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.quickaccess' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.registry' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.services' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.splash' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.statushandlers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.testing' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.themes' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.tweaklets' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.wizards' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.wizards.preferences' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.intro' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.keys' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.menus' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.operations' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.part' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.plugin' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.preferences' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.presentations' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.progress' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.services' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.splash' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.statushandlers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.swt' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.testing' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.themes' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.views' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.wizards' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='13'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.help' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.databinding' range='[1.3.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.databinding.property' range='[1.2.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.databinding.observable' range='[1.2.0,2.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ <required namespace='java.package' name='com.ibm.icu.util' range='0.0.0'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='org.w3c.dom' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.workbench' version='3.6.100.I20100914-0100'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %pluginName&#xA;Bundle-ClassPath: e4-workbench.jar,compatibility.jar,.&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.help;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.jface;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.swt;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.expressions;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.jface.databinding;bundle-version=&quot;[1.3.0,2.0.0)&quot;,org.eclipse.core.databinding.property;bundle-version=&quot;[1.2.0,2.0.0)&quot;,org.eclipse.core.databinding.observable;bundle-version=&quot;[1.2.0,2.0.0)&quot;&#xA;Bundle-Activator: org.eclipse.ui.internal.WorkbenchPlugin&#xA;Bundle-Vendor: %providerName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.workbench;tag=I20100914-0100&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.6.100.I20100914-0100&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.ui;ui.workbench=split;mandatory:=&quot;ui.workbench&quot;,org.eclipse.ui.about,org.eclipse.ui.actions;ui.workbench=split;mandatory:=&quot;ui.workbench&quot;,org.eclipse.ui.activities,org.eclipse.ui.application,org.eclipse.ui.branding,org.eclipse.ui.browser;ui.workbench=split;mandatory:=&quot;ui.workbench&quot;,org.eclipse.ui.commands,org.eclipse.ui.contexts,org.eclipse.ui.databinding,org.eclipse.ui.dialogs;ui.workbench=split;mandatory:=&quot;ui.workbench&quot;,org.eclipse.ui.dnd,org.eclipse.ui.fieldassist,org.eclipse.ui.handlers,org.eclipse.ui.help,org.eclipse.ui.internal;ui.workbench=split;mandatory:=&quot;ui.workbench&quot;; x-friends:=&quot;org.eclipse.ui, org.eclipse.ui.intro, org.eclipse.ui.ide, org.eclipse.ui.presentations.r21&quot;,org.eclipse.ui.internal.about;x-friends:=&quot;org.eclipse.ui&quot;,org.eclipse.ui.internal.actions;x-friends:=&quot;org.eclipse.ui.ide&quot;,org.eclipse.ui.internal.activities;x-friends:=&quot;org.eclipse.ui&quot;,org.eclipse.ui.internal.activities.ws;x-internal:=true,org.eclipse.ui.internal.application;x-internal:=true,org.eclipse.ui.internal.browser;ui.workbench=split;mandatory:=&quot;ui.workbench&quot;;x-internal:=true,org.eclipse.ui.internal.commands;x-friends:=&quot;org.eclipse.ui&quot;,org.eclipse.ui.internal.contexts;x-friends:=&quot;org.eclipse.ui&quot;,org.eclipse.ui.internal.decorators;x-friends:=&quot;org.eclipse.ui.ide&quot;,org.eclipse.ui.internal.dialogs;x-internal:=true,org.eclipse.ui.internal.dnd;x-friends:=&quot;org.eclipse.ui.intro,org.eclipse.ui.presentations.r21&quot;,org.eclipse.ui.internal.editorsupport;x-internal:=true,org.eclipse.ui.internal.expressions;x-internal:=true,org.eclipse.ui.internal.handlers;x-friends:=&quot;org.eclipse.ui,org.eclipse.ui.ide&quot;,org.eclipse.ui.internal.help;x-internal:=true,org.eclipse.ui.internal.intro;x-internal:=true,org.eclipse.ui.internal.keys;x-internal:=true,org.eclipse.ui.internal.keys.model;x-internal:=true,org.eclipse.ui.internal.layout;x-friends:=&quot;org.eclipse.ui.presentations.r21,org.eclipse.ui.intro&quot;,org.eclipse.ui.internal.menus;x-friends:=&quot;org.eclipse.ui&quot;,org.eclipse.ui.internal.misc;x-internal:=true,org.eclipse.ui.internal.model;x-internal:=true,org.eclipse.ui.internal.operations;x-internal:=true,org.eclipse.ui.internal.part;x-internal:=true,org.eclipse.ui.internal.preferences;x-friends:=&quot;org.eclipse.ui&quot;,org.eclipse.ui.internal.presentations;ui.workbench=split;mandatory:=&quot;ui.workbench&quot;;x-friends:=&quot;org.eclipse.ui.presentations.r21&quot;,org.eclipse.ui.internal.presentations.classic;x-friends:=&quot;org.eclipse.ui&quot;,org.eclipse.ui.internal.presentations.defaultpresentation;x-internal:=true,org.eclipse.ui.internal.presentations.util;x-friends:=&quot;org.eclipse.ui.presentations.r21&quot;,org.eclipse.ui.internal.progress;x-internal:=true,org.eclipse.ui.internal.provisional.application;x-internal:=true,org.eclipse.ui.internal.provisional.presentations;x-internal:=true,org.eclipse.ui.internal.quickaccess;x-friends:=&quot;org.eclipse.ui&quot;,org.eclipse.ui.internal.registry;x-friends:=&quot;org.eclipse.ui&quot;,org.eclipse.ui.internal.services;x-friends:=&quot;org.eclipse.ui&quot;,org.eclipse.ui.internal.splash;x-internal:=true,org.eclipse.ui.internal.statushandlers;x-internal:=true,org.eclipse.ui.internal.testing;x-internal:=true,org.eclipse.ui.internal.themes;x-friends:=&quot;org.eclipse.ui&quot;,org.eclipse.ui.internal.tweaklets;x-internal:=true,org.eclipse.ui.internal.util;x-friends:=&quot;org.eclipse.ui,org.eclipse.ui.presentations.r21,org.eclipse.ui.ide&quot;,org.eclipse.ui.internal.wizards;x-internal:=true,org.eclipse.ui.internal.wizards.preferences;x-internal:=true,org.eclipse.ui.intro,org.eclipse.ui.keys,org.eclipse.ui.menus,org.eclipse.ui.model;ui.workbench=split;mandatory:=&quot;ui.workbench&quot;,org.eclipse.ui.operations,org.eclipse.ui.part;ui.workbench=split;mandatory:=&quot;ui.workbench&quot;,org.eclipse.ui.plugin,org.eclipse.ui.preferences,org.eclipse.ui.presentations,org.eclipse.ui.progress,org.eclipse.ui.services,org.eclipse.ui.splash,org.eclipse.ui.statushandlers,org.eclipse.ui.swt,org.eclipse.ui.testing,org.eclipse.ui.themes,org.eclipse.ui.views,org.eclipse.ui.wizards&#xA;Bundle-SymbolicName: org.eclipse.ui.workbench; singleton:=true&#xA;Import-Package: com.ibm.icu.text,com.ibm.icu.util,javax.xml.parsers,org.w3c.dom,org.xml.sax
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.simpleconfigurator.manipulator' version='2.0.0.v20100503'>
+ <update id='org.eclipse.equinox.simpleconfigurator.manipulator' range='[0.0.0,2.0.0.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Simple Configurator Manipulator'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.simpleconfigurator.manipulator' version='2.0.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator.manipulator' version='2.0.0.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.simpleconfigurator.manipulator' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.simpleconfigurator.manipulator' version='2.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='10'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.5.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.frameworkadmin' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.frameworkadmin.equinox' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.frameworkadmin.utils' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.configuratormanipulator' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.frameworkadmin' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.simpleconfigurator' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.simpleconfigurator.utils' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.datalocation' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.simpleconfigurator.manipulator' version='2.0.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %bundleName&#xA;Bundle-Version: 2.0.0.v20100503&#xA;Import-Package: org.eclipse.equinox.frameworkadmin;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.internal.frameworkadmin.equinox,org.eclipse.equinox.internal.frameworkadmin.utils,org.eclipse.equinox.internal.provisional.configuratormanipulator,org.eclipse.equinox.internal.provisional.frameworkadmin,org.eclipse.equinox.internal.simpleconfigurator,org.eclipse.equinox.internal.simpleconfigurator.utils,org.eclipse.osgi.service.datalocation,org.osgi.framework;version=&quot;1.3.0&quot;&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;3.5.0&quot;&#xA;Export-Package: org.eclipse.equinox.internal.simpleconfigurator.manipulator;x-friends:=&quot;org.eclipse.equinox.p2.touchpoint.eclipse&quot;,org.eclipse.equinox.simpleconfigurator.manipulator;version=&quot;2.0.0&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator;tag=v20100503&#xA;Bundle-SymbolicName: org.eclipse.equinox.simpleconfigurator.manipulator;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Service-Component: OSGI-INF/configurator.xml&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.motif.hpux.ia64_32' version='3.7.0.v3707'>
+ <update id='org.eclipse.swt.motif.hpux.ia64_32' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for Motif'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='11'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.motif.hpux.ia64_32' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.motif.hpux.ia64_32' version='3.7.0.v3707'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.cairo' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.cde' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.gnome' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.gtk' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.motif' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.mozilla' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.swt' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='[3.0.0,4.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.motif.hpux.ia64_32' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.swt; bundle-version=&quot;[3.0.0,4.0.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.swt.motif.hpux.ia64_32; singleton:=true&#xA;Bundle-Version: 3.7.0.v3707&#xA;Export-Package: org.eclipse.swt.internal.cairo; x-internal:=true,org.eclipse.swt.internal.cde; x-internal:=true,org.eclipse.swt.internal.gnome; x-internal:=true,org.eclipse.swt.internal.gtk; x-internal:=true,org.eclipse.swt.internal.motif; x-internal:=true,org.eclipse.swt.internal.mozilla; x-internal:=true&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=motif) (osgi.os=hpux) (osgi.arch=ia64_32))
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.gtk.solaris.x86' version='3.7.0.v3707'>
+ <update id='org.eclipse.swt.gtk.solaris.x86' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for GTK 2.0'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='12'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.solaris.x86' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.gtk.solaris.x86' version='3.7.0.v3707'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.accessibility.gtk' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.cairo' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.cde' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.gnome' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.gtk' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.mozilla' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.opengl.glx' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.swt' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='[3.0.0,4.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.gtk.solaris.x86' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.swt; bundle-version=&quot;[3.0.0,4.0.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.swt.gtk.solaris.x86; singleton:=true&#xA;Bundle-Version: 3.7.0.v3707&#xA;Export-Package: org.eclipse.swt.internal.accessibility.gtk; x-internal:=true,org.eclipse.swt.internal.cairo; x-internal:=true,org.eclipse.swt.internal.cde; x-internal:=true,org.eclipse.swt.internal.gnome; x-internal:=true,org.eclipse.swt.internal.gtk; x-internal:=true,org.eclipse.swt.internal.mozilla; x-internal:=true,org.eclipse.swt.internal.opengl.glx; x-internal:=true&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=gtk) (osgi.os=solaris) (osgi.arch=x86))
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='javax.management' version='1.2.0.v20100427-1100' singleton='false'>
+ <update id='javax.management' range='[0.0.0,1.2.0.v20100427-1100)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Bundle-Name.0' value='Java Management Extensions API'/>
+ <property name='df_LT.Bundle-Vendor.0' value='Eclipse Orbit'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Bundle-Name.0'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Bundle-Vendor.0'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='11'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='javax.management' version='1.2.0.v20100427-1100'/>
+ <provided namespace='osgi.bundle' name='javax.management' version='1.2.0.v20100427-1100'/>
+ <provided namespace='java.package' name='javax.management' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.management.loading' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.management.modelmbean' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.management.monitor' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.management.openmbean' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.management.relation' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.management.timer' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='javax.management' version='1.2.0.v20100427-1100'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-Vendor: %Bundle-Vendor.0&#xA;Bundle-SymbolicName: javax.management&#xA;Export-Package: javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.timer&#xA;Bundle-Name: %Bundle-Name.0&#xA;Bundle-Version: 1.2.0.v20100427-1100
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.filesystem.linux.x86' version='1.4.0.v20100505-1235'>
+ <update id='org.eclipse.core.filesystem.linux.x86' range='[0.0.0,1.4.0.v20100505-1235)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Core File System for Linux'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.linux.x86' version='1.4.0.v20100505-1235'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.filesystem.linux.x86' version='1.4.0.v20100505-1235'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.core.filesystem' version='1.4.0.v20100505-1235'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.3.0,2.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.filesystem.linux.x86' version='1.4.0.v20100505-1235'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Fragment-Host: org.eclipse.core.filesystem;bundle-version=&quot;[1.3.0,2.0.0)&quot;&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.4.0.v20100505-1235&#xA;Eclipse-PlatformFilter: (&amp; (osgi.os=linux) (osgi.arch=x86))&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.filesystem.linux.x86;tag=v20100505-1235&#xA;Bundle-SymbolicName: org.eclipse.core.filesystem.linux.x86; singleton:=true&#xA;Bundle-Localization: fragment&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.osgi.source' version='3.7.0.v20100910' singleton='false'>
+ <update id='org.eclipse.osgi.source' range='[0.0.0,3.7.0.v20100910)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.systemBundle' value='OSGi System Bundle Source'/>
+ <property name='df_LT.eclipse.org' value='Eclipse.org - Equinox'/>
+ <property name='org.eclipse.equinox.p2.name' value='%systemBundle'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='systembundle'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.osgi.source' version='3.7.0.v20100910'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.osgi.source' version='3.7.0.v20100910'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.osgi.source' version='3.7.0.v20100910'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.7.0.v20100910&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.osgi.source&#xA;Bundle-Name: %systemBundle&#xA;Bundle-Localization: systembundle&#xA;Eclipse-SourceBundle: org.eclipse.osgi;version=&quot;3.7.0.v20100910&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %eclipse.org
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.s390org.eclipse.equinox.ds' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.equinox.ds' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.s390' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.core.tests.compiler' version='3.4.0.v_B13a' singleton='false'>
+ <update id='org.eclipse.jdt.core.tests.compiler' range='[0.0.0,3.4.0.v_B13a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Compiler Tests'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='11'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.core.tests.compiler' version='3.4.0.v_B13a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.core.tests.compiler' version='3.4.0.v_B13a'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.tests.compiler.parser' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.tests.compiler.regression' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.tests.eval' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.tests.eval.target' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.tests.junit.extension' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.tests.runtime' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.tests.util' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='6'>
+ <required namespace='osgi.bundle' name='org.junit' range='3.8.1'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.debug' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.7.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.2.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.core.tests.compiler' version='3.4.0.v_B13a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Export-Package: org.eclipse.jdt.core.tests.compiler.parser,org.eclipse.jdt.core.tests.compiler.regression,org.eclipse.jdt.core.tests.eval,org.eclipse.jdt.core.tests.eval.target,org.eclipse.jdt.core.tests.junit.extension,org.eclipse.jdt.core.tests.runtime,org.eclipse.jdt.core.tests.util&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin&#xA;Require-Bundle: org.junit;bundle-version=&quot;3.8.1&quot;,org.eclipse.jdt.debug;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.jdt.core;bundle-version=&quot;[3.7.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.test.performance;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.2.0,4.0.0)&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.core.tests.compiler;tag=v_B13a&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 3.4.0.v_B13a&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.jdt.core.tests.compiler&#xA;Bundle-ClassPath: jdtcoretestscompiler.jar&#xA;Manifest-Version: 1.0
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingwin32.win32.x86_64org.eclipse.equinox.event' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.equinox.event' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingwin32.win32.x86_64' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.source' version='3.7.0.v201009211024' singleton='false'>
+ <update id='org.eclipse.jdt.source' range='[0.0.0,3.7.0.v201009211024)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Eclipse Java Development Tools SDK'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.source' version='3.7.0.v201009211024'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.source' version='3.7.0.v201009211024'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.source' version='3.7.0.v201009211024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.7.0.v201009211024&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.jdt.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.jdt;version=&quot;3.7.0.v201009211024&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.tests.performance' version='1.1.200.I20100601-0800'>
+ <update id='org.eclipse.ui.tests.performance' range='[0.0.0,1.1.200.I20100601-0800)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='Performance Plug-in'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.tests.performance' version='1.1.200.I20100601-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.tests.performance' version='1.1.200.I20100601-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='12'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.tests.harness' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.tests.harness' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.tests.performance' version='1.1.200.I20100601-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.core.tests.harness,org.junit,org.eclipse.test.performance,org.eclipse.core.resources,org.eclipse.ui.tests.harness,org.eclipse.ui.ide,org.eclipse.jface.text,org.eclipse.ui.editors,org.eclipse.ui.workbench.texteditor,org.eclipse.ui.views&#xA;Bundle-Activator: org.eclipse.ui.tests.performance.UIPerformancePlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.tests.performance;tag=I20100601-0800&#xA;Bundle-Name: Performance Plug-in&#xA;Bundle-Version: 1.1.200.I20100601-0800&#xA;Bundle-SymbolicName: org.eclipse.ui.tests.performance;singleton:=true&#xA;Bundle-ClassPath: uiperformance.jar&#xA;Manifest-Version: 1.0&#xA;Eclipse-LazyStart: true
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.ui.source' version='2.0.0.v20100518' singleton='false'>
+ <update id='org.eclipse.equinox.p2.ui.source' range='[0.0.0,2.0.0.v20100518)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Equinox Provisioning UI Support Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.source' version='2.0.0.v20100518'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.ui.source' version='2.0.0.v20100518'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.ui.source' version='2.0.0.v20100518'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 2.0.0.v20100518&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.ui.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.ui;version=&quot;2.0.0.v20100518&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.executable_root.cocoa.macosx.x86' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.cocoa.macosx.x86' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.equinox.executable_root.cocoa.macosx.x86' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.presentations.r21' version='3.2.200.I20100517-1500'>
+ <update id='org.eclipse.ui.presentations.r21' range='[0.0.0,3.2.200.I20100517-1500)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='R21 Presentation Plug-in'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.presentations.r21' version='3.2.200.I20100517-1500'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.presentations.r21' version='3.2.200.I20100517-1500'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.presentations' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.presentations.r21' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.presentations.r21.widgets' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='3'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.2.0,4.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.presentations.r21' version='3.2.200.I20100517-1500'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %pluginName&#xA;Bundle-ClassPath: .&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.2.0,4.0.0)&quot;&#xA;Bundle-Activator: org.eclipse.ui.internal.presentations.r21.R21PresentationPlugin&#xA;Bundle-Vendor: %providerName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.presentations.r21;tag=I20100517-1500&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.2.200.I20100517-1500&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.ui.internal.presentations;x-internal:=true,org.eclipse.ui.internal.presentations.r21;x-internal:=true,org.eclipse.ui.internal.presentations.r21.widgets;x-internal:=true&#xA;Bundle-SymbolicName: org.eclipse.ui.presentations.r21; singleton:=true&#xA;Import-Package: com.ibm.icu.text
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.cvs' version='1.0.500.v201009211024'>
+ <update id='org.eclipse.cvs' range='[0.0.0,1.0.500.v201009211024)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Eclipse CVS Client'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.cvs' version='1.0.500.v201009211024'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.cvs' version='1.0.500.v201009211024'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.cvs' version='1.0.500.v201009211024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Eclipse-AutoStart: true&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 1.0.500.v201009211024&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.sdk-feature/plugins/org.eclipse.cvs;tag=v20100414&#xA;Bundle-SymbolicName: org.eclipse.cvs; singleton:=true&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingmotif.aix.ppcorg.eclipse.update.configurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.update.configurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingmotif.aix.ppc' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:false);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.objectweb.asm.source' version='3.2.0.v200909071300' singleton='false'>
+ <update id='org.objectweb.asm.source' range='[0.0.0,3.2.0.v200909071300)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.pluginName' value='ASM Source'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.objectweb.asm.source' version='3.2.0.v200909071300'/>
+ <provided namespace='osgi.bundle' name='org.objectweb.asm.source' version='3.2.0.v200909071300'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.objectweb.asm.source' version='3.2.0.v200909071300'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.objectweb.asm.source&#xA;Eclipse-SourceBundle: org.objectweb.asm;version=&quot;3.2.0.v200909071300&quot;&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 3.2.0.v200909071300
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.executable_root.motif.linux.x86' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.motif.linux.x86' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.equinox.executable_root.motif.linux.x86' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='2'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:libXm.so.2, permissions:755);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.doc.user' version='3.7.0.v20100913'>
+ <update id='org.eclipse.pde.doc.user' range='[0.0.0,3.7.0.v20100913)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='PDE User Guide'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.doc.user' version='3.7.0.v20100913'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.doc.user' version='3.7.0.v20100913'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.doc.user' version='3.7.0.v20100913'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.7.0.v20100913&#xA;Manifest-Version: 1.0&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/doc/org.eclipse.pde.doc.user;tag=v20100913&#xA;Bundle-SymbolicName: org.eclipse.pde.doc.user; singleton:=true&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.installer.source' version='1.0.200.v20100503a' singleton='false'>
+ <update id='org.eclipse.equinox.p2.installer.source' range='[0.0.0,1.0.200.v20100503a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Installer Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.installer.source' version='1.0.200.v20100503a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.installer.source' version='1.0.200.v20100503a'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.installer.source' version='1.0.200.v20100503a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.200.v20100503a&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.installer.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.installer;version=&quot;1.0.200.v20100503a&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.id.ini.carbon.macosx.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.carbon.macosx.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.id' name='org.eclipse.rcp.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);removeJvmArg(jvmArg:-XstartOnFirstThread);removeJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);addJvmArg(jvmArg:-XstartOnFirstThread);addJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ecf.filetransfer' version='4.0.0.v20100906-1425'>
+ <update id='org.eclipse.ecf.filetransfer' range='[0.0.0,4.0.0.v20100906-1425)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.plugin.provider' value='Eclipse.org - ECF'/>
+ <property name='df_LT.plugin.name' value='ECF Filetransfer API'/>
+ <property name='org.eclipse.equinox.p2.name' value='%plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%plugin.provider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='11'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.filetransfer' version='4.0.0.v20100906-1425'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ecf.filetransfer' version='4.0.0.v20100906-1425'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.filetransfer' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.filetransfer.events' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.filetransfer.events.socket' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.filetransfer.events.socketfactory' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.filetransfer.identity' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.filetransfer.service' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.internal.filetransfer' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='9'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.registry' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ecf' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.core.runtime.jobs' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.log' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.url' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='1.3.2'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ecf.filetransfer' version='4.0.0.v20100906-1425'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Import-Package: org.eclipse.core.runtime.jobs,org.eclipse.osgi.util;version=&quot;1.0.0&quot;,org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.service.log;version=&quot;1.3.0&quot;,org.osgi.service.url;version=&quot;1.0.0&quot;,org.osgi.util.tracker;version=&quot;1.3.2&quot;&#xA;Bundle-ManifestVersion: 2&#xA;Created-By: 1.5.0_22-b03 (Sun Microsystems Inc.)&#xA;Manifest-Version: 1.0&#xA;Bundle-Name: %plugin.name&#xA;Bundle-Vendor: %plugin.provider&#xA;Bundle-ActivationPolicy: lazy&#xA;Ant-Version: Apache Ant 1.7.1&#xA;Bundle-Version: 4.0.0.v20100906-1425&#xA;Export-Package: org.eclipse.ecf.filetransfer,org.eclipse.ecf.filetransfer.events,org.eclipse.ecf.filetransfer.events.socket;version:=&quot;1.0&quot;;x-internal:=&quot;true&quot;,org.eclipse.ecf.filetransfer.events.socketfactory,org.eclipse.ecf.filetransfer.identity,org.eclipse.ecf.filetransfer.service,org.eclipse.ecf.internal.filetransfer;x-internal:=true&#xA;Require-Bundle: org.eclipse.equinox.common,org.eclipse.equinox.registry,org.eclipse.ecf&#xA;Bundle-Activator: org.eclipse.ecf.internal.filetransfer.Activator&#xA;Bundle-SymbolicName: org.eclipse.ecf.filetransfer;singleton:=true&#xA;Eclipse-LazyStart: true&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.workbench.compatibility.source' version='3.2.100.I20100511-0800' singleton='false'>
+ <update id='org.eclipse.ui.workbench.compatibility.source' range='[0.0.0,3.2.100.I20100511-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Workbench Compatibility Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment-compatibility'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.workbench.compatibility.source' version='3.2.100.I20100511-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.workbench.compatibility.source' version='3.2.100.I20100511-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.workbench.compatibility.source' version='3.2.100.I20100511-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.2.100.I20100511-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.workbench.compatibility.source&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragment-compatibility&#xA;Eclipse-SourceBundle: org.eclipse.ui.workbench.compatibility;version=&quot;3.2.100.I20100511-0800&quot;;roots:=&quot;compatibilitysrc&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.ui.templates' version='3.4.200.v20100601'>
+ <update id='org.eclipse.pde.ui.templates' range='[0.0.0,3.4.200.v20100601)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleVendor' value='Eclipse.org'/>
+ <property name='df_LT.bundleName' value='PDE Templates'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleVendor'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='8'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.ui.templates' version='3.4.200.v20100601'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.ui.templates' version='3.4.200.v20100601'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.templates' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.templates.ide' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.templates.osgi' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.templates.rcp' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='3'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.ui' range='[3.3.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.ui.templates' version='3.4.200.v20100601'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %bundleName&#xA;Bundle-Version: 3.4.200.v20100601&#xA;Eclipse-LazyStart: true&#xA;Bundle-Activator: org.eclipse.pde.internal.ui.templates.Activator&#xA;Bundle-Vendor: %bundleVendor&#xA;Require-Bundle: org.eclipse.ui;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.pde.ui;bundle-version=&quot;[3.3.0,4.0.0)&quot;&#xA;Export-Package: org.eclipse.pde.internal.ui.templates;x-internal:=true,org.eclipse.pde.internal.ui.templates.ide;x-internal:=true,org.eclipse.pde.internal.ui.templates.osgi;x-internal:=true,org.eclipse.pde.internal.ui.templates.rcp;x-internal:=true&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/ui/org.eclipse.pde.ui.templates;tag=v20100601&#xA;Bundle-SymbolicName: org.eclipse.pde.ui.templates;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.sdk.id.ini.gtk.linux.s390' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.ini.gtk.linux.s390' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.sdk.id' name='org.eclipse.rcp.sdk.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.garbagecollector' version='1.0.100.v20100503'>
+ <update id='org.eclipse.equinox.p2.garbagecollector' range='[0.0.0,1.0.100.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Provisioning Garbage Collector'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.garbagecollector' version='1.0.100.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.garbagecollector' version='1.0.100.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.garbagecollector' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='16'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.engine' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.osgi' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.registry' range='[3.4.0,4.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.core.runtime.preferences' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.app' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.core.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.core.eventbus' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.1.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.4.0'/>
+ <required namespace='java.package' name='org.osgi.service.prefs' range='1.1.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.garbagecollector' version='1.0.100.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %pluginName&#xA;Require-Bundle: org.eclipse.equinox.p2.engine,org.eclipse.osgi;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.equinox.registry;bundle-version=&quot;[3.4.0,4.0.0)&quot;&#xA;Bundle-Activator: org.eclipse.equinox.internal.p2.garbagecollector.GCActivator&#xA;Bundle-Vendor: %providerName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.garbagecollector;tag=v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.0.100.v20100503&#xA;Service-Component: OSGI-INF/garbagecollector.xml&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.equinox.internal.p2.garbagecollector;x-friends:=&quot;org.eclipse.equinox.p2.touchpoint.eclipse,org.eclipse.pde.core&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.garbagecollector;singleton:=true&#xA;Import-Package: org.eclipse.core.runtime.preferences,org.eclipse.equinox.app;version=&quot;1.0.0&quot;,org.eclipse.equinox.internal.p2.core.helpers,org.eclipse.equinox.internal.provisional.p2.core.eventbus,org.eclipse.equinox.p2.core;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.core.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.osgi.util;version=&quot;1.1.0&quot;,org.osgi.framework;version=&quot;1.4.0&quot;,org.osgi.service.prefs;version=&quot;1.1.0&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.team.core' version='3.6.0.I20100912-2000'>
+ <update id='org.eclipse.team.core' range='[0.0.0,3.6.0.I20100912-2000)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Team Support Core'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='19'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.core' version='3.6.0.I20100912-2000'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.team.core' version='3.6.0.I20100912-2000'/>
+ <provided namespace='java.package' name='org.eclipse.team.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.core.diff' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.core.diff.provider' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.core.history' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.core.history.provider' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.core.mapping' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.core.mapping.provider' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.core.subscribers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.core.synchronize' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.core.variants' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.core.history' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.core.mapping' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.core.streams' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.core.subscribers' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='3'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.1.0,2.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.team.core' version='3.6.0.I20100912-2000'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.team.internal.core.TeamPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.team.core;tag=I20100912-2000&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.team.core; singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.6.0.I20100912-2000&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.team.core,org.eclipse.team.core.diff,org.eclipse.team.core.diff.provider,org.eclipse.team.core.history,org.eclipse.team.core.history.provider,org.eclipse.team.core.mapping,org.eclipse.team.core.mapping.provider,org.eclipse.team.core.subscribers,org.eclipse.team.core.synchronize,org.eclipse.team.core.variants,org.eclipse.team.internal.core;x-friends:=&quot;org.eclipse.team.cvs.core,org.eclipse.team.cvs.ssh,org.eclipse.team.cvs.ssh2,org.eclipse.team.cvs.ui,org.eclipse.team.ui&quot;,org.eclipse.team.internal.core.history;x-friends:=&quot;org.eclipse.team.cvs.core,org.eclipse.team.cvs.ssh,org.eclipse.team.cvs.ssh2,org.eclipse.team.cvs.ui,org.eclipse.team.ui&quot;,org.eclipse.team.internal.core.mapping;x-friends:=&quot;org.eclipse.team.cvs.core,org.eclipse.team.cvs.ssh,org.eclipse.team.cvs.ssh2,org.eclipse.team.cvs.ui,org.eclipse.team.ui&quot;,org.eclipse.team.internal.core.streams;x-friends:=&quot;org.eclipse.team.cvs.core,org.eclipse.team.cvs.ssh,org.eclipse.team.cvs.ssh2,org.eclipse.team.cvs.ui,org.eclipse.team.ui&quot;,org.eclipse.team.internal.core.subscribers;x-friends:=&quot;org.eclipse.team.cvs.core,org.eclipse.team.cvs.ssh,org.eclipse.team.cvs.ssh2,org.eclipse.team.cvs.ui,org.eclipse.team.ui&quot;&#xA;Require-Bundle: org.eclipse.core.resources;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.filesystem;bundle-version=&quot;[1.1.0,2.0.0)&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.ui.sdk' version='1.0.100.v20100513'>
+ <update id='org.eclipse.equinox.p2.ui.sdk' range='[0.0.0,1.0.100.v20100513)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Equinox Provisioning Platform Update Support'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.sdk' version='1.0.100.v20100513'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.ui.sdk' version='1.0.100.v20100513'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.ui.sdk' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.ui.sdk.prefs' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='15'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='3.6.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.compare' range='0.0.0'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.engine' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.engine.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.operations' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.1.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.w3c.dom' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.ui.sdk' version='1.0.100.v20100513'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %bundleName&#xA;Require-Bundle: org.eclipse.ui;bundle-version=&quot;3.6.0&quot;,org.eclipse.core.runtime,org.eclipse.equinox.p2.ui,org.eclipse.compare&#xA;Bundle-Activator: org.eclipse.equinox.internal.p2.ui.sdk.ProvSDKUIActivator&#xA;Bundle-Vendor: %providerName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.ui.sdk;tag=v20100513&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.0.100.v20100513&#xA;Service-Component: OSGI-INF/policy_component.xml, OSGI-INF/licenseManager_component.xml&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.equinox.internal.p2.ui.sdk;x-internal:=true,org.eclipse.equinox.internal.p2.ui.sdk.prefs;x-internal:=true&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.ui.sdk;singleton:=true&#xA;Import-Package: javax.xml.parsers,org.eclipse.equinox.p2.core;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.engine;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.engine.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.operations;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.osgi.util;version=&quot;1.1.0&quot;,org.osgi.framework;version=&quot;1.3.0&quot;,org.w3c.dom,org.xml.sax
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingwin32.win32.x86org.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingwin32.win32.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.text.tests' version='3.6.0.v20100824-0800' singleton='false'>
+ <update id='org.eclipse.text.tests' range='[0.0.0,3.6.0.v20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Text Test Plug-in'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.text.tests' version='3.6.0.v20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.text.tests' version='3.6.0.v20100824-0800'/>
+ <provided namespace='java.package' name='org.eclipse.text.tests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.text.tests.link' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.text.tests.templates' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='4'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.commands' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.junit' range='3.8.2'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.text.tests' version='3.6.0.v20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Export-Package: org.eclipse.text.tests,org.eclipse.text.tests.link,org.eclipse.text.tests.templates&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin&#xA;Require-Bundle: org.eclipse.core.commands;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.text;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.junit;bundle-version=&quot;3.8.2&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.text.tests;tag=v20100824-0800&#xA;Bundle-Name: %Plugin.name&#xA;Bundle-Version: 3.6.0.v20100824-0800&#xA;Bundle-Vendor: %Plugin.providerName&#xA;Bundle-SymbolicName: org.eclipse.text.tests&#xA;Bundle-ClassPath: texttests.jar&#xA;Manifest-Version: 1.0
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.user.ui.source.feature.jar' version='2.0.0.v20100503-897JFhOFdHjO2NRglsoDbZo'>
+ <properties size='8'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Eclipse p2 Provisioning Developer Resources'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Source code for the Equinox provisioning platform'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2008, 2009 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.user.ui.source.feature.jar' version='2.0.0.v20100503-897JFhOFdHjO2NRglsoDbZo'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.equinox.p2.user.ui.source' version='2.0.0.v20100503-897JFhOFdHjO2NRglsoDbZo'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.equinox.p2.user.ui.source' version='2.0.0.v20100503-897JFhOFdHjO2NRglsoDbZo'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='toolinggtk.linux.x86org.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:1);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.expressions' version='3.4.200.v20100505'>
+ <update id='org.eclipse.core.expressions' range='[0.0.0,3.4.200.v20100505)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Expression Language'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='8'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.expressions' version='3.4.200.v20100505'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.expressions' version='3.4.200.v20100505'/>
+ <provided namespace='java.package' name='org.eclipse.core.expressions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.expressions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.expressions.propertytester' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.expressions.util' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.3.0,4.0.0)'/>
+ <required namespace='java.package' name='org.w3c.dom' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.expressions' version='3.4.200.v20100505'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %pluginName&#xA;Bundle-ClassPath: .&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.3.0,4.0.0)&quot;&#xA;Bundle-Activator: org.eclipse.core.internal.expressions.ExpressionPlugin&#xA;Bundle-Vendor: %providerName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.expressions;tag=v20100505&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.4.200.v20100505&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.core.expressions,org.eclipse.core.internal.expressions;x-internal:=true,org.eclipse.core.internal.expressions.propertytester;x-internal:=true,org.eclipse.core.internal.expressions.util;x-internal:=true&#xA;Bundle-SymbolicName: org.eclipse.core.expressions; singleton:=true&#xA;Import-Package: org.w3c.dom
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.gtk.linux.s390x' version='1.1.100.v20100824a'>
+ <update id='org.eclipse.equinox.launcher.gtk.linux.s390x' range='[0.0.0,1.1.100.v20100824a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher Linux s390x Fragment'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='launcher.gtk.linux.s390x'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.s390x' version='1.1.100.v20100824a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.launcher.gtk.linux.s390x' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.equinox.launcher' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher' range='1.0.0'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.launcher.gtk.linux.s390x' version='1.1.100.v20100824a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/contributed/org.eclipse.equinox.launcher.gtk.linux.s390x;tag=v20100824a&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: launcher.gtk.linux.s390x&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.equinox.launcher;bundle-version=&quot;1.0.0&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.s390x;singleton:=true&#xA;Bundle-Version: 1.1.100.v20100824a&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=s390x))
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.sdk.id.ini.gtk.linux.s390x' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.ini.gtk.linux.s390x' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.sdk.id' name='org.eclipse.rcp.sdk.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.operations' version='2.0.0.v20100809-1900'>
+ <update id='org.eclipse.equinox.p2.operations' range='[0.0.0,2.0.0.v20100809-1900)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Update Checker'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.operations' version='2.0.0.v20100809-1900'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.operations' version='2.0.0.v20100809-1900'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.operations' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.operations' version='2.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='19'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.jobs' range='3.5.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.core.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.director' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.repository.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.configurator' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.core.eventbus' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.director' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.engine' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.engine.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.planner' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.1.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.4.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.operations' version='2.0.0.v20100809-1900'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 2.0.0.v20100809-1900&#xA;Import-Package: org.eclipse.equinox.internal.p2.core.helpers,org.eclipse.equinox.internal.p2.director,org.eclipse.equinox.internal.p2.repository.helpers,org.eclipse.equinox.internal.provisional.configurator,org.eclipse.equinox.internal.provisional.p2.core.eventbus,org.eclipse.equinox.internal.provisional.p2.director,org.eclipse.equinox.p2.core;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.engine;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.engine.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.planner;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.osgi.util;version=&quot;1.1.0&quot;,org.osgi.framework;version=&quot;1.4.0&quot;&#xA;Bundle-Activator: org.eclipse.equinox.internal.p2.operations.Activator&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;3.6.0&quot;,org.eclipse.core.jobs;bundle-version=&quot;3.5.0&quot;&#xA;Export-Package: org.eclipse.equinox.internal.p2.operations;x-friends:=&quot;org.eclipse.pde.ui&quot;,org.eclipse.equinox.p2.operations;version=&quot;2.0.0&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.operations;tag=v20100809-1900&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.operations;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.motif.hpux.ia64_32.source' version='3.7.0.v3707' singleton='false'>
+ <update id='org.eclipse.swt.motif.hpux.ia64_32.source' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for Motif Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.motif.hpux.ia64_32.source' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.motif.hpux.ia64_32.source' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.motif.hpux.ia64_32.source' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 3.7.0.v3707&#xA;Eclipse-SourceBundle: org.eclipse.swt.motif.hpux.ia64_32;version=&quot;3.7.0.v3707&quot;&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=motif) (osgi.os=hpux) (osgi.arch=ia64_32))&#xA;Bundle-SymbolicName: org.eclipse.swt.motif.hpux.ia64_32.source&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.common.source' version='3.6.0.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.common.source' range='[0.0.0,3.6.0.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Common Eclipse Runtime Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.common.source' version='3.6.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.common.source' version='3.6.0.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.common.source' version='3.6.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.6.0.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.common.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.common;version=&quot;3.6.0.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.team.cvs.ssh2.source' version='3.2.300.I20100526-0800' singleton='false'>
+ <update id='org.eclipse.team.cvs.ssh2.source' range='[0.0.0,3.2.300.I20100526-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='CVS SSH2 Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.cvs.ssh2.source' version='3.2.300.I20100526-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.team.cvs.ssh2.source' version='3.2.300.I20100526-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.team.cvs.ssh2.source' version='3.2.300.I20100526-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.2.300.I20100526-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.team.cvs.ssh2.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.team.cvs.ssh2;version=&quot;3.2.300.I20100526-0800&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.ini.gtk.linux.s390' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.gtk.linux.s390' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.rcp.sdk.id' version='3.7.0.I20100921-1024'>
+ <update id='org.eclipse.rcp.sdk.id' range='0.0.0' severity='0'/>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.name' value='Eclipse RCP SDK'/>
+ <property name='lineUp' value='true'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ </properties>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.sdk.id' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <requires size='9'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.feature.group' range='[3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS,3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.configuration' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='tooling.source.default' range='[1.0.0,1.0.0]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.source.feature.group' range='[3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS,3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='a.jre.javase' range='[1.6.0,1.6.0]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='tooling.osgi.bundle.default' range='[1.0.0,1.0.0]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='tooling.org.eclipse.update.feature.default' range='[1.0.0,1.0.0]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration.feature.group' range='[1.0.0.I20100921-1024,1.0.0.I20100921-1024]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='config.a.jre.javase' range='[1.6.0,1.6.0]'/>
+ </requires>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <licenses size='1'>
+ <license uri='http://eclipse.org/legal/epl/notice.php' url='http://eclipse.org/legal/epl/notice.php'>
+ Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA; - Content may be structured and packaged into modules to facilitate delivering,&#xA; extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA; plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA; - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA; in a directory named &quot;plugins&quot;.&#xA; - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA; Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA; Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA; numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA; - Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA; named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA; - The top-level (root) directory&#xA; - Plug-in and Fragment directories&#xA; - Inside Plug-ins and Fragments packaged as JARs&#xA; - Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA; - Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA; - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA; - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA; - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA; - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA; - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA; 1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA; the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA; extending or updating the functionality of an Eclipse-based product.&#xA; 2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA; Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA; 3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA; govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA; Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA; with the Specification. Such Installable Software Agreement must inform the user of the&#xA; terms and conditions that govern the Installable Software and must solicit acceptance by&#xA; the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA; indication of agreement by the user, the provisioning Technology will complete installation&#xA; of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.
+ </license>
+ </licenses>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.config.motif.aix.ppc' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.motif.aix.ppc' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.gtk.linux.x86_64' version='1.1.100.v20100824a'>
+ <update id='org.eclipse.equinox.launcher.gtk.linux.x86_64' range='[0.0.0,1.1.100.v20100824a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher Linux X86_64 Fragment'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='launcher.gtk.linux.x86_64'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.x86_64' version='1.1.100.v20100824a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.launcher.gtk.linux.x86_64' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.equinox.launcher' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.launcher.gtk.linux.x86_64' version='1.1.100.v20100824a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86_64;tag=v20100824a&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: launcher.gtk.linux.x86_64&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.equinox.launcher;bundle-version=&quot;[1.0.0,1.3.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.x86_64;singleton:=true&#xA;Bundle-Version: 1.1.100.v20100824a&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x86_64))
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.rcp.configuration_root.gtk.linux.x86_64' version='1.0.0.I20100921-1024'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.gtk.linux.x86_64' version='1.0.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.rcp.configuration_root.gtk.linux.x86_64' version='1.0.0.I20100921-1024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='3'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:eclipse, permissions:755);
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:libcairo-swt.so, permissions:755);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.examples.undo' version='3.2.200.I20100509-0800'>
+ <update id='org.eclipse.ui.examples.undo' range='[0.0.0,3.2.200.I20100509-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Undo Example'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.undo' version='3.2.200.I20100509-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.examples.undo' version='3.2.200.I20100509-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='3'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.examples.undo' version='3.2.200.I20100509-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %Plugin.providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Activator: org.eclipse.ui.examples.undo.UndoPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.examples.undo;tag=I20100509-0800&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.jface.text&#xA;Bundle-Name: %Plugin.name&#xA;Bundle-Localization: plugin&#xA;Bundle-ActivationPolicy: lazy&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.examples.undo; singleton:=true&#xA;Bundle-Version: 3.2.200.I20100509-0800
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.console.source' version='1.0.300.v20100809-1900' singleton='false'>
+ <update id='org.eclipse.equinox.p2.console.source' range='[0.0.0,1.0.300.v20100809-1900)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Console Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.console.source' version='1.0.300.v20100809-1900'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.console.source' version='1.0.300.v20100809-1900'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.console.source' version='1.0.300.v20100809-1900'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.300.v20100809-1900&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.console.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.console;version=&quot;1.0.300.v20100809-1900&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='com.jcraft.jsch' version='0.1.41.v200903070017' singleton='false'>
+ <update id='com.jcraft.jsch' range='[0.0.0,0.1.41.v200903070017)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.venderName' value='JCraft, Inc.'/>
+ <property name='df_LT.bundleName' value='JSch'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%venderName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='8'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='com.jcraft.jsch' version='0.1.41.v200903070017'/>
+ <provided namespace='osgi.bundle' name='com.jcraft.jsch' version='0.1.41.v200903070017'/>
+ <provided namespace='java.package' name='com.jcraft.jsch' version='0.1.41'/>
+ <provided namespace='java.package' name='com.jcraft.jsch.jce' version='0.1.41'/>
+ <provided namespace='java.package' name='com.jcraft.jsch.jcraft' version='0.1.41'/>
+ <provided namespace='java.package' name='com.jcraft.jsch.jgss' version='0.1.41'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='com.jcraft.jsch' version='0.1.41.v200903070017'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %bundleName&#xA;Created-By: 1.4.0 (Sun Microsystems Inc.)&#xA;Bundle-ClassPath: .&#xA;Bundle-Localization: plugin&#xA;Bundle-Version: 0.1.41.v200903070017&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-SymbolicName: com.jcraft.jsch&#xA;Bundle-Vendor: %venderName&#xA;Manifest-Version: 1.0&#xA;Export-Package: com.jcraft.jsch;version=&quot;0.1.41&quot;,com.jcraft.jsch.jce;version=&quot;0.1.41&quot;;x-internal:=true,com.jcraft.jsch.jcraft;version=&quot;0.1.41&quot;;x-internal:=true,com.jcraft.jsch.jgss;version=&quot;0.1.41&quot;;x-internal:=true&#xA;Bundle-ManifestVersion: 2
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.id.configuration' version='3.7.0.I20100921-1024'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.configuration' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <requires size='90'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.cocoa.macosx.x86_64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.motif.aix.ppc' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppc64org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.gtk.linux.x86_64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.motif.hpux.ia64_32' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.gtk.solaris.sparc' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppc64org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppc64org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.gtk.linux.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.gtk.linux.s390x' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.gtk.linux.ppc' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.gtk.solaris.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.win32.win32.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppc64org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.carbon.macosx.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.win32.win32.x86_64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.cocoa.macosx.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.gtk.linux.s390' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.gtk.linux.ppc64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppc64org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='org.eclipse.pde.core.source' version='3.7.0.v20100914' singleton='false'>
+ <update id='org.eclipse.pde.core.source' range='[0.0.0,3.7.0.v20100914)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.name' value='PDE Core Source'/>
+ <property name='df_LT.provider-name' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%provider-name'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.core.source' version='3.7.0.v20100914'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.core.source' version='3.7.0.v20100914'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.core.source' version='3.7.0.v20100914'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.7.0.v20100914&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.pde.core.source&#xA;Bundle-Name: %name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.pde.core;version=&quot;3.7.0.v20100914&quot;;roots:=&quot;ant_tasks/pde-antsrc,.&quot;&#xA;Bundle-Vendor: %provider-name
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.gtk.linux.s390x.translated_host_properties' version='1.1.100.v20100824a'>
+ <hostRequirements size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='1.0.0' greedy='false'/>
+ </hostRequirements>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher Linux s390x Fragment'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.s390x.translated_host_properties' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='1.0.0' greedy='false'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.config.gtk.linux.ppc' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.config.gtk.linux.ppc' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.ide' name='org.eclipse.platform.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.filebuffers' version='3.5.200.v20100824-0800'>
+ <update id='org.eclipse.core.filebuffers' range='[0.0.0,3.5.200.v20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='File Buffers'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filebuffers' version='3.5.200.v20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.filebuffers' version='3.5.200.v20100824-0800'/>
+ <provided namespace='java.package' name='org.eclipse.core.filebuffers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.filebuffers.manipulation' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.filebuffers' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.5.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.2.0,2.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.filebuffers' version='3.5.200.v20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 3.5.200.v20100824-0800&#xA;Import-Package: com.ibm.icu.text&#xA;Bundle-Activator: org.eclipse.core.internal.filebuffers.FileBuffersPlugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.5.0,4.0.0)&quot;;resolution:=optional,org.eclipse.text;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.filesystem;bundle-version=&quot;[1.2.0,2.0.0)&quot;&#xA;Export-Package: org.eclipse.core.filebuffers,org.eclipse.core.filebuffers.manipulation,org.eclipse.core.internal.filebuffers;x-internal:=true&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.filebuffers;tag=v20100824-0800&#xA;Bundle-SymbolicName: org.eclipse.core.filebuffers; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.metadata.repository' version='1.1.0.v20100513'>
+ <update id='org.eclipse.equinox.p2.metadata.repository' range='[0.0.0,1.1.0.v20100513)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Metadata Repository'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.metadata.repository' version='1.1.0.v20100513'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.metadata.repository' version='1.1.0.v20100513'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata.repository' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata.repository.io' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='27'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.registry' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ecf.filetransfer' range='2.0.0'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.ecf.core.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.core.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata.index' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.persistence' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.repository' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.repository.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.core.eventbus' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.repository' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata.expression' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata.index' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.metadata.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.1.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.prefs' range='1.1.1'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.metadata.repository' version='1.1.0.v20100513'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %pluginName&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.equinox.registry,org.eclipse.ecf.filetransfer;bundle-version=&quot;2.0.0&quot;&#xA;Bundle-Activator: org.eclipse.equinox.internal.p2.metadata.repository.Activator&#xA;Bundle-Vendor: %providerName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.metadata.repository;tag=v20100513&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.1.0.v20100513&#xA;Service-Component: OSGI-INF/repositoryManager.xml&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.equinox.internal.p2.metadata.repository; x-friends:=&quot;org.eclipse.equinox.p2.engine, org.eclipse.equinox.p2.metadata.generator, org.eclipse.equinox.p2.publisher, org.eclipse.equinox.p2.reconciler.dropins, org.eclipse.equinox.p2.ui, org.eclipse.equinox.p2.updatesite, org.eclipse.equinox.p2.extensionlocation, org.eclipse.equinox.p2.repository.tools&quot;,org.eclipse.equinox.internal.p2.metadata.repository.io;x-friends:=&quot;org.eclipse.equinox.p2.engine&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.metadata.repository;singleton:=true&#xA;Import-Package: javax.xml.parsers, org.eclipse.ecf.core.util,org.eclipse.equinox.internal.p2.core.helpers,org.eclipse.equinox.internal.p2.metadata,org.eclipse.equinox.internal.p2.metadata.index,org.eclipse.equinox.internal.p2.persistence,org.eclipse.equinox.internal.p2.repository,org.eclipse.equinox.internal.p2.repository.helpers,org.eclipse.equinox.internal.provisional.p2.core.eventbus,org.eclipse.equinox.internal.provisional.p2.repository,org.eclipse.equinox.p2.core;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.core.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata.expression;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata.index;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.metadata.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.osgi.util;version=&quot;1.1.0&quot;,org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.service.prefs;version=&quot;1.1.1&quot;,org.xml.sax
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.touchpoint.natives' version='1.0.200.v20100712-1655'>
+ <update id='org.eclipse.equinox.p2.touchpoint.natives' range='[0.0.0,1.0.200.v20100712-1655)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Native Touchpoint'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.touchpoint.natives' version='1.0.200.v20100712-1655'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.touchpoint.natives' version='1.0.200.v20100712-1655'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.touchpoint.natives' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.touchpoint.natives.actions' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='11'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.core.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.engine' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.engine' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.engine.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.touchpoint.natives' version='1.0.200.v20100712-1655'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 1.0.200.v20100712-1655&#xA;Import-Package: org.eclipse.equinox.internal.p2.core.helpers,org.eclipse.equinox.internal.p2.engine,org.eclipse.equinox.p2.core;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.engine;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.engine.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.osgi.util;version=&quot;1.0.0&quot;,org.osgi.framework;version=&quot;1.3.0&quot;&#xA;Bundle-Activator: org.eclipse.equinox.internal.p2.touchpoint.natives.Activator&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.equinox.common&#xA;Export-Package: org.eclipse.equinox.internal.p2.touchpoint.natives;x-internal:=true,org.eclipse.equinox.internal.p2.touchpoint.natives.actions;x-internal:=true&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.touchpoint.natives;tag=v20100712-1655&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.touchpoint.natives;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.solaris.x86org.eclipse.equinox.common' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.equinox.common' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.solaris.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.id.ini.gtk.linux.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.gtk.linux.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.id' name='org.eclipse.rcp.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcarbon.macosx.ppcorg.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.ppcorg.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcarbon.macosx.ppc' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:1);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.id.ini.gtk.linux.ppc' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.gtk.linux.ppc' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.id' name='org.eclipse.rcp.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.config.gtk.linux.s390' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.config.gtk.linux.s390' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.ide' name='org.eclipse.platform.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.update.ui.source' version='3.2.300.v20100512' singleton='false'>
+ <update id='org.eclipse.update.ui.source' range='[0.0.0,3.2.300.v20100512)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Install/Update UI Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.ui.source' version='3.2.300.v20100512'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.update.ui.source' version='3.2.300.v20100512'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.update.ui.source' version='3.2.300.v20100512'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.2.300.v20100512&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.update.ui.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.update.ui;version=&quot;3.2.300.v20100512&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.ua.core' version='1.0.100.v20100504'>
+ <update id='org.eclipse.pde.ua.core' range='[0.0.0,1.0.100.v20100504)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='PDE UA Core'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='14'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.ua.core' version='1.0.100.v20100504'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.ua.core' version='1.0.100.v20100504'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ua.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ua.core.cheatsheet.comp' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ua.core.cheatsheet.simple' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ua.core.cheatsheet.simple.text' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ua.core.ctxhelp' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ua.core.ctxhelp.text' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ua.core.icheatsheet' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ua.core.icheatsheet.comp' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ua.core.toc' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ua.core.toc.text' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='4'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.core' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.3.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.ua.core' version='1.0.100.v20100504'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.pde.internal.ua.core.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/ua/org.eclipse.pde.ua.core;tag=v20100504&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.pde.ua.core;singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.100.v20100504&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.pde.internal.ua.core;x-internal:=true,org.eclipse.pde.internal.ua.core.cheatsheet.comp;x-friends:=&quot;org.eclipse.pde.ua.ui&quot;,org.eclipse.pde.internal.ua.core.cheatsheet.simple;x-friends:=&quot;org.eclipse.pde.ua.ui&quot;,org.eclipse.pde.internal.ua.core.cheatsheet.simple.text;x-friends:=&quot;org.eclipse.pde.ua.ui&quot;,org.eclipse.pde.internal.ua.core.ctxhelp;x-friends:=&quot;org.eclipse.pde.ua.ui&quot;,org.eclipse.pde.internal.ua.core.ctxhelp.text;x-friends:=&quot;org.eclipse.pde.ua.ui&quot;,org.eclipse.pde.internal.ua.core.icheatsheet;x-friends:=&quot;org.eclipse.pde.ua.ui&quot;,org.eclipse.pde.internal.ua.core.icheatsheet.comp;x-friends:=&quot;org.eclipse.pde.ua.ui&quot;,org.eclipse.pde.internal.ua.core.toc;x-friends:=&quot;org.eclipse.pde.ua.ui&quot;,org.eclipse.pde.internal.ua.core.toc.text;x-friends:=&quot;org.eclipse.pde.ua.ui&quot;&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.pde.core;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.text;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.3.0,4.0.0)&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.apache.xmlrpc' version='3.0.0.v20100427-1100' singleton='false'>
+ <update id='org.apache.xmlrpc' range='[0.0.0,3.0.0.v20100427-1100)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Bundle-Name.0' value='Apache XML-RPC Plug-in'/>
+ <property name='df_LT.Bundle-Vendor.0' value='Eclipse Orbit'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Bundle-Name.0'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Bundle-Vendor.0'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='15'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.apache.xmlrpc' version='3.0.0.v20100427-1100'/>
+ <provided namespace='osgi.bundle' name='org.apache.xmlrpc' version='3.0.0.v20100427-1100'/>
+ <provided namespace='java.package' name='org.apache.xmlrpc' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.xmlrpc.client' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.xmlrpc.client.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.xmlrpc.common' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.xmlrpc.jaxb' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.xmlrpc.metadata' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.xmlrpc.parser' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.xmlrpc.serializer' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.xmlrpc.server' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.xmlrpc.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.xmlrpc.webserver' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='13'>
+ <required namespace='java.package' name='javax.xml.bind' range='0.0.0'/>
+ <required namespace='java.package' name='javax.xml.namespace' range='0.0.0'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='org.apache.commons.httpclient' range='0.0.0'/>
+ <required namespace='java.package' name='org.apache.commons.httpclient.auth' range='0.0.0'/>
+ <required namespace='java.package' name='org.apache.commons.httpclient.methods' range='0.0.0'/>
+ <required namespace='java.package' name='org.apache.commons.httpclient.params' range='0.0.0'/>
+ <required namespace='java.package' name='org.apache.commons.logging' range='0.0.0'/>
+ <required namespace='java.package' name='org.apache.ws.commons.serialize' range='0.0.0'/>
+ <required namespace='java.package' name='org.apache.ws.commons.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.w3c.dom' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax.helpers' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.apache.xmlrpc' version='3.0.0.v20100427-1100'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Eclipse-BuddyPolicy: dependent&#xA;Bundle-Name: %Bundle-Name.0&#xA;Bundle-Localization: plugin&#xA;Bundle-Version: 3.0.0.v20100427-1100&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-SymbolicName: org.apache.xmlrpc&#xA;Bundle-Vendor: %Bundle-Vendor.0&#xA;Import-Package: javax.xml.bind,javax.xml.namespace,javax.xml.parsers,org.apache.commons.httpclient,org.apache.commons.httpclient.auth,org.apache.commons.httpclient.methods,org.apache.commons.httpclient.params,org.apache.commons.logging,org.apache.ws.commons.serialize,org.apache.ws.commons.util,org.w3c.dom,org.xml.sax,org.xml.sax.helpers&#xA;Manifest-Version: 1.0&#xA;Export-Package: org.apache.xmlrpc,org.apache.xmlrpc.client,org.apache.xmlrpc.client.util,org.apache.xmlrpc.common,org.apache.xmlrpc.jaxb,org.apache.xmlrpc.metadata,org.apache.xmlrpc.parser,org.apache.xmlrpc.serializer,org.apache.xmlrpc.server,org.apache.xmlrpc.util,org.apache.xmlrpc.webserver&#xA;Bundle-ManifestVersion: 2
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.sat4j.core' version='2.2.0.v20100429' singleton='false'>
+ <update id='org.sat4j.core' range='[0.0.0,2.2.0.v20100429)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleName' value='SAT4J Core'/>
+ <property name='df_LT.providerName' value='CRIL CNRS UMR 8188 - Universite d&apos;Artois'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='20'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.sat4j.core' version='2.2.0.v20100429'/>
+ <provided namespace='osgi.bundle' name='org.sat4j.core' version='2.2.0.v20100429'/>
+ <provided namespace='java.package' name='org.sat4j' version='2.2.0.v20100429'/>
+ <provided namespace='java.package' name='org.sat4j.core' version='2.2.0.v20100429'/>
+ <provided namespace='java.package' name='org.sat4j.minisat' version='2.2.0.v20100429'/>
+ <provided namespace='java.package' name='org.sat4j.minisat.constraints' version='2.2.0.v20100429'/>
+ <provided namespace='java.package' name='org.sat4j.minisat.constraints.card' version='2.2.0.v20100429'/>
+ <provided namespace='java.package' name='org.sat4j.minisat.constraints.cnf' version='2.2.0.v20100429'/>
+ <provided namespace='java.package' name='org.sat4j.minisat.core' version='2.2.0.v20100429'/>
+ <provided namespace='java.package' name='org.sat4j.minisat.learning' version='2.2.0.v20100429'/>
+ <provided namespace='java.package' name='org.sat4j.minisat.orders' version='2.2.0.v20100429'/>
+ <provided namespace='java.package' name='org.sat4j.minisat.restarts' version='2.2.0.v20100429'/>
+ <provided namespace='java.package' name='org.sat4j.minisat.uip' version='2.2.0.v20100429'/>
+ <provided namespace='java.package' name='org.sat4j.opt' version='2.2.0.v20100429'/>
+ <provided namespace='java.package' name='org.sat4j.reader' version='2.2.0.v20100429'/>
+ <provided namespace='java.package' name='org.sat4j.specs' version='2.2.0.v20100429'/>
+ <provided namespace='java.package' name='org.sat4j.tools' version='2.2.0.v20100429'/>
+ <provided namespace='java.package' name='org.sat4j.tools.xplain' version='2.2.0.v20100429'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.sat4j.core' version='2.2.0.v20100429'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Built-By: Daniel Le Berre&#xA;Main-Class: org.sat4j.BasicLauncher&#xA;Created-By: 14.0-b16 (Sun Microsystems Inc.)&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Implementation-Title: SAT4J&#xA;Implementation-Vendor: CRIL CNRS UMR 8188 - Universite d&apos;Artois&#xA;Specification-Vendor: Daniel Le Berre&#xA;Bundle-Name: %bundleName&#xA;Bundle-Version: 2.2.0.v20100429&#xA;Specification-Version: NA&#xA;Export-Package: org.sat4j;version=&quot;2.2.0.v20100429&quot;,org.sat4j.core;version=&quot;2.2.0.v20100429&quot;,org.sat4j.minisat;version=&quot;2.2.0.v20100429&quot;,org.sat4j.minisat.constraints;version=&quot;2.2.0.v20100429&quot;,org.sat4j.minisat.constraints.card;version=&quot;2.2.0.v20100429&quot;,org.sat4j.minisat.constraints.cnf;version=&quot;2.2.0.v20100429&quot;,org.sat4j.minisat.core;version=&quot;2.2.0.v20100429&quot;,org.sat4j.minisat.learning;version=&quot;2.2.0.v20100429&quot;,org.sat4j.minisat.orders;version=&quot;2.2.0.v20100429&quot;,org.sat4j.minisat.restarts;version=&quot;2.2.0.v20100429&quot;,org.sat4j.minisat.uip;version=&quot;2.2.0.v20100429&quot;,org.sat4j.opt;version=&quot;2.2.0.v20100429&quot;,org.sat4j.reader;version=&quot;2.2.0.v20100429&quot;,org.sat4j.specs;version=&quot;2.2.0.v20100429&quot;,org.sat4j.tools;version=&quot;2.2.0.v20100429&quot;,org.sat4j.tools.xplain;version=&quot;2.2.0.v20100429&quot;&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin&#xA;Bundle-SymbolicName: org.sat4j.core&#xA;Specification-Title: SAT4J&#xA;Ant-Version: Apache Ant 1.7.1&#xA;Implementation-Version: 2.2.0.v20100429
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.mortbay.jetty.server' version='6.1.23.v201004211559' singleton='false'>
+ <update id='org.mortbay.jetty.server' range='[0.0.0,6.1.23.v201004211559)' severity='0'/>
+ <properties size='4'>
+ <property name='org.eclipse.equinox.p2.name' value='Jetty Server'/>
+ <property name='org.eclipse.equinox.p2.description' value='Jetty server core'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Mort Bay Consulting'/>
+ <property name='org.eclipse.equinox.p2.doc.url' value='http://jetty.mortbay.org'/>
+ </properties>
+ <provides size='17'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.mortbay.jetty.server' version='6.1.23.v201004211559'/>
+ <provided namespace='osgi.bundle' name='org.mortbay.jetty.server' version='6.1.23.v201004211559'/>
+ <provided namespace='java.package' name='org.mortbay.jetty' version='6.1.23'/>
+ <provided namespace='java.package' name='org.mortbay.io.nio' version='6.1.23'/>
+ <provided namespace='java.package' name='org.mortbay.servlet.jetty' version='6.1.23'/>
+ <provided namespace='java.package' name='org.mortbay.io' version='6.1.23'/>
+ <provided namespace='java.package' name='org.mortbay.jetty.bio' version='6.1.23'/>
+ <provided namespace='java.package' name='org.mortbay.jetty.security' version='6.1.23'/>
+ <provided namespace='java.package' name='org.mortbay.jetty.webapp' version='6.1.23'/>
+ <provided namespace='java.package' name='org.mortbay.xml' version='6.1.23'/>
+ <provided namespace='java.package' name='org.mortbay.jetty.nio' version='6.1.23'/>
+ <provided namespace='java.package' name='org.mortbay.jetty.handler' version='6.1.23'/>
+ <provided namespace='java.package' name='org.mortbay.resource' version='6.1.23'/>
+ <provided namespace='java.package' name='org.mortbay.jetty.servlet' version='6.1.23'/>
+ <provided namespace='java.package' name='org.mortbay.io.bio' version='6.1.23'/>
+ <provided namespace='java.package' name='org.mortbay.jetty.deployer' version='6.1.23'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='17'>
+ <required namespace='java.package' name='org.mortbay.servlet' range='6.1.0'/>
+ <required namespace='java.package' name='javax.servlet' range='2.5.0'/>
+ <required namespace='java.package' name='org.mortbay.jetty.handler.management' range='0.0.0' optional='true' greedy='false'/>
+ <required namespace='java.package' name='javax.servlet.http' range='2.5.0'/>
+ <required namespace='java.package' name='javax.net.ssl' range='0.0.0'/>
+ <required namespace='java.package' name='org.apache.jasper.servlet' range='0.0.0' optional='true' greedy='false'/>
+ <required namespace='java.package' name='javax.servlet.resources' range='2.5.0' optional='true' greedy='false'/>
+ <required namespace='java.package' name='javax.servlet.jsp' range='0.0.0' optional='true' greedy='false'/>
+ <required namespace='java.package' name='org.mortbay.component' range='6.1.0'/>
+ <required namespace='java.package' name='org.xml.sax.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.mortbay.util.ajax' range='6.1.0'/>
+ <required namespace='java.package' name='org.mortbay.util' range='6.1.0'/>
+ <required namespace='java.package' name='javax.security.cert' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ <required namespace='java.package' name='org.mortbay.thread' range='6.1.0'/>
+ <required namespace='java.package' name='org.mortbay.log' range='6.1.0'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.mortbay.jetty.server' version='6.1.23.v201004211559'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Export-Package: org.mortbay.jetty;uses:=&quot;org.mortbay.log,org.mortbay.io.nio,org.mortbay.jetty.bio,org.mortbay.io,org.mortbay.jetty.security,org.mortbay.jetty.webapp,org.mortbay.jetty.handler,org.mortbay.resource,javax.servlet,org.mortbay.jetty.servlet,org.mortbay.util.ajax,org.mortbay.thread,org.mortbay.component,org.mortbay.util,javax.servlet.http&quot;;version=&quot;6.1.23&quot;,org.mortbay.io.nio;uses:=&quot;org.mortbay.jetty,org.mortbay.log,org.mortbay.io,org.mortbay.thread,org.mortbay.component&quot;;version=&quot;6.1.23&quot;,org.mortbay.servlet.jetty;uses:=&quot;org.mortbay.jetty,javax.servlet,org.mortbay.io,org.mortbay.servlet,javax.servlet.http&quot;;version=&quot;6.1.23&quot;,org.mortbay.io;uses:=&quot;org.mortbay.log,org.mortbay.util&quot;;version=&quot;6.1.23&quot;,org.mortbay.jetty.bio;uses:=&quot;org.mortbay.log,org.mortbay.jetty,org.mortbay.io,org.mortbay.thread,org.mortbay.io.bio&quot;;version=&quot;6.1.23&quot;,org.mortbay.jetty.security;uses:=&quot;org.mortbay.jetty,org.mortbay.log,org.mortbay.io,org.mortbay.jetty.bio,org.mortbay.jetty.webapp,org.mortbay.resource,org.mortbay.jetty.handler,javax.servlet,org.mortbay.jetty.servlet,javax.security.cert,javax.net.ssl,org.mortbay.component,org.mortbay.util,org.mortbay.io.bio,javax.servlet.http&quot;;version=&quot;6.1.23&quot;,org.mortbay.jetty.webapp;uses:=&quot;org.mortbay.jetty,org.mortbay.log,org.mortbay.jetty.security,org.mortbay.xml,org.mortbay.resource,org.mortbay.jetty.handler,javax.servlet,org.mortbay.jetty.servlet,org.mortbay.util,org.mortbay.jetty.deployer,javax.servlet.http&quot;;version=&quot;6.1.23&quot;,org.mortbay.xml;uses:=&quot;org.mortbay.log,javax.xml.parsers,org.xml.sax,org.mortbay.resource,org.mortbay.component,org.mortbay.util,org.xml.sax.helpers&quot;;version=&quot;6.1.23&quot;,org.mortbay.jetty.nio;uses:=&quot;org.mortbay.log,org.mortbay.jetty,org.mortbay.io.nio,org.mortbay.util.ajax,org.mortbay.io,org.mortbay.thread&quot;;version=&quot;6.1.23&quot;,org.mortbay.jetty.handler;uses:=&quot;org.mortbay.log,org.mortbay.jetty,org.mortbay.io,org.mortbay.jetty.webapp,org.mortbay.resource,javax.servlet,org.mortbay.jetty.servlet,org.mortbay.component,org.mortbay.util,javax.servlet.http&quot;;version=&quot;6.1.23&quot;,org.mortbay.resource;uses:=&quot;org.mortbay.log,org.mortbay.util&quot;;version=&quot;6.1.23&quot;,org.mortbay.jetty.servlet;uses:=&quot;org.mortbay.log,org.mortbay.jetty,org.mortbay.io.nio,org.mortbay.io,org.mortbay.jetty.security,org.mortbay.jetty.nio,org.mortbay.resource,org.mortbay.jetty.handler,javax.servlet,org.mortbay.component,org.mortbay.util,javax.servlet.http&quot;;version=&quot;6.1.23&quot;,org.mortbay.io.bio;uses:=&quot;org.mortbay.log,org.mortbay.io&quot;;version=&quot;6.1.23&quot;,org.mortbay.jetty.deployer;uses:=&quot;org.mortbay.log,org.mortbay.jetty,org.mortbay.jetty.webapp,org.mortbay.xml,org.mortbay.jetty.handler,org.mortbay.resource,org.mortbay.util,org.mortbay.component&quot;;version=&quot;6.1.23&quot;&#xA;implementation-version: 6.1.23&#xA;Bundle-Version: 6.1.23.v201004211559&#xA;Manifest-Version: 1.0&#xA;mode: development&#xA;Created-By: 1.6.0_16 (Sun Microsystems Inc.)&#xA;Bundle-Name: Jetty Server&#xA;Import-Package: javax.net.ssl,javax.security.cert,javax.servlet;version=&quot;2.5&quot;,javax.servlet.http;version=&quot;2.5&quot;,javax.servlet.jsp;resolution:=optional,javax.servlet.resources;resolution:=optional;version=&quot;2.5&quot;,javax.xml.parsers,org.apache.jasper.servlet;resolution:=optional,org.mortbay.component;version=&quot;6.1&quot;,org.mortbay.jetty.handler.management;resolution:=optional,org.mortbay.log;version=&quot;6.1&quot;,org.mortbay.servlet;version=&quot;6.1&quot;,org.mortbay.thread;version=&quot;6.1&quot;,org.mortbay.util;version=&quot;6.1&quot;,org.mortbay.util.ajax;version=&quot;6.1&quot;,org.xml.sax,org.xml.sax.helpers&#xA;Bundle-DocURL: http://jetty.mortbay.org&#xA;package: org.mortbay&#xA;Bundle-ManifestVersion: 2&#xA;Bnd-LastModified: 1270506714511&#xA;Tool: Bnd-0.0.238&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;url: http://www.eclipse.org/jetty/jetty-parent/project/modules/jetty&#xA;Built-By: jesse&#xA;Bundle-SymbolicName: org.mortbay.jetty.server&#xA;Originally-Created-By: 1.6.0_16 (Sun Microsystems Inc.)&#xA;Ignore-Package: org.mortbay.jetty,org.mortbay.servlet.jetty,org.mortbay.io.nio,org.mortbay.jetty.bio,org.mortbay.io,org.mortbay.jetty.security,org.mortbay.jetty.webapp,org.mortbay.jetty.nio,org.mortbay.xml,org.mortbay.jetty.handler,org.mortbay.resource,org.mortbay.jetty.servlet,org.mortbay.io.bio,org.mortbay.jetty.deployer&#xA;Archiver-Version: Plexus Archiver&#xA;Bundle-Description: Jetty server core&#xA;Bundle-Vendor: Mort Bay Consulting&#xA;Bundle-License: http://www.apache.org/licenses/LICENSE-2.0, http://www.eclipse.org/org/documents/epl-v10.php&#xA;Build-Jdk: 1.6.0_16
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.s390xorg.eclipse.core.runtime' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.core.runtime' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.s390x' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.executable_root.carbon.macosx.ppc' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.carbon.macosx.ppc' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.equinox.executable_root.carbon.macosx.ppc' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.solaris.sparcorg.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.solaris.sparc' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.examples.views.properties.tabbed.article.source' version='3.2.1.I20100517-1500' singleton='false'>
+ <update id='org.eclipse.ui.examples.views.properties.tabbed.article.source' range='[0.0.0,3.2.1.I20100517-1500)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Tabbed Properties View Article Example Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.views.properties.tabbed.article.source' version='3.2.1.I20100517-1500'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.examples.views.properties.tabbed.article.source' version='3.2.1.I20100517-1500'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.examples.views.properties.tabbed.article.source' version='3.2.1.I20100517-1500'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.2.1.I20100517-1500&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.examples.views.properties.tabbed.article.source&#xA;Bundle-Name: %Plugin.name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ui.examples.views.properties.tabbed.article;version=&quot;3.2.1.I20100517-1500&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %Plugin.providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.compendium.sdk.feature.jar' version='3.6.0.v20100421-7V7RFp7FNObpCoqz0z-p'>
+ <properties size='8'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Equinox Compendium SDK'/>
+ <property name='df_LT.providerName' value='Eclipse Equinox Project'/>
+ <property name='df_LT.description' value='A collection of Equinox bundles and source that implement optional parts of the current OSGi specifications--the so called &amp;quot;Compendium Services&amp;quot;. &#xA;This feature includes the corresponding source and is intended to be added to target platforms at development time rather than deployed with end-user systems.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2009 EclipseSource and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;EclipseSource - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.compendium.sdk.feature.jar' version='3.6.0.v20100421-7V7RFp7FNObpCoqz0z-p'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.equinox.compendium.sdk' version='3.6.0.v20100421-7V7RFp7FNObpCoqz0z-p'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.equinox.compendium.sdk' version='3.6.0.v20100421-7V7RFp7FNObpCoqz0z-p'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.swt.examples.controls.source' version='3.1.100.v3707' singleton='false'>
+ <update id='org.eclipse.swt.examples.controls.source' range='[0.0.0,3.1.100.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.plugin.SWTControlsExample.name' value='SWT Controls Example Plugin Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%plugin.SWTControlsExample.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.controls.source' version='3.1.100.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.examples.controls.source' version='3.1.100.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.examples.controls.source' version='3.1.100.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.1.100.v3707&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.swt.examples.controls.source&#xA;Bundle-Name: %plugin.SWTControlsExample.name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.swt.examples.controls;version=&quot;3.1.100.v3707&quot;;roots:=&quot;controlssrc&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.externaltools.source' version='1.0.100.v20100830' singleton='false'>
+ <update id='org.eclipse.core.externaltools.source' range='[0.0.0,1.0.100.v20100830)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='External Tools Headless Support Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.externaltools.source' version='1.0.100.v20100830'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.externaltools.source' version='1.0.100.v20100830'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.externaltools.source' version='1.0.100.v20100830'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.100.v20100830&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.core.externaltools.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.core.externaltools;version=&quot;1.0.100.v20100830&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='com.jcraft.jsch.source' version='0.1.41.v200903070017' singleton='false'>
+ <update id='com.jcraft.jsch.source' range='[0.0.0,0.1.41.v200903070017)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.venderName' value='JCraft, Inc.'/>
+ <property name='df_LT.bundleName' value='JSch Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%venderName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='com.jcraft.jsch.source' version='0.1.41.v200903070017'/>
+ <provided namespace='osgi.bundle' name='com.jcraft.jsch.source' version='0.1.41.v200903070017'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='com.jcraft.jsch.source' version='0.1.41.v200903070017'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-Vendor: %venderName&#xA;Bundle-SymbolicName: com.jcraft.jsch.source&#xA;Eclipse-SourceBundle: com.jcraft.jsch;version=&quot;0.1.41.v200903070017&quot;&#xA;Bundle-Name: %bundleName&#xA;Bundle-Version: 0.1.41.v200903070017
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.api.tools.ee.fragments.feature.group' version='1.0.0.v20100427-7C-7BF9JgLWLMBMMAMsLL' singleton='false'>
+ <update id='org.eclipse.pde.api.tools.ee.fragments.feature.group' range='[0.0.0,1.0.0.v20100427-7C-7BF9JgLWLMBMMAMsLL)' severity='0'/>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='PDE/API Tools Environment Descriptions'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='This feature provides the description for the execution environment&#xA;JRE-1.1.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2009, 2010 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ee.fragments.feature.group' version='1.0.0.v20100427-7C-7BF9JgLWLMBMMAMsLL'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='12'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ee.cdcfoundation10' range='[1.0.0.v20100506-0900,1.0.0.v20100506-0900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ee.cdcfoundation11' range='[1.0.1.v20100506-0900,1.0.1.v20100506-0900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ee.j2se12' range='[1.0.1.v20100506-0900,1.0.1.v20100506-0900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ee.j2se13' range='[1.0.1.v20100506-0900,1.0.1.v20100506-0900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ee.j2se14' range='[1.0.1.v20100506-0900,1.0.1.v20100506-0900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ee.j2se15' range='[1.0.1.v20100506-0900,1.0.1.v20100506-0900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ee.javase16' range='[1.0.1.v20100506-0900,1.0.1.v20100506-0900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ee.jre11' range='[1.0.1.v20100506-0900,1.0.1.v20100506-0900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ee.osgiminimum10' range='[1.0.1.v20100506-0900,1.0.1.v20100506-0900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ee.osgiminimum11' range='[1.0.1.v20100506-0900,1.0.1.v20100506-0900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ee.osgiminimum12' range='[1.0.3.v20100506-0900,1.0.3.v20100506-0900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ee.fragments.feature.jar' range='[1.0.0.v20100427-7C-7BF9JgLWLMBMMAMsLL,1.0.0.v20100427-7C-7BF9JgLWLMBMMAMsLL]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.jdt.apt.ui.source' version='3.3.300.v20100513-0845' singleton='false'>
+ <update id='org.eclipse.jdt.apt.ui.source' range='[0.0.0,3.3.300.v20100513-0845)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Annotation Processing UI Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.apt.ui.source' version='3.3.300.v20100513-0845'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.apt.ui.source' version='3.3.300.v20100513-0845'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.apt.ui.source' version='3.3.300.v20100513-0845'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.3.300.v20100513-0845&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.jdt.apt.ui.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.jdt.apt.ui;version=&quot;3.3.300.v20100513-0845&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.databinding.beans' version='1.2.100.I20100824-0800' singleton='false'>
+ <update id='org.eclipse.core.databinding.beans' range='[0.0.0,1.2.100.I20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JFace Data Binding for JavaBeans'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.databinding.beans' version='1.2.100.I20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.databinding.beans' version='1.2.100.I20100824-0800'/>
+ <provided namespace='java.package' name='org.eclipse.core.databinding.beans' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.databinding.beans' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='3'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.databinding.observable' range='[1.2.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.databinding.property' range='[1.3.0,2.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.databinding.beans' version='1.2.100.I20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Export-Package: org.eclipse.core.databinding.beans,org.eclipse.core.internal.databinding.beans;x-internal:=true&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.databinding.observable;bundle-version=&quot;[1.2.0,2.0.0)&quot;,org.eclipse.core.databinding.property;bundle-version=&quot;[1.3.0,2.0.0)&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.databinding.beans;tag=I20100824-0800&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 1.2.100.I20100824-0800&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.core.databinding.beans&#xA;Bundle-ClassPath: .&#xA;Manifest-Version: 1.0
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.ds' version='1.2.100.v20100830'>
+ <update id='org.eclipse.equinox.ds' range='[0.0.0,1.2.100.v20100830)' severity='0'/>
+ <properties size='6'>
+ <property name='df_LT.bundleVendor' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Declarative Services'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.description' value='This bundle provides support for OSGi Declarative Services'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleVendor'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='13'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.ds' version='1.2.100.v20100830'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.ds' version='1.2.100.v20100830'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.ds' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.ds.impl' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.ds.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.ds.storage.file' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.util.io' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.util.xml' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.util.xml.impl' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.util.string' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.felix.scr' version='1.2.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='17'>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.util.event' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.util.hash' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.util.pool' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.util.ref' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.util.threadpool' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.util.timer' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.framework.console' range='1.0.0' optional='true'/>
+ <required namespace='java.package' name='org.eclipse.osgi.framework.log' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.debug' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.environment' range='1.2.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.cm' range='1.2.0'/>
+ <required namespace='java.package' name='org.osgi.service.component' range='1.1.0'/>
+ <required namespace='java.package' name='org.osgi.service.log' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.metatype' range='1.1.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='1.3.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.ds' version='1.2.100.v20100830'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='3'>
+ <instruction key='manifest'>
+ Bundle-Name: %bundleName&#xA;Bundle-Version: 1.2.100.v20100830&#xA;Import-Package: org.eclipse.equinox.internal.util.event;version=&quot;1.0&quot;,org.eclipse.equinox.internal.util.hash;version=&quot;1.0&quot;,org.eclipse.equinox.internal.util.pool;version=&quot;1.0&quot;,org.eclipse.equinox.internal.util.ref;version=&quot;1.0&quot;,org.eclipse.equinox.internal.util.threadpool;version=&quot;1.0&quot;,org.eclipse.equinox.internal.util.timer;version=&quot;1.0&quot;,org.eclipse.osgi.framework.console;version=&quot;1.0.0&quot;;resolution:=optional,org.eclipse.osgi.framework.log;version=&quot;1.0.0&quot;,org.eclipse.osgi.service.debug;version=&quot;1.0&quot;,org.eclipse.osgi.service.environment;version=&quot;1.2.0&quot;,org.eclipse.osgi.util,org.osgi.framework;version=&quot;1.3&quot;,org.osgi.service.cm;version=&quot;1.2&quot;,org.osgi.service.component;version=&quot;1.1&quot;,org.osgi.service.log;version=&quot;1.3.0&quot;,org.osgi.service.metatype;version=&quot;1.1&quot;,org.osgi.util.tracker;version=&quot;1.3&quot;&#xA;Lazy-ManifestFilter: (Service-Component=*)&#xA;Bundle-Activator: org.eclipse.equinox.internal.ds.Activator&#xA;Bundle-Vendor: %bundleVendor&#xA;Export-Package: org.eclipse.equinox.internal.ds;x-internal:=true,org.eclipse.equinox.internal.ds.impl;x-internal:=true,org.eclipse.equinox.internal.ds.model;x-internal:=true,org.eclipse.equinox.internal.ds.storage.file;x-internal:=true,org.eclipse.equinox.internal.util.io;x-internal:=true,org.eclipse.equinox.internal.util.xml;x-internal:=true,org.eclipse.equinox.internal.util.xml.impl;x-internal:=true,org.eclipse.equinox.internal.util.string;x-internal:=true,org.apache.felix.scr;version=&quot;1.2&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.ds;tag=v20100830&#xA;Bundle-SymbolicName: org.eclipse.equinox.ds;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-Description: This bundle provides support for OSGi Declarative Services&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.2,CDC-1.1/Foundation-1.1,J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:equinox.use.ds, propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:equinox.use.ds, propValue:true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.debug.examples.ui' version='1.2.0.v20100526'>
+ <update id='org.eclipse.debug.examples.ui' range='[0.0.0,1.2.0.v20100526)' severity='0'/>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.name' value='Example Debug UI Plug-in'/>
+ </properties>
+ <provides size='13'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.debug.examples.ui' version='1.2.0.v20100526'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.debug.examples.ui' version='1.2.0.v20100526'/>
+ <provided namespace='java.package' name='org.eclipse.debug.examples.ui.midi.adapters' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.examples.ui.midi.detailpanes' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.examples.ui.midi.launcher' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.examples.ui.pda' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.examples.ui.pda.adapters' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.examples.ui.pda.breakpoints' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.examples.ui.pda.editor' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.examples.ui.pda.launcher' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.examples.ui.pda.presentation' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.examples.ui.pda.views' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='11'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.examples.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.debug.examples.ui' version='1.2.0.v20100526'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Export-Package: org.eclipse.debug.examples.ui.midi.adapters,org.eclipse.debug.examples.ui.midi.detailpanes,org.eclipse.debug.examples.ui.midi.launcher,org.eclipse.debug.examples.ui.pda,org.eclipse.debug.examples.ui.pda.adapters,org.eclipse.debug.examples.ui.pda.breakpoints,org.eclipse.debug.examples.ui.pda.editor,org.eclipse.debug.examples.ui.pda.launcher,org.eclipse.debug.examples.ui.pda.presentation,org.eclipse.debug.examples.ui.pda.views&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Require-Bundle: org.eclipse.core.runtime,org.eclipse.core.resources,org.eclipse.debug.core,org.eclipse.ui,org.eclipse.debug.ui,org.eclipse.jface.text,org.eclipse.ui.editors,org.eclipse.ui.workbench.texteditor,org.eclipse.ui.ide,org.eclipse.debug.examples.core,org.eclipse.core.expressions&#xA;Bundle-Activator: org.eclipse.debug.examples.ui.pda.DebugUIPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.debug.examples.ui;tag=v20100526&#xA;Bundle-Name: Example Debug UI Plug-in&#xA;Bundle-Version: 1.2.0.v20100526&#xA;Bundle-SymbolicName: org.eclipse.debug.examples.ui;singleton:=true&#xA;Bundle-ActivationPolicy: lazy&#xA;Manifest-Version: 1.0&#xA;Eclipse-LazyStart: true
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde' version='3.6.100.v201009211024'>
+ <update id='org.eclipse.pde' range='[0.0.0,3.6.100.v201009211024)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='PDE'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde' version='3.6.100.v201009211024'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde' version='3.6.100.v201009211024'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde' version='3.6.100.v201009211024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 3.6.100.v201009211024&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/ui/org.eclipse.pde;tag=v20100705&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-SymbolicName: org.eclipse.pde; singleton:=true&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.apache.commons.codec.source' version='1.3.0.v20100518-1140' singleton='false'>
+ <update id='org.apache.commons.codec.source' range='[0.0.0,1.3.0.v20100518-1140)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleProvider' value='Eclipse Orbit'/>
+ <property name='df_LT.bundleName' value='Apache Commons Codec Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleProvider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.codec.source' version='1.3.0.v20100518-1140'/>
+ <provided namespace='osgi.bundle' name='org.apache.commons.codec.source' version='1.3.0.v20100518-1140'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.apache.commons.codec.source' version='1.3.0.v20100518-1140'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-Vendor: %bundleProvider&#xA;Bundle-SymbolicName: org.apache.commons.codec.source&#xA;Eclipse-SourceBundle: org.apache.commons.codec;version=&quot;1.3.0.v20100518-1140&quot;&#xA;Bundle-Name: %bundleName&#xA;Bundle-Version: 1.3.0.v20100518-1140
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.server.core.feature.jar' version='1.0.0.v20100510-7K7RF9wF7RZHQHI7Nb'>
+ <properties size='6'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Core Server Feature'/>
+ <property name='df_LT.providerName' value='Eclipse Equinox Project'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2010 IBM, Composent, Inc. and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.server.core.feature.jar' version='1.0.0.v20100510-7K7RF9wF7RZHQHI7Nb'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.equinox.server.core' version='1.0.0.v20100510-7K7RF9wF7RZHQHI7Nb'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.equinox.server.core' version='1.0.0.v20100510-7K7RF9wF7RZHQHI7Nb'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.swt.motif.solaris.sparc' version='3.7.0.v3707'>
+ <update id='org.eclipse.swt.motif.solaris.sparc' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for Motif'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='12'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.motif.solaris.sparc' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.motif.solaris.sparc' version='3.7.0.v3707'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.cairo' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.cde' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.gnome' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.gtk' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.motif' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.mozilla' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.opengl.glx' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.swt' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='[3.0.0,4.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=motif))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.motif.solaris.sparc' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.swt; bundle-version=&quot;[3.0.0,4.0.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.swt.motif.solaris.sparc; singleton:=true&#xA;Bundle-Version: 3.7.0.v3707&#xA;Export-Package: org.eclipse.swt.internal.cairo; x-internal:=true,org.eclipse.swt.internal.cde; x-internal:=true,org.eclipse.swt.internal.gnome; x-internal:=true,org.eclipse.swt.internal.gtk; x-internal:=true,org.eclipse.swt.internal.motif; x-internal:=true,org.eclipse.swt.internal.mozilla; x-internal:=true,org.eclipse.swt.internal.opengl.glx; x-internal:=true&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=motif) (osgi.os=solaris) (osgi.arch=sparc))
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.releng.tools.feature.jar' version='3.3.0.v20100427-45-7w3121173A'>
+ <properties size='8'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Eclipse Releng Tools'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Eclipse Releng Tools'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2010 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.releng.tools.feature.jar' version='3.3.0.v20100427-45-7w3121173A'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.releng.tools' version='3.3.0.v20100427-45-7w3121173A'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.releng.tools' version='3.3.0.v20100427-45-7w3121173A'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.ui.examples.contributions' version='3.3.100.I20100509-0800'>
+ <update id='org.eclipse.ui.examples.contributions' range='[0.0.0,3.3.100.I20100509-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.contributions.Activator.providerName' value='Eclipse.org'/>
+ <property name='df_LT.contributions.Activator.name' value='Command Contribution Examples'/>
+ <property name='org.eclipse.equinox.p2.name' value='%contributions.Activator.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%contributions.Activator.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.contributions' version='3.3.100.I20100509-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.examples.contributions' version='3.3.100.I20100509-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='3'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.3.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.examples.contributions' version='3.3.100.I20100509-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin&#xA;Require-Bundle: org.eclipse.ui;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.core.runtime,org.eclipse.core.expressions;bundle-version=&quot;[3.3.0,4.0.0)&quot;&#xA;Bundle-Activator: org.eclipse.ui.examples.contributions.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.examples.contributions;tag=I20100509-0800&#xA;Bundle-Name: %contributions.Activator.name&#xA;Bundle-Version: 3.3.100.I20100509-0800&#xA;Bundle-Vendor: %contributions.Activator.providerName&#xA;Bundle-SymbolicName: org.eclipse.ui.examples.contributions; singleton:=true&#xA;Bundle-ActivationPolicy: lazy&#xA;Manifest-Version: 1.0
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.cocoa.macosx' version='3.7.0.v3707'>
+ <update id='org.eclipse.swt.cocoa.macosx' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for Mac OS X (Cocoa)'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.cocoa.macosx' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.cocoa.macosx' version='3.7.0.v3707'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.cocoa' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.swt' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='[3.0.0,4.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.os=macosx)(osgi.ws=cocoa)(|(osgi.arch=ppc)(osgi.arch=x86)))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.cocoa.macosx' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.swt; bundle-version=&quot;[3.0.0,4.0.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.swt.cocoa.macosx; singleton:=true&#xA;Bundle-Version: 3.7.0.v3707&#xA;Export-Package: org.eclipse.swt.internal.cocoa; x-internal:=true&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=cocoa) (osgi.os=macosx) (|(osgi.arch=x86)(osgi.arch=ppc)) )
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcarbon.macosx.ppcorg.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.ppcorg.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcarbon.macosx.ppc' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.server.core.feature.group' version='1.0.0.v20100510-7K7RF9wF7RZHQHI7Nb' singleton='false'>
+ <update id='org.eclipse.equinox.server.core.feature.group' range='[0.0.0,1.0.0.v20100510-7K7RF9wF7RZHQHI7Nb)' severity='0'/>
+ <properties size='7'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Core Server Feature'/>
+ <property name='df_LT.providerName' value='Eclipse Equinox Project'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2010 IBM, Composent, Inc. and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.server.core.feature.group' version='1.0.0.v20100510-7K7RF9wF7RZHQHI7Nb'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='10'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.osgi' range='[3.7.0.v20100910,3.7.0.v20100910]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.osgi.services' range='[3.2.100.v20100503,3.2.100.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.common' range='[3.6.0.v20100503,3.6.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.ds' range='[1.2.100.v20100830,1.2.100.v20100830]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.util' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.jobs' range='[3.5.100.v20100823,3.5.100.v20100823]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.registry' range='[3.5.0.v20100503,3.5.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.registry' range='[1.1.0.v20100503,1.1.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.simpleconfigurator' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.server.core.feature.jar' range='[1.0.0.v20100510-7K7RF9wF7RZHQHI7Nb,1.0.0.v20100510-7K7RF9wF7RZHQHI7Nb]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.equinox.security.ui' version='1.0.200.v20100503'>
+ <update id='org.eclipse.equinox.security.ui' range='[0.0.0,1.0.200.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Security Default UI'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='11'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.ui' version='1.0.200.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.security.ui' version='1.0.200.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.provisional.security.ui' version='1.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.security.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.security.ui.nls' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.security.ui.preferences' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.security.ui.storage' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.security.ui.storage.view' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.security.ui.wizard' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='14'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.security' range='[1.0.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.preferences' range='[3.2.200,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.4.0,4.0.0)'/>
+ <required namespace='java.package' name='javax.crypto.spec' range='0.0.0'/>
+ <required namespace='java.package' name='javax.security.auth.x500' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.internal.provisional.service.security' range='[1.0.0,2.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.internal.service.security' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.debug' range='[1.0.0,2.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.resolver' range='[1.2.0,2.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.security' range='[1.0.0,2.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='[1.1.0,2.0.0)'/>
+ <required namespace='java.package' name='org.osgi.framework' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='[1.3.3,2.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.security.ui' version='1.0.200.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 1.0.200.v20100503&#xA;Import-Package: javax.crypto.spec,javax.security.auth.x500,org.eclipse.osgi.internal.provisional.service.security;version=&quot;[1.0.0,2.0.0)&quot;,org.eclipse.osgi.internal.service.security,org.eclipse.osgi.service.debug;version=&quot;[1.0.0,2.0.0)&quot;,org.eclipse.osgi.service.resolver;version=&quot;[1.2.0,2.0.0)&quot;,org.eclipse.osgi.service.security;version=&quot;[1.0.0,2.0.0)&quot;,org.eclipse.osgi.util;version=&quot;[1.1.0,2.0.0)&quot;,org.osgi.framework,org.osgi.util.tracker;version=&quot;[1.3.3,2.0.0)&quot;&#xA;Bundle-Activator: org.eclipse.equinox.internal.security.ui.Activator&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.equinox.security;bundle-version=&quot;[1.0.0,2.0.0)&quot;,org.eclipse.equinox.preferences;bundle-version=&quot;[3.2.200,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.core.runtime; bundle-version=&quot;[3.4.0,4.0.0)&quot;&#xA;Export-Package: org.eclipse.equinox.internal.provisional.security.ui;version=&quot;1.0.0&quot;;x-friends:=&quot;org.eclipse.equinox.p2.ui&quot;,org.eclipse.equinox.internal.security.ui;x-internal:=true,org.eclipse.equinox.internal.security.ui.nls;x-internal:=true,org.eclipse.equinox.internal.security.ui.preferences;x-internal:=true,org.eclipse.equinox.internal.security.ui.storage;x-internal:=true,org.eclipse.equinox.internal.security.ui.storage.view;x-internal:=true,org.eclipse.equinox.internal.security.ui.wizard;x-internal:=true&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/security/bundles/org.eclipse.equinox.security.ui;tag=v20100503&#xA;Bundle-SymbolicName: org.eclipse.equinox.security.ui;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.examples.propertysheet' version='3.2.100.I20100509-0800'>
+ <update id='org.eclipse.ui.examples.propertysheet' range='[0.0.0,3.2.100.I20100509-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='User File Editor'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.propertysheet' version='3.2.100.I20100509-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.examples.propertysheet' version='3.2.100.I20100509-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='9'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.examples.propertysheet' version='3.2.100.I20100509-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.resources,org.eclipse.core.runtime,org.eclipse.ui.views,org.eclipse.ui.ide,org.eclipse.jface.text,org.eclipse.text,org.eclipse.ui.workbench.texteditor,org.eclipse.ui.editors&#xA;Bundle-Activator: org.eclipse.ui.examples.propertysheet.PropertySheetPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.examples.propertysheet;tag=I20100509-0800&#xA;Bundle-Name: %Plugin.name&#xA;Bundle-Version: 3.2.100.I20100509-0800&#xA;Bundle-Vendor: %Plugin.providerName&#xA;Bundle-SymbolicName: org.eclipse.ui.examples.propertysheet; singleton:=true&#xA;Bundle-ClassPath: propertysheet.jar&#xA;Manifest-Version: 1.0&#xA;Eclipse-LazyStart: true
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.weaving.aspectj' version='1.0.1.v20100628' singleton='false'>
+ <update id='org.eclipse.equinox.weaving.aspectj' range='[0.0.0,1.0.1.v20100628)' severity='0'/>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.name' value='WeavingService Plug-in (Incubation)'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.weaving.aspectj' version='1.0.1.v20100628'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.weaving.aspectj' version='1.0.1.v20100628'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.weaving.aspectj' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.weaving.aspectj.loadtime' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='9'>
+ <required namespace='java.package' name='org.aspectj.weaver' range='1.6.3' optional='true'/>
+ <required namespace='java.package' name='org.aspectj.weaver.loadtime' range='1.6.3' optional='true'/>
+ <required namespace='java.package' name='org.aspectj.weaver.loadtime.definition' range='1.6.3' optional='true'/>
+ <required namespace='java.package' name='org.aspectj.weaver.tools' range='1.6.3' optional='true'/>
+ <required namespace='java.package' name='org.eclipse.equinox.service.weaving' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.debug' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.resolver' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.1.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.weaving.aspectj' version='1.0.1.v20100628'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Bundle-Activator: org.eclipse.equinox.weaving.aspectj.AspectJWeavingActivator&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.0.1.v20100628&#xA;Export-Package: org.eclipse.equinox.weaving.aspectj;x-friends:=&quot;org.eclipse.equinox.weaving.tests&quot;,org.eclipse.equinox.weaving.aspectj.loadtime;x-friends:=&quot;org.eclipse.equinox.weaving.tests&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/weaving/bundles/org.eclipse.equinox.weaving.aspectj;tag=v20100628&#xA;Bundle-SymbolicName: org.eclipse.equinox.weaving.aspectj&#xA;Import-Package: org.aspectj.weaver;version=&quot;1.6.3&quot;;resolution:=optional,org.aspectj.weaver.loadtime;version=&quot;1.6.3&quot;;resolution:=optional,org.aspectj.weaver.loadtime.definition;version=&quot;1.6.3&quot;;resolution:=optional,org.aspectj.weaver.tools;version=&quot;1.6.3&quot;;resolution:=optional,org.eclipse.equinox.service.weaving,org.eclipse.osgi.service.debug,org.eclipse.osgi.service.resolver,org.eclipse.osgi.util;version=&quot;1.1.0&quot;,org.osgi.framework&#xA;Bundle-Name: WeavingService Plug-in (Incubation)
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.rcp.configuration_root.gtk.linux.s390x' version='1.0.0.I20100921-1024'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.gtk.linux.s390x' version='1.0.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.rcp.configuration_root.gtk.linux.s390x' version='1.0.0.I20100921-1024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='2'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:eclipse, permissions:755);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.discovery.feature.feature.jar' version='1.0.0.v20100510-4-8Z9oB5855N7V02A11'>
+ <properties size='8'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Equinox p2 Discovery'/>
+ <property name='df_LT.providerName' value='Eclipse Equinox Project'/>
+ <property name='df_LT.description' value='All of the bundles that comprise Equinox p2 discovery. &#xA;This feature is intended to be used by integrators building on discovery.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2010 Tasktop Technologies and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;Tasktop Technologies - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.discovery.feature.feature.jar' version='1.0.0.v20100510-4-8Z9oB5855N7V02A11'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.equinox.p2.discovery.feature' version='1.0.0.v20100510-4-8Z9oB5855N7V02A11'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.equinox.p2.discovery.feature' version='1.0.0.v20100510-4-8Z9oB5855N7V02A11'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.id.ini.cocoa.macosx.x86_64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.cocoa.macosx.x86_64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.id' name='org.eclipse.rcp.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);removeJvmArg(jvmArg:-XstartOnFirstThread);removeJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);addJvmArg(jvmArg:-XstartOnFirstThread);addJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.ini.gtk.linux.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.gtk.linux.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.rcp.configuration_root.gtk.solaris.sparc' version='1.0.0.I20100921-1024'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.gtk.solaris.sparc' version='1.0.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.rcp.configuration_root.gtk.solaris.sparc' version='1.0.0.I20100921-1024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='2'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:eclipse, permissions:755);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.frameworkadmin.test' version='1.1.0.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.frameworkadmin.test' range='[0.0.0,1.1.0.v20100503)' severity='0'/>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.name' value='Test Plug-in for Framework Admin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.frameworkadmin.test' version='1.1.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.frameworkadmin.test' version='1.1.0.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.frameworkadmin.tests' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.frameworkadmin' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.frameworkadmin.equinox' range='1.0.100'/>
+ <required namespace='osgi.bundle' name='org.junit' range='3.8.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.4.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.frameworkadmin.test' version='1.1.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,J2SE-1.4&#xA;Bundle-Name: Test Plug-in for Framework Admin&#xA;Bundle-Activator: org.eclipse.equinox.frameworkadmin.tests.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.frameworkadmin.test;tag=v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.equinox.frameworkadmin.test&#xA;Import-Package: org.osgi.framework;version=&quot;1.4.0&quot;&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.1.0.v20100503&#xA;Export-Package: org.eclipse.equinox.frameworkadmin.tests&#xA;Require-Bundle: org.eclipse.core.runtime,org.eclipse.equinox.frameworkadmin,org.eclipse.equinox.frameworkadmin.equinox;bundle-version=&quot;1.0.100&quot;,org.junit;bundle-version=&quot;3.8.0&quot;
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.ini.cocoa.macosx.x86_64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.cocoa.macosx.x86_64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);removeJvmArg(jvmArg:-XstartOnFirstThread);removeJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);addJvmArg(jvmArg:-XstartOnFirstThread);addJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.views.properties.tabbed.source' version='3.5.200.I20100712-2000' singleton='false'>
+ <update id='org.eclipse.ui.views.properties.tabbed.source' range='[0.0.0,3.5.200.I20100712-2000)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Tabbed Properties View Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.views.properties.tabbed.source' version='3.5.200.I20100712-2000'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.views.properties.tabbed.source' version='3.5.200.I20100712-2000'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.views.properties.tabbed.source' version='3.5.200.I20100712-2000'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.5.200.I20100712-2000&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.views.properties.tabbed.source&#xA;Bundle-Name: %Plugin.name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ui.views.properties.tabbed;version=&quot;3.5.200.I20100712-2000&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %Plugin.providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ant.launching.source' version='1.0.0.v20100427' singleton='false'>
+ <update id='org.eclipse.ant.launching.source' range='[0.0.0,1.0.0.v20100427)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Ant Launching Support Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ant.launching.source' version='1.0.0.v20100427'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ant.launching.source' version='1.0.0.v20100427'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ant.launching.source' version='1.0.0.v20100427'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.0.v20100427&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ant.launching.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ant.launching;version=&quot;1.0.0.v20100427&quot;;roots:=&quot;lib/antdebugsrc,.,lib/remotesrc,lib/loggerssrc&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.metadata.source' version='2.1.0.v20100831' singleton='false'>
+ <update id='org.eclipse.equinox.p2.metadata.source' range='[0.0.0,2.1.0.v20100831)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Metadata Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.metadata.source' version='2.1.0.v20100831'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.metadata.source' version='2.1.0.v20100831'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.metadata.source' version='2.1.0.v20100831'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 2.1.0.v20100831&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.metadata.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.metadata;version=&quot;2.1.0.v20100831&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.http.servletbridge' version='1.0.200.v20100503'>
+ <update id='org.eclipse.equinox.http.servletbridge' range='[0.0.0,1.0.200.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Servletbridge Http Service'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.servletbridge' version='1.0.200.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.http.servletbridge' version='1.0.200.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='6'>
+ <required namespace='java.package' name='javax.servlet' range='2.3.0'/>
+ <required namespace='java.package' name='javax.servlet.http' range='2.3.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.http.servlet' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.servletbridge' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.http' range='1.2.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.http.servletbridge' version='1.0.200.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Activator: org.eclipse.equinox.http.servletbridge.internal.Activator&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/server-side/bundles/org.eclipse.equinox.http.servletbridge;tag=v20100503&#xA;Import-Package: javax.servlet;version=&quot;2.3&quot;,javax.servlet.http;version=&quot;2.3&quot;,org.eclipse.equinox.http.servlet;version=&quot;1.0.0&quot;,org.eclipse.equinox.servletbridge;version=&quot;1.0.0&quot;,org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.service.http;version=&quot;1.2.0&quot;&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.http.servletbridge;singleton:=true&#xA;Bundle-Version: 1.0.200.v20100503
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.compare.examples' version='3.1.200.I20100629-0800'>
+ <update id='org.eclipse.compare.examples' range='[0.0.0,3.1.200.I20100629-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Compare Example'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare.examples' version='3.1.200.I20100629-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.compare.examples' version='3.1.200.I20100629-0800'/>
+ <provided namespace='java.package' name='org.eclipse.compare.examples.structurecreator' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.compare' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime.compatibility' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.compare.examples' version='3.1.200.I20100629-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.compare.examples;tag=I20100629-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ClassPath: compareexamples.jar&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.compare.examples; singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.1.200.I20100629-0800&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.compare.examples.structurecreator&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.resources,org.eclipse.compare,org.eclipse.jface.text,org.eclipse.core.runtime.compatibility
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.updatesite' version='1.0.200.v20100503'>
+ <update id='org.eclipse.equinox.p2.updatesite' range='[0.0.0,1.0.200.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Update site repository adapter bundle (Incubation)'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.updatesite' version='1.0.200.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.updatesite' version='1.0.200.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.updatesite' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.updatesite.artifact' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.updatesite.metadata' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='29'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.metadata.repository' range='0.1.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.artifact.repository' range='0.1.0'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.app' range='1.1.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.artifact.repository.simple' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.core.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.publisher.eclipse' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.repository' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata.expression' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.publisher' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.publisher.actions' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.publisher.eclipse' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.metadata.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.spi.p2.publisher' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.resolver' range='1.2.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.1.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.w3c.dom' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax.helpers' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.updatesite' version='1.0.200.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 1.0.200.v20100503&#xA;Import-Package: javax.xml.parsers,org.eclipse.equinox.app;version=&quot;1.1.0&quot;,org.eclipse.equinox.internal.p2.artifact.repository.simple,org.eclipse.equinox.internal.p2.core.helpers,org.eclipse.equinox.internal.p2.publisher.eclipse,org.eclipse.equinox.internal.p2.repository,org.eclipse.equinox.p2.core;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata.expression;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.publisher,org.eclipse.equinox.p2.publisher.actions,org.eclipse.equinox.p2.publisher.eclipse,org.eclipse.equinox.p2.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.metadata.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.spi.p2.publisher,org.eclipse.osgi.service.resolver;version=&quot;1.2.0&quot;,org.eclipse.osgi.util;version=&quot;1.1.0&quot;,org.osgi.framework;version=&quot;1.3.0&quot;,org.w3c.dom,org.xml.sax,org.xml.sax.helpers&#xA;Bundle-Activator: org.eclipse.equinox.internal.p2.updatesite.Activator&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.equinox.p2.metadata.repository;bundle-version=&quot;0.1.0&quot;,org.eclipse.equinox.p2.artifact.repository;bundle-version=&quot;0.1.0&quot;&#xA;Export-Package: org.eclipse.equinox.internal.p2.updatesite;x-friends:=&quot;org.eclipse.pde.build&quot;,org.eclipse.equinox.internal.p2.updatesite.artifact;x-internal:=true,org.eclipse.equinox.internal.p2.updatesite.metadata;x-internal:=true&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.updatesite;tag=v20100503&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.updatesite;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ecf.provider.filetransfer.ssl.translated_host_properties' version='1.0.0.v20100906-1425'>
+ <hostRequirements size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer' range='2.0.0' greedy='false'/>
+ </hostRequirements>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='df_LT.plugin.provider' value='Eclipse.org - ECF'/>
+ <property name='df_LT.plugin.name' value='ECF Filetransfer SSL Fragment'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.ssl.translated_host_properties' version='1.0.0.v20100906-1425'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer' range='2.0.0' greedy='false'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='org.eclipse.pde.ua.ui' version='1.0.100.v20100628'>
+ <update id='org.eclipse.pde.ua.ui' range='[0.0.0,1.0.100.v20100628)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='PDE UA UI'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='20'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.ua.ui' version='1.0.100.v20100628'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.ua.ui' version='1.0.100.v20100628'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ua.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ua.ui.editor.cheatsheet' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ua.ui.editor.cheatsheet.simple' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ua.ui.editor.cheatsheet.simple.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ua.ui.editor.cheatsheet.simple.details' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ua.ui.editor.ctxhelp' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ua.ui.editor.ctxhelp.details' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ua.ui.editor.toc' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ua.ui.editor.toc.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ua.ui.editor.toc.details' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ua.ui.wizards.cheatsheet' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ua.ui.wizards.ctxhelp' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ua.ui.wizards.toc' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='15'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.ui' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.forms' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.ua.core' range='[1.0.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.ui' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.cheatsheets' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.search' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.1.0,2.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.ua.ui' version='1.0.100.v20100628'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.pde.internal.ua.ui.PDEUserAssistanceUIPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/ua/org.eclipse.pde.ua.ui;tag=v20100628&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.pde.ua.ui;singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.100.v20100628&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.pde.internal.ua.ui;x-internal:=true,org.eclipse.pde.internal.ua.ui.editor.cheatsheet;x-internal:=true,org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp;x-internal:=true,org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.actions;x-internal:=true,org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details;x-internal:=true,org.eclipse.pde.internal.ua.ui.editor.cheatsheet.simple;x-internal:=true,org.eclipse.pde.internal.ua.ui.editor.cheatsheet.simple.actions;x-internal:=true,org.eclipse.pde.internal.ua.ui.editor.cheatsheet.simple.details;x-internal:=true,org.eclipse.pde.internal.ua.ui.editor.ctxhelp;x-internal:=true,org.eclipse.pde.internal.ua.ui.editor.ctxhelp.details;x-internal:=true,org.eclipse.pde.internal.ua.ui.editor.toc;x-internal:=true,org.eclipse.pde.internal.ua.ui.editor.toc.actions;x-internal:=true,org.eclipse.pde.internal.ua.ui.editor.toc.details;x-internal:=true,org.eclipse.pde.internal.ua.ui.wizards.cheatsheet;x-internal:=true,org.eclipse.pde.internal.ua.ui.wizards.ctxhelp;x-internal:=true,org.eclipse.pde.internal.ua.ui.wizards.toc;x-internal:=true&#xA;Require-Bundle: org.eclipse.ui;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.pde.ui;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.ui.forms;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.pde.ua.core;bundle-version=&quot;[1.0.0,2.0.0)&quot;,org.eclipse.ui.ide;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.jface.text;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.jdt.ui;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.ui.cheatsheets;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.ui.workbench.texteditor;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.ui.editors;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.search;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.core.expressions;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.core.filesystem;bundle-version=&quot;[1.1.0,2.0.0)&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.id.ini.motif.hpux.ia64_32' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.motif.hpux.ia64_32' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.id' name='org.eclipse.rcp.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.touchpoint.natives.source' version='1.0.200.v20100712-1655' singleton='false'>
+ <update id='org.eclipse.equinox.p2.touchpoint.natives.source' range='[0.0.0,1.0.200.v20100712-1655)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Native Touchpoint Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.touchpoint.natives.source' version='1.0.200.v20100712-1655'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.touchpoint.natives.source' version='1.0.200.v20100712-1655'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.touchpoint.natives.source' version='1.0.200.v20100712-1655'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.200.v20100712-1655&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.touchpoint.natives.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.touchpoint.natives;version=&quot;1.0.200.v20100712-1655&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.update.core.win32.source' version='3.2.200.v20100512' singleton='false'>
+ <update id='org.eclipse.update.core.win32.source' range='[0.0.0,3.2.200.v20100512)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.fragmentNameWin' value='Install/Update Core for Windows Source'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentNameWin'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.core.win32.source' version='3.2.200.v20100512'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.update.core.win32.source' version='3.2.200.v20100512'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <filter>
+ (osgi.os=win32)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.update.core.win32.source' version='3.2.200.v20100512'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %fragmentNameWin&#xA;Bundle-Version: 3.2.200.v20100512&#xA;Eclipse-SourceBundle: org.eclipse.update.core.win32;version=&quot;3.2.200.v20100512&quot;&#xA;Eclipse-PlatformFilter: (osgi.os=win32)&#xA;Bundle-SymbolicName: org.eclipse.update.core.win32.source&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.net.source' version='1.2.100.I20100511-0800' singleton='false'>
+ <update id='org.eclipse.core.net.source' range='[0.0.0,1.2.100.I20100511-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.PLUGIN_NAME' value='Internet Connection Management Source'/>
+ <property name='df_LT.PLUGIN_PROVIDER' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%PLUGIN_NAME'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%PLUGIN_PROVIDER'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.net.source' version='1.2.100.I20100511-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.net.source' version='1.2.100.I20100511-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.net.source' version='1.2.100.I20100511-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.2.100.I20100511-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.core.net.source&#xA;Bundle-Name: %PLUGIN_NAME&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.core.net;version=&quot;1.2.100.I20100511-0800&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %PLUGIN_PROVIDER
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.filesystem.aix.ppc' version='1.1.0.v20100505-1235'>
+ <update id='org.eclipse.core.filesystem.aix.ppc' range='[0.0.0,1.1.0.v20100505-1235)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Core File System for AIX PPC'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.aix.ppc' version='1.1.0.v20100505-1235'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.filesystem.aix.ppc' version='1.1.0.v20100505-1235'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.core.filesystem' version='1.1.0.v20100505-1235'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.3.0,2.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.filesystem.aix.ppc' version='1.1.0.v20100505-1235'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Fragment-Host: org.eclipse.core.filesystem;bundle-version=&quot;[1.3.0,2.0.0)&quot;&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.1.0.v20100505-1235&#xA;Eclipse-PlatformFilter: (&amp; (osgi.os=aix) (osgi.arch=ppc))&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.filesystem/fragments/org.eclipse.core.filesystem.aix.ppc;tag=v20100505-1235&#xA;Bundle-SymbolicName: org.eclipse.core.filesystem.aix.ppc;singleton:=true&#xA;Bundle-Localization: fragment&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.api.tools.ee.javase16' version='1.0.1.v20100506-0900' singleton='false'>
+ <update id='org.eclipse.pde.api.tools.ee.javase16' range='[0.0.0,1.0.1.v20100506-0900)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Environment Description for JavaSE-1.6'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragmentjavase16'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ee.javase16' version='1.0.1.v20100506-0900'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.api.tools.ee.javase16' version='1.0.1.v20100506-0900'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.pde.api.tools' version='1.0.1.v20100506-0900'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.api.tools' range='1.0.201'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.api.tools.ee.javase16' version='1.0.1.v20100506-0900'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/apitools/org.eclipse.pde.api.tools.ee.javase16;tag=v20100506-0900&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragmentjavase16&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.pde.api.tools;bundle-version=&quot;1.0.201&quot;&#xA;Bundle-SymbolicName: org.eclipse.pde.api.tools.ee.javase16&#xA;Bundle-Version: 1.0.1.v20100506-0900
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.ui.source' version='3.7.0.v20100915-1800a' singleton='false'>
+ <update id='org.eclipse.jdt.ui.source' range='[0.0.0,3.7.0.v20100915-1800a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Development Tools UI Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.ui.source' version='3.7.0.v20100915-1800a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.ui.source' version='3.7.0.v20100915-1800a'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.ui.source' version='3.7.0.v20100915-1800a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.7.0.v20100915-1800a&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.jdt.ui.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.jdt.ui;version=&quot;3.7.0.v20100915-1800a&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.compare' version='3.5.200.I20100831-0800'>
+ <update id='org.eclipse.compare' range='[0.0.0,3.5.200.I20100831-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Compare Support'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='11'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare' version='3.5.200.I20100831-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.compare' version='3.5.200.I20100831-0800'/>
+ <provided namespace='java.package' name='org.eclipse.compare' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.compare.contentmergeviewer' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.compare.internal' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.compare.internal.merge' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.compare.internal.patch' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.compare.patch' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.compare.structuremergeviewer' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='13'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.forms' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.compare.core' range='[3.5.0,4.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.util' range='0.0.0'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.compare' version='3.5.200.I20100831-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 3.5.200.I20100831-0800&#xA;Import-Package: com.ibm.icu.util,com.ibm.icu.text&#xA;Bundle-Activator: org.eclipse.compare.internal.CompareUIPlugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.ui;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.jface.text;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.ui.ide;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.ui.views;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.ui.workbench.texteditor;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.expressions;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.ui.editors;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.forms;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.compare.core;bundle-version=&quot;[3.5.0,4.0.0)&quot;;visibility:=reexport&#xA;Export-Package: org.eclipse.compare,org.eclipse.compare.contentmergeviewer,org.eclipse.compare.internal;x-internal:=true,org.eclipse.compare.internal.merge;x-internal:=true,org.eclipse.compare.internal.patch;x-internal:=true,org.eclipse.compare.patch,org.eclipse.compare.structuremergeviewer&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.compare/plugins/org.eclipse.compare;tag=I20100831-0800&#xA;Bundle-SymbolicName: org.eclipse.compare; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.launching.ui.macosx.source' version='1.0.100.v20100505' singleton='false'>
+ <update id='org.eclipse.jdt.launching.ui.macosx.source' range='[0.0.0,1.0.100.v20100505)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Mac OS X UI Launching Support Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.launching.ui.macosx.source' version='1.0.100.v20100505'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.launching.ui.macosx.source' version='1.0.100.v20100505'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <filter>
+ (osgi.os=macosx)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.launching.ui.macosx.source' version='1.0.100.v20100505'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 1.0.100.v20100505&#xA;Eclipse-SourceBundle: org.eclipse.jdt.launching.ui.macosx;version=&quot;1.0.100.v20100505&quot;;roots:=&quot;.&quot;&#xA;Eclipse-PlatformFilter: (osgi.os=macosx)&#xA;Bundle-SymbolicName: org.eclipse.jdt.launching.ui.macosx.source&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt' version='3.7.0.v3707'>
+ <update id='org.eclipse.swt' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Standard Widget Toolkit'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='20'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt' version='3.7.0.v3707'/>
+ <provided namespace='java.package' name='org.eclipse.swt' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.accessibility' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.awt' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.browser' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.custom' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.dnd' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.events' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.graphics' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.layout' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.opengl' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.printing' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.program' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.widgets' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.image' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.theme' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='java.package' name='org.eclipse.swt.accessibility2' range='0.0.0' optional='true' greedy='false'/>
+ <required namespace='java.package' name='org.mozilla.xpcom' range='0.0.0' optional='true' greedy='false'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-ExtensibleAPI: true&#xA;Manifest-Version: 1.0&#xA;DynamicImport-Package: org.eclipse.swt.accessibility2, org.mozilla.xpcom&#xA;Bundle-SymbolicName: org.eclipse.swt; singleton:=true&#xA;Bundle-Version: 3.7.0.v3707&#xA;Export-Package: org.eclipse.swt,org.eclipse.swt.accessibility,org.eclipse.swt.awt,org.eclipse.swt.browser,org.eclipse.swt.custom,org.eclipse.swt.dnd,org.eclipse.swt.events,org.eclipse.swt.graphics,org.eclipse.swt.layout,org.eclipse.swt.opengl,org.eclipse.swt.printing,org.eclipse.swt.program,org.eclipse.swt.widgets,org.eclipse.swt.internal; x-internal:=true,org.eclipse.swt.internal.image; x-internal:=true,org.eclipse.swt.internal.theme; x-internal:=true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.ini.carbon.macosx.ppc' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.carbon.macosx.ppc' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);removeJvmArg(jvmArg:-XstartOnFirstThread);removeJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);addJvmArg(jvmArg:-XstartOnFirstThread);addJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.equinox.p2.ui.admin.rcp.product.ini.gtk.linux.x86' version='1.1.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.p2.ui.admin.rcp.product.ini.gtk.linux.x86' version='1.1.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.equinox.p2.ui.admin.rcp.product' name='org.eclipse.equinox.p2.ui.admin.rcp.product.ini' version='1.1.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jface.examples.databinding.source' version='1.0.200.I20100601-0800' singleton='false'>
+ <update id='org.eclipse.jface.examples.databinding.source' range='[0.0.0,1.0.200.I20100601-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JFace Data Binding Examples Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jface.examples.databinding.source' version='1.0.200.I20100601-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jface.examples.databinding.source' version='1.0.200.I20100601-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jface.examples.databinding.source' version='1.0.200.I20100601-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.200.I20100601-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.jface.examples.databinding.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.jface.examples.databinding;version=&quot;1.0.200.I20100601-0800&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.config.carbon.macosx.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.carbon.macosx.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.sdk.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.gtk.linux.x86.source' version='3.7.0.v3707' singleton='false'>
+ <update id='org.eclipse.swt.gtk.linux.x86.source' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for GTK 2.0 Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.linux.x86.source' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.gtk.linux.x86.source' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.gtk.linux.x86.source' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 3.7.0.v3707&#xA;Eclipse-SourceBundle: org.eclipse.swt.gtk.linux.x86;version=&quot;3.7.0.v3707&quot;&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x86))&#xA;Bundle-SymbolicName: org.eclipse.swt.gtk.linux.x86.source&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='tooling.source.default' version='1.0.0' singleton='false'>
+ <hostRequirements size='1'>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='source' range='0.0.0' optional='true' multiple='true' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='tooling.source.default' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='tooling' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='source' range='0.0.0' optional='true' multiple='true' greedy='false'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ addSourceBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ removeSourceBundle(bundle:${artifact})
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.config.gtk.linux.s390' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.gtk.linux.s390' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.ini.gtk.linux.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.ini.gtk.linux.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.ide' name='org.eclipse.platform.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.debug.tests' version='3.1.200.v20100910'>
+ <update id='org.eclipse.jdt.debug.tests' range='[0.0.0,3.1.200.v20100910)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Debug Test Plugin'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='21'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.debug.tests' version='3.1.200.v20100910'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.debug.tests' version='3.1.200.v20100910'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.debug.test.stepping' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.debug.testplugin' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.debug.testplugin.detailpane' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.debug.testplugin.launching' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.debug.tests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.debug.tests.breakpoints' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.debug.tests.console' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.debug.tests.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.debug.tests.eval' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.debug.tests.eval.generator' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.debug.tests.launching' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.debug.tests.performance' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.debug.tests.refactoring' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.debug.tests.sourcelookup' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.debug.tests.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.debug.tests.ui.performance' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.debug.tests.variables' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='22'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.variables' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.launching' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.debug' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.debug.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.console' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ltk.core.refactoring' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core.manipulation' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.debug.tests' version='3.1.200.v20100910'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-ClassPath: javadebugtests.jar&#xA;Bundle-Version: 3.1.200.v20100910&#xA;Bundle-Activator: org.eclipse.jdt.debug.testplugin.JavaTestPlugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.ui.ide;resolution:=optional,org.eclipse.ui.views;resolution:=optional,org.eclipse.jface.text;resolution:=optional,org.eclipse.ui.workbench.texteditor;resolution:=optional,org.eclipse.ui.editors;resolution:=optional,org.junit,org.eclipse.core.resources,org.eclipse.core.variables,org.eclipse.ui,org.eclipse.jdt.core,org.eclipse.jdt.ui,org.eclipse.jdt.launching,org.eclipse.jdt.debug,org.eclipse.jdt.debug.ui,org.eclipse.debug.core,org.eclipse.debug.ui,org.eclipse.core.runtime,org.eclipse.ui.console,org.eclipse.test.performance,org.eclipse.ltk.core.refactoring,org.eclipse.jdt.core.manipulation,org.eclipse.core.filesystem&#xA;Export-Package: org.eclipse.jdt.debug.test.stepping,org.eclipse.jdt.debug.testplugin,org.eclipse.jdt.debug.testplugin.detailpane,org.eclipse.jdt.debug.testplugin.launching,org.eclipse.jdt.debug.tests,org.eclipse.jdt.debug.tests.breakpoints,org.eclipse.jdt.debug.tests.console,org.eclipse.jdt.debug.tests.core,org.eclipse.jdt.debug.tests.eval,org.eclipse.jdt.debug.tests.eval.generator,org.eclipse.jdt.debug.tests.launching,org.eclipse.jdt.debug.tests.performance,org.eclipse.jdt.debug.tests.refactoring,org.eclipse.jdt.debug.tests.sourcelookup,org.eclipse.jdt.debug.tests.ui,org.eclipse.jdt.debug.tests.ui.performance,org.eclipse.jdt.debug.tests.variables&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.debug.tests;tag=v20100910&#xA;Bundle-SymbolicName: org.eclipse.jdt.debug.tests; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.ui.admin.source' version='1.0.0.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.p2.ui.admin.source' range='[0.0.0,1.0.0.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='p2 Admin UI Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.admin.source' version='1.0.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.ui.admin.source' version='1.0.0.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.ui.admin.source' version='1.0.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.0.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.ui.admin.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.ui.admin;version=&quot;1.0.0.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui' version='3.7.0.I20100914-0100'>
+ <update id='org.eclipse.ui' range='[0.0.0,3.7.0.I20100914-0100)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Eclipse UI'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui' version='3.7.0.I20100914-0100'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui' version='3.7.0.I20100914-0100'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.4.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui' version='3.7.0.I20100914-0100'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %Plugin.name&#xA;Bundle-ClassPath: .&#xA;Bundle-Version: 3.7.0.I20100914-0100&#xA;Bundle-Activator: org.eclipse.ui.internal.UIPlugin&#xA;Bundle-Vendor: %Plugin.providerName&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.swt;bundle-version=&quot;[3.5.0,4.0.0)&quot;;visibility:=reexport,org.eclipse.jface;bundle-version=&quot;[3.5.0,4.0.0)&quot;;visibility:=reexport,org.eclipse.ui.workbench;bundle-version=&quot;[3.5.0,4.0.0)&quot;;visibility:=reexport,org.eclipse.core.expressions;bundle-version=&quot;[3.4.0,4.0.0)&quot;&#xA;Export-Package: org.eclipse.ui.internal;x-internal:=true&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui;tag=I20100914-0100&#xA;Bundle-SymbolicName: org.eclipse.ui; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.equinox.launcher.win32.win32.x86_64' version='1.1.100.v20100824a' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.win32.win32.x86_64' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='org.eclipse.pde.build.default' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.win32.win32.x86_64' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='tooling' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.win32.win32.x86_64' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='unconfigure'>
+ removeProgramArg(programArg:--launcher.library);removeProgramArg(programArg:@artifact);
+ </instruction>
+ <instruction key='configure'>
+ addProgramArg(programArg:--launcher.library);addProgramArg(programArg:@artifact);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.cvs.source.feature.jar' version='1.2.0.v20100427-7B77FO-8sF7B77cDI5BHB5'>
+ <properties size='8'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Eclipse CVS Client Resources'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='API documentation and source code zips for Eclipse CVS client.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2009 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.cvs.source.feature.jar' version='1.2.0.v20100427-7B77FO-8sF7B77cDI5BHB5'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.cvs.source' version='1.2.0.v20100427-7B77FO-8sF7B77cDI5BHB5'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.cvs.source' version='1.2.0.v20100427-7B77FO-8sF7B77cDI5BHB5'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.equinox.device.source' version='1.0.200.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.device.source' range='[0.0.0,1.0.200.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleVendor' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Device Access Service Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleVendor'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.device.source' version='1.0.200.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.device.source' version='1.0.200.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.device.source' version='1.0.200.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.200.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.device.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.device;version=&quot;1.0.200.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %bundleVendor
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.gtk.linux.ppc.source' version='3.7.0.v3707' singleton='false'>
+ <update id='org.eclipse.swt.gtk.linux.ppc.source' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for GTK 2.0 Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.linux.ppc.source' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.gtk.linux.ppc.source' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.gtk.linux.ppc.source' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 3.7.0.v3707&#xA;Eclipse-SourceBundle: org.eclipse.swt.gtk.linux.ppc;version=&quot;3.7.0.v3707&quot;&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=ppc))&#xA;Bundle-SymbolicName: org.eclipse.swt.gtk.linux.ppc.source&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.console' version='1.0.300.v20100809-1900'>
+ <update id='org.eclipse.equinox.p2.console' range='[0.0.0,1.0.300.v20100809-1900)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Console'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.console' version='1.0.300.v20100809-1900'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.console' version='1.0.300.v20100809-1900'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.console' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='15'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.3.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.core.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.director' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.engine' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.planner' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.framework.console' range='1.0.0' optional='true'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.environment' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.4.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='1.3.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.console' version='1.0.300.v20100809-1900'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 1.0.300.v20100809-1900&#xA;Import-Package: org.eclipse.equinox.internal.p2.core.helpers,org.eclipse.equinox.internal.provisional.p2.director,org.eclipse.equinox.p2.core;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.engine;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.planner;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.osgi.framework.console;version=&quot;1.0.0&quot;;resolution:=optional,org.eclipse.osgi.service.environment;version=&quot;1.0.0&quot;,org.osgi.framework;version=&quot;1.4.0&quot;,org.osgi.util.tracker;version=&quot;1.3.0&quot;&#xA;Bundle-Activator: org.eclipse.equinox.internal.p2.console.Activator&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;3.3.0&quot;&#xA;Export-Package: org.eclipse.equinox.internal.p2.console;x-friends:=&quot;org.eclipse.equinox.p2.director.app&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.console;tag=v20100809-1900&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.console;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.boot' version='3.1.200.v20100505' singleton='false'>
+ <update id='org.eclipse.core.boot' range='[0.0.0,3.1.200.v20100505)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Core Boot'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.boot' version='3.1.200.v20100505'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.boot' version='3.1.200.v20100505'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.boot' version='3.1.200.v20100505'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Manifest-Version: 1.0&#xA;Eclipse-AutoStart: true&#xA;Bundle-Version: 3.1.200.v20100505&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.boot;tag=v20100505&#xA;Bundle-SymbolicName: org.eclipse.core.boot&#xA;Bundle-Localization: plugin&#xA;Bundle-Name: %pluginName&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.server.p2.feature.jar' version='1.0.0.v20100503-7x7JFMWFT0z0-V-2CHUUt_5H'>
+ <properties size='6'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='p2 Server Feature'/>
+ <property name='df_LT.providerName' value='Eclipse Equinox Project'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2010 IBM, Composent, Inc. and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.server.p2.feature.jar' version='1.0.0.v20100503-7x7JFMWFT0z0-V-2CHUUt_5H'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.equinox.server.p2' version='1.0.0.v20100503-7x7JFMWFT0z0-V-2CHUUt_5H'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.equinox.server.p2' version='1.0.0.v20100503-7x7JFMWFT0z0-V-2CHUUt_5H'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright uri='%25copyrightURL' url='%25copyrightURL'>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.rcp.configuration_root.cocoa.macosx.x86_64' version='1.0.0.I20100921-1024'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.cocoa.macosx.x86_64' version='1.0.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.rcp.configuration_root.cocoa.macosx.x86_64' version='1.0.0.I20100921-1024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='3'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='configure'>
+ ln(linkTarget:Eclipse.app/Contents/MacOS/eclipse,targetDir:${installFolder},linkName:eclipse);
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:Eclipse.app/Contents/MacOS/eclipse, permissions:755);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingmotif.hpux.ia64_32org.eclipse.update.configurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.update.configurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingmotif.hpux.ia64_32' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:false);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcarbon.macosx.x86org.eclipse.core.runtime' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.core.runtime' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcarbon.macosx.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.workbench.texteditor' version='3.7.0.v20100915-1800'>
+ <update id='org.eclipse.ui.workbench.texteditor' range='[0.0.0,3.7.0.v20100915-1800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Text Editor Framework'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='16'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.workbench.texteditor' version='3.7.0.v20100915-1800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' version='3.7.0.v20100915-1800'/>
+ <provided namespace='java.package' name='org.eclipse.ui.contentassist' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.texteditor' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.texteditor.quickdiff' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.texteditor.quickdiff.compare.equivalence' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.texteditor.rulers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.texteditor.spelling' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.texteditor' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.texteditor.link' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.texteditor.quickdiff' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.texteditor.rulers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.texteditor.spelling' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.texteditor.templates' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='6'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.compare.core' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.4.100,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='[3.7.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.5.0,4.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.workbench.texteditor' version='3.7.0.v20100915-1800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 3.7.0.v20100915-1800&#xA;Import-Package: com.ibm.icu.text&#xA;Bundle-Activator: org.eclipse.ui.internal.texteditor.TextEditorPlugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.compare.core;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.expressions;bundle-version=&quot;[3.4.100,4.0.0)&quot;,org.eclipse.jface.text;bundle-version=&quot;[3.7.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.5.0,4.0.0)&quot;&#xA;Export-Package: org.eclipse.ui.contentassist,org.eclipse.ui.internal.texteditor; texteditor=&quot;split&quot;; mandatory:=&quot;texteditor&quot;; x-friends:=&quot;org.eclipse.ui.editors&quot;,org.eclipse.ui.internal.texteditor.quickdiff;x-internal:=true,org.eclipse.ui.internal.texteditor.quickdiff.compare.equivalence;x-internal:=true,org.eclipse.ui.internal.texteditor.rulers;x-internal:=true,org.eclipse.ui.internal.texteditor.spelling;x-internal:=true,org.eclipse.ui.texteditor; texteditor=&quot;split&quot;; mandatory:=&quot;texteditor&quot;,org.eclipse.ui.texteditor.link,org.eclipse.ui.texteditor.quickdiff,org.eclipse.ui.texteditor.rulers,org.eclipse.ui.texteditor.spelling,org.eclipse.ui.texteditor.templates&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.workbench.texteditor;tag=v20100915-1800&#xA;Bundle-SymbolicName: org.eclipse.ui.workbench.texteditor; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.update.core.linux' version='3.2.200.v20100512' singleton='false'>
+ <update id='org.eclipse.update.core.linux' range='[0.0.0,3.2.200.v20100512)' severity='0'/>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentNameLinux'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.core.linux' version='3.2.200.v20100512'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.update.core.linux' version='3.2.200.v20100512'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.update.core' version='3.2.200.v20100512'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.core' range='[3.0.0,4.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.update.core.linux' version='3.2.200.v20100512'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Fragment-Host: org.eclipse.update.core;bundle-version=&quot;[3.0.0,4.0.0)&quot;&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.2.200.v20100512&#xA;Eclipse-PlatformFilter: (&amp; (osgi.os=linux) (osgi.arch=x86))&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.update.core.linux;tag=v20100512&#xA;Bundle-SymbolicName: org.eclipse.update.core.linux&#xA;Bundle-Localization: plugin&#xA;Bundle-Name: %fragmentNameLinux&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.metatype' version='1.0.100.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.metatype' range='[0.0.0,1.0.100.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleVendor' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Meta Type'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleVendor'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.metatype' version='1.0.100.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.metatype' version='1.0.100.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.metatype' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='9'>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.cm' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.metatype' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.packageadmin' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='0.0.0'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax.helpers' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.metatype' version='1.0.100.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %bundleName&#xA;Bundle-Version: 1.0.100.v20100503&#xA;Export-Service: org.osgi.service.metatype.MetaTypeService&#xA;Import-Package: org.eclipse.osgi.util,org.osgi.framework,org.osgi.service.cm,org.osgi.service.metatype,org.osgi.service.packageadmin,org.osgi.util.tracker,javax.xml.parsers,org.xml.sax,org.xml.sax.helpers&#xA;Bundle-Activator: org.eclipse.equinox.metatype.Activator&#xA;Bundle-Vendor: %bundleVendor&#xA;Export-Package: org.eclipse.equinox.metatype;x-internal:=true&#xA;Bundle-Copyright: %bundleCopyright&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.metatype;tag=v20100503&#xA;Bundle-SymbolicName: org.eclipse.equinox.metatype&#xA;Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4,OSGi/Minimum-1.1&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.simpleconfigurator' version='1.0.200.v20100503'>
+ <update id='org.eclipse.equinox.simpleconfigurator' range='[0.0.0,1.0.200.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Simple Configurator'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='8'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.simpleconfigurator' version='1.0.200.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' version='1.0.200.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.provisional.configurator' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.simpleconfigurator' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.simpleconfigurator.console' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.simpleconfigurator.utils' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='7'>
+ <required namespace='java.package' name='org.eclipse.osgi.framework.console' range='1.0.0' optional='true'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.datalocation' range='1.0.0' optional='true'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.resolver' range='1.2.0' optional='true'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.packageadmin' range='1.2.0'/>
+ <required namespace='java.package' name='org.osgi.service.startlevel' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='1.3.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.simpleconfigurator' version='1.0.200.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,J2SE-1.4&#xA;Bundle-Name: %bundleName&#xA;Bundle-Activator: org.eclipse.equinox.internal.simpleconfigurator.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.simpleconfigurator;tag=v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.equinox.simpleconfigurator;singleton:=true&#xA;Import-Package: org.eclipse.osgi.framework.console;version=&quot;1.0.0&quot;;resolution:=optional,org.eclipse.osgi.service.datalocation;version=&quot;1.0.0&quot;;resolution:=optional,org.eclipse.osgi.service.resolver;version=&quot;1.2.0&quot;;resolution:=optional,org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.service.packageadmin;version=&quot;1.2.0&quot;,org.osgi.service.startlevel;version=&quot;1.0.0&quot;,org.osgi.util.tracker;version=&quot;1.3.0&quot;&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.200.v20100503&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.equinox.internal.provisional.configurator; x-friends:=&quot;org.eclipse.equinox.p2.reconciler.dropins, org.eclipse.equinox.p2.console, org.eclipse.equinox.p2.operations, org.eclipse.equinox.p2.ui, org.eclipse.equinox.p2.director&quot;,org.eclipse.equinox.internal.simpleconfigurator;x-friends:=&quot;org.eclipse.equinox.simpleconfigurator.manipulator&quot;,org.eclipse.equinox.internal.simpleconfigurator.console;x-internal:=true,org.eclipse.equinox.internal.simpleconfigurator.utils;x-friends:=&quot;org.eclipse.equinox.simpleconfigurator.manipulator&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcocoa.macosx.x86org.eclipse.equinox.event' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.event' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcocoa.macosx.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='master-equinox.feature.jar' version='1.1.0.v20100521-7f7QFCVFDt5Gxsn1_7sCmfiZWgNt'>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.name' value='build utility feature for equinox plugins'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='master-equinox.feature.jar' version='1.1.0.v20100521-7f7QFCVFDt5Gxsn1_7sCmfiZWgNt'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='master-equinox' version='1.1.0.v20100521-7f7QFCVFDt5Gxsn1_7sCmfiZWgNt'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='master-equinox' version='1.1.0.v20100521-7f7QFCVFDt5Gxsn1_7sCmfiZWgNt'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.sdk.tests.source' version='1.1.0.v20100907' singleton='false'>
+ <update id='org.eclipse.sdk.tests.source' range='[0.0.0,1.1.0.v20100907)' severity='0'/>
+ <properties size='3'>
+ <property name='df_LT.pluginName' value='Tests Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk.tests.source' version='1.1.0.v20100907'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.sdk.tests.source' version='1.1.0.v20100907'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.sdk.tests.source' version='1.1.0.v20100907'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 1.1.0.v20100907&#xA;Bundle-SymbolicName: org.eclipse.sdk.tests.source&#xA;Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-SourceBundle: org.eclipse.sdk.tests;version=&quot;1.1.0.v20100907&quot;&#xA;Bundle-Localization: plugin
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.cvs.feature.jar' version='1.2.0.v20100427-7B77FO-8sF7B77cDI5BHB5'>
+ <properties size='8'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Eclipse CVS Client'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Eclipse CVS Client. (Binary runtime and user documentation.)'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2009 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.cvs.feature.jar' version='1.2.0.v20100427-7B77FO-8sF7B77cDI5BHB5'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.cvs' version='1.2.0.v20100427-7B77FO-8sF7B77cDI5BHB5'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.cvs' version='1.2.0.v20100427-7B77FO-8sF7B77cDI5BHB5'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='toolingcocoa.macosx.x86_64org.eclipse.equinox.ds' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.equinox.ds' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcocoa.macosx.x86_64' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.id.ini.win32.win32.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.win32.win32.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.id' name='org.eclipse.rcp.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.frameworkadmin.source' version='2.0.0.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.frameworkadmin.source' range='[0.0.0,2.0.0.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Framework Admin Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.frameworkadmin.source' version='2.0.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.frameworkadmin.source' version='2.0.0.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.frameworkadmin.source' version='2.0.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 2.0.0.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.frameworkadmin.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.frameworkadmin;version=&quot;2.0.0.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.team.ui' version='3.5.200.I20100912-2000'>
+ <update id='org.eclipse.team.ui' range='[0.0.0,3.5.200.I20100912-2000)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Team Support UI'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='19'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.ui' version='3.5.200.I20100912-2000'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.team.ui' version='3.5.200.I20100912-2000'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ui.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ui.dialogs' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ui.history' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ui.mapping' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ui.preferences' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ui.registry' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ui.synchronize' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ui.synchronize.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ui.synchronize.patch' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ui.wizards' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.ui.history' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.ui.mapping' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.ui.synchronize' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='12'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='[3.3.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.core' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.compare' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.forms' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.navigator' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='[3.3.0,4.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ <required namespace='java.package' name='com.ibm.icu.util' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.team.ui' version='3.5.200.I20100912-2000'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 3.5.200.I20100912-2000&#xA;Import-Package: com.ibm.icu.text,com.ibm.icu.util&#xA;Bundle-Activator: org.eclipse.team.internal.ui.TeamUIPlugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.ui.ide;bundle-version=&quot;[3.3.0,4.0.0)&quot;;resolution:=optional,org.eclipse.core.resources;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.team.core;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.compare;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.ui.forms;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.ui.navigator;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.jface.text;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.ui.editors;bundle-version=&quot;[3.3.0,4.0.0)&quot;&#xA;Export-Package: org.eclipse.team.internal.ui;x-friends:=&quot;org.eclipse.team.cvs.ssh,org.eclipse.team.cvs.ssh2,org.eclipse.team.cvs.ui&quot;,org.eclipse.team.internal.ui.actions;x-friends:=&quot;org.eclipse.team.cvs.ssh,org.eclipse.team.cvs.ssh2,org.eclipse.team.cvs.ui&quot;,org.eclipse.team.internal.ui.dialogs;x-friends:=&quot;org.eclipse.team.cvs.ssh,org.eclipse.team.cvs.ssh2,org.eclipse.team.cvs.ui&quot;,org.eclipse.team.internal.ui.history;x-friends:=&quot;org.eclipse.team.cvs.ssh,org.eclipse.team.cvs.ssh2,org.eclipse.team.cvs.ui&quot;,org.eclipse.team.internal.ui.mapping;x-friends:=&quot;org.eclipse.team.cvs.ssh,org.eclipse.team.cvs.ssh2,org.eclipse.team.cvs.ui&quot;,org.eclipse.team.internal.ui.preferences;x-friends:=&quot;org.eclipse.team.cvs.ssh,org.eclipse.team.cvs.ssh2,org.eclipse.team.cvs.ui&quot;,org.eclipse.team.internal.ui.registry;x-friends:=&quot;org.eclipse.team.cvs.ssh,org.eclipse.team.cvs.ssh2,org.eclipse.team.cvs.ui&quot;,org.eclipse.team.internal.ui.synchronize;x-friends:=&quot;org.eclipse.team.cvs.ssh,org.eclipse.team.cvs.ssh2,org.eclipse.team.cvs.ui&quot;,org.eclipse.team.internal.ui.synchronize.actions;x-friends:=&quot;org.eclipse.team.cvs.ssh,org.eclipse.team.cvs.ssh2,org.eclipse.team.cvs.ui&quot;,org.eclipse.team.internal.ui.synchronize.patch;x-friends:=&quot;org.eclipse.jdt.ui&quot;,org.eclipse.team.internal.ui.wizards;x-friends:=&quot;org.eclipse.team.cvs.ssh,org.eclipse.team.cvs.ssh2,org.eclipse.team.cvs.ui&quot;,org.eclipse.team.ui,org.eclipse.team.ui.history,org.eclipse.team.ui.mapping,org.eclipse.team.ui.synchronize&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.team.ui;tag=I20100912-2000&#xA;Bundle-SymbolicName: org.eclipse.team.ui; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.config.cocoa.macosx.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.cocoa.macosx.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.sdk.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.configuration' version='3.7.0.I20100921-1024'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.configuration' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <requires size='126'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.ini.motif.hpux.ia64_32' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.ini.gtk.linux.ppc' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.ini.cocoa.macosx.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.ini.carbon.macosx.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.config.gtk.linux.ppc' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.ini.gtk.solaris.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.config.gtk.solaris.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.ini.gtk.linux.s390' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.ini.win32.win32.x86_64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.config.gtk.linux.s390' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.config.gtk.linux.x86_64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.ini.win32.win32.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.ini.cocoa.macosx.x86_64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.config.motif.aix.ppc' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.ini.motif.aix.ppc' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.ini.gtk.linux.x86_64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.config.win32.win32.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.config.win32.win32.x86_64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.ini.gtk.linux.s390x' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.ini.gtk.solaris.sparc' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.config.cocoa.macosx.x86_64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.config.carbon.macosx.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.config.gtk.linux.s390x' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.ini.gtk.linux.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.config.motif.hpux.ia64_32' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.config.cocoa.macosx.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.config.gtk.linux.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.config.gtk.solaris.sparc' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.ini.gtk.linux.ppc64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.gtk.linux.ppc64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.search' version='3.6.100.v20100907-0800'>
+ <update id='org.eclipse.search' range='[0.0.0,3.6.100.v20100907-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Search Support'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='16'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.search' version='3.6.100.v20100907-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.search' version='3.6.100.v20100907-0800'/>
+ <provided namespace='java.package' name='org.eclipse.search.core.text' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.search.internal.core.text' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.search.internal.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.search.internal.ui.text' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.search.internal.ui.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.search.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.search.ui.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.search.ui.text' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.search2.internal.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.search2.internal.ui.basic.views' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.search2.internal.ui.text' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.search2.internal.ui.text2' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='11'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filebuffers' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.forms' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ltk.core.refactoring' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ltk.ui.refactoring' range='[3.5.0,4.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.search' version='3.6.100.v20100907-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 3.6.100.v20100907-0800&#xA;Import-Package: com.ibm.icu.text&#xA;Bundle-Activator: org.eclipse.search.internal.ui.SearchPlugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.filebuffers;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.ide;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.workbench.texteditor;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jface.text;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.forms;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.ltk.core.refactoring;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ltk.ui.refactoring;bundle-version=&quot;[3.5.0,4.0.0)&quot;&#xA;Export-Package: org.eclipse.search.core.text,org.eclipse.search.internal.core.text;x-internal:=true,org.eclipse.search.internal.ui;x-internal:=true,org.eclipse.search.internal.ui.text;x-internal:=true,org.eclipse.search.internal.ui.util;x-internal:=true,org.eclipse.search.ui,org.eclipse.search.ui.actions,org.eclipse.search.ui.text,org.eclipse.search2.internal.ui;x-internal:=true,org.eclipse.search2.internal.ui.basic.views;x-internal:=true,org.eclipse.search2.internal.ui.text;x-internal:=true,org.eclipse.search2.internal.ui.text2;x-internal:=true&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.search;tag=v20100907-0800&#xA;Bundle-SymbolicName: org.eclipse.search; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.filesystem.macosx' version='1.3.0.v20100505'>
+ <update id='org.eclipse.core.filesystem.macosx' range='[0.0.0,1.3.0.v20100505)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Core File System for Macintosh'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.macosx' version='1.3.0.v20100505'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.filesystem.macosx' version='1.3.0.v20100505'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.core.filesystem' version='1.3.0.v20100505'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.3.0,2.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.os=macosx)(|(osgi.arch=ppc)(osgi.arch=x86)(osgi.arch=x86_64)))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.filesystem.macosx' version='1.3.0.v20100505'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Fragment-Host: org.eclipse.core.filesystem;bundle-version=&quot;[1.3.0,2.0.0)&quot;&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.3.0.v20100505&#xA;Eclipse-PlatformFilter: (&amp; (osgi.os=macosx) (|(osgi.arch=x86) (osgi.arch=ppc) (osgi.arch=x86_64)))&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.filesystem.macosx;tag=v20100505&#xA;Bundle-SymbolicName: org.eclipse.core.filesystem.macosx; singleton:=true&#xA;Bundle-Localization: fragment&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.motif.linux.x86' version='3.7.0.v3707'>
+ <update id='org.eclipse.swt.motif.linux.x86' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for Motif'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='12'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.motif.linux.x86' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.motif.linux.x86' version='3.7.0.v3707'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.cairo' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.cde' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.gnome' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.gtk' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.motif' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.mozilla' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.opengl.glx' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.swt' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='[3.0.0,4.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.motif.linux.x86' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.swt; bundle-version=&quot;[3.0.0,4.0.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.swt.motif.linux.x86; singleton:=true&#xA;Bundle-Version: 3.7.0.v3707&#xA;Export-Package: org.eclipse.swt.internal.cairo; x-internal:=true,org.eclipse.swt.internal.cde; x-internal:=true,org.eclipse.swt.internal.gnome; x-internal:=true,org.eclipse.swt.internal.gtk; x-internal:=true,org.eclipse.swt.internal.motif; x-internal:=true,org.eclipse.swt.internal.mozilla; x-internal:=true,org.eclipse.swt.internal.opengl.glx; x-internal:=true&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=motif) (osgi.os=linux) (osgi.arch=x86))
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.equinox.launcher.carbon.macosx' version='1.1.100.v20100824a' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.carbon.macosx' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='org.eclipse.pde.build.default' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.carbon.macosx' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='tooling' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.carbon.macosx' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.os=macosx)(osgi.ws=carbon)(|(osgi.arch=ppc)(osgi.arch=x86)))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='unconfigure'>
+ removeProgramArg(programArg:--launcher.library);removeProgramArg(programArg:@artifact);
+ </instruction>
+ <instruction key='configure'>
+ addProgramArg(programArg:--launcher.library);addProgramArg(programArg:@artifact);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.x86org.eclipse.core.runtime' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.core.runtime' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.core.tests.model' version='3.4.0.v_B13a'>
+ <update id='org.eclipse.jdt.core.tests.model' range='[0.0.0,3.4.0.v_B13a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Model Tests'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='11'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.core.tests.model' version='3.4.0.v_B13a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.core.tests.model' version='3.4.0.v_B13a'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.tests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.tests.dom' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.tests.formatter' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.tests.formatter.comment' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.tests.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.tests.rewrite.describing' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.tests.rewrite.modifying' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='11'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.7.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.junit' range='3.8.1'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core.tests.compiler' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core.tests.builder' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.core' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='com.ibm.icu' range='3.4.4'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.2.0,2.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.core.tests.model' version='3.4.0.v_B13a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Export-Package: org.eclipse.jdt.core.tests,org.eclipse.jdt.core.tests.dom,org.eclipse.jdt.core.tests.formatter,org.eclipse.jdt.core.tests.formatter.comment,org.eclipse.jdt.core.tests.model,org.eclipse.jdt.core.tests.rewrite.describing,org.eclipse.jdt.core.tests.rewrite.modifying&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin&#xA;Require-Bundle: org.eclipse.core.resources;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.jdt.core;bundle-version=&quot;[3.7.0,4.0.0)&quot;,org.junit;bundle-version=&quot;3.8.1&quot;,org.eclipse.test.performance;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.jdt.core.tests.compiler;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.jdt.core.tests.builder;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.team.core;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.text;bundle-version=&quot;[3.2.0,4.0.0)&quot;,com.ibm.icu;bundle-version=&quot;3.4.4&quot;,org.eclipse.core.filesystem;bundle-version=&quot;[1.2.0,2.0.0)&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.core.tests.model;tag=v_B13a&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 3.4.0.v_B13a&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.jdt.core.tests.model;singleton:=true&#xA;Bundle-ClassPath: jdtcoretestsmodel.jar&#xA;Manifest-Version: 1.0
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.executable_root.gtk.linux.s390x' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.gtk.linux.s390x' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.equinox.executable_root.gtk.linux.s390x' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcocoa.macosx.x86org.eclipse.equinox.common' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.common' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcocoa.macosx.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.help.ui.source' version='3.5.100.v20100628' singleton='false'>
+ <update id='org.eclipse.help.ui.source' range='[0.0.0,3.5.100.v20100628)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.help_system_plugin_name' value='Help System UI Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%help_system_plugin_name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.ui.source' version='3.5.100.v20100628'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.help.ui.source' version='3.5.100.v20100628'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.help.ui.source' version='3.5.100.v20100628'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.5.100.v20100628&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.help.ui.source&#xA;Bundle-Name: %help_system_plugin_name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.help.ui;version=&quot;3.5.100.v20100628&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcocoa.macosx.x86org.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcocoa.macosx.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:1);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.ini.gtk.linux.ppc' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.gtk.linux.ppc' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcocoa.macosx.x86org.eclipse.core.runtime' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.core.runtime' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcocoa.macosx.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.test.performance.win32' version='3.1.100' singleton='false'>
+ <update id='org.eclipse.test.performance.win32' range='[0.0.0,3.1.100)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Performance Monitor for Windows'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.test.performance.win32' version='3.1.100'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.test.performance.win32' version='3.1.100'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.test.performance' version='3.1.100'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='[3.1.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.test.performance.win32' version='3.1.100'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %Plugin.name&#xA;Bundle-Version: 3.1.100&#xA;Fragment-Host: org.eclipse.test.performance;bundle-version=&quot;[3.1.0,4.0.0)&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.test.performance.win32;tag=v20070530&#xA;Bundle-SymbolicName: org.eclipse.test.performance.win32&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %Plugin.providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.ini.win32.win32.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.win32.win32.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.directorywatcher.source' version='1.0.300.v20100809-1900' singleton='false'>
+ <update id='org.eclipse.equinox.p2.directorywatcher.source' range='[0.0.0,1.0.300.v20100809-1900)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Directory Watcher Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.directorywatcher.source' version='1.0.300.v20100809-1900'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.directorywatcher.source' version='1.0.300.v20100809-1900'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.directorywatcher.source' version='1.0.300.v20100809-1900'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.300.v20100809-1900&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.directorywatcher.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.directorywatcher;version=&quot;1.0.300.v20100809-1900&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcocoa.macosx.x86_64org.eclipse.equinox.common' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.equinox.common' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcocoa.macosx.x86_64' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.runtime.compatibility.registry.source' version='3.3.0.v20100520' singleton='false'>
+ <update id='org.eclipse.core.runtime.compatibility.registry.source' range='[0.0.0,3.3.0.v20100520)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Eclipse Registry Compatibility Fragment Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime.compatibility.registry.source' version='3.3.0.v20100520'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.runtime.compatibility.registry.source' version='3.3.0.v20100520'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.runtime.compatibility.registry.source' version='3.3.0.v20100520'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.3.0.v20100520&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.core.runtime.compatibility.registry.source&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragment&#xA;Eclipse-SourceBundle: org.eclipse.core.runtime.compatibility.registry;version=&quot;3.3.0.v20100520&quot;;roots:=&quot;runtime_registry_compatibilitysrc&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.examples.controls' version='3.1.100.v3707'>
+ <update id='org.eclipse.swt.examples.controls' range='[0.0.0,3.1.100.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.plugin.SWTControlsExample.name' value='SWT Controls Example Plugin'/>
+ <property name='org.eclipse.equinox.p2.name' value='%plugin.SWTControlsExample.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.controls' version='3.1.100.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.examples.controls' version='3.1.100.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='9'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.swt.examples' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.examples.controls' version='3.1.100.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Require-Bundle: org.eclipse.ui.ide,org.eclipse.ui.views,org.eclipse.jface.text,org.eclipse.ui.workbench.texteditor,org.eclipse.ui.editors,org.eclipse.core.runtime,org.eclipse.ui,org.eclipse.swt,org.eclipse.swt.examples&#xA;Bundle-Activator: org.eclipse.swt.examples.controls.ControlPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.swt.examples.controls;tag=v3707&#xA;Bundle-Name: %plugin.SWTControlsExample.name&#xA;Bundle-Version: 3.1.100.v3707&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.swt.examples.controls; singleton:=true&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ClassPath: controls.jar&#xA;Manifest-Version: 1.0
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.gtk.linux.s390.source' version='3.7.0.v3707' singleton='false'>
+ <update id='org.eclipse.swt.gtk.linux.s390.source' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for GTK 2.0 Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.linux.s390.source' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.gtk.linux.s390.source' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.gtk.linux.s390.source' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 3.7.0.v3707&#xA;Eclipse-SourceBundle: org.eclipse.swt.gtk.linux.s390;version=&quot;3.7.0.v3707&quot;&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=s390))&#xA;Bundle-SymbolicName: org.eclipse.swt.gtk.linux.s390.source&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='com.ibm.icu.source' version='4.2.1.v20100412' singleton='false'>
+ <update id='com.ibm.icu.source' range='[0.0.0,4.2.1.v20100412)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.pluginName' value='International Components for Unicode for Java (ICU4J) Source'/>
+ <property name='df_LT.providerName' value='IBM Corporation'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='com.ibm.icu.source' version='4.2.1.v20100412'/>
+ <provided namespace='osgi.bundle' name='com.ibm.icu.source' version='4.2.1.v20100412'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='com.ibm.icu.source' version='4.2.1.v20100412'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: com.ibm.icu.source&#xA;Eclipse-SourceBundle: com.ibm.icu;version=&quot;4.2.1.v20100412&quot;;roots:=&quot;.&quot;&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 4.2.1.v20100412
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.ui.sdk.scheduler' version='1.0.0.v20100507-1815'>
+ <update id='org.eclipse.equinox.p2.ui.sdk.scheduler' range='[0.0.0,1.0.0.v20100507-1815)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Equinox Provisioning Platform Automatic Update Support'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.sdk.scheduler' version='1.0.0.v20100507-1815'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.ui.sdk.scheduler' version='1.0.0.v20100507-1815'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.ui.sdk.scheduler' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='26'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.updatechecker' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.ui' range='0.0.0'/>
+ <required namespace='java.package' name='com.ibm.icu.util' range='4.0.1'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.core.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.engine' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.engine.phases' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata.query' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.ui.actions' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.ui.query' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.core.eventbus' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.director' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.repository' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.updatechecker' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.engine' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.engine.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.operations' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.ui' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.resolver' range='1.1.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.1.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.packageadmin' range='1.2.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.ui.sdk.scheduler' version='1.0.0.v20100507-1815'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %bundleName&#xA;Bundle-Version: 1.0.0.v20100507-1815&#xA;Import-Package: com.ibm.icu.util;version=&quot;4.0.1&quot;,org.eclipse.equinox.internal.p2.core.helpers,org.eclipse.equinox.internal.p2.engine,org.eclipse.equinox.internal.p2.engine.phases,org.eclipse.equinox.internal.p2.metadata.query,org.eclipse.equinox.internal.p2.ui.actions,org.eclipse.equinox.internal.p2.ui.query,org.eclipse.equinox.internal.provisional.p2.core.eventbus,org.eclipse.equinox.internal.provisional.p2.director,org.eclipse.equinox.internal.provisional.p2.repository,org.eclipse.equinox.internal.provisional.p2.updatechecker,org.eclipse.equinox.p2.core;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.engine;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.engine.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.operations;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.ui;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.osgi.service.resolver;version=&quot;1.1.0&quot;,org.eclipse.osgi.util;version=&quot;1.1.0&quot;,org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.service.packageadmin;version=&quot;1.2.0&quot;&#xA;Bundle-Activator: org.eclipse.equinox.internal.p2.ui.sdk.scheduler.AutomaticUpdatePlugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.equinox.p2.updatechecker,org.eclipse.equinox.p2.ui&#xA;Export-Package: org.eclipse.equinox.internal.p2.ui.sdk.scheduler;x-internal:=true&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler;tag=v20100507-1815&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.ui.sdk.scheduler;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.cheatsheets' version='3.4.0.v20100427'>
+ <update id='org.eclipse.ui.cheatsheets' range='[0.0.0,3.4.0.v20100427)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.PLUGIN_NAME' value='Cheat Sheets'/>
+ <property name='df_LT.PROVIDER_NAME' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%PLUGIN_NAME'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%PROVIDER_NAME'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='18'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.cheatsheets' version='3.4.0.v20100427'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.cheatsheets' version='3.4.0.v20100427'/>
+ <provided namespace='java.package' name='org.eclipse.ui.cheatsheets' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.cheatsheets' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.cheatsheets.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.cheatsheets.composite.explorer' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.cheatsheets.composite.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.cheatsheets.composite.parser' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.cheatsheets.composite.views' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.cheatsheets.data' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.cheatsheets.dialogs' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.cheatsheets.handlers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.cheatsheets.registry' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.cheatsheets.state' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.cheatsheets.views' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.provisional.cheatsheets' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='11'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.forms' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.help' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.help.base' range='[3.5.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.help.ui' range='[3.5.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='3.4.200'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='org.w3c.dom' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.cheatsheets' version='3.4.0.v20100427'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %PLUGIN_NAME&#xA;Require-Bundle: org.eclipse.ui;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.ui.forms;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.help;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.help.base;bundle-version=&quot;[3.5.0,4.0.0)&quot;;resolution:=optional,org.eclipse.help.ui;bundle-version=&quot;[3.5.0,4.0.0)&quot;;resolution:=optional,org.eclipse.core.expressions;bundle-version=&quot;3.4.200&quot;&#xA;Bundle-Activator: org.eclipse.ui.internal.cheatsheets.CheatSheetPlugin&#xA;Bundle-Vendor: %PROVIDER_NAME&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.cheatsheets;tag=v20100427&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.4.0.v20100427&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.ui.cheatsheets,org.eclipse.ui.internal.cheatsheets;x-friends:=&quot;org.eclipse.ua.tests&quot;,org.eclipse.ui.internal.cheatsheets.actions;x-friends:=&quot;org.eclipse.ua.tests&quot;,org.eclipse.ui.internal.cheatsheets.composite.explorer;x-friends:=&quot;org.eclipse.ua.tests&quot;,org.eclipse.ui.internal.cheatsheets.composite.model;x-friends:=&quot;org.eclipse.ua.tests&quot;,org.eclipse.ui.internal.cheatsheets.composite.parser;x-friends:=&quot;org.eclipse.ua.tests&quot;,org.eclipse.ui.internal.cheatsheets.composite.views;x-friends:=&quot;org.eclipse.ua.tests&quot;,org.eclipse.ui.internal.cheatsheets.data;x-friends:=&quot;org.eclipse.ua.tests&quot;,org.eclipse.ui.internal.cheatsheets.dialogs;x-friends:=&quot;org.eclipse.ua.tests&quot;,org.eclipse.ui.internal.cheatsheets.handlers;x-friends:=&quot;org.eclipse.ua.tests&quot;,org.eclipse.ui.internal.cheatsheets.registry;x-friends:=&quot;org.eclipse.ua.tests&quot;,org.eclipse.ui.internal.cheatsheets.state;x-friends:=&quot;org.eclipse.ua.tests&quot;,org.eclipse.ui.internal.cheatsheets.views;x-friends:=&quot;org.eclipse.ua.tests&quot;,org.eclipse.ui.internal.provisional.cheatsheets;x-friends:=&quot;org.eclipse.ua.tests&quot;&#xA;Bundle-SymbolicName: org.eclipse.ui.cheatsheets; singleton:=true&#xA;Import-Package: com.ibm.icu.text,javax.xml.parsers,org.w3c.dom,org.xml.sax&#xA;Eclipse-LazyStart: true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.s390org.eclipse.update.configurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.update.configurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.s390' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:false);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingwin32.win32.x86_64org.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingwin32.win32.x86_64' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingmotif.aix.ppcorg.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingmotif.aix.ppc' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:1);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.servletbridge.extensionbundle' version='1.2.0.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.servletbridge.extensionbundle' range='[0.0.0,1.2.0.v20100503)' severity='0'/>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.name' value='Servletbridge Extension bundle'/>
+ </properties>
+ <provides size='8'>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='java.package' name='javax.servlet' version='2.5.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.servletbridge' version='1.1.0'/>
+ <provided namespace='java.package' name='javax.servlet.http' version='2.5.0'/>
+ <provided namespace='java.package' name='javax.servlet.resources' version='2.5.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.osgi' version='1.2.0.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.servletbridge.extensionbundle' version='1.2.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.servletbridge.extensionbundle' version='1.2.0.v20100503'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.osgi' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.servletbridge.extensionbundle' version='1.2.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;X-Deploy-Export-Package: javax.servlet;version=&quot;2.5&quot;,javax.servlet.http;version =&quot;2.5&quot;,javax.servlet.resources;version=&quot;2.5&quot;,org.eclipse.equinox.servletbridge;version=&quot;1.1&quot;&#xA;Bundle-Version: 1.2.0.v20100503&#xA;Manifest-Version: 1.0&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/server-side/bundles/org.eclipse.equinox.servletbridge.extensionbundle;tag=v20100503&#xA;Bundle-SymbolicName: org.eclipse.equinox.servletbridge.extensionbundle&#xA;Bundle-Name: Servletbridge Extension bundle&#xA;Fragment-Host: system.bundle; extension:=framework
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.preferences' version='3.3.0.v20100503'>
+ <update id='org.eclipse.equinox.preferences' range='[0.0.0,3.3.0.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Eclipse Preferences Mechanism'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='8'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.preferences' version='3.3.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.preferences' version='3.3.0.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.preferences' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.preferences.exchange' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.runtime.preferences' version='3.3.0'/>
+ <provided namespace='java.package' name='org.osgi.service.prefs' version='1.1.1'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='10'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.registry' range='[3.2.0,4.0.0)' optional='true'/>
+ <required namespace='java.package' name='org.eclipse.osgi.framework.log' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.datalocation' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.debug' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.environment' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.packageadmin' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.preferences' version='3.3.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Import-Package: org.eclipse.osgi.framework.log,org.eclipse.osgi.service.datalocation,org.eclipse.osgi.service.debug,org.eclipse.osgi.service.environment,org.eclipse.osgi.util,org.osgi.framework,org.osgi.service.packageadmin,org.osgi.util.tracker&#xA;Bundle-ManifestVersion: 2&#xA;Comment-Header: Both Eclipse-LazyStart and Bundle-ActivationPolicy are specified for compatibility with 3.2&#xA;Manifest-Version: 1.0&#xA;Bundle-Name: %pluginName&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy; exclude:=&quot;org.eclipse.core.internal.preferences.exchange&quot;&#xA;Bundle-Version: 3.3.0.v20100503&#xA;Export-Package: org.eclipse.core.internal.preferences;x-friends:=&quot;org.eclipse.core.resources,org.eclipse.core.runtime,org.eclipse.equinox.p2.engine&quot;,org.eclipse.core.internal.preferences.exchange;x-friends:=&quot;org.eclipse.core.runtime&quot;,org.eclipse.core.runtime.preferences;version=&quot;3.3.0&quot;,org.osgi.service.prefs;version=&quot;1.1.1&quot;&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.equinox.registry;bundle-version=&quot;[3.2.0,4.0.0)&quot;;resolution:=optional&#xA;Bundle-Activator: org.eclipse.core.internal.preferences.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.preferences;tag=v20100503&#xA;Bundle-SymbolicName: org.eclipse.equinox.preferences; singleton:=true&#xA;Eclipse-LazyStart: true; exceptions=&quot;org.eclipse.core.internal.preferences.exchange&quot;&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.ini.cocoa.macosx.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.ini.cocoa.macosx.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.ide' name='org.eclipse.platform.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);removeJvmArg(jvmArg:-XstartOnFirstThread);removeJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);addJvmArg(jvmArg:-XstartOnFirstThread);addJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.core.tests.performance' version='3.4.0.v_B13a' singleton='false'>
+ <update id='org.eclipse.jdt.core.tests.performance' range='[0.0.0,3.4.0.v_B13a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JDT Core Performance Tests'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.core.tests.performance' version='3.4.0.v_B13a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.core.tests.performance' version='3.4.0.v_B13a'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.tests.performance' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.tests.performance.util' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='9'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.7.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core.tests.builder' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core.tests.compiler' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core.tests.model' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.junit' range='3.8.1'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text' range='[3.1.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.core.tests.performance' version='3.4.0.v_B13a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Export-Package: org.eclipse.jdt.core.tests.performance,org.eclipse.jdt.core.tests.performance.util&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin&#xA;Require-Bundle: org.eclipse.core.resources;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.jdt.core;bundle-version=&quot;[3.7.0,4.0.0)&quot;,org.eclipse.jdt.core.tests.builder;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.jdt.core.tests.compiler;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.jdt.core.tests.model;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.junit;bundle-version=&quot;3.8.1&quot;,org.eclipse.test.performance;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.text;bundle-version=&quot;[3.1.0,4.0.0)&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.core.tests.performance;tag=v_B13a&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 3.4.0.v_B13a&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.jdt.core.tests.performance&#xA;Bundle-ClassPath: jdtcoretestsperf.jar&#xA;Manifest-Version: 1.0
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcocoa.macosx.x86org.eclipse.equinox.ds' version='1.1.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.ds' version='1.1.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcocoa.macosx.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.operations.source' version='2.0.0.v20100809-1900' singleton='false'>
+ <update id='org.eclipse.equinox.p2.operations.source' range='[0.0.0,2.0.0.v20100809-1900)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Update Checker Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.operations.source' version='2.0.0.v20100809-1900'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.operations.source' version='2.0.0.v20100809-1900'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.operations.source' version='2.0.0.v20100809-1900'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 2.0.0.v20100809-1900&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.operations.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.operations;version=&quot;2.0.0.v20100809-1900&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.net' version='1.2.100.I20100505-1245'>
+ <update id='org.eclipse.ui.net' range='[0.0.0,1.2.100.I20100505-1245)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.PLUGIN_NAME' value='Internet Connection Management UI'/>
+ <property name='df_LT.PLUGIN_PROVIDER' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%PLUGIN_NAME'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%PLUGIN_PROVIDER'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.net' version='1.2.100.I20100505-1245'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.net' version='1.2.100.I20100505-1245'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.net' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.net.auth' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='3'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.net' range='[1.0.0,2.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.net' version='1.2.100.I20100505-1245'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-Name: %PLUGIN_NAME&#xA;Bundle-Activator: org.eclipse.ui.internal.net.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.net;tag=I20100505-1245&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %PLUGIN_PROVIDER&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.ui.net; singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.2.100.I20100505-1245&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.ui.internal.net;x-internal:=true,org.eclipse.ui.internal.net.auth;x-internal:=true&#xA;Require-Bundle: org.eclipse.ui;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.core.net;bundle-version=&quot;[1.0.0,2.0.0)&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.tests.views.properties.tabbed' version='3.5.0.I20090525-2000'>
+ <update id='org.eclipse.ui.tests.views.properties.tabbed' range='[0.0.0,3.5.0.I20090525-2000)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Tabbed Properties View Tests'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.tests.views.properties.tabbed' version='3.5.0.I20090525-2000'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.tests.views.properties.tabbed' version='3.5.0.I20090525-2000'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='6'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views.properties.tabbed' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.tests.views.properties.tabbed' version='3.5.0.I20090525-2000'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %Plugin.name&#xA;Bundle-Activator: org.eclipse.ui.tests.views.properties.tabbed.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.tests.views.properties.tabbed;tag=I20090525-2000&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %Plugin.providerName&#xA;Bundle-ClassPath: uitptests.jar&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.ui.tests.views.properties.tabbed;singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.5.0.I20090525-2000&#xA;Bundle-Localization: plugin&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.junit,org.eclipse.ui.ide,org.eclipse.ui.views.properties.tabbed,org.eclipse.jface.text
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.ppc64org.eclipse.equinox.ds' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppc64org.eclipse.equinox.ds' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.ppc64' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ltk.core.refactoring.tests' version='3.5.0.v20100824-0800'>
+ <update id='org.eclipse.ltk.core.refactoring.tests' range='[0.0.0,3.5.0.v20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Refactoring Core Test Plug-in'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='10'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ltk.core.refactoring.tests' version='3.5.0.v20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ltk.core.refactoring.tests' version='3.5.0.v20100824-0800'/>
+ <provided namespace='java.package' name='org.eclipse.ltk.core.refactoring.tests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ltk.core.refactoring.tests.history' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ltk.core.refactoring.tests.participants' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ltk.core.refactoring.tests.resource' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ltk.core.refactoring.tests.scripting' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ltk.core.refactoring.tests.util' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='7'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ltk.core.refactoring' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.junit' range='3.8.2'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.commands' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.2.0,2.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ltk.core.refactoring.tests' version='3.5.0.v20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-ClassPath: refcoretests.jar&#xA;Bundle-Version: 3.5.0.v20100824-0800&#xA;Bundle-Activator: org.eclipse.ltk.core.refactoring.tests.RefactoringCoreTestPlugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.core.resources;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ltk.core.refactoring;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.text;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.junit;bundle-version=&quot;3.8.2&quot;,org.eclipse.core.commands;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.filesystem;bundle-version=&quot;[1.2.0,2.0.0)&quot;&#xA;Export-Package: org.eclipse.ltk.core.refactoring.tests;x-internal:=true,org.eclipse.ltk.core.refactoring.tests.history,org.eclipse.ltk.core.refactoring.tests.participants;x-internal:=true,org.eclipse.ltk.core.refactoring.tests.resource,org.eclipse.ltk.core.refactoring.tests.scripting,org.eclipse.ltk.core.refactoring.tests.util;x-internal:=true&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ltk.core.refactoring.tests;tag=v20100824-0800&#xA;Bundle-SymbolicName: org.eclipse.ltk.core.refactoring.tests; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='com.ibm.icu.base.feature.group' version='1.1.0.v20090119-79318s73533B57' singleton='false'>
+ <update id='com.ibm.icu.base.feature.group' range='[0.0.0,1.1.0.v20090119-79318s73533B57)' severity='0'/>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ </properties>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='com.ibm.icu.base.feature.group' version='1.1.0.v20090119-79318s73533B57'/>
+ </provides>
+ <requires size='3'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='com.ibm.icu.base' range='[4.2.1.v20100412,4.2.1.v20100412]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='com.ibm.icu.base.source' range='[4.2.1.v20100412,4.2.1.v20100412]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='com.ibm.icu.base.feature.jar' range='[1.1.0.v20090119-79318s73533B57,1.1.0.v20090119-79318s73533B57]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.sdk.feature.jar' version='3.6.0.v20100503-9I7ZGSuGJYaz0lz0lpdv6ZbH613B'>
+ <properties size='8'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Equinox p2 SDK'/>
+ <property name='df_LT.providerName' value='Eclipse Equinox Project'/>
+ <property name='df_LT.description' value='All of the bundles and source that comprise the Equinox p2 provisioning platform. &#xA;This feature includes the corresponding source and is intended to be added to target platforms at development time rather than deployed with end-user systems.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2009, 2010 EclipseSource and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;EclipseSource - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.sdk.feature.jar' version='3.6.0.v20100503-9I7ZGSuGJYaz0lz0lpdv6ZbH613B'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.equinox.p2.sdk' version='3.6.0.v20100503-9I7ZGSuGJYaz0lz0lpdv6ZbH613B'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.equinox.p2.sdk' version='3.6.0.v20100503-9I7ZGSuGJYaz0lz0lpdv6ZbH613B'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.apache.commons.logging' version='1.0.4.v201005080501' singleton='false'>
+ <update id='org.apache.commons.logging' range='[0.0.0,1.0.4.v201005080501)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleProvider' value='Eclipse Orbit'/>
+ <property name='df_LT.bundleName' value='Apache Commons Logging Plug-in'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleProvider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.logging' version='1.0.4.v201005080501'/>
+ <provided namespace='osgi.bundle' name='org.apache.commons.logging' version='1.0.4.v201005080501'/>
+ <provided namespace='java.package' name='org.apache.commons.logging' version='1.0.4'/>
+ <provided namespace='java.package' name='org.apache.commons.logging.impl' version='1.0.4'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.apache.commons.logging' version='1.0.4.v201005080501'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-Vendor: %bundleProvider&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %bundleName&#xA;Export-Package: org.apache.commons.logging;version=&quot;1.0.4&quot;,org.apache.commons.logging.impl;version=&quot;1.0.4&quot;&#xA;Bundle-Version: 1.0.4.v201005080501&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-SymbolicName: org.apache.commons.logging
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.ide.application' version='1.0.300.I20100831-0800'>
+ <update id='org.eclipse.ui.ide.application' range='[0.0.0,1.0.300.I20100831-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Eclipse IDE UI Application'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.ide.application' version='1.0.300.I20100831-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.ide.application' version='1.0.300.I20100831-0800'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.ide.application' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.ide.application.dialogs' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='7'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.net' range='[1.0.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='1.3.0'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.ide.application' version='1.0.300.I20100831-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: %Plugin.name&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.ide.application;tag=I20100831-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %Plugin.providerName&#xA;Bundle-ClassPath: e4-ide-application.jar,.&#xA;Bundle-SymbolicName: org.eclipse.ui.ide.application;singleton:=true&#xA;Import-Package: com.ibm.icu.text&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.300.I20100831-0800&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.ui.internal.ide.application;x-internal:=true,org.eclipse.ui.internal.ide.application.dialogs;x-internal:=true&#xA;Require-Bundle: org.eclipse.ui.ide;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.core.net;bundle-version=&quot;[1.0.0,2.0.0)&quot;,org.eclipse.core.filesystem;bundle-version=&quot;1.3.0&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.jobs' version='3.5.100.v20100823'>
+ <update id='org.eclipse.core.jobs' range='[0.0.0,3.5.100.v20100823)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Eclipse Jobs Mechanism'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.jobs' version='3.5.100.v20100823'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.jobs' version='3.5.100.v20100823'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.jobs' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.runtime.jobs' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='6'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.2.0,4.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.debug' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.packageadmin' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.jobs' version='3.5.100.v20100823'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 3.5.100.v20100823&#xA;Eclipse-LazyStart: true&#xA;Import-Package: org.eclipse.osgi.service.debug,org.eclipse.osgi.util,org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.service.packageadmin,org.osgi.util.tracker&#xA;Bundle-Activator: org.eclipse.core.internal.jobs.JobActivator&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;[3.2.0,4.0.0)&quot;&#xA;Export-Package: org.eclipse.core.internal.jobs;x-internal:=true,org.eclipse.core.runtime.jobs&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.jobs;tag=v20100823&#xA;Bundle-SymbolicName: org.eclipse.core.jobs; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.ini.motif.hpux.ia64_32' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.motif.hpux.ia64_32' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.solaris.sparcorg.eclipse.update.configurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.update.configurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.solaris.sparc' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:false);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.runtime.compatibility.source' version='3.2.100.v20100505' singleton='false'>
+ <update id='org.eclipse.core.runtime.compatibility.source' range='[0.0.0,3.2.100.v20100505)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Core Runtime Plug-in Compatibility Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime.compatibility.source' version='3.2.100.v20100505'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.runtime.compatibility.source' version='3.2.100.v20100505'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.runtime.compatibility.source' version='3.2.100.v20100505'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.2.100.v20100505&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.core.runtime.compatibility.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.core.runtime.compatibility;version=&quot;3.2.100.v20100505&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.jsp.jasper' version='1.0.200.v20100421' singleton='false'>
+ <update id='org.eclipse.equinox.jsp.jasper' range='[0.0.0,1.0.200.v20100421)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Jasper Jsp Support Bundle'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jsp.jasper' version='1.0.200.v20100421'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.jsp.jasper' version='1.0.200.v20100421'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.jsp.jasper' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='8'>
+ <required namespace='java.package' name='javax.servlet' range='[2.4.0,3.0.0)'/>
+ <required namespace='java.package' name='javax.servlet.http' range='[2.4.0,3.0.0)'/>
+ <required namespace='java.package' name='javax.servlet.jsp' range='[2.0.0,2.1.0)'/>
+ <required namespace='java.package' name='org.apache.jasper.servlet' range='[0.0.0,6.0.0)'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.http' range='1.2.0'/>
+ <required namespace='java.package' name='org.osgi.service.packageadmin' range='1.2.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='1.3.1'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.jsp.jasper' version='1.0.200.v20100421'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %bundleName&#xA;Bundle-Activator: org.eclipse.equinox.internal.jsp.jasper.Activator&#xA;Bundle-Vendor: %providerName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/server-side/bundles/org.eclipse.equinox.jsp.jasper;tag=v20100421&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.0.200.v20100421&#xA;Bundle-Localization: plugin&#xA;Comment-Header: Both Eclipse-LazyStart and Bundle-ActivationPolicy are specified for compatibility with 3.2&#xA;Export-Package: org.eclipse.equinox.jsp.jasper;version=&quot;1.0.0&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.jsp.jasper&#xA;Import-Package: javax.servlet;version=&quot;[2.4, 3.0)&quot;,javax.servlet.http;version=&quot;[2.4, 3.0)&quot;,javax.servlet.jsp;version=&quot;[2.0, 2.1)&quot;,org.apache.jasper.servlet;version=&quot;[0, 6)&quot;,org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.service.http;version=&quot;1.2.0&quot;,org.osgi.service.packageadmin;version=&quot;1.2.0&quot;,org.osgi.util.tracker;version=&quot;1.3.1&quot;&#xA;Eclipse-LazyStart: true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.http.jetty.source' version='2.0.0.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.http.jetty.source' range='[0.0.0,2.0.0.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Jetty Http Service Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.jetty.source' version='2.0.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.http.jetty.source' version='2.0.0.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.http.jetty.source' version='2.0.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 2.0.0.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.http.jetty.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.http.jetty;version=&quot;2.0.0.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.weaving.caching.j9' version='1.0.0.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.weaving.caching.j9' range='[0.0.0,1.0.0.v20100503)' severity='0'/>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.name' value='J9 CachingService Plug-in (Incubation)'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.weaving.caching.j9' version='1.0.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.weaving.caching.j9' version='1.0.0.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='4'>
+ <required namespace='java.package' name='com.ibm.oti.shared' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='org.eclipse.equinox.service.weaving' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.debug' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.4.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.weaving.caching.j9' version='1.0.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Bundle-Activator: org.eclipse.equinox.weaving.internal.caching.j9.CachingServicePlugin&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.0.0.v20100503&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/weaving/bundles/org.eclipse.equinox.weaving.caching.j9;tag=v20100503&#xA;Bundle-SymbolicName: org.eclipse.equinox.weaving.caching.j9&#xA;Import-Package: com.ibm.oti.shared;resolution:=optional,org.eclipse.equinox.service.weaving,org.eclipse.osgi.service.debug;version=&quot;1.0.0&quot;,org.osgi.framework;version=&quot;1.4.0&quot;&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: J9 CachingService Plug-in (Incubation)
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:4); markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.common' version='3.6.0.v20100503'>
+ <update id='org.eclipse.equinox.common' range='[0.0.0,3.6.0.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Common Eclipse Runtime'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='8'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.common' version='3.6.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.common' version='3.6.0.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.boot' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.runtime' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.runtime' version='3.4.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.events' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='10'>
+ <required namespace='java.package' name='org.eclipse.osgi.framework.log' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.datalocation' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.debug' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.localization' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.urlconversion' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.url' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.packageadmin' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.common' version='3.6.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,J2SE-1.4&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.core.internal.runtime.Activator&#xA;Bundle-Vendor: %providerName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/components/bundles/org.eclipse.equinox.common;tag=v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.6.0.v20100503&#xA;Bundle-Localization: plugin&#xA;Comment-Header: Both Eclipse-LazyStart and Bundle-ActivationPolicy are specified for compatibility with 3.2&#xA;Export-Package: org.eclipse.core.internal.boot;x-friends:=&quot;org.eclipse.core.resources,org.eclipse.core.runtime.compatibility,org.eclipse.pde.build&quot;,org.eclipse.core.internal.runtime;common=split;mandatory:=common; x-friends:=&quot;org.eclipse.core.contenttype, org.eclipse.core.jobs, org.eclipse.equinox.preferences, org.eclipse.equinox.registry, org.eclipse.core.runtime, org.eclipse.core.runtime.compatibility, org.eclipse.core.filesystem, org.eclipse.equinox.security&quot;,org.eclipse.core.runtime;common=split;version=&quot;3.4.0&quot;;mandatory:=common,org.eclipse.equinox.events;version=&quot;1.0.0&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.common; singleton:=true&#xA;Import-Package: org.eclipse.osgi.framework.log,org.eclipse.osgi.service.datalocation,org.eclipse.osgi.service.debug,org.eclipse.osgi.service.localization,org.eclipse.osgi.service.urlconversion,org.osgi.service.url,org.eclipse.osgi.util,org.osgi.framework,org.osgi.service.packageadmin,org.osgi.util.tracker&#xA;Eclipse-LazyStart: true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.debug.tests' version='3.7.0.v20100816'>
+ <update id='org.eclipse.debug.tests' range='[0.0.0,3.7.0.v20100816)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.debug.tests' version='3.7.0.v20100816'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.debug.tests' version='3.7.0.v20100816'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='6'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.ui' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.junit' range='3.8.2'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.3.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='3.6.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.debug.tests' version='3.7.0.v20100816'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Activator: org.eclipse.debug.tests.TestsPlugin&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.debug.tests;tag=v20100816&#xA;Require-Bundle: org.eclipse.ui;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.debug.ui;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.junit;bundle-version=&quot;3.8.2&quot;,org.eclipse.core.filesystem;bundle-version=&quot;[1.3.0,2.0.0)&quot;,org.eclipse.test.performance;bundle-version=&quot;3.6.0&quot;&#xA;Bundle-Name: %pluginName&#xA;Bundle-ActivationPolicy: lazy&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.debug.tests;singleton:=true&#xA;Bundle-Version: 3.7.0.v20100816
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.ppc64org.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppc64org.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.ppc64' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:1);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.net.linux.x86' version='1.1.0.I20100505-1245'>
+ <update id='org.eclipse.core.net.linux.x86' range='[0.0.0,1.1.0.I20100505-1245)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Proxy for Linux'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.net.linux.x86' version='1.1.0.I20100505-1245'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.net.linux.x86' version='1.1.0.I20100505-1245'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.core.net' version='1.1.0.I20100505-1245'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.net' range='1.1.0'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.net.linux.x86' version='1.1.0.I20100505-1245'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86;tag=I20100505-1245&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.core.net;bundle-version=&quot;1.1.0&quot;&#xA;Bundle-SymbolicName: org.eclipse.core.net.linux.x86;singleton:=true&#xA;Bundle-Version: 1.1.0.I20100505-1245&#xA;Eclipse-PlatformFilter: (&amp; (osgi.os=linux) (osgi.arch=x86))
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.win32.wce_ppc.arm' version='3.7.0.v3707'>
+ <update id='org.eclipse.swt.win32.wce_ppc.arm' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for Windows'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.win32.wce_ppc.arm' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.win32.wce_ppc.arm' version='3.7.0.v3707'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.win32' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.swt' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='[3.0.0,4.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=arm)(osgi.os=wce_ppc)(osgi.ws=win32))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.win32.wce_ppc.arm' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.swt; bundle-version=&quot;[3.0.0,4.0.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.swt.win32.wce_ppc.arm; singleton:=true&#xA;Bundle-Version: 3.7.0.v3707&#xA;Export-Package: org.eclipse.swt.internal.win32; x-internal:=true&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=win32) (osgi.os=wce_ppc) (osgi.arch=arm))
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.http.jetty' version='2.0.0.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.http.jetty' range='[0.0.0,2.0.0.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Jetty Http Service'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.jetty' version='2.0.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.http.jetty' version='2.0.0.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.http.jetty' version='1.1.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='14'>
+ <required namespace='java.package' name='javax.servlet' range='[2.5.0,2.6.0)'/>
+ <required namespace='java.package' name='javax.servlet.http' range='[2.5.0,2.6.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.http.servlet' range='1.0.0'/>
+ <required namespace='java.package' name='org.mortbay.component' range='[6.1.0,7.0.0)'/>
+ <required namespace='java.package' name='org.mortbay.jetty' range='[6.1.0,7.0.0)'/>
+ <required namespace='java.package' name='org.mortbay.jetty.bio' range='[6.1.0,7.0.0)'/>
+ <required namespace='java.package' name='org.mortbay.jetty.handler' range='[6.1.0,7.0.0)'/>
+ <required namespace='java.package' name='org.mortbay.jetty.nio' range='[6.1.0,7.0.0)'/>
+ <required namespace='java.package' name='org.mortbay.jetty.security' range='[6.1.0,7.0.0)'/>
+ <required namespace='java.package' name='org.mortbay.jetty.servlet' range='[6.1.0,7.0.0)'/>
+ <required namespace='java.package' name='org.mortbay.log' range='[6.1.0,7.0.0)'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.cm' range='1.2.0'/>
+ <required namespace='java.package' name='org.osgi.service.startlevel' range='1.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.http.jetty' version='2.0.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %bundleName&#xA;Bundle-Activator: org.eclipse.equinox.http.jetty.internal.Activator&#xA;Bundle-Vendor: %providerName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.http.jetty6;project=&quot;org.eclipse.equinox.http.jetty&quot;;tag=v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 2.0.0.v20100503&#xA;Bundle-Localization: plugin&#xA;Comment-Header: Both Eclipse-LazyStart and Bundle-ActivationPolicy are specified for compatibility with 3.2&#xA;Export-Package: org.eclipse.equinox.http.jetty;version=&quot;1.1.0&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.http.jetty&#xA;Import-Package: javax.servlet;version=&quot;[2.5.0,2.6.0)&quot;,javax.servlet.http;version=&quot;[2.5.0,2.6.0)&quot;,org.eclipse.equinox.http.servlet;version=&quot;1.0.0&quot;,org.mortbay.component;version=&quot;[6.1.0,7.0.0)&quot;,org.mortbay.jetty;version=&quot;[6.1.0,7.0.0)&quot;,org.mortbay.jetty.bio;version=&quot;[6.1.0,7.0.0)&quot;,org.mortbay.jetty.handler;version=&quot;[6.1.0,7.0.0)&quot;,org.mortbay.jetty.nio;version=&quot;[6.1.0,7.0.0)&quot;,org.mortbay.jetty.security;version=&quot;[6.1.0,7.0.0)&quot;,org.mortbay.jetty.servlet;version=&quot;[6.1.0,7.0.0)&quot;,org.mortbay.log;version=&quot;[6.1.0,7.0.0)&quot;,org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.service.cm;version=&quot;1.2.0&quot;,org.osgi.service.startlevel;version=&quot;1.0&quot;&#xA;Eclipse-LazyStart: true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.sdk.examples.source' version='3.2.0.v20100628' singleton='false'>
+ <update id='org.eclipse.sdk.examples.source' range='[0.0.0,3.2.0.v20100628)' severity='0'/>
+ <properties size='3'>
+ <property name='df_LT.pluginName' value='Eclipse Platform Plug-in Developer Resources'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk.examples.source' version='3.2.0.v20100628'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.sdk.examples.source' version='3.2.0.v20100628'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.sdk.examples.source' version='3.2.0.v20100628'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 3.2.0.v20100628&#xA;Bundle-SymbolicName: org.eclipse.sdk.examples.source&#xA;Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-SourceBundle: org.eclipse.sdk.examples;version=&quot;3.2.0.v20100628&quot;&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.help.source.feature.group' version='1.2.0.v20100427-7e7jFB0FEx2XlnZptLQki13' singleton='false'>
+ <update id='org.eclipse.help.source.feature.group' range='[0.0.0,1.2.0.v20100427-7e7jFB0FEx2XlnZptLQki13)' severity='0'/>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Eclipse Help Developer Resources'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Source code for the Eclipse help system.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2009 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.source.feature.group' version='1.2.0.v20100427-7e7jFB0FEx2XlnZptLQki13'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='17'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='javax.servlet.source' range='[2.5.0.v200910301333,2.5.0.v200910301333]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='javax.servlet.jsp.source' range='[2.0.0.v200806031607,2.0.0.v200806031607]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.jasper.source' range='[5.5.17.v201004212143,5.5.17.v201004212143]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.el.source' range='[1.0.0.v201004212143,1.0.0.v201004212143]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.logging.source' range='[1.0.4.v201005080501,1.0.4.v201005080501]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.lucene.analysis.source' range='[1.9.1.v20100518-1140,1.9.1.v20100518-1140]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.mortbay.jetty.util.source' range='[6.1.23.v201004211559,6.1.23.v201004211559]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.mortbay.jetty.server.source' range='[6.1.23.v201004211559,6.1.23.v201004211559]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.jetty.source' range='[2.0.0.v20100503,2.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.registry.source' range='[1.1.0.v20100503,1.1.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.servlet.source' range='[1.1.0.v20100503,1.1.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jsp.jasper.source' range='[1.0.200.v20100421,1.0.200.v20100421]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jsp.jasper.registry.source' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.base.source' range='[3.5.100.v201009211024,3.5.100.v201009211024]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.ui.source' range='[3.5.100.v20100628,3.5.100.v20100628]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.webapp.source' range='[3.5.100.v20100830,3.5.100.v20100830]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.source.feature.jar' range='[1.2.0.v20100427-7e7jFB0FEx2XlnZptLQki13,1.2.0.v20100427-7e7jFB0FEx2XlnZptLQki13]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.ecf.filetransfer.source' version='4.0.0.v20100906-1425'>
+ <update id='org.eclipse.ecf.filetransfer.source' range='[0.0.0,4.0.0.v20100906-1425)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='ECF Filetransfer API Source'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org - ECF'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.filetransfer.source' version='4.0.0.v20100906-1425'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ecf.filetransfer.source' version='4.0.0.v20100906-1425'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ecf.filetransfer.source' version='4.0.0.v20100906-1425'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: ECF Filetransfer API Source&#xA;Bundle-Version: 4.0.0.v20100906-1425&#xA;Eclipse-SourceBundle: org.eclipse.ecf.filetransfer;version=&quot;4.0.0.v20100906-1425&quot;;roots=&quot;.&quot;&#xA;Created-By: 1.5.0_22-b03 (Sun Microsystems Inc.)&#xA;Bundle-SymbolicName: org.eclipse.ecf.filetransfer.source;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: Eclipse.org - ECF&#xA;Ant-Version: Apache Ant 1.7.1
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.ini.gtk.linux.s390' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.ini.gtk.linux.s390' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.ide' name='org.eclipse.platform.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.api.tools' version='1.0.300.v20100910'>
+ <update id='org.eclipse.pde.api.tools' range='[0.0.0,1.0.300.v20100910)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='API Tools'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='23'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools' version='1.0.300.v20100910'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.api.tools' version='1.0.300.v20100910'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.internal' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.internal.builder' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.internal.comparator' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.internal.descriptors' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.internal.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.internal.natures' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.internal.problems' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.internal.provisional' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.internal.provisional.builder' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.internal.provisional.comparator' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.internal.provisional.descriptors' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.internal.provisional.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.internal.provisional.problems' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.internal.provisional.scanner' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.internal.provisional.search' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.internal.search' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.internal.tasks' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.internal.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.internal.util.profiles' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='14'>
+ <required namespace='osgi.bundle' name='org.eclipse.osgi' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.core' range='[3.3.102,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.launching' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filebuffers' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ant.core' range='[3.1.300,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.objectweb.asm' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.core' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.2.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.frameworkadmin' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.api.tools' version='1.0.300.v20100910'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Import-Package: com.ibm.icu.text&#xA;Bundle-ManifestVersion: 2&#xA;Manifest-Version: 1.0&#xA;Bundle-Name: %pluginName&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ClassPath: .&#xA;Bundle-Version: 1.0.300.v20100910&#xA;Export-Package: org.eclipse.pde.api.tools.internal;x-friends:=&quot;org.eclipse.pde.api.tools.tests,org.eclipse.pde.api.tools.ui&quot;,org.eclipse.pde.api.tools.internal.builder;x-friends:=&quot;org.eclipse.pde.api.tools.ui&quot;,org.eclipse.pde.api.tools.internal.comparator;x-friends:=&quot;org.eclipse.pde.api.tools.ui&quot;,org.eclipse.pde.api.tools.internal.descriptors;x-friends:=&quot;org.eclipse.pde.api.tools.tests,org.eclipse.pde.api.tools.ui&quot;,org.eclipse.pde.api.tools.internal.model;x-friends:=&quot;org.eclipse.pde.api.tools.tests,org.eclipse.pde.api.tools.ui&quot;,org.eclipse.pde.api.tools.internal.natures;x-internal:=true,org.eclipse.pde.api.tools.internal.problems;x-friends:=&quot;org.eclipse.pde.api.tools.ui,org.eclipse.pde.api.tools.tests&quot;,org.eclipse.pde.api.tools.internal.provisional;x-friends:=&quot;org.eclipse.pde.api.tools.tests,org.eclipse.pde.api.tools.ui&quot;,org.eclipse.pde.api.tools.internal.provisional.builder;x-friends:=&quot;org.eclipse.pde.api.tools.tests,org.eclipse.pde.api.tools.ui&quot;,org.eclipse.pde.api.tools.internal.provisional.comparator;x-friends:=&quot;org.eclipse.pde.api.tools.tests,org.eclipse.pde.api.tools.ui&quot;,org.eclipse.pde.api.tools.internal.provisional.descriptors;x-friends:=&quot;org.eclipse.pde.api.tools.tests,org.eclipse.pde.api.tools.ui&quot;,org.eclipse.pde.api.tools.internal.provisional.model;x-friends:=&quot;org.eclipse.pde.api.tools.tests,org.eclipse.pde.api.tools.ui&quot;,org.eclipse.pde.api.tools.internal.provisional.problems;x-friends:=&quot;org.eclipse.pde.api.tools.ui,org.eclipse.pde.api.tools.tests&quot;,org.eclipse.pde.api.tools.internal.provisional.scanner;x-friends:=&quot;org.eclipse.pde.api.tools.tests,org.eclipse.pde.api.tools.ui&quot;,org.eclipse.pde.api.tools.internal.provisional.search;x-friends:=&quot;org.eclipse.pde.api.tools.tests,org.eclipse.pde.api.tools.ui&quot;,org.eclipse.pde.api.tools.internal.search;x-friends:=&quot;org.eclipse.pde.api.tools.tests,org.eclipse.pde.api.tools.ui&quot;,org.eclipse.pde.api.tools.internal.tasks;x-friends:=&quot;org.eclipse.pde.api.tools.tests,org.eclipse.pde.api.tools.ui&quot;,org.eclipse.pde.api.tools.internal.util;x-friends:=&quot;org.eclipse.pde.api.tools.tests,org.eclipse.pde.api.tools.ui&quot;,org.eclipse.pde.api.tools.internal.util.profiles;x-internal:=true&#xA;Require-Bundle: org.eclipse.osgi;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.pde.core;bundle-version=&quot;[3.3.102,4.0.0)&quot;,org.eclipse.jdt.core;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.jdt.launching;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.text;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.core.filebuffers;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.ant.core;bundle-version=&quot;[3.1.300,4.0.0)&quot;,org.objectweb.asm;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.team.core;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.core.filesystem;bundle-version=&quot;[1.2.0,2.0.0)&quot;,org.eclipse.equinox.frameworkadmin;bundle-version=&quot;[2.0.0,3.0.0)&quot;&#xA;Bundle-Activator: org.eclipse.pde.api.tools.internal.provisional.ApiPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/apitools/org.eclipse.pde.api.tools;tag=v20100910&#xA;Bundle-SymbolicName: org.eclipse.pde.api.tools;singleton:=true&#xA;Eclipse-LazyStart: true&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.rcp.configuration_root.gtk.linux.x86' version='1.0.0.I20100921-1024'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.gtk.linux.x86' version='1.0.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.rcp.configuration_root.gtk.linux.x86' version='1.0.0.I20100921-1024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='3'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:eclipse, permissions:755);
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:libcairo-swt.so, permissions:755);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.config.gtk.linux.s390x' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.gtk.linux.s390x' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.solaris.x86org.eclipse.equinox.event' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.equinox.event' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.solaris.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.sdk.feature.jar' version='3.7.0.v20100629-7Q7t-DPY2mYAyjigmrpYEb4Q44gPf5Y-94Wa22bALqtMJ'>
+ <properties size='8'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Eclipse Project SDK'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='SDK for Eclipse.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2010 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk.feature.jar' version='3.7.0.v20100629-7Q7t-DPY2mYAyjigmrpYEb4Q44gPf5Y-94Wa22bALqtMJ'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.sdk' version='3.7.0.v20100629-7Q7t-DPY2mYAyjigmrpYEb4Q44gPf5Y-94Wa22bALqtMJ'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.sdk' version='3.7.0.v20100629-7Q7t-DPY2mYAyjigmrpYEb4Q44gPf5Y-94Wa22bALqtMJ'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.equinox.http.source' version='1.0.400.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.http.source' range='[0.0.0,1.0.400.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleVendor' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='HTTP Service Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleVendor'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.source' version='1.0.400.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.http.source' version='1.0.400.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.http.source' version='1.0.400.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.400.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.http.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.http;version=&quot;1.0.400.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %bundleVendor
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingwin32.win32.x86org.eclipse.equinox.event' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.event' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingwin32.win32.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.config.gtk.solaris.sparc' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.gtk.solaris.sparc' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.sdk.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.reconciler.dropins.source' version='1.1.100.v20100712-1655' singleton='false'>
+ <update id='org.eclipse.equinox.p2.reconciler.dropins.source' range='[0.0.0,1.1.100.v20100712-1655)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Dropin Reconciler Plug-in Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.reconciler.dropins.source' version='1.1.100.v20100712-1655'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins.source' version='1.1.100.v20100712-1655'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.reconciler.dropins.source' version='1.1.100.v20100712-1655'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.1.100.v20100712-1655&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.reconciler.dropins.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.reconciler.dropins;version=&quot;1.1.100.v20100712-1655&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.gtk.solaris.sparc.source' version='3.7.0.v3707' singleton='false'>
+ <update id='org.eclipse.swt.gtk.solaris.sparc.source' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for GTK 2.0 Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.solaris.sparc.source' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.gtk.solaris.sparc.source' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.gtk.solaris.sparc.source' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 3.7.0.v3707&#xA;Eclipse-SourceBundle: org.eclipse.swt.gtk.solaris.sparc;version=&quot;3.7.0.v3707&quot;&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=gtk) (osgi.os=solaris) (osgi.arch=sparc))&#xA;Bundle-SymbolicName: org.eclipse.swt.gtk.solaris.sparc.source&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt' version='3.7.0.v201009211024'>
+ <update id='org.eclipse.jdt' range='[0.0.0,3.7.0.v201009211024)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Eclipse Java Development Tools'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt' version='3.7.0.v201009211024'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt' version='3.7.0.v201009211024'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.intro' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.cheatsheets' range='[3.2.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt' version='3.7.0.v201009211024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 3.7.0.v201009211024&#xA;Require-Bundle: org.eclipse.ui.intro;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.ui.cheatsheets;bundle-version=&quot;[3.2.0,4.0.0)&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt;tag=v20100824-0800&#xA;Bundle-SymbolicName: org.eclipse.jdt; singleton:=true&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.carbon.macosx' version='3.7.0.v3707'>
+ <update id='org.eclipse.swt.carbon.macosx' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for Mac OS X (Carbon)'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='8'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.carbon.macosx' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.carbon.macosx' version='3.7.0.v3707'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.carbon' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.cocoa' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.opengl.carbon' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.swt' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='[3.0.0,4.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.os=macosx)(osgi.ws=carbon)(|(osgi.arch=ppc)(osgi.arch=x86)))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.carbon.macosx' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.swt; bundle-version=&quot;[3.0.0,4.0.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.swt.carbon.macosx; singleton:=true&#xA;Bundle-Version: 3.7.0.v3707&#xA;Export-Package: org.eclipse.swt.internal.carbon; x-internal:=true,org.eclipse.swt.internal.cocoa; x-internal:=true,org.eclipse.swt.internal.opengl.carbon; x-internal:=true&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=carbon) (osgi.os=macosx) (|(osgi.arch=x86)(osgi.arch=ppc)) )
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.launching.source' version='3.6.0.v20100601' singleton='false'>
+ <update id='org.eclipse.pde.launching.source' range='[0.0.0,3.6.0.v20100601)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.name' value='PDE Launching Support Source'/>
+ <property name='df_LT.provider-name' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%provider-name'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.launching.source' version='3.6.0.v20100601'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.launching.source' version='3.6.0.v20100601'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.launching.source' version='3.6.0.v20100601'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.6.0.v20100601&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.pde.launching.source&#xA;Bundle-Name: %name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.pde.launching;version=&quot;3.6.0.v20100601&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %provider-name
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcocoa.macosx.x86_64org.eclipse.equinox.event' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.equinox.event' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcocoa.macosx.x86_64' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.compiler.apt' version='1.0.300.v20100513-0845'>
+ <update id='org.eclipse.jdt.compiler.apt' range='[0.0.0,1.0.300.v20100513-0845)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Java Compiler Apt'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='compiler_apt_fragment'/>
+ </properties>
+ <provides size='9'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.compiler.apt' version='1.0.300.v20100513-0845'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.compiler.apt' version='1.0.300.v20100513-0845'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.compiler.apt.dispatch' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.compiler.apt.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.compiler.apt.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.compiler.lookup' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.jdt.core' version='1.0.300.v20100513-0845'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.5.0,4.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.jdt.internal.compiler.tool' range='0.0.0' optional='true'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.compiler.apt' version='1.0.300.v20100513-0845'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Export-Package: org.eclipse.jdt.internal.compiler.apt.dispatch;x-friends:=&quot;org.eclipse.jdt.apt.pluggable.core&quot;,org.eclipse.jdt.internal.compiler.apt.model;x-friends:=&quot;org.eclipse.jdt.apt.pluggable.core&quot;,org.eclipse.jdt.internal.compiler.apt.util;x-friends:=&quot;org.eclipse.jdt.apt.pluggable.core&quot;,org.eclipse.jdt.internal.compiler.lookup;x-friends:=&quot;org.eclipse.jdt.apt.pluggable.core&quot;&#xA;Bundle-RequiredExecutionEnvironment: JavaSE-1.6&#xA;Bundle-Localization: compiler_apt_fragment&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.compiler.apt;tag=v20100513-0845&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 1.0.300.v20100513-0845&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.jdt.compiler.apt;singleton:=true&#xA;Import-Package: org.eclipse.jdt.internal.compiler.tool;resolution:=optional&#xA;Fragment-Host: org.eclipse.jdt.core;bundle-version=&quot;[3.5.0,4.0.0)&quot;&#xA;Manifest-Version: 1.0
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.core' version='3.7.0.v20100914'>
+ <update id='org.eclipse.pde.core' range='[0.0.0,3.7.0.v20100914)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.name' value='PDE Core'/>
+ <property name='df_LT.provider-name' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%provider-name'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='38'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.core' version='3.7.0.v20100914'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.core' version='3.7.0.v20100914'/>
+ <provided namespace='java.package' name='org.eclipse.pde.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.core.build' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.core.plugin' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.core.project' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.build' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.builders' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.bundle' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.content' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.converter' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.exports' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.feature' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.ibundle' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.ifeature' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.importing' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.importing.provisional' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.iproduct' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.ischema' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.isite' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.natures' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.plugin' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.product' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.project' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.schema' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.search' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.site' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.target' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.target.provisional' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.text' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.text.build' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.text.bundle' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.text.plugin' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.core.variables' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='24'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.core' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.launching' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filebuffers' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.variables' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.build' range='[3.2.0,4.1.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ant.core' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator.manipulator' range='[2.0.0,3.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.frameworkadmin' range='[2.0.0,3.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.core' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.engine' range='[2.0.0,3.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.director' range='[2.0.0,3.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.artifact.repository' range='[1.0.100,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.repository' range='[2.0.0,3.0.0]'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.metadata.repository' range='[1.0.100,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.garbagecollector' range='[1.0.100,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.touchpoint.eclipse' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.util' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.core' version='3.7.0.v20100914'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %name&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.jdt.core;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.team.core;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.update.configurator;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.text;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.jdt.launching;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.filebuffers;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.variables;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.pde.build;bundle-version=&quot;[3.2.0,4.1.0)&quot;,org.eclipse.ant.core;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.equinox.simpleconfigurator.manipulator;bundle-version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.frameworkadmin;bundle-version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.debug.core;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.equinox.p2.engine;bundle-version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.core;bundle-version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata;bundle-version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.director;bundle-version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.artifact.repository;bundle-version=&quot;[1.0.100,2.0.0)&quot;,org.eclipse.equinox.p2.repository;bundle-version=&quot;[2.0.0,3.0.0]&quot;,org.eclipse.equinox.p2.metadata.repository;bundle-version=&quot;[1.0.100,2.0.0)&quot;,org.eclipse.equinox.p2.garbagecollector;bundle-version=&quot;[1.0.100,2.0.0)&quot;,org.eclipse.equinox.p2.touchpoint.eclipse;bundle-version=&quot;[2.0.0,3.0.0)&quot;&#xA;Bundle-Activator: org.eclipse.pde.internal.core.PDECore&#xA;Bundle-Vendor: %provider-name&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/ui/org.eclipse.pde.core;tag=v20100914&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.7.0.v20100914&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.pde.core,org.eclipse.pde.core.build,org.eclipse.pde.core.plugin,org.eclipse.pde.core.project,org.eclipse.pde.internal.core;x-friends:=&quot;org.eclipse.pde.ui,org.eclipse.pde.runtime,org.eclipse.pde.launching&quot;,org.eclipse.pde.internal.core.build;x-friends:=&quot;org.eclipse.pde.ui&quot;,org.eclipse.pde.internal.core.builders;x-friends:=&quot;org.eclipse.pde.ui,org.eclipse.pde.launching&quot;,org.eclipse.pde.internal.core.bundle;x-friends:=&quot;org.eclipse.pde.ui&quot;,org.eclipse.pde.internal.core.content;x-internal:=true,org.eclipse.pde.internal.core.converter;x-friends:=&quot;org.eclipse.pde.ui&quot;,org.eclipse.pde.internal.core.exports;x-friends:=&quot;org.eclipse.pde.ui&quot;,org.eclipse.pde.internal.core.feature;x-friends:=&quot;org.eclipse.pde.ui&quot;,org.eclipse.pde.internal.core.ibundle;x-friends:=&quot;org.eclipse.pde.ui&quot;,org.eclipse.pde.internal.core.ifeature;x-friends:=&quot;org.eclipse.pde.ui,org.eclipse.pde.launching&quot;,org.eclipse.pde.internal.core.importing;x-friends:=&quot;org.eclipse.pde.ui&quot;,org.eclipse.pde.internal.core.importing.provisional;x-friends:=&quot;org.eclipse.pde.ui&quot;,org.eclipse.pde.internal.core.iproduct;x-friends:=&quot;org.eclipse.pde.ui&quot;,org.eclipse.pde.internal.core.ischema;x-friends:=&quot;org.eclipse.pde.ui&quot;,org.eclipse.pde.internal.core.isite;x-friends:=&quot;org.eclipse.pde.ui&quot;,org.eclipse.pde.internal.core.natures;x-friends:=&quot;org.eclipse.pde.ui&quot;,org.eclipse.pde.internal.core.plugin;x-friends:=&quot;org.eclipse.pde.ui&quot;,org.eclipse.pde.internal.core.product;x-friends:=&quot;org.eclipse.pde.ui&quot;,org.eclipse.pde.internal.core.project;x-friends:=&quot;org.eclipse.pde.ui,org.eclipse.pde.launching&quot;,org.eclipse.pde.internal.core.schema;x-friends:=&quot;org.eclipse.pde.ui&quot;,org.eclipse.pde.internal.core.search;x-friends:=&quot;org.eclipse.pde.ui&quot;,org.eclipse.pde.internal.core.site;x-friends:=&quot;org.eclipse.pde.ui&quot;,org.eclipse.pde.internal.core.target;x-friends:=&quot;org.eclipse.pde.ui&quot;,org.eclipse.pde.internal.core.target.provisional; x-friends:=&quot;org.eclipse.pde.ui, org.eclipse.pde.api.tools.ui, org.eclipse.pde.launching, org.eclipse.pde.api.tools&quot;,org.eclipse.pde.internal.core.text; x-friends:=&quot;org.eclipse.pde.ui, org.eclipse.pde.ds.core, org.eclipse.pde.ua.core, org.eclipse.pde.ds.ui, org.eclipse.pde.ua.ui&quot;,org.eclipse.pde.internal.core.text.build;x-friends:=&quot;org.eclipse.pde.ui&quot;,org.eclipse.pde.internal.core.text.bundle;x-friends:=&quot;org.eclipse.pde.ui&quot;,org.eclipse.pde.internal.core.text.plugin;x-friends:=&quot;org.eclipse.pde.ui&quot;,org.eclipse.pde.internal.core.util;x-friends:=&quot;org.eclipse.pde.ui,org.eclipse.pde.ua.ui,org.eclipse.pde.launching&quot;,org.eclipse.pde.internal.core.variables;x-internal:=true&#xA;Bundle-SymbolicName: org.eclipse.pde.core; singleton:=true&#xA;Import-Package: com.ibm.icu.util&#xA;Eclipse-LazyStart: true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.x86org.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.executable_root.wpf.win32.x86' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.wpf.win32.x86' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=wpf))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.equinox.executable_root.wpf.win32.x86' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.team.cvs.core' version='3.3.400.I20100912-2000'>
+ <update id='org.eclipse.team.cvs.core' range='[0.0.0,3.3.400.I20100912-2000)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='CVS Team Provider Core'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='14'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.cvs.core' version='3.3.400.I20100912-2000'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.team.cvs.core' version='3.3.400.I20100912-2000'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ccvs.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ccvs.core.client' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ccvs.core.client.listeners' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ccvs.core.connection' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ccvs.core.filehistory' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ccvs.core.filesystem' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ccvs.core.mapping' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ccvs.core.resources' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ccvs.core.syncinfo' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ccvs.core.util' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='10'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.core' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.1.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='com.jcraft.jsch' range='[0.1.27,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jsch.core' range='[1.0.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.net' range='[1.0.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.security' range='[1.0.0,2.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ <required namespace='java.package' name='com.ibm.icu.util' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.team.cvs.core' version='3.3.400.I20100912-2000'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 3.3.400.I20100912-2000&#xA;Import-Package: com.ibm.icu.text,com.ibm.icu.util&#xA;Bundle-Activator: org.eclipse.team.internal.ccvs.core.CVSProviderPlugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.team.core;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.core.filesystem;bundle-version=&quot;[1.1.0,2.0.0)&quot;,com.jcraft.jsch;bundle-version=&quot;[0.1.27,2.0.0)&quot;,org.eclipse.jsch.core;bundle-version=&quot;[1.0.0,2.0.0)&quot;,org.eclipse.core.net;bundle-version=&quot;[1.0.0,2.0.0)&quot;,org.eclipse.equinox.security;bundle-version=&quot;[1.0.0,2.0.0)&quot;&#xA;Export-Package: org.eclipse.team.internal.ccvs.core;x-friends:=&quot;org.eclipse.team.cvs.ssh,org.eclipse.team.cvs.ssh2,org.eclipse.team.cvs.ui&quot;,org.eclipse.team.internal.ccvs.core.client;x-friends:=&quot;org.eclipse.team.cvs.ssh,org.eclipse.team.cvs.ssh2,org.eclipse.team.cvs.ui&quot;,org.eclipse.team.internal.ccvs.core.client.listeners;x-friends:=&quot;org.eclipse.team.cvs.ssh,org.eclipse.team.cvs.ssh2,org.eclipse.team.cvs.ui&quot;,org.eclipse.team.internal.ccvs.core.connection;x-friends:=&quot;org.eclipse.team.cvs.ssh,org.eclipse.team.cvs.ssh2,org.eclipse.team.cvs.ui&quot;,org.eclipse.team.internal.ccvs.core.filehistory;x-friends:=&quot;org.eclipse.team.cvs.ssh,org.eclipse.team.cvs.ssh2,org.eclipse.team.cvs.ui&quot;,org.eclipse.team.internal.ccvs.core.filesystem;x-friends:=&quot;org.eclipse.team.cvs.ssh,org.eclipse.team.cvs.ssh2,org.eclipse.team.cvs.ui&quot;,org.eclipse.team.internal.ccvs.core.mapping;x-friends:=&quot;org.eclipse.team.cvs.ssh,org.eclipse.team.cvs.ssh2,org.eclipse.team.cvs.ui&quot;,org.eclipse.team.internal.ccvs.core.resources;x-friends:=&quot;org.eclipse.team.cvs.ssh,org.eclipse.team.cvs.ssh2,org.eclipse.team.cvs.ui&quot;,org.eclipse.team.internal.ccvs.core.syncinfo;x-friends:=&quot;org.eclipse.team.cvs.ssh,org.eclipse.team.cvs.ssh2,org.eclipse.team.cvs.ui&quot;,org.eclipse.team.internal.ccvs.core.util;x-friends:=&quot;org.eclipse.team.cvs.ssh,org.eclipse.team.cvs.ssh2,org.eclipse.team.cvs.ui&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.team.cvs.core;tag=I20100912-2000&#xA;Bundle-SymbolicName: org.eclipse.team.cvs.core; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.compiler.tool.tests' version='1.0.100.v_B13a' singleton='false'>
+ <update id='org.eclipse.jdt.compiler.tool.tests' range='[0.0.0,1.0.100.v_B13a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Compiler Tool Tests'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.compiler.tool.tests' version='1.0.100.v_B13a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.compiler.tool.tests' version='1.0.100.v_B13a'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.compiler.tool.tests' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='3.2.2'/>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core.tests.compiler' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.jdt.internal.compiler.tool' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.compiler.tool.tests' version='1.0.100.v_B13a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: JavaSE-1.6&#xA;Bundle-Name: %pluginName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.compiler.tool.tests;tag=v_B13a&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ClassPath: compilertooltests.jar&#xA;Bundle-SymbolicName: org.eclipse.jdt.compiler.tool.tests&#xA;Import-Package: org.eclipse.jdt.internal.compiler.tool&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.100.v_B13a&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.jdt.compiler.tool.tests&#xA;Require-Bundle: org.eclipse.jdt.core;bundle-version=&quot;3.2.2&quot;,org.junit,org.eclipse.test.performance,org.eclipse.jdt.core.tests.compiler
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.ui.tests' version='3.7.0.v20100912-2000'>
+ <update id='org.eclipse.jdt.ui.tests' range='[0.0.0,3.7.0.v20100912-2000)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Java Test Plug-in'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='32'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.ui.tests' version='3.7.0.v20100912-2000'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.ui.tests' version='3.7.0.v20100912-2000'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.junit.tests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.testplugin' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.testplugin.test' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.testplugin.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.examples' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.examples.filters' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.leaktest' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.leaktest.example' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.leaktest.reftracker' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.browsing' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.buildpath' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.callhierarchy' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.chkpii' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.core.source' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.dialogs' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.jarexport' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.leaks' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.packageview' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.performance' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.performance.views' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.preferences' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.quickfix' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.search' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.ui.internal.compatibility' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.wizardapi' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='26'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core.manipulation' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.junit.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.launching' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.ui' range='[3.7.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ltk.core.refactoring' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.search' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.navigator' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text.tests' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='4.8.1'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.ui.tests' version='3.7.0.v20100912-2000'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Name: %Plugin.name&#xA;Bundle-ClassPath: javauitests.jar&#xA;Bundle-Version: 3.7.0.v20100912-2000&#xA;Bundle-Activator: org.eclipse.jdt.testplugin.JavaTestPlugin&#xA;Bundle-Vendor: %Plugin.providerName&#xA;Require-Bundle: org.eclipse.core.expressions,org.eclipse.core.resources,org.eclipse.core.runtime,org.eclipse.debug.core,org.eclipse.debug.ui,org.eclipse.jdt.core,org.eclipse.jdt.core.manipulation,org.eclipse.jdt.junit,org.eclipse.jdt.junit.runtime,org.eclipse.jdt.launching,org.eclipse.jdt.ui;bundle-version=&quot;[3.7.0,4.0.0)&quot;,org.eclipse.jface.text,org.eclipse.ltk.core.refactoring,org.eclipse.search,org.eclipse.team.core,org.eclipse.team.ui,org.eclipse.test.performance,org.eclipse.ui,org.eclipse.ui.editors,org.eclipse.ui.ide,org.eclipse.ui.ide,org.eclipse.ui.navigator,org.eclipse.ui.views,org.eclipse.ui.workbench.texteditor,org.eclipse.text.tests,org.junit;bundle-version=&quot;4.8.1&quot;&#xA;Export-Package: org.eclipse.jdt.junit.tests;x-internal:=true,org.eclipse.jdt.testplugin;x-internal:=true,org.eclipse.jdt.testplugin.test;x-internal:=true,org.eclipse.jdt.testplugin.util;x-internal:=true,org.eclipse.jdt.ui.examples;x-internal:=true,org.eclipse.jdt.ui.examples.filters;x-internal:=true,org.eclipse.jdt.ui.leaktest;x-internal:=true,org.eclipse.jdt.ui.leaktest.example;x-internal:=true,org.eclipse.jdt.ui.leaktest.reftracker;x-internal:=true,org.eclipse.jdt.ui.tests;x-internal:=true,org.eclipse.jdt.ui.tests.browsing;x-internal:=true,org.eclipse.jdt.ui.tests.buildpath;x-internal:=true,org.eclipse.jdt.ui.tests.callhierarchy;x-internal:=true,org.eclipse.jdt.ui.tests.chkpii;x-internal:=true,org.eclipse.jdt.ui.tests.core;x-internal:=true,org.eclipse.jdt.ui.tests.core.source;x-internal:=true,org.eclipse.jdt.ui.tests.dialogs;x-internal:=true,org.eclipse.jdt.ui.tests.jarexport;x-internal:=true,org.eclipse.jdt.ui.tests.leaks;x-internal:=true,org.eclipse.jdt.ui.tests.model;x-internal:=true,org.eclipse.jdt.ui.tests.packageview;x-internal:=true,org.eclipse.jdt.ui.tests.performance;x-internal:=true,org.eclipse.jdt.ui.tests.performance.views;x-internal:=true,org.eclipse.jdt.ui.tests.preferences;x-internal:=true,org.eclipse.jdt.ui.tests.quickfix;x-internal:=true,org.eclipse.jdt.ui.tests.search;x-internal:=true,org.eclipse.jdt.ui.tests.ui.internal.compatibility;x-internal:=true,org.eclipse.jdt.ui.tests.wizardapi;x-internal:=true&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.ui.tests;tag=v20100912-2000&#xA;Bundle-SymbolicName: org.eclipse.jdt.ui.tests; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Bundle-Localization: plugin
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.junit.runtime.source' version='3.4.100.v20100601' singleton='false'>
+ <update id='org.eclipse.pde.junit.runtime.source' range='[0.0.0,3.4.100.v20100601)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='PDE JUnit Runtime Support Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.junit.runtime.source' version='3.4.100.v20100601'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.junit.runtime.source' version='3.4.100.v20100601'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.junit.runtime.source' version='3.4.100.v20100601'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.4.100.v20100601&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.pde.junit.runtime.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.pde.junit.runtime;version=&quot;3.4.100.v20100601&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.jmx.server.feature.feature.jar' version='1.0.0.v20081124-7H47DF9JgLUaMGMo5F48'>
+ <properties size='4'>
+ <property name='org.eclipse.equinox.p2.name' value='Resource Monitoring Server Feature (Incubation)'/>
+ <property name='org.eclipse.equinox.p2.description' value='Server-side infrastructure for managing OSGi-based systems using JMX.'/>
+ <property name='org.eclipse.equinox.p2.description.url' value='http://www.eclipse.org/equinox/incubator/monitoring/index.php'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.server.feature.feature.jar' version='1.0.0.v20081124-7H47DF9JgLUaMGMo5F48'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.equinox.jmx.server.feature' version='1.0.0.v20081124-7H47DF9JgLUaMGMo5F48'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.equinox.jmx.server.feature' version='1.0.0.v20081124-7H47DF9JgLUaMGMo5F48'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='http://www.eclipse.org/org/documents/epl-v10.php' url='http://www.eclipse.org/org/documents/epl-v10.php'>
+ Eclipse Public License v1.0.
+ </license>
+ </licenses>
+ </unit>
+ <unit id='org.eclipse.equinox.weaving.caching.j9.source' version='1.0.0.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.weaving.caching.j9.source' range='[0.0.0,1.0.0.v20100503)' severity='0'/>
+ <properties size='3'>
+ <property name='df_LT.pluginName' value='J9 CachingService Plug-in (Incubation) Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.weaving.caching.j9.source' version='1.0.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.weaving.caching.j9.source' version='1.0.0.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.weaving.caching.j9.source' version='1.0.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 1.0.0.v20100503&#xA;Bundle-SymbolicName: org.eclipse.equinox.weaving.caching.j9.source&#xA;Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-SourceBundle: org.eclipse.equinox.weaving.caching.j9;version=&quot;1.0.0.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ant.optional.junit' version='3.2.200' singleton='false'>
+ <update id='org.eclipse.ant.optional.junit' range='[0.0.0,3.2.200)' severity='0'/>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ant.optional.junit' version='3.2.200'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ant.optional.junit' version='3.2.200'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.apache.ant' version='3.2.200'/>
+ </provides>
+ <requires size='3'>
+ <required namespace='osgi.bundle' name='org.apache.ant' range='[1.6.5,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime.compatibility' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ant.optional.junit' version='3.2.200'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Fragment-Host: org.apache.ant;bundle-version=&quot;[1.6.5,2.0.0)&quot;&#xA;Require-Bundle: org.eclipse.core.runtime.compatibility,org.junit&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.2.200&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ant.optional.junit;tag=v20080717&#xA;Bundle-SymbolicName: org.eclipse.ant.optional.junit&#xA;Bundle-Localization: plugin&#xA;Bundle-Name: %pluginName&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.ua.ui.source' version='1.0.100.v20100628' singleton='false'>
+ <update id='org.eclipse.pde.ua.ui.source' range='[0.0.0,1.0.100.v20100628)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='PDE UA UI Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.ua.ui.source' version='1.0.100.v20100628'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.ua.ui.source' version='1.0.100.v20100628'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.ua.ui.source' version='1.0.100.v20100628'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.100.v20100628&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.pde.ua.ui.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.pde.ua.ui;version=&quot;1.0.100.v20100628&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingwin32.win32.x86org.eclipse.update.configurator' version='1.1.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.update.configurator' version='1.1.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingwin32.win32.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:false);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.configuration' version='1.0.0' singleton='false'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.configuration' version='1.0.0'/>
+ </provides>
+ <filter>
+ (!(osgi.os=macosx))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:osgi.instance.area.default,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:osgi.instance.area.default,propValue:@user.home/workspace);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.config.win32.win32.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.win32.win32.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.sdk.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.platform_root' version='3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform_root' version='3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.platform_root' version='3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.motif.linux.x86.source' version='3.7.0.v3707' singleton='false'>
+ <update id='org.eclipse.swt.motif.linux.x86.source' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for Motif Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.motif.linux.x86.source' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.motif.linux.x86.source' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.motif.linux.x86.source' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 3.7.0.v3707&#xA;Eclipse-SourceBundle: org.eclipse.swt.motif.linux.x86;version=&quot;3.7.0.v3707&quot;&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=motif) (osgi.os=linux) (osgi.arch=x86))&#xA;Bundle-SymbolicName: org.eclipse.swt.motif.linux.x86.source&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.help.source.feature.jar' version='1.2.0.v20100427-7e7jFB0FEx2XlnZptLQki13'>
+ <properties size='8'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Eclipse Help Developer Resources'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Source code for the Eclipse help system.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2009 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.source.feature.jar' version='1.2.0.v20100427-7e7jFB0FEx2XlnZptLQki13'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.help.source' version='1.2.0.v20100427-7e7jFB0FEx2XlnZptLQki13'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.help.source' version='1.2.0.v20100427-7e7jFB0FEx2XlnZptLQki13'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.equinox.jmx.client' version='1.0.0.v20100503'>
+ <update id='org.eclipse.equinox.jmx.client' range='[0.0.0,1.0.0.v20100503)' severity='0'/>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.name' value='Resource Monitoring Client Plug-in (Incubation)'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.client' version='1.0.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.jmx.client' version='1.0.0.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.jmx.client' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.jmx.client.remote' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='14'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.forms' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.loading' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.modelmbean' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.monitor' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.openmbean' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.relation' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.remote' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.remote.rmi' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.timer' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.jmx.common' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.jmx.common.util' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.jmx.client' version='1.0.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: Resource Monitoring Client Plug-in (Incubation)&#xA;Bundle-Version: 1.0.0.v20100503&#xA;Eclipse-LazyStart: true&#xA;Import-Package: javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,org.eclipse.equinox.jmx.common,org.eclipse.equinox.jmx.common.util&#xA;Bundle-Activator: org.eclipse.equinox.jmx.internal.client.Activator&#xA;Bundle-Vendor: Eclipse.org&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.ui.forms&#xA;Export-Package: org.eclipse.equinox.jmx.client,org.eclipse.equinox.jmx.client.remote&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/incubator/monitoring/bundles/org.eclipse.equinox.jmx.client;tag=v20100503&#xA;Bundle-SymbolicName: org.eclipse.equinox.jmx.client;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.config.win32.win32.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.config.win32.win32.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.ide' name='org.eclipse.platform.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.carbon.macosx.source' version='3.7.0.v3707' singleton='false'>
+ <update id='org.eclipse.swt.carbon.macosx.source' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for Mac OS X (Carbon) Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.carbon.macosx.source' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.carbon.macosx.source' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.os=macosx)(osgi.ws=carbon)(|(osgi.arch=ppc)(osgi.arch=x86)))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.carbon.macosx.source' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 3.7.0.v3707&#xA;Eclipse-SourceBundle: org.eclipse.swt.carbon.macosx;version=&quot;3.7.0.v3707&quot;&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=carbon) (osgi.os=macosx) (|(osgi.arch=x86)(osgi.arch=ppc)) )&#xA;Bundle-SymbolicName: org.eclipse.swt.carbon.macosx.source&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.filebuffers.source' version='3.5.200.v20100824-0800' singleton='false'>
+ <update id='org.eclipse.core.filebuffers.source' range='[0.0.0,3.5.200.v20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='File Buffers Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filebuffers.source' version='3.5.200.v20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.filebuffers.source' version='3.5.200.v20100824-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.filebuffers.source' version='3.5.200.v20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.5.200.v20100824-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.core.filebuffers.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.core.filebuffers;version=&quot;3.5.200.v20100824-0800&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.sdk.id.ini.gtk.solaris.sparc' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.ini.gtk.solaris.sparc' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.sdk.id' name='org.eclipse.rcp.sdk.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcarbon.macosx.x86org.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcarbon.macosx.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:1);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.help.base' version='3.5.100.v201009211024'>
+ <update id='org.eclipse.help.base' range='[0.0.0,3.5.100.v201009211024)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.help_base_plugin_name' value='Help System Base'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%help_base_plugin_name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='24'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.base' version='3.5.100.v201009211024'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.help.base' version='3.5.100.v201009211024'/>
+ <provided namespace='java.package' name='org.apache.lucene.demo.html' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.base' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.browser' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.internal.base' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.internal.base.remote' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.internal.base.scope' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.internal.base.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.internal.browser' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.internal.browser.macosx' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.internal.protocols' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.internal.search' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.internal.search.federated' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.internal.server' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.internal.standalone' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.internal.validation' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.internal.workingset' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.internal.xhtml' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.search' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.server' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.standalone' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='8'>
+ <required namespace='osgi.bundle' name='org.apache.lucene' range='[1.9.1,3.0.0)'/>
+ <required namespace='osgi.bundle' name='org.apache.lucene.analysis' range='[1.9.1,3.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ant.core' range='3.2.200' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.help' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.4.200,4.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.http.jetty' range='0.0.0' optional='true'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.help.base' version='3.5.100.v201009211024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %help_base_plugin_name&#xA;Bundle-Version: 3.5.100.v201009211024&#xA;Import-Package: com.ibm.icu.text,org.eclipse.equinox.http.jetty;resolution:=optional&#xA;Bundle-Activator: org.eclipse.help.internal.base.HelpBasePlugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.apache.lucene;bundle-version=&quot;[1.9.1,3.0.0)&quot;;visibility:=reexport,org.apache.lucene.analysis;bundle-version=&quot;[1.9.1,3.0.0)&quot;;visibility:=reexport,org.eclipse.ant.core;bundle-version=&quot;3.2.200&quot;;resolution:=optional,org.eclipse.core.runtime;bundle-version=&quot;3.6.0&quot;,org.eclipse.help;bundle-version=&quot;[3.5.0,4.0.0)&quot;;visibility:=reexport,org.eclipse.core.expressions;bundle-version=&quot;[3.4.200,4.0.0)&quot;&#xA;Export-Package: org.apache.lucene.demo.html;x-internal:=true,org.eclipse.help.base,org.eclipse.help.browser,org.eclipse.help.internal.base; x-friends:=&quot;org.eclipse.help.ui, org.eclipse.help.webapp, org.eclipse.ua.tests, org.eclipse.ui.intro, org.eclipse.ua.tests.doc&quot;,org.eclipse.help.internal.base.remote;x-friends:=&quot;org.eclipse.ua.tests,org.eclipse.help.webapp,org.eclipse.help.ui&quot;,org.eclipse.help.internal.base.scope;x-friends:=&quot;org.eclipse.help.webapp,org.eclipse.ua.tests&quot;,org.eclipse.help.internal.base.util;x-friends:=&quot;org.eclipse.help.ui,org.eclipse.help.webapp,org.eclipse.ua.tests&quot;,org.eclipse.help.internal.browser;x-friends:=&quot;org.eclipse.help.ui,org.eclipse.ua.tests&quot;,org.eclipse.help.internal.browser.macosx;x-friends:=&quot;org.eclipse.ua.tests&quot;,org.eclipse.help.internal.protocols; x-friends:=&quot;org.eclipse.help.base, org.eclipse.help.ui, org.eclipse.help.webapp, org.eclipse.ua.tests&quot;,org.eclipse.help.internal.search;x-friends:=&quot;org.eclipse.help.ui,org.eclipse.help.webapp,org.eclipse.ua.tests&quot;,org.eclipse.help.internal.search.federated;x-friends:=&quot;org.eclipse.help.ui,org.eclipse.ua.tests&quot;,org.eclipse.help.internal.server;x-friends:=&quot;org.eclipse.ua.tests&quot;,org.eclipse.help.internal.standalone;x-friends:=&quot;org.eclipse.ua.tests&quot;,org.eclipse.help.internal.validation;x-friends:=&quot;org.eclipse.ua.tests,org.eclipse.ua.tests.doc&quot;,org.eclipse.help.internal.workingset;x-friends:=&quot;org.eclipse.help.ui,org.eclipse.help.webapp,org.eclipse.ua.tests&quot;,org.eclipse.help.internal.xhtml; x-friends:=&quot;org.eclipse.help.ui, org.eclipse.ua.tests, org.eclipse.ui.intro, org.eclipse.help.webapp&quot;,org.eclipse.help.search,org.eclipse.help.server,org.eclipse.help.standalone&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.help.base;tag=v20100817&#xA;Bundle-SymbolicName: org.eclipse.help.base; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.security.ui.source' version='1.0.200.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.security.ui.source' range='[0.0.0,1.0.200.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Security Default UI Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.ui.source' version='1.0.200.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.security.ui.source' version='1.0.200.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.security.ui.source' version='1.0.200.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.200.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.security.ui.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.security.ui;version=&quot;1.0.200.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.executable_root.motif.hpux.ia64_32' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.motif.hpux.ia64_32' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.equinox.executable_root.motif.hpux.ia64_32' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.simpleconfigurator.manipulator.source' version='2.0.0.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.simpleconfigurator.manipulator.source' range='[0.0.0,2.0.0.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Simple Configurator Manipulator Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.simpleconfigurator.manipulator.source' version='2.0.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator.manipulator.source' version='2.0.0.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.simpleconfigurator.manipulator.source' version='2.0.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 2.0.0.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.simpleconfigurator.manipulator.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.simpleconfigurator.manipulator;version=&quot;2.0.0.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.sdk.feature.group' version='3.7.0.v20100910-7H7R8Z7v8rz0a6Vs4_4B7NROhHvU' singleton='false'>
+ <update id='org.eclipse.equinox.sdk.feature.group' range='[0.0.0,3.7.0.v20100910-7H7R8Z7v8rz0a6Vs4_4B7NROhHvU)' severity='0'/>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Equinox Target Components'/>
+ <property name='df_LT.providerName' value='Eclipse Equinox Project'/>
+ <property name='df_LT.description' value='All of the bundles and source that are produced by the Equinox project. This includes basic OSGi framework support, all implemented compendium services, the p2 provisioning platform and various server-side support bundles.&#xA;This feature includes the corresponding source and is intended to be added to target platforms at development time rather than deployed with end-user systems.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2009, 2010 EclipseSource and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;EclipseSource - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.sdk.feature.group' version='3.7.0.v20100910-7H7R8Z7v8rz0a6Vs4_4B7NROhHvU'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='7'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.compendium.sdk.feature.group' range='[3.6.0.v20100421-7V7RFp7FNObpCoqz0z-p,3.6.0.v20100421-7V7RFp7FNObpCoqz0z-p]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.core.sdk.feature.group' range='[3.6.0.v20100707-7sF9DFyVFUu63a364EfE,3.6.0.v20100707-7sF9DFyVFUu63a364EfE]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.sdk.feature.group' range='[3.6.0.v20100503-9I7ZGSuGJYaz0lz0lpdv6ZbH613B,3.6.0.v20100503-9I7ZGSuGJYaz0lz0lpdv6ZbH613B]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.serverside.sdk.feature.group' range='[3.6.0.v20100421-7u7NFVgFN5JdRKpWUrNqnz0cfasJ,3.6.0.v20100421-7u7NFVgFN5JdRKpWUrNqnz0cfasJ]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable.feature.group' range='[3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c,3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.weaving.sdk.feature.group' range='[1.0.0.v20100421-79-1EVVFNFFuJm,1.0.0.v20100421-79-1EVVFNFFuJm]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.sdk.feature.jar' range='[3.7.0.v20100910-7H7R8Z7v8rz0a6Vs4_4B7NROhHvU,3.7.0.v20100910-7H7R8Z7v8rz0a6Vs4_4B7NROhHvU]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='toolinggtk.solaris.x86org.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.solaris.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.device' version='1.0.200.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.device' range='[0.0.0,1.0.200.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleVendor' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Device Access Service'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleVendor'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.device' version='1.0.200.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.device' version='1.0.200.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.device' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='java.package' name='org.osgi.framework' range='1.2.0'/>
+ <required namespace='java.package' name='org.osgi.service.device' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.log' range='1.2.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.device' version='1.0.200.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %bundleName&#xA;Bundle-Version: 1.0.200.v20100503&#xA;Import-Package: org.osgi.framework;version=&quot;1.2&quot;,org.osgi.service.device,org.osgi.service.log;version=&quot;1.2&quot;,org.osgi.util.tracker,org.eclipse.osgi.util&#xA;Bundle-Activator: org.eclipse.equinox.device.Activator&#xA;Bundle-Vendor: %bundleVendor&#xA;Export-Package: org.eclipse.equinox.device; x-internal:=true&#xA;Bundle-Copyright: %bundleCopyright&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.device;tag=v20100503&#xA;Bundle-SymbolicName: org.eclipse.equinox.device&#xA;Manifest-Version: 1.0&#xA;Import-Service: org.osgi.service.log.LogService&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.sdk.id.ini.gtk.linux.ppc' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.ini.gtk.linux.ppc' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.sdk.id' name='org.eclipse.rcp.sdk.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.examples' version='3.6.0.v3707'>
+ <update id='org.eclipse.swt.examples' range='[0.0.0,3.6.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.plugin.SWTStandaloneExampleSet.name' value='SWT Standalone Examples Plugin'/>
+ <property name='org.eclipse.equinox.p2.name' value='%plugin.SWTStandaloneExampleSet.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='19'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples' version='3.6.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.examples' version='3.6.0.v3707'/>
+ <provided namespace='java.package' name='org.eclipse.swt.examples.accessibility' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.examples.addressbook' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.examples.browserexample' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.examples.clipboard' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.examples.controlexample' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.examples.dnd' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.examples.fileviewer' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.examples.graphics' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.examples.helloworld' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.examples.hoverhelp' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.examples.imageanalyzer' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.examples.javaviewer' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.examples.layoutexample' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.examples.paint' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.examples.texteditor' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.swt.examples.launcher' range='0.0.0' optional='true'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.examples' version='3.6.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: %plugin.SWTStandaloneExampleSet.name&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.swt.examples;tag=v3707&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ClassPath: swtexamples.jar&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.swt.examples; singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.6.0.v3707&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.swt.examples.accessibility,org.eclipse.swt.examples.addressbook,org.eclipse.swt.examples.browserexample,org.eclipse.swt.examples.clipboard,org.eclipse.swt.examples.controlexample,org.eclipse.swt.examples.dnd,org.eclipse.swt.examples.fileviewer,org.eclipse.swt.examples.graphics,org.eclipse.swt.examples.helloworld,org.eclipse.swt.examples.hoverhelp,org.eclipse.swt.examples.imageanalyzer,org.eclipse.swt.examples.javaviewer,org.eclipse.swt.examples.layoutexample,org.eclipse.swt.examples.paint,org.eclipse.swt.examples.texteditor&#xA;Require-Bundle: org.eclipse.swt,org.eclipse.swt.examples.launcher;resolution:=optional
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.publisher' version='1.2.0.v20100712-1655'>
+ <update id='org.eclipse.equinox.p2.publisher' range='[0.0.0,1.2.0.v20100712-1655)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Equinox Provisioning Publisher'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='12'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.publisher' version='1.2.0.v20100712-1655'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.publisher' version='1.2.0.v20100712-1655'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.publisher' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.publisher.compatibility' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.publisher.eclipse' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.swt.tools' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.publisher' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.publisher.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.publisher.eclipse' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.spi.p2.publisher' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='35'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.5.0,4.0.0)'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.app' range='1.0.0' optional='true'/>
+ <required namespace='java.package' name='org.eclipse.equinox.frameworkadmin' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.frameworkadmin.equinox' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.frameworkadmin.utils' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.artifact.repository' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.artifact.repository.simple' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.core.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata.expression' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata.index' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata.repository' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.frameworkadmin' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata.expression' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata.index' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.simpleconfigurator.manipulator' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.spi' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.datalocation' range='1.2.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.environment' range='1.1.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.pluginconversion' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.resolver' range='1.2.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.1.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.4.0'/>
+ <required namespace='java.package' name='org.osgi.service.application' range='1.1.0'/>
+ <required namespace='java.package' name='org.osgi.service.packageadmin' range='1.2.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax.helpers' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.publisher' version='1.2.0.v20100712-1655'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %bundleName&#xA;Bundle-Version: 1.2.0.v20100712-1655&#xA;Import-Package: javax.xml.parsers,org.eclipse.equinox.app;version=&quot;1.0.0&quot;;resolution:=optional,org.eclipse.equinox.frameworkadmin;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.internal.frameworkadmin.equinox,org.eclipse.equinox.internal.frameworkadmin.utils,org.eclipse.equinox.internal.p2.artifact.repository,org.eclipse.equinox.internal.p2.artifact.repository.simple,org.eclipse.equinox.internal.p2.core.helpers,org.eclipse.equinox.internal.p2.metadata,org.eclipse.equinox.internal.p2.metadata.expression,org.eclipse.equinox.internal.p2.metadata.index,org.eclipse.equinox.internal.p2.metadata.repository,org.eclipse.equinox.internal.provisional.frameworkadmin,org.eclipse.equinox.p2.core;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata.expression;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata.index;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.simpleconfigurator.manipulator;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.spi,org.eclipse.osgi.service.datalocation;version=&quot;1.2.0&quot;,org.eclipse.osgi.service.environment;version=&quot;1.1.0&quot;,org.eclipse.osgi.service.pluginconversion;version=&quot;1.0.0&quot;,org.eclipse.osgi.service.resolver;version=&quot;1.2.0&quot;,org.eclipse.osgi.util;version=&quot;1.1.0&quot;,org.osgi.framework;version=&quot;1.4.0&quot;,org.osgi.service.application;version=&quot;1.1.0&quot;,org.osgi.service.packageadmin;version=&quot;1.2.0&quot;,org.xml.sax,org.xml.sax.helpers&#xA;Bundle-Activator: org.eclipse.equinox.internal.p2.publisher.Activator&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;[3.5.0,4.0.0)&quot;&#xA;Export-Package: org.eclipse.equinox.internal.p2.publisher; x-friends:=&quot;org.eclipse.equinox.p2.directorywatcher, org.eclipse.equinox.p2.touchpoint.eclipse, org.eclipse.equinox.p2.ui.sdk, org.eclipse.equinox.p2.updatesite&quot;,org.eclipse.equinox.internal.p2.publisher.compatibility;x-internal:=true,org.eclipse.equinox.internal.p2.publisher.eclipse; x-friends:=&quot;org.eclipse.equinox.p2.directorywatcher, org.eclipse.equinox.p2.extensionlocation, org.eclipse.equinox.p2.repository.tools, org.eclipse.equinox.p2.updatesite&quot;,org.eclipse.equinox.internal.p2.swt.tools;x-internal:=true,org.eclipse.equinox.p2.publisher;x-friends:=&quot;org.eclipse.equinox.p2.directorywatcher,org.eclipse.equinox.p2.touchpoint.eclipse,org.eclipse.equinox.p2.updatesite&quot;,org.eclipse.equinox.p2.publisher.actions;x-friends:=&quot;org.eclipse.equinox.p2.updatesite,org.eclipse.equinox.p2.directorywatcher&quot;,org.eclipse.equinox.p2.publisher.eclipse; x-friends:=&quot;org.eclipse.equinox.p2.directorywatcher, org.eclipse.equinox.p2.extensionlocation, org.eclipse.equinox.p2.touchpoint.eclipse, org.eclipse.equinox.p2.updatesite, org.eclipse.equinox.p2.repository.tools&quot;,org.eclipse.equinox.spi.p2.publisher;x-friends:=&quot;org.eclipse.equinox.p2.updatesite&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.publisher;tag=v20100712-1655&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.publisher;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcocoa.macosx.x86_64org.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcocoa.macosx.x86_64' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:1);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.s390org.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.s390' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:1);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.gtk.linux.s390x.source' version='3.7.0.v3707' singleton='false'>
+ <update id='org.eclipse.swt.gtk.linux.s390x.source' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for GTK 2.0 Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.linux.s390x.source' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.gtk.linux.s390x.source' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.gtk.linux.s390x.source' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 3.7.0.v3707&#xA;Eclipse-SourceBundle: org.eclipse.swt.gtk.linux.s390x;version=&quot;3.7.0.v3707&quot;&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=s390x))&#xA;Bundle-SymbolicName: org.eclipse.swt.gtk.linux.s390x.source&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.help.appserver' version='3.1.400.v20100427'>
+ <update id='org.eclipse.help.appserver' range='[0.0.0,3.1.400.v20100427)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.appserver_plugin_name' value='Help Application Server'/>
+ <property name='org.eclipse.equinox.p2.name' value='%appserver_plugin_name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.appserver' version='3.1.400.v20100427'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.help.appserver' version='3.1.400.v20100427'/>
+ <provided namespace='java.package' name='org.eclipse.help.internal.appserver' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.1.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.help.appserver' version='3.1.400.v20100427'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %appserver_plugin_name&#xA;Bundle-ClassPath: .&#xA;Bundle-Version: 3.1.400.v20100427&#xA;Bundle-Activator: org.eclipse.help.internal.appserver.AppserverPlugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.1.0,4.0.0)&quot;&#xA;Export-Package: org.eclipse.help.internal.appserver;x-friends:=&quot;org.eclipse.help.base,org.eclipse.help.ui,org.eclipse.ua.tests,org.eclipse.tomcat&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.help.appserver;tag=v20100427&#xA;Bundle-SymbolicName: org.eclipse.help.appserver; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.ini.gtk.linux.s390x' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.ini.gtk.linux.s390x' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.ide' name='org.eclipse.platform.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingwin32.win32.x86_64org.eclipse.core.runtime' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.core.runtime' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingwin32.win32.x86_64' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.config.gtk.linux.ppc' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.gtk.linux.ppc' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.sdk.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.s390org.eclipse.core.runtime' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.core.runtime' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.s390' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ant.ui' version='3.5.100.v20100719'>
+ <update id='org.eclipse.ant.ui' range='[0.0.0,3.5.100.v20100719)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Ant UI'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='25'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ant.ui' version='3.5.100.v20100719'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ant.ui' version='3.5.100.v20100719'/>
+ <provided namespace='java.package' name='org.eclipse.ant.internal.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.internal.ui.console' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.internal.ui.datatransfer' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.internal.ui.debug.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.internal.ui.dtd' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.internal.ui.dtd.schema' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.internal.ui.dtd.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.internal.ui.editor' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.internal.ui.editor.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.internal.ui.editor.formatter' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.internal.ui.editor.outline' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.internal.ui.editor.templates' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.internal.ui.editor.text' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.internal.ui.editor.utils' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.internal.ui.launchConfigurations' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.internal.ui.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.internal.ui.preferences' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.internal.ui.refactoring' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.internal.ui.views' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.internal.ui.views.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.ui.launching' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='27'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='[3.2.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views' range='[3.2.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='[3.5.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='[3.5.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='[3.2.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.apache.ant' range='1.7.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ant.core' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.0.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.variables' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.externaltools' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.console' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.core' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.ui' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.ui' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.debug.ui' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.launching' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.core' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ltk.core.refactoring' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.junit' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ant.launching' range='[1.0.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.externaltools' range='[1.0.0,2.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ant.ui' version='3.5.100.v20100719'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 3.5.100.v20100719&#xA;Import-Package: com.ibm.icu.text&#xA;Bundle-Activator: org.eclipse.ant.internal.ui.AntUIPlugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.ui.ide;bundle-version=&quot;[3.2.0,4.0.0)&quot;;resolution:=optional,org.eclipse.ui.views;bundle-version=&quot;[3.2.0,4.0.0)&quot;;resolution:=optional,org.eclipse.jface.text;bundle-version=&quot;[3.5.0,4.0.0)&quot;;resolution:=optional,org.eclipse.ui.workbench.texteditor;bundle-version=&quot;[3.5.0,4.0.0)&quot;;resolution:=optional,org.eclipse.ui.editors;bundle-version=&quot;[3.2.0,4.0.0)&quot;;resolution:=optional,org.apache.ant;bundle-version=&quot;1.7.0&quot;,org.eclipse.ant.core;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.filesystem;bundle-version=&quot;[1.0.0,2.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.variables;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.ui.externaltools;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.ui.console;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.debug.core;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.debug.ui;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.jdt.ui;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.jdt.debug.ui;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.jdt.launching;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.jdt.core;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.team.core;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.ltk.core.refactoring;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.expressions;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.jdt.junit;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ant.launching;bundle-version=&quot;[1.0.0,2.0.0)&quot;,org.eclipse.core.externaltools;bundle-version=&quot;[1.0.0,2.0.0)&quot;&#xA;Export-Package: org.eclipse.ant.internal.ui;x-internal:=true,org.eclipse.ant.internal.ui.console;x-internal:=true,org.eclipse.ant.internal.ui.datatransfer;x-internal:=true,org.eclipse.ant.internal.ui.debug.model;x-internal:=true,org.eclipse.ant.internal.ui.dtd;x-internal:=true,org.eclipse.ant.internal.ui.dtd.schema;x-internal:=true,org.eclipse.ant.internal.ui.dtd.util;x-internal:=true,org.eclipse.ant.internal.ui.editor;x-internal:=true,org.eclipse.ant.internal.ui.editor.actions;x-internal:=true,org.eclipse.ant.internal.ui.editor.formatter;x-internal:=true,org.eclipse.ant.internal.ui.editor.outline;x-internal:=true,org.eclipse.ant.internal.ui.editor.templates;x-internal:=true,org.eclipse.ant.internal.ui.editor.text;x-internal:=true,org.eclipse.ant.internal.ui.editor.utils;x-internal:=true,org.eclipse.ant.internal.ui.launchConfigurations;x-internal:=true,org.eclipse.ant.internal.ui.model;x-internal:=true,org.eclipse.ant.internal.ui.preferences;x-internal:=true,org.eclipse.ant.internal.ui.refactoring;x-internal:=true,org.eclipse.ant.internal.ui.views;x-internal:=true,org.eclipse.ant.internal.ui.views.actions;x-internal:=true,org.eclipse.ant.ui.launching&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ant.ui;tag=v20100719&#xA;Bundle-SymbolicName: org.eclipse.ant.ui; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.sdk.id.ini.motif.hpux.ia64_32' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.ini.motif.hpux.ia64_32' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.sdk.id' name='org.eclipse.rcp.sdk.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcarbon.macosx.x86org.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcarbon.macosx.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.apt.tests' version='3.3.301.v20100707-0100'>
+ <update id='org.eclipse.jdt.apt.tests' range='[0.0.0,3.3.301.v20100707-0100)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Annotation Processing Tests'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='25'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.apt.tests' version='3.3.301.v20100707-0100'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.apt.tests' version='3.3.301.v20100707-0100'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.tests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.tests.annotations' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.tests.annotations.apitest' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.tests.annotations.aptrounding' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.tests.annotations.exceptionhandling' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.tests.annotations.extradependency' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.tests.annotations.filegen' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.tests.annotations.generic' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.tests.annotations.helloworld' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.tests.annotations.messager' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.tests.annotations.mirrortest' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.tests.annotations.nestedhelloworld' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.tests.annotations.noop' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.tests.annotations.readAnnotationType' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.tests.annotations.readannotation' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.tests.annotations.valueconversion' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.tests.external.annotations.batch' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.tests.external.annotations.classloader' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.tests.external.annotations.loadertest' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.tests.jdtcoretests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.tests.plugin' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='9'>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.apt.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core.tests.builder' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core.tests.compiler' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core.tests.model' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.apt.tests' version='3.3.301.v20100707-0100'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-ClassPath: apt.jar,aptext.jar&#xA;Bundle-Version: 3.3.301.v20100707-0100&#xA;Bundle-Activator: org.eclipse.jdt.apt.tests.plugin.AptTestsPlugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.junit,org.eclipse.jdt.apt.core,org.eclipse.jdt.core,org.eclipse.jdt.core.tests.builder,org.eclipse.jdt.core.tests.compiler,org.eclipse.jdt.core.tests.model,org.eclipse.core.resources,org.eclipse.core.runtime,org.eclipse.test.performance&#xA;Export-Package: org.eclipse.jdt.apt.tests,org.eclipse.jdt.apt.tests.annotations,org.eclipse.jdt.apt.tests.annotations.apitest,org.eclipse.jdt.apt.tests.annotations.aptrounding,org.eclipse.jdt.apt.tests.annotations.exceptionhandling,org.eclipse.jdt.apt.tests.annotations.extradependency,org.eclipse.jdt.apt.tests.annotations.filegen,org.eclipse.jdt.apt.tests.annotations.generic,org.eclipse.jdt.apt.tests.annotations.helloworld,org.eclipse.jdt.apt.tests.annotations.messager,org.eclipse.jdt.apt.tests.annotations.mirrortest,org.eclipse.jdt.apt.tests.annotations.nestedhelloworld,org.eclipse.jdt.apt.tests.annotations.noop,org.eclipse.jdt.apt.tests.annotations.readAnnotationType,org.eclipse.jdt.apt.tests.annotations.readannotation,org.eclipse.jdt.apt.tests.annotations.valueconversion,org.eclipse.jdt.apt.tests.external.annotations.batch,org.eclipse.jdt.apt.tests.external.annotations.classloader,org.eclipse.jdt.apt.tests.external.annotations.loadertest,org.eclipse.jdt.apt.tests.jdtcoretests,org.eclipse.jdt.apt.tests.plugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.apt.tests;tag=v20100707-0100&#xA;Bundle-SymbolicName: org.eclipse.jdt.apt.tests; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Bundle-Localization: plugin
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.net.linux.x86_64' version='1.1.0.I20100505-1245'>
+ <update id='org.eclipse.core.net.linux.x86_64' range='[0.0.0,1.1.0.I20100505-1245)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Proxy for Linux x86_64'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.net.linux.x86_64' version='1.1.0.I20100505-1245'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.net.linux.x86_64' version='1.1.0.I20100505-1245'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.core.net' version='1.1.0.I20100505-1245'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.net' range='1.1.0'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.net.linux.x86_64' version='1.1.0.I20100505-1245'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86_64;tag=I20100505-1245&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.core.net;bundle-version=&quot;1.1.0&quot;&#xA;Bundle-SymbolicName: org.eclipse.core.net.linux.x86_64;singleton:=true&#xA;Bundle-Version: 1.1.0.I20100505-1245&#xA;Eclipse-PlatformFilter: (&amp; (osgi.os=linux) (osgi.arch=x86_64))
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.executable_root.gtk.linux.ppc64' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.gtk.linux.ppc64' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.equinox.executable_root.gtk.linux.ppc64' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.sdk.examples' version='3.2.0.v20100628'>
+ <update id='org.eclipse.sdk.examples' range='[0.0.0,3.2.0.v20100628)' severity='0'/>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.name' value='Examples'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk.examples' version='3.2.0.v20100628'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.sdk.examples' version='3.2.0.v20100628'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.sdk.examples' version='3.2.0.v20100628'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-SymbolicName: org.eclipse.sdk.examples; singleton:=true&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.sdk.examples;tag=v20100628&#xA;Bundle-Name: Examples&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.2.0.v20100628
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.ide.application.source' version='1.0.300.I20100831-0800' singleton='false'>
+ <update id='org.eclipse.ui.ide.application.source' range='[0.0.0,1.0.300.I20100831-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Eclipse IDE UI Application Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.ide.application.source' version='1.0.300.I20100831-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.ide.application.source' version='1.0.300.I20100831-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.ide.application.source' version='1.0.300.I20100831-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.300.I20100831-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.ide.application.source&#xA;Bundle-Name: %Plugin.name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ui.ide.application;version=&quot;1.0.300.I20100831-0800&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %Plugin.providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.weaving.sdk.feature.group' version='1.0.0.v20100421-79-1EVVFNFFuJm' singleton='false'>
+ <update id='org.eclipse.equinox.weaving.sdk.feature.group' range='[0.0.0,1.0.0.v20100421-79-1EVVFNFFuJm)' severity='0'/>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Equinox Weaving SDK'/>
+ <property name='df_LT.providerName' value='Eclipse Equinox Project'/>
+ <property name='df_LT.description' value='A description of Equinox Weaving'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2009 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.weaving.sdk.feature.group' version='1.0.0.v20100421-79-1EVVFNFFuJm'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='9'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.weaving.aspectj' range='[1.0.1.v20100628,1.0.1.v20100628]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.weaving.aspectj.source' range='[1.0.1.v20100628,1.0.1.v20100628]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.weaving.caching' range='[1.0.0.v20100503,1.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.weaving.caching.source' range='[1.0.0.v20100503,1.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.weaving.caching.j9' range='[1.0.0.v20100503,1.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.weaving.caching.j9.source' range='[1.0.0.v20100503,1.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.weaving.hook' range='[1.0.0.v20100503,1.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.weaving.hook.source' range='[1.0.0.v20100503,1.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.weaving.sdk.feature.jar' range='[1.0.0.v20100421-79-1EVVFNFFuJm,1.0.0.v20100421-79-1EVVFNFFuJm]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.equinox.compendium.sdk.feature.group' version='3.6.0.v20100421-7V7RFp7FNObpCoqz0z-p' singleton='false'>
+ <update id='org.eclipse.equinox.compendium.sdk.feature.group' range='[0.0.0,3.6.0.v20100421-7V7RFp7FNObpCoqz0z-p)' severity='0'/>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Equinox Compendium SDK'/>
+ <property name='df_LT.providerName' value='Eclipse Equinox Project'/>
+ <property name='df_LT.description' value='A collection of Equinox bundles and source that implement optional parts of the current OSGi specifications--the so called &amp;quot;Compendium Services&amp;quot;. &#xA;This feature includes the corresponding source and is intended to be added to target platforms at development time rather than deployed with end-user systems.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2009 EclipseSource and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;EclipseSource - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.compendium.sdk.feature.group' version='3.6.0.v20100421-7V7RFp7FNObpCoqz0z-p'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='27'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.app' range='[1.3.100.v20100803,1.3.100.v20100803]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.app.source' range='[1.3.100.v20100803,1.3.100.v20100803]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.cm' range='[1.0.200.v20100520,1.0.200.v20100520]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.cm.source' range='[1.0.200.v20100520,1.0.200.v20100520]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.device' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.device.source' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.ds' range='[1.2.100.v20100830,1.2.100.v20100830]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.ds.source' range='[1.2.100.v20100830,1.2.100.v20100830]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.event' range='[1.2.0.v20100503,1.2.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.event.source' range='[1.2.0.v20100503,1.2.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.io' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.io.source' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.ip' range='[1.1.100.v20100503,1.1.100.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.ip.source' range='[1.1.100.v20100503,1.1.100.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.log' range='[1.2.100.v20100503,1.2.100.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.log.source' range='[1.2.100.v20100503,1.2.100.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.metatype' range='[1.0.100.v20100503,1.0.100.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.metatype.source' range='[1.0.100.v20100503,1.0.100.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.preferences' range='[3.3.0.v20100503,3.3.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.preferences.source' range='[3.3.0.v20100503,3.3.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.useradmin' range='[1.1.200.v20100503,1.1.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.useradmin.source' range='[1.1.200.v20100503,1.1.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.wireadmin' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.wireadmin.source' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.util' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.util.source' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.compendium.sdk.feature.jar' range='[3.6.0.v20100421-7V7RFp7FNObpCoqz0z-p,3.6.0.v20100421-7V7RFp7FNObpCoqz0z-p]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.update.core' version='3.2.400.v20100512'>
+ <update id='org.eclipse.update.core' range='[0.0.0,3.2.400.v20100512)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Install/Update Core'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='20'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.core' version='3.2.400.v20100512'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.update.core' version='3.2.400.v20100512'/>
+ <provided namespace='java.package' name='org.eclipse.update.configuration' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.core.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.internal.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.internal.core.connection' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.internal.jarprocessor' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.internal.mirror' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.internal.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.internal.operations' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.internal.provisional' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.internal.search' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.internal.security' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.internal.verifier' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.operations' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.search' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.standalone' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='7'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.net' range='[1.0.0,2.0.0)'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='org.w3c.dom' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax.helpers' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.update.core' version='3.2.400.v20100512'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 3.2.400.v20100512&#xA;Eclipse-LazyStart: true&#xA;Import-Package: javax.xml.parsers,org.w3c.dom,org.xml.sax,org.xml.sax.helpers&#xA;Bundle-Activator: org.eclipse.update.internal.core.UpdateCore&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.update.configurator;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.core.net;bundle-version=&quot;[1.0.0,2.0.0)&quot;&#xA;Export-Package: org.eclipse.update.configuration,org.eclipse.update.core,org.eclipse.update.core.model,org.eclipse.update.internal.core;x-friends:=&quot;org.eclipse.update.ui,org.eclipse.update.scheduler,org.eclipse.pde.build&quot;,org.eclipse.update.internal.core.connection;x-internal:=true,org.eclipse.update.internal.jarprocessor;x-friends:=&quot;org.eclipse.pde.build&quot;,org.eclipse.update.internal.mirror;x-internal:=true,org.eclipse.update.internal.model;x-friends:=&quot;org.eclipse.update.ui&quot;,org.eclipse.update.internal.operations;x-friends:=&quot;org.eclipse.update.ui,org.eclipse.update.scheduler&quot;,org.eclipse.update.internal.provisional;x-internal:=true,org.eclipse.update.internal.search;x-friends:=&quot;org.eclipse.update.ui&quot;,org.eclipse.update.internal.security;x-internal:=true,org.eclipse.update.internal.verifier;x-internal:=true,org.eclipse.update.operations,org.eclipse.update.search,org.eclipse.update.standalone&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.update.core;tag=v20100512&#xA;Bundle-SymbolicName: org.eclipse.update.core; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.preferences.jmx' version='1.0.0.v20100503'>
+ <update id='org.eclipse.equinox.preferences.jmx' range='[0.0.0,1.0.0.v20100503)' severity='0'/>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.name' value='Resource Monitoring Preferences Extensions (Incubation)'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.preferences.jmx' version='1.0.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.preferences.jmx' version='1.0.0.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='11'>
+ <required namespace='java.package' name='javax.management' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.remote' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.core.runtime.preferences' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.jmx.common' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.jmx.server' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.log' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.prefs' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.preferences.jmx' version='1.0.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Localization: plugin&#xA;Bundle-Activator: org.eclipse.equinox.internal.preferences.jmx.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/incubator/monitoring/bundles/org.eclipse.equinox.preferences.jmx;tag=v20100503&#xA;Bundle-Name: Resource Monitoring Preferences Extensions (Incubation)&#xA;Bundle-Version: 1.0.0.v20100503&#xA;Bundle-Vendor: Eclipse.org&#xA;Bundle-SymbolicName: org.eclipse.equinox.preferences.jmx;singleton:=true&#xA;Import-Package: javax.management,javax.management.remote,org.eclipse.core.runtime; common=split,org.eclipse.core.runtime.preferences,org.eclipse.equinox.jmx.common,org.eclipse.equinox.jmx.server,org.eclipse.osgi.util,org.osgi.framework,org.osgi.service.log,org.osgi.service.prefs,org.osgi.util.tracker&#xA;Manifest-Version: 1.0&#xA;Eclipse-LazyStart: true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.launching.macosx' version='3.2.100.v20100505'>
+ <update id='org.eclipse.jdt.launching.macosx' range='[0.0.0,3.2.100.v20100505)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Mac OS X Launcher'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.launching.macosx' version='3.2.100.v20100505'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.launching.macosx' version='3.2.100.v20100505'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.core' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.debug' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.launching' range='[3.5.0,4.0.0)'/>
+ </requires>
+ <filter>
+ (osgi.os=macosx)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.launching.macosx' version='3.2.100.v20100505'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 3.2.100.v20100505&#xA;Eclipse-LazyStart: true&#xA;Bundle-Activator: org.eclipse.jdt.internal.launching.macosx.MacOSXLaunchingPlugin&#xA;Eclipse-PlatformFilter: (osgi.os=macosx)&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.debug.core;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jdt.debug;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jdt.core;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jdt.launching;bundle-version=&quot;[3.5.0,4.0.0)&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.launching.macosx;tag=v20100505&#xA;Bundle-SymbolicName: org.eclipse.jdt.launching.macosx; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.ide' version='3.6.100.I20100804-1300'>
+ <update id='org.eclipse.ui.ide' range='[0.0.0,3.6.100.I20100804-1300)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Eclipse IDE UI'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='40'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.ide' version='3.6.100.I20100804-1300'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.ide' version='3.6.100.I20100804-1300'/>
+ <provided namespace='java.package' name='org.eclipse.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.dialogs' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.ide' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.ide.dialogs' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.ide.fileSystem' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.ide.undo' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.ide' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.ide.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.ide.commands' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.ide.dialogs' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.ide.filesystem' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.ide.handlers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.ide.misc' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.ide.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.ide.registry' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.ide.undo' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.views.bookmarkexplorer' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.views.framelist' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.views.markers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.views.navigator' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.views.properties' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.views.tasklist' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.wizards.datatransfer' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.wizards.newresource' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.part' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.views.bookmarkexplorer' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.views.framelist' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.views.markers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.views.markers.internal' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.views.navigator' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.views.properties' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.views.tasklist' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.wizards.datatransfer' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.wizards.newresource' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='11'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.6.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.0.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.help' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views' range='[3.2.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.forms' range='[3.3.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.engine' range='[2.0.0,3.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.ide' version='3.6.100.I20100804-1300'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %Plugin.name&#xA;Bundle-ClassPath: e4-ide.jar,.&#xA;Require-Bundle: org.eclipse.core.resources;bundle-version=&quot;[3.6.0,4.0.0)&quot;;resolution:=optional,org.eclipse.core.runtime;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.filesystem;bundle-version=&quot;[1.0.0,2.0.0)&quot;,org.eclipse.help;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.views;bundle-version=&quot;[3.2.0,4.0.0)&quot;;resolution:=optional,org.eclipse.jface.text;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.ui.forms;bundle-version=&quot;[3.3.0,4.0.0)&quot;;resolution:=optional,org.eclipse.equinox.p2.engine;bundle-version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata;bundle-version=&quot;[2.0.0,3.0.0)&quot;&#xA;Bundle-Activator: org.eclipse.ui.internal.ide.IDEWorkbenchPlugin&#xA;Bundle-Vendor: %Plugin.providerName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.ide;tag=I20100804-1300&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.6.100.I20100804-1300&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.ui,org.eclipse.ui.actions,org.eclipse.ui.dialogs,org.eclipse.ui.ide,org.eclipse.ui.ide.dialogs,org.eclipse.ui.ide.fileSystem,org.eclipse.ui.ide.undo,org.eclipse.ui.internal.ide;x-friends:=&quot;org.eclipse.ui.ide.application,org.eclipse.ui.navigator.resources&quot;,org.eclipse.ui.internal.ide.actions;x-internal:=true,org.eclipse.ui.internal.ide.commands;x-internal:=true,org.eclipse.ui.internal.ide.dialogs;x-friends:=&quot;org.eclipse.ui.ide.application&quot;,org.eclipse.ui.internal.ide.filesystem;x-internal:=true,org.eclipse.ui.internal.ide.handlers;x-internal:=true,org.eclipse.ui.internal.ide.misc;x-internal:=true,org.eclipse.ui.internal.ide.model;x-friends:=&quot;org.eclipse.ui.ide.application&quot;,org.eclipse.ui.internal.ide.registry;x-internal:=true,org.eclipse.ui.internal.ide.undo;x-friends:=&quot;org.eclipse.ui.ide.application&quot;,org.eclipse.ui.internal.views.bookmarkexplorer;x-internal:=true,org.eclipse.ui.internal.views.framelist;x-internal:=true,org.eclipse.ui.internal.views.markers;x-internal:=true,org.eclipse.ui.internal.views.navigator;x-internal:=true,org.eclipse.ui.internal.views.properties;x-internal:=true,org.eclipse.ui.internal.views.tasklist;x-internal:=true,org.eclipse.ui.internal.wizards.datatransfer;x-internal:=true,org.eclipse.ui.internal.wizards.newresource;x-internal:=true,org.eclipse.ui.model,org.eclipse.ui.part,org.eclipse.ui.views.bookmarkexplorer,org.eclipse.ui.views.framelist,org.eclipse.ui.views.markers,org.eclipse.ui.views.markers.internal;x-internal:=true,org.eclipse.ui.views.navigator,org.eclipse.ui.views.properties,org.eclipse.ui.views.tasklist,org.eclipse.ui.wizards.datatransfer,org.eclipse.ui.wizards.newresource&#xA;Bundle-SymbolicName: org.eclipse.ui.ide; singleton:=true&#xA;Import-Package: com.ibm.icu.text
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.config.gtk.solaris.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.gtk.solaris.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.ds.ui' version='1.0.100.v20100601'>
+ <update id='org.eclipse.pde.ds.ui' range='[0.0.0,1.0.100.v20100601)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='PDE DS UI'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='11'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.ds.ui' version='1.0.100.v20100601'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.ds.ui' version='1.0.100.v20100601'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ds.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ds.ui.editor' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ds.ui.editor.contentassist' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ds.ui.editor.dialogs' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ds.ui.editor.sections' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ds.ui.parts' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ds.ui.wizards' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='14'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.forms' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.ds.core' range='[1.0.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.ui' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.search' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.ui' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.1.0,2.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.ds.ui' version='1.0.100.v20100601'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.pde.internal.ds.ui.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/ds/org.eclipse.pde.ds.ui;tag=v20100601&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.pde.ds.ui;singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.100.v20100601&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.pde.internal.ds.ui;x-internal:=true,org.eclipse.pde.internal.ds.ui.editor;x-internal:=true,org.eclipse.pde.internal.ds.ui.editor.contentassist;x-internal:=true,org.eclipse.pde.internal.ds.ui.editor.dialogs;x-internal:=true,org.eclipse.pde.internal.ds.ui.editor.sections;x-internal:=true,org.eclipse.pde.internal.ds.ui.parts;x-internal:=true,org.eclipse.pde.internal.ds.ui.wizards;x-internal:=true&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.ui.forms;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.ui.ide;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.pde.ds.core;bundle-version=&quot;[1.0.0,2.0.0)&quot;,org.eclipse.pde.ui;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.search;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.text;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.ui.editors;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.jface.text;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.jdt.core;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.jdt.ui;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.core.filesystem;bundle-version=&quot;[1.1.0,2.0.0)&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.id.ini.gtk.solaris.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.gtk.solaris.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.id' name='org.eclipse.rcp.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.console' version='3.5.0.v20100526'>
+ <update id='org.eclipse.ui.console' range='[0.0.0,3.5.0.v20100526)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Console'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.console' version='3.5.0.v20100526'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.console' version='3.5.0.v20100526'/>
+ <provided namespace='java.package' name='org.eclipse.ui.console' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.console.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.console' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='7'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.variables' range='[3.2.0,4.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.console' version='3.5.0.v20100526'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 3.5.0.v20100526&#xA;Import-Package: com.ibm.icu.text&#xA;Bundle-Activator: org.eclipse.ui.console.ConsolePlugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.ui;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jface.text;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.workbench.texteditor;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.expressions;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.core.variables;bundle-version=&quot;[3.2.0,4.0.0)&quot;&#xA;Export-Package: org.eclipse.ui.console,org.eclipse.ui.console.actions,org.eclipse.ui.internal.console;x-internal:=true&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.console;tag=v20100526&#xA;Bundle-SymbolicName: org.eclipse.ui.console; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.help.feature.jar' version='1.2.0.v20100427-7e7jFB0FEx2XlnZptLQki13'>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.update.feature.plugin' value='org.eclipse.help.base'/>
+ <property name='df_LT.featureName' value='Eclipse Help System'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Eclipse help system.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2008, 2010 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.feature.jar' version='1.2.0.v20100427-7e7jFB0FEx2XlnZptLQki13'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.help' version='1.2.0.v20100427-7e7jFB0FEx2XlnZptLQki13'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.help' version='1.2.0.v20100427-7e7jFB0FEx2XlnZptLQki13'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.ui.browser.source' version='3.3.0.v20100517' singleton='false'>
+ <update id='org.eclipse.ui.browser.source' range='[0.0.0,3.3.0.v20100517)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Browser Support Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.browser.source' version='3.3.0.v20100517'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.browser.source' version='3.3.0.v20100517'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.browser.source' version='3.3.0.v20100517'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.3.0.v20100517&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.browser.source&#xA;Bundle-Name: %Plugin.name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ui.browser;version=&quot;3.3.0.v20100517&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %Plugin.providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.junit.source' version='3.7.0.v20100914-0100' singleton='false'>
+ <update id='org.eclipse.jdt.junit.source' range='[0.0.0,3.7.0.v20100914-0100)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Development Tools JUnit support Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.junit.source' version='3.7.0.v20100914-0100'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.junit.source' version='3.7.0.v20100914-0100'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.junit.source' version='3.7.0.v20100914-0100'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.7.0.v20100914-0100&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.jdt.junit.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.jdt.junit;version=&quot;3.7.0.v20100914-0100&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.sdk.id.ini.win32.win32.x86_64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.ini.win32.win32.x86_64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.sdk.id' name='org.eclipse.rcp.sdk.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.touchpoint.eclipse.source' version='2.0.100.v20100712-1655' singleton='false'>
+ <update id='org.eclipse.equinox.p2.touchpoint.eclipse.source' range='[0.0.0,2.0.100.v20100712-1655)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Eclipse Touchpoint Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.touchpoint.eclipse.source' version='2.0.100.v20100712-1655'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.touchpoint.eclipse.source' version='2.0.100.v20100712-1655'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.touchpoint.eclipse.source' version='2.0.100.v20100712-1655'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 2.0.100.v20100712-1655&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.touchpoint.eclipse.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.touchpoint.eclipse;version=&quot;2.0.100.v20100712-1655&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.s390xorg.eclipse.equinox.event' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.equinox.event' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.s390x' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.ppcorg.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.ppc' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.equinox.p2.ui.admin.rcp.product.config.win32.win32.x86' version='1.1.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.p2.ui.admin.rcp.product.config.win32.win32.x86' version='1.1.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.equinox.p2.ui.admin.rcp.product' name='org.eclipse.equinox.p2.ui.admin.rcp.product.config' version='1.1.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.application,propValue:org.eclipse.equinox.p2.ui.admin.rcp.application);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.equinox.p2.ui.admin.rcp.product);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.engine' version='2.0.1.v20100712-1655'>
+ <update id='org.eclipse.equinox.p2.engine' range='[0.0.0,2.0.1.v20100712-1655)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Engine'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='9'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.engine' version='2.0.1.v20100712-1655'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.engine' version='2.0.1.v20100712-1655'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.engine' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.engine.phases' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.engine' version='2.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.engine.query' version='2.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.engine.spi' version='2.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='30'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.registry' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.metadata.repository' range='1.0.100'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.jobs' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.repository' range='[2.0.0,2.1.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,2.2.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.core' range='[2.0.0,2.1.0)'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.core.internal.preferences' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.core.runtime.preferences' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata.expression' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata.index' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.metadata.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.security.storage' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.datalocation' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.debug' range='1.1.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.security' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.signedcontent' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.prefs' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='1.4.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.engine' version='2.0.1.v20100712-1655'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Import-Package: javax.xml.parsers,org.eclipse.core.internal.preferences,org.eclipse.core.runtime.preferences,org.eclipse.equinox.p2.core;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.core.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata.expression;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata.index;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.metadata.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.security.storage;version=&quot;1.0.0&quot;,org.eclipse.osgi.service.datalocation;version=&quot;1.0.0&quot;,org.eclipse.osgi.service.debug;version=&quot;1.1.0&quot;,org.eclipse.osgi.service.security;version=&quot;1.0.0&quot;,org.eclipse.osgi.signedcontent;version=&quot;1.0.0&quot;,org.eclipse.osgi.util;version=&quot;1.0.0&quot;,org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.service.prefs,org.osgi.util.tracker;version=&quot;1.4.0&quot;,org.xml.sax&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-RegisterBuddy: org.eclipse.equinox.p2.metadata.repository&#xA;Manifest-Version: 1.0&#xA;Bundle-Name: %pluginName&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Version: 2.0.1.v20100712-1655&#xA;Export-Package: org.eclipse.equinox.internal.p2.engine; x-friends:=&quot;org.eclipse.equinox.p2.garbagecollector, org.eclipse.equinox.p2.touchpoint.eclipse, org.eclipse.equinox.p2.touchpoint.natives, org.eclipse.equinox.p2.ui.sdk.scheduler, org.eclipse.pde.build&quot;,org.eclipse.equinox.internal.p2.engine.phases;x-friends:=&quot;org.eclipse.equinox.p2.director.app,org.eclipse.equinox.p2.repository.tools,org.eclipse.equinox.p2.ui.sdk.scheduler&quot;,org.eclipse.equinox.p2.engine;version=&quot;2.0.0&quot;,org.eclipse.equinox.p2.engine.query;version=&quot;2.0.0&quot;,org.eclipse.equinox.p2.engine.spi;version=&quot;2.0.0&quot;&#xA;Require-Bundle: org.eclipse.equinox.common,org.eclipse.equinox.registry,org.eclipse.equinox.p2.metadata.repository;bundle-version=&quot;1.0.100&quot;,org.eclipse.core.jobs;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.equinox.p2.repository;bundle-version=&quot;[2.0.0,2.1.0)&quot;,org.eclipse.equinox.p2.metadata;bundle-version=&quot;[2.0.0,2.2.0)&quot;,org.eclipse.equinox.p2.core;bundle-version=&quot;[2.0.0,2.1.0)&quot;&#xA;Bundle-Activator: org.eclipse.equinox.internal.p2.engine.EngineActivator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.engine;tag=v20100712-1655&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.engine;singleton:=true&#xA;Service-Component: OSGI-INF/profileRegistry.xml, OSGI-INF/engine.xml&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ecf.ssl' version='1.0.100.v20100906-1425' singleton='false'>
+ <update id='org.eclipse.ecf.ssl' range='[0.0.0,1.0.100.v20100906-1425)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.plugin.provider' value='Eclipse.org - ECF'/>
+ <property name='df_LT.plugin.name' value='ECF SSL Fragment'/>
+ <property name='org.eclipse.equinox.p2.name' value='%plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%plugin.provider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.ssl' version='1.0.100.v20100906-1425'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ecf.ssl' version='1.0.100.v20100906-1425'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.internal.ssl' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.ecf' version='1.0.100.v20100906-1425'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='4'>
+ <required namespace='osgi.bundle' name='org.eclipse.ecf' range='0.0.0'/>
+ <required namespace='java.package' name='javax.net' range='0.0.0'/>
+ <required namespace='java.package' name='javax.net.ssl' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.security' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ecf.ssl' version='1.0.100.v20100906-1425'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Ant-Version: Apache Ant 1.7.1&#xA;Bundle-Name: %plugin.name&#xA;Created-By: 1.5.0_22-b03 (Sun Microsystems Inc.)&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %plugin.provider&#xA;Bundle-SymbolicName: org.eclipse.ecf.ssl&#xA;Import-Package: javax.net,javax.net.ssl,org.eclipse.osgi.service.security&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.100.v20100906-1425&#xA;Bundle-Localization: plugin&#xA;Fragment-Host: org.eclipse.ecf&#xA;Export-Package: org.eclipse.ecf.internal.ssl;x-internal:=true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.navigator.resources.source' version='3.4.300.I20100712-2000' singleton='false'>
+ <update id='org.eclipse.ui.navigator.resources.source' range='[0.0.0,3.4.300.I20100712-2000)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Navigator Workbench Components Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.navigator.resources.source' version='3.4.300.I20100712-2000'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.navigator.resources.source' version='3.4.300.I20100712-2000'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.navigator.resources.source' version='3.4.300.I20100712-2000'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.4.300.I20100712-2000&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.navigator.resources.source&#xA;Bundle-Name: %Plugin.name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ui.navigator.resources;version=&quot;3.4.300.I20100712-2000&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %Plugin.providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.config.gtk.linux.ppc' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.gtk.linux.ppc' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.preferences.source' version='3.3.0.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.preferences.source' range='[0.0.0,3.3.0.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Eclipse Preferences Mechanism Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.preferences.source' version='3.3.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.preferences.source' version='3.3.0.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.preferences.source' version='3.3.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.3.0.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.preferences.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.preferences;version=&quot;3.3.0.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.platform.source' version='3.7.0.v201009211024' singleton='false'>
+ <update id='org.eclipse.platform.source' range='[0.0.0,3.7.0.v201009211024)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Eclipse Platform Plug-in Developer Resources'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.source' version='3.7.0.v201009211024'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.platform.source' version='3.7.0.v201009211024'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.platform.source' version='3.7.0.v201009211024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.7.0.v201009211024&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.platform.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.platform;version=&quot;3.7.0.v201009211024&quot;;roots:=&quot;platformsrc&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.repository' version='2.0.0.v20100519'>
+ <update id='org.eclipse.equinox.p2.repository' range='[0.0.0,2.0.0.v20100519)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Repository'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='14'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.repository' version='2.0.0.v20100519'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.repository' version='2.0.0.v20100519'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.persistence' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.repository' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.repository.helpers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.repository' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.repository' version='2.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact' version='2.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact.spi' version='2.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.repository.metadata' version='2.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.repository.metadata.spi' version='2.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.repository.spi' version='2.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='27'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ecf.filetransfer' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ecf' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.registry' range='3.3.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ecf.provider.filetransfer' range='3.0.1'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.core.runtime.jobs' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.core.runtime.preferences' range='3.2.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.core' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.core.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.repository.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.core.eventbus' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata.expression' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.security.storage' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.debug' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.1.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.packageadmin' range='1.2.0'/>
+ <required namespace='java.package' name='org.osgi.service.prefs' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='1.3.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax.helpers' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.repository' version='2.0.0.v20100519'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %pluginName&#xA;Require-Bundle: org.eclipse.equinox.common,org.eclipse.ecf.filetransfer,org.eclipse.ecf,org.eclipse.equinox.registry;bundle-version=&quot;3.3.0&quot;,org.eclipse.ecf.provider.filetransfer;bundle-version=&quot;3.0.1&quot;&#xA;Bundle-Activator: org.eclipse.equinox.internal.p2.repository.Activator&#xA;Bundle-Vendor: %providerName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.repository;tag=v20100519&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 2.0.0.v20100519&#xA;Service-Component: OSGI-INF/cacheManager.xml&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.equinox.internal.p2.persistence;x-friends:=&quot;org.eclipse.equinox.p2.artifact.repository,org.eclipse.equinox.p2.engine,org.eclipse.equinox.p2.metadata.repository&quot;,org.eclipse.equinox.internal.p2.repository;x-friends:=&quot;org.eclipse.equinox.p2.artifact.repository,org.eclipse.equinox.p2.metadata.repository,org.eclipse.equinox.p2.updatesite&quot;,org.eclipse.equinox.internal.p2.repository.helpers; x-friends:=&quot;org.eclipse.equinox.p2.artifact.repository, org.eclipse.equinox.p2.exemplarysetup, org.eclipse.equinox.p2.metadata.generator, org.eclipse.equinox.p2.metadata.repository, org.eclipse.equinox.p2.operations, org.eclipse.equinox.p2.repository.tools, org.eclipse.equinox.p2.ui, org.eclipse.equinox.p2.updatesite&quot;,org.eclipse.equinox.internal.provisional.p2.repository,org.eclipse.equinox.p2.repository;version=&quot;2.0.0&quot;,org.eclipse.equinox.p2.repository.artifact;version=&quot;2.0.0&quot;,org.eclipse.equinox.p2.repository.artifact.spi;version=&quot;2.0.0&quot;,org.eclipse.equinox.p2.repository.metadata;version=&quot;2.0.0&quot;,org.eclipse.equinox.p2.repository.metadata.spi;version=&quot;2.0.0&quot;,org.eclipse.equinox.p2.repository.spi;version=&quot;2.0.0&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.repository;singleton:=true&#xA;Import-Package: javax.xml.parsers,org.eclipse.core.runtime.jobs,org.eclipse.core.runtime.preferences;version=&quot;3.2.0&quot;,org.eclipse.equinox.internal.p2.core,org.eclipse.equinox.internal.p2.core.helpers,org.eclipse.equinox.internal.p2.metadata,org.eclipse.equinox.internal.p2.repository.helpers,org.eclipse.equinox.internal.provisional.p2.core.eventbus,org.eclipse.equinox.p2.core;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.core.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata.expression;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.security.storage,org.eclipse.osgi.service.debug,org.eclipse.osgi.util;version=&quot;1.1.0&quot;,org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.service.packageadmin;version=&quot;1.2.0&quot;,org.osgi.service.prefs;version=&quot;1.0.0&quot;,org.osgi.util.tracker;version=&quot;1.3.0&quot;,org.xml.sax,org.xml.sax.helpers
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ua.tests' version='3.3.400.v20100830'>
+ <update id='org.eclipse.ua.tests' range='[0.0.0,3.3.400.v20100830)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='User Assistance Test'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ua.tests' version='3.3.400.v20100830'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ua.tests' version='3.3.400.v20100830'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='18'>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.help' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.help.base' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.help.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.help.webapp' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.cheatsheets' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.intro' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.intro.universal' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.forms' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.browser' range='3.2.300'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.jsp.jasper' range='1.0.200'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.jsp.jasper.registry' range='1.0.100'/>
+ <required namespace='java.package' name='javax.servlet' range='2.4.0'/>
+ <required namespace='java.package' name='javax.servlet.http' range='2.4.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ua.tests' version='3.3.400.v20100830'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: User Assistance Test&#xA;Bundle-Activator: org.eclipse.ua.tests.plugin.UserAssistanceTestPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ua.tests;tag=v20100830&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: Eclipse.org&#xA;Bundle-ClassPath: ua-tests.jar&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.ua.tests;singleton:=true&#xA;Import-Package: javax.servlet;version=&quot;2.4.0&quot;,javax.servlet.http;version=&quot;2.4.0&quot;&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.3.400.v20100830&#xA;Require-Bundle: org.junit,org.eclipse.core.resources,org.eclipse.core.runtime,org.eclipse.help,org.eclipse.help.base,org.eclipse.help.ui,org.eclipse.help.webapp,org.eclipse.test.performance,org.eclipse.ui,org.eclipse.ui.cheatsheets,org.eclipse.ui.intro,org.eclipse.ui.intro.universal,org.eclipse.ui.forms,org.eclipse.ui.browser;bundle-version=&quot;3.2.300&quot;,org.eclipse.equinox.jsp.jasper;bundle-version=&quot;1.0.200&quot;,org.eclipse.equinox.jsp.jasper.registry;bundle-version=&quot;1.0.100&quot;
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcocoa.macosx.x86_64org.eclipse.core.runtime' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.core.runtime' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcocoa.macosx.x86_64' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.ds.core' version='1.0.100.v20100601'>
+ <update id='org.eclipse.pde.ds.core' range='[0.0.0,1.0.100.v20100601)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='PDE DS Core'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.ds.core' version='1.0.100.v20100601'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.ds.core' version='1.0.100.v20100601'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ds.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ds.core.builders' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ds.core.text' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='6'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filebuffers' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.core' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.4.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.ds.core' version='1.0.100.v20100601'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.pde.internal.ds.core.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/ds/org.eclipse.pde.ds.core;tag=v20100601&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.pde.ds.core;singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.100.v20100601&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.pde.internal.ds.core;x-friends:=&quot;org.eclipse.pde.ds.ui&quot;,org.eclipse.pde.internal.ds.core.builders;x-friends:=&quot;org.eclipse.pde.ds.ui&quot;,org.eclipse.pde.internal.ds.core.text;x-friends:=&quot;org.eclipse.pde.ds.ui&quot;&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.core.filebuffers;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.pde.core;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.text;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.jdt.core;bundle-version=&quot;[3.4.0,4.0.0)&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.source.feature.group' version='3.7.0.v20100803-7b7oFUFFEx2XmfZUk45657' singleton='false'>
+ <update id='org.eclipse.pde.source.feature.group' range='[0.0.0,3.7.0.v20100803-7b7oFUFFEx2XmfZUk45657)' severity='0'/>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Eclipse PDE Plug-in Developer Resources'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Eclipse plug-in development environment, including documentation and source code zips.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2010 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.source.feature.group' version='3.7.0.v20100803-7b7oFUFFEx2XmfZUk45657'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='17'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.objectweb.asm.source' range='[3.2.0.v200909071300,3.2.0.v200909071300]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.source' range='[3.6.100.v201009211024,3.6.100.v201009211024]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.build.source' range='[3.6.100.v20100830,3.6.100.v20100830]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.core.source' range='[3.7.0.v20100914,3.7.0.v20100914]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.junit.runtime.source' range='[3.4.100.v20100601,3.4.100.v20100601]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.runtime.source' range='[3.4.200.v20100601,3.4.200.v20100601]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.ui.source' range='[3.6.100.v20100913,3.6.100.v20100913]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.ui.templates.source' range='[3.4.200.v20100601,3.4.200.v20100601]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.views.log.source' range='[1.0.200.v20100910,1.0.200.v20100910]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.source' range='[1.0.300.v20100910,1.0.300.v20100910]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ui.source' range='[1.0.300.v20100910,1.0.300.v20100910]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.ds.core.source' range='[1.0.100.v20100601,1.0.100.v20100601]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.ds.ui.source' range='[1.0.100.v20100601,1.0.100.v20100601]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.launching.source' range='[3.6.0.v20100601,3.6.0.v20100601]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.ua.core.source' range='[1.0.100.v20100504,1.0.100.v20100504]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.ua.ui.source' range='[1.0.100.v20100628,1.0.100.v20100628]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.source.feature.jar' range='[3.7.0.v20100803-7b7oFUFFEx2XmfZUk45657,3.7.0.v20100803-7b7oFUFFEx2XmfZUk45657]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.cvs.feature.group' version='1.2.0.v20100427-7B77FO-8sF7B77cDI5BHB5' singleton='false'>
+ <update id='org.eclipse.cvs.feature.group' range='[0.0.0,1.2.0.v20100427-7B77FO-8sF7B77cDI5BHB5)' severity='0'/>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Eclipse CVS Client'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Eclipse CVS Client. (Binary runtime and user documentation.)'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2009 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.cvs.feature.group' version='1.2.0.v20100427-7B77FO-8sF7B77cDI5BHB5'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='7'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.feature.group' range='3.6.0'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.cvs' range='[1.0.500.v201009211024,1.0.500.v201009211024]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.cvs.core' range='[3.3.400.I20100912-2000,3.3.400.I20100912-2000]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.cvs.ssh2' range='[3.2.300.I20100526-0800,3.2.300.I20100526-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.cvs.ui' range='[3.3.400.I20100912-2000,3.3.400.I20100912-2000]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.cvs.feature.jar' range='[1.2.0.v20100427-7B77FO-8sF7B77cDI5BHB5,1.2.0.v20100427-7B77FO-8sF7B77cDI5BHB5]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.cvs_root' range='[1.2.0.v20100427-7B77FO-8sF7B77cDI5BHB5,1.2.0.v20100427-7B77FO-8sF7B77cDI5BHB5]'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.director.source' version='2.0.0.v20100525' singleton='false'>
+ <update id='org.eclipse.equinox.p2.director.source' range='[0.0.0,2.0.0.v20100525)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Director Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.director.source' version='2.0.0.v20100525'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.director.source' version='2.0.0.v20100525'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.director.source' version='2.0.0.v20100525'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 2.0.0.v20100525&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.director.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.director;version=&quot;2.0.0.v20100525&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.discovery.feature.feature.group' version='1.0.0.v20100510-4-8Z9oB5855N7V02A11' singleton='false'>
+ <update id='org.eclipse.equinox.p2.discovery.feature.feature.group' range='[0.0.0,1.0.0.v20100510-4-8Z9oB5855N7V02A11)' severity='0'/>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Equinox p2 Discovery'/>
+ <property name='df_LT.providerName' value='Eclipse Equinox Project'/>
+ <property name='df_LT.description' value='All of the bundles that comprise Equinox p2 discovery. &#xA;This feature is intended to be used by integrators building on discovery.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2010 Tasktop Technologies and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;Tasktop Technologies - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.discovery.feature.feature.group' version='1.0.0.v20100510-4-8Z9oB5855N7V02A11'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='4'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.discovery' range='[1.0.100.v20100809-1900,1.0.100.v20100809-1900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.discovery.compatibility' range='[1.0.0.v20100518,1.0.0.v20100518]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.discovery' range='[1.0.0.v20100519,1.0.0.v20100519]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.discovery.feature.feature.jar' range='[1.0.0.v20100510-4-8Z9oB5855N7V02A11,1.0.0.v20100510-4-8Z9oB5855N7V02A11]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.ui.win32' version='3.2.200.I20100509-0800' singleton='false'>
+ <update id='org.eclipse.ui.win32' range='[0.0.0,3.2.200.I20100509-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Eclipse UI Win32 Enhancements'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment-win32'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.win32' version='3.2.200.I20100509-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.win32' version='3.2.200.I20100509-0800'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.editorsupport.win32' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.ui.ide' version='3.2.200.I20100509-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='[3.2.0,4.0.0)'/>
+ </requires>
+ <filter>
+ (osgi.ws=win32)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.win32' version='3.2.200.I20100509-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: %fragmentName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.win32;tag=I20100509-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ClassPath: .&#xA;Bundle-SymbolicName: org.eclipse.ui.win32&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-PlatformFilter: (osgi.ws=win32)&#xA;Bundle-Version: 3.2.200.I20100509-0800&#xA;Bundle-Localization: fragment-win32&#xA;Fragment-Host: org.eclipse.ui.ide;bundle-version=&quot;[3.2.0,4.0.0)&quot;&#xA;Export-Package: org.eclipse.ui.internal.editorsupport.win32;x-internal:=true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.source.feature.jar' version='3.7.0.v20100803-7b7oFUFFEx2XmfZUk45657'>
+ <properties size='8'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Eclipse PDE Plug-in Developer Resources'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Eclipse plug-in development environment, including documentation and source code zips.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2010 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.source.feature.jar' version='3.7.0.v20100803-7b7oFUFFEx2XmfZUk45657'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.pde.source' version='3.7.0.v20100803-7b7oFUFFEx2XmfZUk45657'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.pde.source' version='3.7.0.v20100803-7b7oFUFFEx2XmfZUk45657'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.ui.workbench.source' version='3.6.100.I20100914-0100' singleton='false'>
+ <update id='org.eclipse.ui.workbench.source' range='[0.0.0,3.6.100.I20100914-0100)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Workbench Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.workbench.source' version='3.6.100.I20100914-0100'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.workbench.source' version='3.6.100.I20100914-0100'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.workbench.source' version='3.6.100.I20100914-0100'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.6.100.I20100914-0100&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.workbench.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ui.workbench;version=&quot;3.6.100.I20100914-0100&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.expressions.tests' version='3.4.100.v20091203'>
+ <update id='org.eclipse.core.expressions.tests' range='[0.0.0,3.4.100.v20091203)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Expression Language Tests'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.expressions.tests' version='3.4.100.v20091203'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.expressions.tests' version='3.4.100.v20091203'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.expressions.tests' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='3'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.4.100,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.3.100,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.junit' range='3.8.2'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.expressions.tests' version='3.4.100.v20091203'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-ClassPath: expressionstests.jar&#xA;Bundle-Version: 3.4.100.v20091203&#xA;Bundle-Activator: org.eclipse.core.internal.expressions.tests.ExpressionTestPlugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.core.expressions;bundle-version=&quot;[3.4.100,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.3.100,4.0.0)&quot;,org.junit;bundle-version=&quot;3.8.2&quot;&#xA;Export-Package: org.eclipse.core.internal.expressions.tests&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.expressions.tests;tag=v20091203&#xA;Bundle-SymbolicName: org.eclipse.core.expressions.tests; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.rcp.id' version='3.7.0.I20100921-1024'>
+ <update id='org.eclipse.rcp.id' range='0.0.0' severity='0'/>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.name' value='Eclipse RCP'/>
+ <property name='lineUp' value='true'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ </properties>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.id' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <requires size='8'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.configuration' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.feature.group' range='[3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS,3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='tooling.source.default' range='[1.0.0,1.0.0]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='a.jre.javase' range='[1.6.0,1.6.0]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='tooling.osgi.bundle.default' range='[1.0.0,1.0.0]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='tooling.org.eclipse.update.feature.default' range='[1.0.0,1.0.0]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration.feature.group' range='[1.0.0.I20100921-1024,1.0.0.I20100921-1024]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='config.a.jre.javase' range='[1.6.0,1.6.0]'/>
+ </requires>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <licenses size='1'>
+ <license uri='http://eclipse.org/legal/epl/notice.php' url='http://eclipse.org/legal/epl/notice.php'>
+ Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA; - Content may be structured and packaged into modules to facilitate delivering,&#xA; extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA; plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA; - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA; in a directory named &quot;plugins&quot;.&#xA; - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA; Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA; Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA; numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA; - Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA; named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA; - The top-level (root) directory&#xA; - Plug-in and Fragment directories&#xA; - Inside Plug-ins and Fragments packaged as JARs&#xA; - Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA; - Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA; - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA; - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA; - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA; - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA; - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA; 1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA; the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA; extending or updating the functionality of an Eclipse-based product.&#xA; 2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA; Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA; 3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA; govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA; Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA; with the Specification. Such Installable Software Agreement must inform the user of the&#xA; terms and conditions that govern the Installable Software and must solicit acceptance by&#xA; the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA; indication of agreement by the user, the provisioning Technology will complete installation&#xA; of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;s&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.
+ </license>
+ </licenses>
+ </unit>
+ <unit id='org.eclipse.pde.feature.jar' version='3.7.0.v20100803-7b7oFUFFEx2XmfZUk45657'>
+ <properties size='8'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Eclipse Plug-in Development Environment'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Eclipse plug-in development environment.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2010 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.feature.jar' version='3.7.0.v20100803-7b7oFUFFEx2XmfZUk45657'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.pde' version='3.7.0.v20100803-7b7oFUFFEx2XmfZUk45657'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.pde' version='3.7.0.v20100803-7b7oFUFFEx2XmfZUk45657'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.ini.motif.hpux.ia64_32' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.ini.motif.hpux.ia64_32' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.ide' name='org.eclipse.platform.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.sdk.id.ini.motif.aix.ppc' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.ini.motif.aix.ppc' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.sdk.id' name='org.eclipse.rcp.sdk.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='tooling.org.eclipse.update.feature.default' version='1.0.0' singleton='false'>
+ <hostRequirements size='1'>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' range='0.0.0' optional='true' multiple='true' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='tooling.org.eclipse.update.feature.default' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='tooling' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' range='0.0.0' optional='true' multiple='true' greedy='false'/>
+ </requires>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ installFeature(feature:${artifact},featureId:default,featureVersion:default)
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallFeature(feature:${artifact},featureId:default,featureVersion:default)
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.rcp.configuration_root.motif.linux.x86' version='1.0.0.I20100921-1024'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.motif.linux.x86' version='1.0.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.rcp.configuration_root.motif.linux.x86' version='1.0.0.I20100921-1024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='14'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:eclipse, permissions:755);
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:libXm.so.2, permissions:755);
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:libXm.so.2, permissions:755);
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:libcairo-swt.so, permissions:755);
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:libswt-awt-motif-3707.so, permissions:755);
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:libswt-cairo-motif-3707.so, permissions:755);
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:libswt-glx-motif-3707.so, permissions:755);
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:libswt-gnome-motif-3707.so, permissions:755);
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:libswt-gtk-motif-3707.so, permissions:755);
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:libswt-motif-3707.so, permissions:755);
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:libswt-mozilla-motif-3707.so, permissions:755);
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:libswt-xpcominit-motif-3707.so, permissions:755);
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:libswt-xulrunner-motif-3707.so, permissions:755);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.platform.source.feature.jar' version='3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M'>
+ <properties size='8'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Eclipse Platform Plug-in Developer Resources'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Common OS-independent API documentation and source code zips for the Eclipse Platform.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2009 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.source.feature.jar' version='3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.platform.source' version='3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.platform.source' version='3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.swt.gtk.linux.ppc64' version='3.7.0.v3707'>
+ <update id='org.eclipse.swt.gtk.linux.ppc64' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for GTK 2.0'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='12'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.linux.ppc64' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.gtk.linux.ppc64' version='3.7.0.v3707'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.accessibility.gtk' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.cairo' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.cde' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.gnome' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.gtk' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.mozilla' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.opengl.glx' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.swt' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='[3.0.0,4.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.gtk.linux.ppc64' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.swt; bundle-version=&quot;[3.0.0,4.0.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.swt.gtk.linux.ppc64;singleton:=true&#xA;Bundle-Version: 3.7.0.v3707&#xA;Export-Package: org.eclipse.swt.internal.accessibility.gtk; x-internal:=true,org.eclipse.swt.internal.cairo; x-internal:=true,org.eclipse.swt.internal.cde; x-internal:=true,org.eclipse.swt.internal.gnome; x-internal:=true,org.eclipse.swt.internal.gtk; x-internal:=true,org.eclipse.swt.internal.mozilla; x-internal:=true,org.eclipse.swt.internal.opengl.glx; x-internal:=true&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=ppc64))
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.equinox.p2.ui.admin.rcp.product.ini.win32.win32.x86' version='1.1.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.p2.ui.admin.rcp.product.ini.win32.win32.x86' version='1.1.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.equinox.p2.ui.admin.rcp.product' name='org.eclipse.equinox.p2.ui.admin.rcp.product.ini' version='1.1.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.examples.browser.demos' version='3.1.200.v3707'>
+ <update id='org.eclipse.swt.examples.browser.demos' range='[0.0.0,3.1.200.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.plugin.SWTBrowserDemos.name' value='SWT Browser Demos Plugin'/>
+ <property name='org.eclipse.equinox.p2.name' value='%plugin.SWTBrowserDemos.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.browser.demos' version='3.1.200.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.examples.browser.demos' version='3.1.200.v3707'/>
+ <provided namespace='java.package' name='org.eclipse.swt.examples.browser.demos' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.examples.browser.demos.views' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.examples.browser.demos' version='3.1.200.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Name: %plugin.SWTBrowserDemos.name&#xA;Bundle-Activator: org.eclipse.swt.examples.browser.demos.BrowserDemoPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.swt.examples.browser.demos;tag=v3707&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ClassPath: BrowserDemo.jar&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.swt.examples.browser.demos; singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.1.200.v3707&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.swt.examples.browser.demos,org.eclipse.swt.examples.browser.demos.views&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.equinox.launcher.gtk.linux.ppc64' version='1.0.100.v20100824a' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.gtk.linux.ppc64' range='[1.0.100.v20100824a,1.0.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='org.eclipse.pde.build.default' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.gtk.linux.ppc64' version='1.0.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='tooling' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.gtk.linux.ppc64' range='[1.0.100.v20100824a,1.0.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='unconfigure'>
+ removeProgramArg(programArg:--launcher.library);removeProgramArg(programArg:@artifact);
+ </instruction>
+ <instruction key='configure'>
+ addProgramArg(programArg:--launcher.library);addProgramArg(programArg:@artifact);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.doc.user' version='3.7.0.v20100915-1800a'>
+ <update id='org.eclipse.jdt.doc.user' range='[0.0.0,3.7.0.v20100915-1800a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Eclipse Java development user guide'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.doc.user' version='3.7.0.v20100915-1800a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.doc.user' version='3.7.0.v20100915-1800a'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.doc.user' version='3.7.0.v20100915-1800a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 3.7.0.v20100915-1800a&#xA;Bundle-SymbolicName: org.eclipse.jdt.doc.user; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Vendor: %providerName&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.equinox.launcher.motif.hpux.ia64_32' version='1.1.100.v20100824a' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.motif.hpux.ia64_32' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='org.eclipse.pde.build.default' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.motif.hpux.ia64_32' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='tooling' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.motif.hpux.ia64_32' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='unconfigure'>
+ removeProgramArg(programArg:--launcher.library);removeProgramArg(programArg:@artifact);
+ </instruction>
+ <instruction key='configure'>
+ addProgramArg(programArg:--launcher.library);addProgramArg(programArg:@artifact);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jsch.tests' version='1.0.0.I20100912-2000' singleton='false'>
+ <update id='org.eclipse.jsch.tests' range='[0.0.0,1.0.0.I20100912-2000)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='JSch Tests Plug-in'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jsch.tests' version='1.0.0.I20100912-2000'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jsch.tests' version='1.0.0.I20100912-2000'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jsch.tests' version='1.0.0.I20100912-2000'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Require-Bundle: org.eclipse.core.runtime&#xA;Bundle-Activator: org.eclipse.jsch.tests.Activator&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.0.0.I20100912-2000&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jsch.tests;tag=I20100912-2000&#xA;Bundle-SymbolicName: org.eclipse.jsch.tests&#xA;Bundle-Name: JSch Tests Plug-in&#xA;Bundle-Vendor: Eclipse.org&#xA;Eclipse-LazyStart: true
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.win32.win32.x86_64.source' version='3.7.0.v3707' singleton='false'>
+ <update id='org.eclipse.swt.win32.win32.x86_64.source' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for Windows Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.win32.win32.x86_64.source' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.win32.win32.x86_64.source' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.win32.win32.x86_64.source' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 3.7.0.v3707&#xA;Eclipse-SourceBundle: org.eclipse.swt.win32.win32.x86_64;version=&quot;3.7.0.v3707&quot;&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=win32) (osgi.os=win32) (osgi.arch=x86_64))&#xA;Bundle-SymbolicName: org.eclipse.swt.win32.win32.x86_64.source&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.executable_root.motif.solaris.sparc' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.motif.solaris.sparc' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=motif))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.equinox.executable_root.motif.solaris.sparc' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.api.tools.ee.j2se12' version='1.0.1.v20100506-0900' singleton='false'>
+ <update id='org.eclipse.pde.api.tools.ee.j2se12' range='[0.0.0,1.0.1.v20100506-0900)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Environment Description for J2SE-1.2'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragmentj2se12'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ee.j2se12' version='1.0.1.v20100506-0900'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.api.tools.ee.j2se12' version='1.0.1.v20100506-0900'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.pde.api.tools' version='1.0.1.v20100506-0900'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.api.tools' range='1.0.201'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.api.tools.ee.j2se12' version='1.0.1.v20100506-0900'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/apitools/org.eclipse.pde.api.tools.ee.j2se12;tag=v20100506-0900&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragmentj2se12&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.pde.api.tools;bundle-version=&quot;1.0.201&quot;&#xA;Bundle-SymbolicName: org.eclipse.pde.api.tools.ee.j2se12&#xA;Bundle-Version: 1.0.1.v20100506-0900
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jsch.core' version='1.1.200.I20100713-0800'>
+ <update id='org.eclipse.jsch.core' range='[0.0.0,1.1.200.I20100713-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JSch Core'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jsch.core' version='1.1.200.I20100713-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jsch.core' version='1.1.200.I20100713-0800'/>
+ <provided namespace='java.package' name='org.eclipse.jsch.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jsch.internal.core' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='3'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='com.jcraft.jsch' range='[0.1.28,1.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.net' range='[1.0.0,2.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jsch.core' version='1.1.200.I20100713-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.jsch.internal.core.JSchCorePlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jsch.core;tag=I20100713-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.jsch.core;singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-LazyStart: true&#xA;Bundle-Version: 1.1.200.I20100713-0800&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.jsch.core,org.eclipse.jsch.internal.core;x-friends:=&quot;org.eclipse.jsch.ui&quot;&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.3.0,4.0.0)&quot;,com.jcraft.jsch;bundle-version=&quot;[0.1.28,1.0.0)&quot;,org.eclipse.core.net;bundle-version=&quot;[1.0.0,2.0.0)&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.repository.tools' version='2.0.0.v20100712-1655'>
+ <update id='org.eclipse.equinox.p2.repository.tools' range='[0.0.0,2.0.0.v20100712-1655)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Equinox p2 repository tools.'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='10'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.repository.tools' version='2.0.0.v20100712-1655'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.repository.tools' version='2.0.0.v20100712-1655'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.internal.repository.comparator' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.internal.repository.mirroring' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.internal.repository.tools' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.internal.repository.tools.analyzer' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.repository.tools.analyzer' version='2.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.repository.tools.comparator' version='2.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='29'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.3.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.registry' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.app' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.artifact.repository' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.artifact.repository.simple' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.core.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.director' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.engine' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.engine.phases' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata.repository' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.persistence' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.publisher.eclipse' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.repository.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.director' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.engine' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.engine.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata.expression' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.planner' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.publisher.eclipse' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.1.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.4.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.repository.tools' version='2.0.0.v20100712-1655'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %bundleName&#xA;Bundle-Version: 2.0.0.v20100712-1655&#xA;Import-Package: org.eclipse.equinox.app;version=&quot;1.0.0&quot;,org.eclipse.equinox.internal.p2.artifact.repository,org.eclipse.equinox.internal.p2.artifact.repository.simple,org.eclipse.equinox.internal.p2.core.helpers,org.eclipse.equinox.internal.p2.director,org.eclipse.equinox.internal.p2.engine,org.eclipse.equinox.internal.p2.engine.phases,org.eclipse.equinox.internal.p2.metadata,org.eclipse.equinox.internal.p2.metadata.repository,org.eclipse.equinox.internal.p2.persistence,org.eclipse.equinox.internal.p2.publisher.eclipse,org.eclipse.equinox.internal.p2.repository.helpers,org.eclipse.equinox.internal.provisional.p2.director,org.eclipse.equinox.p2.core;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.engine;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.engine.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata.expression;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.planner;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.publisher.eclipse,org.eclipse.equinox.p2.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.osgi.util;version=&quot;1.1.0&quot;,org.osgi.framework;version=&quot;1.4.0&quot;&#xA;Bundle-Activator: org.eclipse.equinox.p2.internal.repository.tools.Activator&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;3.3.0&quot;, org.eclipse.equinox.registry&#xA;Export-Package: org.eclipse.equinox.p2.internal.repository.comparator;x-internal:=true,org.eclipse.equinox.p2.internal.repository.mirroring;x-internal:=true,org.eclipse.equinox.p2.internal.repository.tools;x-friends:=&quot;org.eclipse.pde.build&quot;,org.eclipse.equinox.p2.internal.repository.tools.analyzer;x-internal:=true,org.eclipse.equinox.p2.repository.tools.analyzer;version=&quot;2.0.0&quot;,org.eclipse.equinox.p2.repository.tools.comparator;version=&quot;2.0.0&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.repository.tools;tag=v20100712-1655&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.repository.tools;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.tests' version='3.5.0.I20100601-0800'>
+ <update id='org.eclipse.ui.tests' range='[0.0.0,3.5.0.I20100601-0800)' severity='0'/>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.name' value='Eclipse UI Tests'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.tests' version='3.5.0.I20100601-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.tests' version='3.5.0.I20100601-0800'/>
+ <provided namespace='java.package' name='org.eclipse.ui.tests.api' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.tests.helpers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.tests.menus' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='20'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime.compatibility' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.tests.harness' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.tests.harness' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.databinding' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.databinding.beans' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.databinding' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.navigator.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.tests' version='3.5.0.I20100601-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: Eclipse UI Tests&#xA;Bundle-ClassPath: uitests.jar&#xA;Require-Bundle: org.eclipse.core.runtime.compatibility,org.eclipse.core.resources,org.eclipse.core.expressions,org.eclipse.ui,org.junit,org.eclipse.ui.ide,org.eclipse.ui.editors,org.eclipse.ui.workbench.texteditor,org.eclipse.ui.views,org.eclipse.text,org.eclipse.jface.text,org.eclipse.test.performance,org.eclipse.core.tests.harness,org.eclipse.ui.tests.harness,org.eclipse.core.filesystem,org.eclipse.core.databinding,org.eclipse.core.databinding.beans,org.eclipse.jface.databinding,org.eclipse.ui.navigator.resources,org.eclipse.core.runtime&#xA;Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator&#xA;Bundle-Vendor: Eclipse.org&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.tests;tag=I20100601-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.5.0.I20100601-0800&#xA;Bundle-Localization: plugin&#xA;Eclipse-AutoStart: true&#xA;Export-Package: org.eclipse.ui.tests.api,org.eclipse.ui.tests.helpers,org.eclipse.ui.tests.menus&#xA;Bundle-SymbolicName: org.eclipse.ui.tests; singleton:=true&#xA;Plugin-Class: org.eclipse.ui.tests.TestPlugin
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.config.gtk.linux.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.gtk.linux.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.sdk.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.api.tools.ee.fragments.feature.jar' version='1.0.0.v20100427-7C-7BF9JgLWLMBMMAMsLL'>
+ <properties size='8'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='PDE/API Tools Environment Descriptions'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='This feature provides the description for the execution environment&#xA;JRE-1.1.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2009, 2010 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ee.fragments.feature.jar' version='1.0.0.v20100427-7C-7BF9JgLWLMBMMAMsLL'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.pde.api.tools.ee.fragments' version='1.0.0.v20100427-7C-7BF9JgLWLMBMMAMsLL'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.pde.api.tools.ee.fragments' version='1.0.0.v20100427-7C-7BF9JgLWLMBMMAMsLL'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.platform.sdk' version='3.7.0.I20100921-1024'>
+ <update id='org.eclipse.platform.sdk' range='0.0.0' severity='0'/>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.name' value='Eclipse Platform SDK'/>
+ <property name='lineUp' value='true'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ </properties>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.sdk' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <requires size='12'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.configuration' range='[1.0.0,1.0.0]'>
+ <filter>
+ (!(osgi.os=macosx))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration.feature.group' range='[1.0.0.I20100921-1024,1.0.0.I20100921-1024]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.user.ui.feature.group' range='[2.0.0.v20100503-897JFhOFdHjO2NRglsoDbZo,2.0.0.v20100503-897JFhOFdHjO2NRglsoDbZo]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='config.a.jre.javase' range='[1.6.0,1.6.0]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.configuration' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='tooling.org.eclipse.update.feature.default' range='[1.0.0,1.0.0]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.source.feature.group' range='[3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M,3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.configuration.macosx' range='[1.0.0,1.0.0]'>
+ <filter>
+ (osgi.os=macosx)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='a.jre.javase' range='[1.6.0,1.6.0]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='tooling.source.default' range='[1.0.0,1.0.0]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.feature.group' range='[3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M,3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='tooling.osgi.bundle.default' range='[1.0.0,1.0.0]'/>
+ </requires>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='configure'>
+ addRepository(type:0,location:http${#58}//download.eclipse.org/eclipse/updates/3.7,name:The Eclipse Project Updates);addRepository(type:1,location:http${#58}//download.eclipse.org/eclipse/updates/3.7,name:The Eclipse Project Updates);addRepository(type:0,location:http${#58}//download.eclipse.org/releases/indigo,name:Indigo);addRepository(type:1,location:http${#58}//download.eclipse.org/releases/indigo,name:Indigo);mkdir(path:${installFolder}/dropins);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='http://eclipse.org/legal/epl/notice.php' url='http://eclipse.org/legal/epl/notice.php'>
+ Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA; - Content may be structured and packaged into modules to facilitate delivering,&#xA; extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA; plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA; - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA; in a directory named &quot;plugins&quot;.&#xA; - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA; Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA; Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA; numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA; - Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA; named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA; - The top-level (root) directory&#xA; - Plug-in and Fragment directories&#xA; - Inside Plug-ins and Fragments packaged as JARs&#xA; - Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA; - Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA; - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA; - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA; - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA; - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA; - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA; 1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA; the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA; extending or updating the functionality of an Eclipse-based product.&#xA; 2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA; Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA; 3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA; govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA; Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA; with the Specification. Such Installable Software Agreement must inform the user of the&#xA; terms and conditions that govern the Installable Software and must solicit acceptance by&#xA; the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA; indication of agreement by the user, the provisioning Technology will complete installation&#xA; of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.
+ </license>
+ </licenses>
+ </unit>
+ <unit id='org.eclipse.jdt_root' version='3.7.0.v20100824-0800-7z8dF_ZFMTfEO809v9JgQejMH155'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt_root' version='3.7.0.v20100824-0800-7z8dF_ZFMTfEO809v9JgQejMH155'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.jdt_root' version='3.7.0.v20100824-0800-7z8dF_ZFMTfEO809v9JgQejMH155'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.osgi.util.source' version='3.2.100.v20100503' singleton='false'>
+ <update id='org.eclipse.osgi.util.source' range='[0.0.0,3.2.100.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.osgiUtil' value='OSGi Release 4.2.0 Utility Classes Source'/>
+ <property name='df_LT.eclipse.org' value='Eclipse.org - Equinox'/>
+ <property name='org.eclipse.equinox.p2.name' value='%osgiUtil'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.osgi.util.source' version='3.2.100.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.osgi.util.source' version='3.2.100.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.osgi.util.source' version='3.2.100.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.2.100.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.osgi.util.source&#xA;Bundle-Name: %osgiUtil&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.osgi.util;version=&quot;3.2.100.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %eclipse.org
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.equinox.launcher.gtk.linux.s390' version='1.1.100.v20100824a' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.gtk.linux.s390' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='org.eclipse.pde.build.default' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.gtk.linux.s390' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='tooling' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.gtk.linux.s390' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='unconfigure'>
+ removeProgramArg(programArg:--launcher.library);removeProgramArg(programArg:@artifact);
+ </instruction>
+ <instruction key='configure'>
+ addProgramArg(programArg:--launcher.library);addProgramArg(programArg:@artifact);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.help.feature.group' version='1.2.0.v20100427-7e7jFB0FEx2XlnZptLQki13' singleton='false'>
+ <update id='org.eclipse.help.feature.group' range='[0.0.0,1.2.0.v20100427-7e7jFB0FEx2XlnZptLQki13)' severity='0'/>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Eclipse Help System'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Eclipse help system.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2008, 2010 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.feature.group' version='1.2.0.v20100427-7e7jFB0FEx2XlnZptLQki13'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='18'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='javax.servlet' range='[2.5.0.v200910301333,2.5.0.v200910301333]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='javax.servlet.jsp' range='[2.0.0.v200806031607,2.0.0.v200806031607]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.el' range='[1.0.0.v201004212143,1.0.0.v201004212143]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.logging' range='[1.0.4.v201005080501,1.0.4.v201005080501]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.jasper' range='[5.5.17.v201004212143,5.5.17.v201004212143]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.lucene' range='[1.9.1.v20100518-1140,1.9.1.v20100518-1140]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.lucene.analysis' range='[1.9.1.v20100518-1140,1.9.1.v20100518-1140]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.jetty' range='[2.0.0.v20100503,2.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.registry' range='[1.1.0.v20100503,1.1.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.servlet' range='[1.1.0.v20100503,1.1.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jsp.jasper' range='[1.0.200.v20100421,1.0.200.v20100421]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jsp.jasper.registry' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.base' range='[3.5.100.v201009211024,3.5.100.v201009211024]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.ui' range='[3.5.100.v20100628,3.5.100.v20100628]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.webapp' range='[3.5.100.v20100830,3.5.100.v20100830]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.mortbay.jetty.server' range='[6.1.23.v201004211559,6.1.23.v201004211559]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.mortbay.jetty.util' range='[6.1.23.v201004211559,6.1.23.v201004211559]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.feature.jar' range='[1.2.0.v20100427-7e7jFB0FEx2XlnZptLQki13,1.2.0.v20100427-7e7jFB0FEx2XlnZptLQki13]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.swt.examples.ole.win32' version='3.1.100.v3707'>
+ <update id='org.eclipse.swt.examples.ole.win32' range='[0.0.0,3.1.100.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.plugin.SWTOLEExample.name' value='SWT OLE Example Plugin (Win32)'/>
+ <property name='org.eclipse.equinox.p2.name' value='%plugin.SWTOLEExample.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.ole.win32' version='3.1.100.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.examples.ole.win32' version='3.1.100.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='9'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.examples.ole.win32' version='3.1.100.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Require-Bundle: org.eclipse.ui.ide,org.eclipse.ui.views,org.eclipse.jface.text,org.eclipse.ui.workbench.texteditor,org.eclipse.ui.editors,org.eclipse.core.runtime,org.eclipse.core.resources,org.eclipse.ui,org.eclipse.swt&#xA;Bundle-Activator: org.eclipse.swt.examples.ole.win32.OlePlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.swt.examples.ole.win32;tag=v3707&#xA;Bundle-Name: %plugin.SWTOLEExample.name&#xA;Bundle-Version: 3.1.100.v3707&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.swt.examples.ole.win32; singleton:=true&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ClassPath: olewin32.jar&#xA;Manifest-Version: 1.0
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingwin32.win32.x86_64org.eclipse.equinox.ds' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.equinox.ds' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingwin32.win32.x86_64' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.api.tools.ee.j2se13' version='1.0.1.v20100506-0900' singleton='false'>
+ <update id='org.eclipse.pde.api.tools.ee.j2se13' range='[0.0.0,1.0.1.v20100506-0900)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Environment Description for J2SE-1.3'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragmentj2se13'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ee.j2se13' version='1.0.1.v20100506-0900'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.api.tools.ee.j2se13' version='1.0.1.v20100506-0900'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.pde.api.tools' version='1.0.1.v20100506-0900'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.api.tools' range='1.0.201'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.api.tools.ee.j2se13' version='1.0.1.v20100506-0900'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/apitools/org.eclipse.pde.api.tools.ee.j2se13;tag=v20100506-0900&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragmentj2se13&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.pde.api.tools;bundle-version=&quot;1.0.201&quot;&#xA;Bundle-SymbolicName: org.eclipse.pde.api.tools.ee.j2se13&#xA;Bundle-Version: 1.0.1.v20100506-0900
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.sdk.tests.feature.group' version='3.6.0.v20100427-9GA6G3lFjjntJuZ-FmoTmCM36O5E' singleton='false'>
+ <update id='org.eclipse.sdk.tests.feature.group' range='[0.0.0,3.6.0.v20100427-9GA6G3lFjjntJuZ-FmoTmCM36O5E)' severity='0'/>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Eclipse SDK Tests'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Eclipse SDK examples. Used in conjunction with Eclipse Project SDK.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2010 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk.tests.feature.group' version='3.6.0.v20100427-9GA6G3lFjjntJuZ-FmoTmCM36O5E'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='65'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.test.feature.group' range='[3.5.0.v20100427-7R7ZBiBgLiJz0B25N4DF59580221,3.5.0.v20100427-7R7ZBiBgLiJz0B25N4DF59580221]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk.tests' range='[1.1.0.v20100907,1.1.0.v20100907]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ant.tests.core' range='[3.2.200.v20100910,3.2.200.v20100910]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ant.tests.ui' range='[3.5.100.v20100910,3.5.100.v20100910]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare.tests' range='[3.5.100.I20100810-0800,3.5.100.I20100810-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.tests.harness' range='[3.7.0.v20100906,3.7.0.v20100906]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.osgi.tests' range='[3.7.0.v20100910,3.7.0.v20100910]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.tests.runtime' range='[3.7.0.v20100913,3.7.0.v20100913]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.tests.resources' range='[3.6.100.v20100823,3.6.100.v20100823]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.tests.net' range='[1.2.100.I20100505-1245,1.2.100.I20100505-1245]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.apt.tests' range='[3.3.301.v20100707-0100,3.3.301.v20100707-0100]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.compiler.apt.tests' range='[1.0.300.v20100513-0845,1.0.300.v20100513-0845]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.apt.pluggable.tests' range='[3.3.300.v20100513-0845,3.3.300.v20100513-0845]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.core.tests.builder' range='[3.4.0.v_B13a,3.4.0.v_B13a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.core.tests.compiler' range='[3.4.0.v_B13a,3.4.0.v_B13a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.core.tests.model' range='[3.4.0.v_B13a,3.4.0.v_B13a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.compiler.tool.tests' range='[1.0.100.v_B13a,1.0.100.v_B13a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.core.tests.performance' range='[3.4.0.v_B13a,3.4.0.v_B13a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.debug.tests' range='[3.1.200.v20100910,3.1.200.v20100910]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.ui.tests' range='[3.7.0.v20100912-2000,3.7.0.v20100912-2000]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.ui.tests.refactoring' range='[3.7.0.v20100907-0800,3.7.0.v20100907-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.text.tests' range='[3.7.0.v20100907-0800,3.7.0.v20100907-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.expressions.tests' range='[3.4.100.v20091203,3.4.100.v20091203]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ltk.core.refactoring.tests' range='[3.5.0.v20100824-0800,3.5.0.v20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ltk.ui.refactoring.tests' range='[3.4.200.v20100824-0800,3.4.200.v20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.text.tests' range='[3.6.0.v20100824-0800,3.6.0.v20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jface.text.tests' range='[3.7.0.v20100824-0800,3.7.0.v20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jsch.tests' range='[1.0.0.I20100912-2000,1.0.0.I20100912-2000]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filebuffers.tests' range='[3.5.100.v20100824-0800,3.5.100.v20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.debug.tests' range='[3.7.0.v20100816,3.7.0.v20100816]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.workbench.texteditor.tests' range='[3.7.0.v20100907-0800,3.7.0.v20100907-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.editors.tests' range='[3.4.100.v20100824-0800,3.4.100.v20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.search.tests' range='[3.6.0.v20100824-0800,3.6.0.v20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.tests' range='[3.7.0,3.7.0]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jface.tests.databinding' range='[1.0.100.I20100824-0800,1.0.100.I20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jface.tests.databinding.conformance' range='[1.1.0.I20100914-0100,1.1.0.I20100914-0100]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jface.examples.databinding' range='[1.0.200.I20100601-0800,1.0.200.I20100601-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.tests' range='[3.5.0.I20100601-0800,3.5.0.I20100601-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ua.tests' range='[3.3.400.v20100830,3.3.400.v20100830]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ua.tests.doc' range='[1.0.0.v20100427,1.0.0.v20100427]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.tests.navigator' range='[3.4.0.I20100601-0800,3.4.0.I20100601-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.tests.rcp' range='[3.3.0.I20090525-2000,3.3.0.I20090525-2000]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.tests.forms' range='[3.3.200.v20100517,3.3.200.v20100517]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.tests.core' range='[3.3.0.v20100512,3.3.0.v20100512]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.ui.tests' range='[3.1.200.v20100910,3.1.200.v20100910]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.build.tests' range='[1.1.100.v20100830,1.1.100.v20100830]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.ds.tests' range='[1.0.0.v20100601,1.0.0.v20100601]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.tools.versioning' range='[1.0.0,1.0.0]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.releng.tests' range='[3.2.0.v20100913,3.2.0.v20100913]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.tests.cvs.core' range='[3.3.300.I20100810-0800,3.3.300.I20100810-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.tests.core' range='[3.5.0.I20100511-0800,3.5.0.I20100511-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk.tests.source' range='[1.1.0.v20100907,1.1.0.v20100907]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.tests.harness' range='[1.1.0.I20100601-0800,1.1.0.I20100601-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.tests.performance' range='[1.1.200.I20100601-0800,1.1.200.I20100601-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.tests.views.properties.tabbed' range='[3.5.0.I20090525-2000,3.5.0.I20090525-2000]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.tests' range='[1.0.100.v20100910,1.0.100.v20100910]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.tests' range='[1.0.100.v20080722-0430,1.0.100.v20080722-0430]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.installer' range='[1.0.200.v20100503a,1.0.200.v20100503a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.tests' range='[1.3.0.v20100809-1900,1.3.0.v20100809-1900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.tests.discovery' range='[1.0.0.v20100503,1.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.tests.ui' range='[1.0.0.v20100513,1.0.0.v20100513]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.tests.verifier' range='[1.0.0.v20100503,1.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.frameworkadmin.test' range='[1.1.0.v20100503,1.1.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk.tests.feature.jar' range='[3.6.0.v20100427-9GA6G3lFjjntJuZ-FmoTmCM36O5E,3.6.0.v20100427-9GA6G3lFjjntJuZ-FmoTmCM36O5E]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk.tests_root' range='[3.6.0.v20100427-9GA6G3lFjjntJuZ-FmoTmCM36O5E,3.6.0.v20100427-9GA6G3lFjjntJuZ-FmoTmCM36O5E]'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.sdk.feature.group' version='3.6.0.v20100503-9I7ZGSuGJYaz0lz0lpdv6ZbH613B' singleton='false'>
+ <update id='org.eclipse.equinox.p2.sdk.feature.group' range='[0.0.0,3.6.0.v20100503-9I7ZGSuGJYaz0lz0lpdv6ZbH613B)' severity='0'/>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Equinox p2 SDK'/>
+ <property name='df_LT.providerName' value='Eclipse Equinox Project'/>
+ <property name='df_LT.description' value='All of the bundles and source that comprise the Equinox p2 provisioning platform. &#xA;This feature includes the corresponding source and is intended to be added to target platforms at development time rather than deployed with end-user systems.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2009, 2010 EclipseSource and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;EclipseSource - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.sdk.feature.group' version='3.6.0.v20100503-9I7ZGSuGJYaz0lz0lpdv6ZbH613B'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='92'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.discovery.feature.feature.group' range='[1.0.0.v20100510-4-8Z9oB5855N7V02A11,1.0.0.v20100510-4-8Z9oB5855N7V02A11]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.codec' range='[1.3.0.v20100518-1140,1.3.0.v20100518-1140]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.codec.source' range='[1.3.0.v20100518-1140,1.3.0.v20100518-1140]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.httpclient' range='[3.1.0.v201005080502,3.1.0.v201005080502]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.httpclient.source' range='[3.1.0.v201005080502,3.1.0.v201005080502]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.logging' range='[1.0.4.v201005080501,1.0.4.v201005080501]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.logging.source' range='[1.0.4.v201005080501,1.0.4.v201005080501]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.artifact.repository' range='[1.1.0.v20100809-1900,1.1.0.v20100809-1900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.artifact.repository.source' range='[1.1.0.v20100809-1900,1.1.0.v20100809-1900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.console' range='[1.0.300.v20100809-1900,1.0.300.v20100809-1900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.console.source' range='[1.0.300.v20100809-1900,1.0.300.v20100809-1900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.core' range='[2.0.0.v20100510,2.0.0.v20100510]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.core.source' range='[2.0.0.v20100510,2.0.0.v20100510]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.director' range='[2.0.0.v20100525,2.0.0.v20100525]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.director.app' range='[1.0.300.v20100809-1900,1.0.300.v20100809-1900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.director.app.source' range='[1.0.300.v20100809-1900,1.0.300.v20100809-1900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.director.source' range='[2.0.0.v20100525,2.0.0.v20100525]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.directorywatcher' range='[1.0.300.v20100809-1900,1.0.300.v20100809-1900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.directorywatcher.source' range='[1.0.300.v20100809-1900,1.0.300.v20100809-1900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.engine' range='[2.0.1.v20100712-1655,2.0.1.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.engine.source' range='[2.0.1.v20100712-1655,2.0.1.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.extensionlocation' range='[1.2.0.v20100518,1.2.0.v20100518]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.extensionlocation.source' range='[1.2.0.v20100518,1.2.0.v20100518]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.garbagecollector' range='[1.0.100.v20100503,1.0.100.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.garbagecollector.source' range='[1.0.100.v20100503,1.0.100.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.jarprocessor' range='[1.0.200.v20100503a,1.0.200.v20100503a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.installer' range='[1.0.200.v20100503a,1.0.200.v20100503a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.installer.source' range='[1.0.200.v20100503a,1.0.200.v20100503a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.jarprocessor.source' range='[1.0.200.v20100503a,1.0.200.v20100503a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.metadata' range='[2.1.0.v20100831,2.1.0.v20100831]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.metadata.generator' range='[1.0.200.v20100503a,1.0.200.v20100503a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.metadata.generator.source' range='[1.0.200.v20100503a,1.0.200.v20100503a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.metadata.repository' range='[1.1.0.v20100513,1.1.0.v20100513]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.metadata.repository.source' range='[1.1.0.v20100513,1.1.0.v20100513]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.metadata.source' range='[2.1.0.v20100831,2.1.0.v20100831]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.publisher' range='[1.2.0.v20100712-1655,1.2.0.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.publisher.source' range='[1.2.0.v20100712-1655,1.2.0.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.reconciler.dropins' range='[1.1.100.v20100712-1655,1.1.100.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.reconciler.dropins.source' range='[1.1.100.v20100712-1655,1.1.100.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.repository' range='[2.0.0.v20100519,2.0.0.v20100519]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.repository.source' range='[2.0.0.v20100519,2.0.0.v20100519]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.repository.tools' range='[2.0.0.v20100712-1655,2.0.0.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.repository.tools.source' range='[2.0.0.v20100712-1655,2.0.0.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.touchpoint.eclipse' range='[2.0.100.v20100712-1655,2.0.100.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.touchpoint.eclipse.source' range='[2.0.100.v20100712-1655,2.0.100.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.touchpoint.natives' range='[1.0.200.v20100712-1655,1.0.200.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.touchpoint.natives.source' range='[1.0.200.v20100712-1655,1.0.200.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.admin.rcp' range='[1.0.100.v20100503a,1.0.100.v20100503a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.admin.rcp.source' range='[1.0.100.v20100503a,1.0.100.v20100503a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.admin' range='[1.0.0.v20100503,1.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.admin.source' range='[1.0.0.v20100503,1.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui' range='[2.0.0.v20100518,2.0.0.v20100518]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.sdk' range='[1.0.100.v20100513,1.0.100.v20100513]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.sdk.scheduler' range='[1.0.0.v20100507-1815,1.0.0.v20100507-1815]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.sdk.scheduler.source' range='[1.0.0.v20100507-1815,1.0.0.v20100507-1815]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.sdk.source' range='[1.0.100.v20100513,1.0.100.v20100513]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.source' range='[2.0.0.v20100518,2.0.0.v20100518]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.updatechecker' range='[1.1.100.v20100503a,1.1.100.v20100503a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.updatechecker.source' range='[1.1.100.v20100503a,1.1.100.v20100503a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.updatesite' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.updatesite.source' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf' range='[3.1.0.v20100906-1425,3.1.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.filetransfer' range='[4.0.0.v20100906-1425,4.0.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.filetransfer.source' range='[4.0.0.v20100906-1425,4.0.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.identity' range='[3.1.0.v20100906-1425,3.1.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.identity.source' range='[3.1.0.v20100906-1425,3.1.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer' range='[3.1.0.v20100906-1425,3.1.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.httpclient' range='[4.0.0.v20100906-1425,4.0.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.httpclient.source' range='[4.0.0.v20100906-1425,4.0.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.httpclient.ssl' range='[1.0.0.v20100906-1425,1.0.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.httpclient.ssl.source' range='[1.0.0.v20100906-1425,1.0.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.source' range='[3.1.0.v20100906-1425,3.1.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.ssl' range='[1.0.0.v20100906-1425,1.0.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.ssl.source' range='[1.0.0.v20100906-1425,1.0.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.source' range='[3.1.0.v20100906-1425,3.1.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.ssl' range='[1.0.100.v20100906-1425,1.0.100.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.ssl.source' range='[1.0.100.v20100906-1425,1.0.100.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.simpleconfigurator' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.simpleconfigurator.manipulator' range='[2.0.0.v20100503,2.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.simpleconfigurator.manipulator.source' range='[2.0.0.v20100503,2.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.simpleconfigurator.source' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.frameworkadmin' range='[2.0.0.v20100503,2.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.frameworkadmin.equinox' range='[1.0.200.v20100505,1.0.200.v20100505]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.frameworkadmin.equinox.source' range='[1.0.200.v20100505,1.0.200.v20100505]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.frameworkadmin.source' range='[2.0.0.v20100503,2.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.sat4j.core' range='[2.2.0.v20100429,2.2.0.v20100429]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.sat4j.pb' range='[2.2.0.v20100429,2.2.0.v20100429]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.operations' range='[2.0.0.v20100809-1900,2.0.0.v20100809-1900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.operations.source' range='[2.0.0.v20100809-1900,2.0.0.v20100809-1900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ql' range='[2.0.0.v20100503a,2.0.0.v20100503a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ql.source' range='[2.0.0.v20100503a,2.0.0.v20100503a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.sdk.feature.jar' range='[3.6.0.v20100503-9I7ZGSuGJYaz0lz0lpdv6ZbH613B,3.6.0.v20100503-9I7ZGSuGJYaz0lz0lpdv6ZbH613B]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.core.runtime.compatibility.auth.source' version='3.2.200.v20100517' singleton='false'>
+ <update id='org.eclipse.core.runtime.compatibility.auth.source' range='[0.0.0,3.2.200.v20100517)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Authorization Compatibility Plug-in Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime.compatibility.auth.source' version='3.2.200.v20100517'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.runtime.compatibility.auth.source' version='3.2.200.v20100517'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.runtime.compatibility.auth.source' version='3.2.200.v20100517'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.2.200.v20100517&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.core.runtime.compatibility.auth.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.core.runtime.compatibility.auth;version=&quot;3.2.200.v20100517&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.rcp.configuration_root.gtk.solaris.x86' version='1.0.0.I20100921-1024'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.gtk.solaris.x86' version='1.0.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.rcp.configuration_root.gtk.solaris.x86' version='1.0.0.I20100921-1024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='2'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:eclipse, permissions:755);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.win32.win32.x86_64' version='3.7.0.v3707'>
+ <update id='org.eclipse.swt.win32.win32.x86_64' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for Windows'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='10'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.win32.win32.x86_64' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.win32.win32.x86_64' version='3.7.0.v3707'/>
+ <provided namespace='java.package' name='org.eclipse.swt.ole.win32' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.gdip' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.ole.win32' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.win32' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.opengl.win32' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.swt' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='[3.0.0,4.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.win32.win32.x86_64' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.swt; bundle-version=&quot;[3.0.0,4.0.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.swt.win32.win32.x86_64; singleton:=true&#xA;Bundle-Version: 3.7.0.v3707&#xA;Export-Package: org.eclipse.swt.ole.win32,org.eclipse.swt.internal.gdip; x-internal:=true,org.eclipse.swt.internal.ole.win32; x-internal:=true,org.eclipse.swt.internal.win32; x-internal:=true,org.eclipse.swt.internal.opengl.win32; x-internal:=true&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=win32) (osgi.os=win32) (osgi.arch=x86_64))
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.osgi.util' version='3.2.100.v20100503' singleton='false'>
+ <update id='org.eclipse.osgi.util' range='[0.0.0,3.2.100.v20100503)' severity='0'/>
+ <properties size='8'>
+ <property name='df_LT.osgiUtil' value='OSGi Release 4.2.0 Utility Classes'/>
+ <property name='df_LT.eclipse.org' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.osgiUtilDes' value='OSGi Service Platform Release 4.2.0 Utility Classes'/>
+ <property name='org.eclipse.equinox.p2.name' value='%osgiUtil'/>
+ <property name='org.eclipse.equinox.p2.description' value='%osgiUtilDes'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.contact' value='www.eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.osgi.util' version='3.2.100.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.osgi.util' version='3.2.100.v20100503'/>
+ <provided namespace='java.package' name='org.osgi.util.measurement' version='1.0.1'/>
+ <provided namespace='java.package' name='org.osgi.util.position' version='1.0.1'/>
+ <provided namespace='java.package' name='org.osgi.util.xml' version='1.0.1'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='java.package' name='org.osgi.framework' range='1.1.0'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='org.osgi.util.measurement' range='[1.0.1,1.2.0)'/>
+ <required namespace='java.package' name='org.osgi.util.position' range='[1.0.1,1.2.0)'/>
+ <required namespace='java.package' name='org.osgi.util.xml' range='[1.0.1,1.2.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.osgi.util' version='3.2.100.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.2,CDC-1.1/Foundation-1.1,J2SE-1.4&#xA;Bundle-Description: %osgiUtilDes&#xA;Bundle-Name: %osgiUtil&#xA;Bundle-ContactAddress: www.eclipse.org&#xA;Bundle-Vendor: %eclipse.org&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/compendium/bundles/org.eclipse.osgi.util;tag=v20100503&#xA;Bundle-Copyright: %copyright&#xA;Bundle-DocUrl: http://www.eclipse.org&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.2.100.v20100503&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.osgi.util.measurement; version=&quot;1.0.1&quot;,org.osgi.util.position; version=&quot;1.0.1&quot;,org.osgi.util.xml; version=&quot;1.0.1&quot;&#xA;Bundle-SymbolicName: org.eclipse.osgi.util&#xA;Import-Package: org.osgi.framework; version=1.1,javax.xml.parsers; resolution:=optional,org.osgi.util.measurement; version=&quot;[1.0.1, 1.2)&quot;,org.osgi.util.position; version=&quot;[1.0.1, 1.2)&quot;,org.osgi.util.xml; version=&quot;[1.0.1, 1.2)&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.rcp_root' version='3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp_root' version='3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.rcp_root' version='3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.io.source' version='1.0.200.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.io.source' range='[0.0.0,1.0.200.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleVendor' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='IO Connector Service Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleVendor'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.io.source' version='1.0.200.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.io.source' version='1.0.200.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.io.source' version='1.0.200.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.200.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.io.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.io;version=&quot;1.0.200.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %bundleVendor
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.rcp.configuration_root.gtk.linux.ppc' version='1.0.0.I20100921-1024'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.gtk.linux.ppc' version='1.0.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.rcp.configuration_root.gtk.linux.ppc' version='1.0.0.I20100921-1024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='3'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:eclipse, permissions:755);
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:libcairo-swt.so, permissions:755);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.gtk.solaris.x86.source' version='3.7.0.v3707' singleton='false'>
+ <update id='org.eclipse.swt.gtk.solaris.x86.source' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for GTK 2.0 Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.solaris.x86.source' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.gtk.solaris.x86.source' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.gtk.solaris.x86.source' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 3.7.0.v3707&#xA;Eclipse-SourceBundle: org.eclipse.swt.gtk.solaris.x86;version=&quot;3.7.0.v3707&quot;&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=gtk) (osgi.os=solaris) (osgi.arch=x86))&#xA;Bundle-SymbolicName: org.eclipse.swt.gtk.solaris.x86.source&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.s390xorg.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.s390x' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:1);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.server.simple.feature.jar' version='1.0.0.v20100510-44DF8s734C48662444'>
+ <properties size='6'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Simple Http Server Feature'/>
+ <property name='df_LT.providerName' value='Eclipse Equinox Project'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2010 IBM,, Composent, Inc. and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.server.simple.feature.jar' version='1.0.0.v20100510-44DF8s734C48662444'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.equinox.server.simple' version='1.0.0.v20100510-44DF8s734C48662444'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.equinox.server.simple' version='1.0.0.v20100510-44DF8s734C48662444'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.compare.win32.source' version='1.0.100.I20100831-0800' singleton='false'>
+ <update id='org.eclipse.compare.win32.source' range='[0.0.0,1.0.100.I20100831-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Compare Support for Word Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare.win32.source' version='1.0.100.I20100831-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.compare.win32.source' version='1.0.100.I20100831-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <filter>
+ (osgi.os=win32)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.compare.win32.source' version='1.0.100.I20100831-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 1.0.100.I20100831-0800&#xA;Eclipse-SourceBundle: org.eclipse.compare.win32;version=&quot;1.0.100.I20100831-0800&quot;;roots:=&quot;.&quot;&#xA;Eclipse-PlatformFilter: (osgi.os=win32)&#xA;Bundle-SymbolicName: org.eclipse.compare.win32.source&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.cocoa' version='1.0.2.I20100914-0100'>
+ <update id='org.eclipse.ui.cocoa' range='[0.0.0,1.0.2.I20100914-0100)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Eclipse UI MacOS X Enhancements'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment-cocoa'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.cocoa' version='1.0.2.I20100914-0100'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.cocoa' version='1.0.2.I20100914-0100'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.cocoa' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.ui' version='1.0.2.I20100914-0100'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.5.0,4.0.0)'/>
+ </requires>
+ <filter>
+ (osgi.ws=cocoa)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.cocoa' version='1.0.2.I20100914-0100'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Export-Package: org.eclipse.ui.internal.cocoa&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: fragment-cocoa&#xA;Eclipse-PlatformFilter: (osgi.ws=cocoa)&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.cocoa;tag=I20100914-0100&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 1.0.2.I20100914-0100&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.ui.cocoa;singleton:=true&#xA;Fragment-Host: org.eclipse.ui;bundle-version=&quot;[3.5.0,4.0.0)&quot;&#xA;Manifest-Version: 1.0
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.jmx.common' version='1.0.100.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.jmx.common' range='[0.0.0,1.0.100.v20100503)' severity='0'/>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.name' value='Resource Monitoring Common Bundle (Incubation)'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.common' version='1.0.100.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.jmx.common' version='1.0.100.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.jmx.common' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.jmx.common.util' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='14'>
+ <required namespace='java.package' name='javax.management' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.loading' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.modelmbean' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.monitor' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.openmbean' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.relation' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.remote' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.remote.rmi' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.timer' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.log' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.core.runtime' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.jmx.common' version='1.0.100.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.5,CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: Resource Monitoring Common Bundle (Incubation)&#xA;Bundle-Activator: org.eclipse.equinox.jmx.internal.common.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/incubator/monitoring/bundles/org.eclipse.equinox.jmx.common;tag=v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: Eclipse.org&#xA;Bundle-SymbolicName: org.eclipse.equinox.jmx.common&#xA;Import-Package: javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,org.eclipse.osgi.util,org.osgi.framework,org.osgi.service.log,org.osgi.util.tracker,org.eclipse.core.runtime; common=split&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-LazyStart: true&#xA;Bundle-Version: 1.0.100.v20100503&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.equinox.jmx.common,org.eclipse.equinox.jmx.common.util
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingmotif.hpux.ia64_32org.eclipse.equinox.event' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.equinox.event' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingmotif.hpux.ia64_32' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.examples.multipageeditor' version='3.2.200.I20100509-0800'>
+ <update id='org.eclipse.ui.examples.multipageeditor' range='[0.0.0,3.2.200.I20100509-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Multi-Page Editor Example'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.multipageeditor' version='3.2.200.I20100509-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.examples.multipageeditor' version='3.2.200.I20100509-0800'/>
+ <provided namespace='java.package' name='org.eclipse.ui.examples.multipageeditor' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='8'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime.compatibility' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.examples.multipageeditor' version='3.2.200.I20100509-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Name: %Plugin.name&#xA;Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.examples.multipageeditor;tag=I20100509-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %Plugin.providerName&#xA;Bundle-ClassPath: multipageeditor.jar&#xA;Bundle-SymbolicName: org.eclipse.ui.examples.multipageeditor; singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-LazyStart: true&#xA;Bundle-Version: 3.2.200.I20100509-0800&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.ui.examples.multipageeditor&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.resources,org.eclipse.core.runtime.compatibility,org.eclipse.ui.workbench.texteditor,org.eclipse.ui.editors,org.eclipse.ui.ide,org.eclipse.jface.text,org.eclipse.text
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.examples.views.properties.tabbed.article' version='3.2.1.I20100517-1500'>
+ <update id='org.eclipse.ui.examples.views.properties.tabbed.article' range='[0.0.0,3.2.1.I20100517-1500)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Tabbed Properties View Article Example'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.views.properties.tabbed.article' version='3.2.1.I20100517-1500'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.examples.views.properties.tabbed.article' version='3.2.1.I20100517-1500'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='3'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views.properties.tabbed' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.examples.views.properties.tabbed.article' version='3.2.1.I20100517-1500'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %Plugin.providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Activator: org.eclipse.ui.examples.views.properties.tabbed.article.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.examples.views.properties.tabbed/org.eclipse.ui.examples.views.properties.tabbed.article;tag=I20100517-1500&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.ui.views.properties.tabbed&#xA;Bundle-Name: %Plugin.name&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.examples.views.properties.tabbed.article; singleton:=true&#xA;Bundle-Version: 3.2.1.I20100517-1500&#xA;Eclipse-LazyStart: true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.motif.aix.ppc.source' version='3.7.0.v3707' singleton='false'>
+ <update id='org.eclipse.swt.motif.aix.ppc.source' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for Motif Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.motif.aix.ppc.source' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.motif.aix.ppc.source' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.motif.aix.ppc.source' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 3.7.0.v3707&#xA;Eclipse-SourceBundle: org.eclipse.swt.motif.aix.ppc;version=&quot;3.7.0.v3707&quot;&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=motif) (osgi.os=aix) (osgi.arch=ppc))&#xA;Bundle-SymbolicName: org.eclipse.swt.motif.aix.ppc.source&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.photon.qnx.x86' version='3.7.0.v3707'>
+ <update id='org.eclipse.swt.photon.qnx.x86' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for Photon'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.photon.qnx.x86' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.photon.qnx.x86' version='3.7.0.v3707'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.photon' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.swt' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='[3.0.0,4.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=qnx)(osgi.ws=photon))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.photon.qnx.x86' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.swt; bundle-version=&quot;[3.0.0,4.0.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.swt.photon.qnx.x86; singleton:=true&#xA;Bundle-Version: 3.7.0.v3707&#xA;Export-Package: org.eclipse.swt.internal.photon; x-internal:=true&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=photon) (osgi.os=qnx) (osgi.arch=x86))
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.api.tools.ee.j2se14' version='1.0.1.v20100506-0900' singleton='false'>
+ <update id='org.eclipse.pde.api.tools.ee.j2se14' range='[0.0.0,1.0.1.v20100506-0900)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Environment Description for J2SE-1.4'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragmentj2se14'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ee.j2se14' version='1.0.1.v20100506-0900'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.api.tools.ee.j2se14' version='1.0.1.v20100506-0900'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.pde.api.tools' version='1.0.1.v20100506-0900'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.api.tools' range='1.0.201'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.api.tools.ee.j2se14' version='1.0.1.v20100506-0900'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/apitools/org.eclipse.pde.api.tools.ee.j2se14;tag=v20100506-0900&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragmentj2se14&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.pde.api.tools;bundle-version=&quot;1.0.201&quot;&#xA;Bundle-SymbolicName: org.eclipse.pde.api.tools.ee.j2se14&#xA;Bundle-Version: 1.0.1.v20100506-0900
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.sdk.examples.feature.group' version='3.3.0.v20100527-817iFYzFEdcc-bWslCBPoNN' singleton='false'>
+ <update id='org.eclipse.sdk.examples.feature.group' range='[0.0.0,3.3.0.v20100527-817iFYzFEdcc-bWslCBPoNN)' severity='0'/>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Eclipse SDK Examples'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Eclipse SDK examples. Used in conjunction with Eclipse Project SDK.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2007 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk.examples.feature.group' version='3.3.0.v20100527-817iFYzFEdcc-bWslCBPoNN'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='28'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.feature.group' range='[3.0.0,4.0.0)'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.feature.group' range='[3.0.0,4.0.0)'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk.examples.source.feature.group' range='[3.3.0.v20100527,3.3.0.v20100527]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare.examples' range='[3.1.200.I20100629-0800,3.1.200.I20100629-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare.examples.xml' range='[3.3.200.I20100629-0800,3.3.200.I20100629-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.debug.examples.core' range='[1.2.0.v20100505,1.2.0.v20100505]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.debug.examples.ui' range='[1.2.0.v20100526,1.2.0.v20100526]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jface.examples.databinding' range='[1.0.200.I20100601-0800,1.0.200.I20100601-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples' range='[3.6.0.v3707,3.6.0.v3707]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.browser' range='[3.1.100.v3707,3.1.100.v3707]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.browser.demos' range='[3.1.200.v3707,3.1.200.v3707]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.controls' range='[3.1.100.v3707,3.1.100.v3707]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.launcher' range='[3.1.100.v3707,3.1.100.v3707]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.layouts' range='[3.1.100.v3707,3.1.100.v3707]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.paint' range='[3.1.100.v3707,3.1.100.v3707]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.javaeditor' range='[3.1.100.v20100824-0800,3.1.100.v20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.multipageeditor' range='[3.2.200.I20100509-0800,3.2.200.I20100509-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.propertysheet' range='[3.2.100.I20100509-0800,3.2.100.I20100509-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.readmetool' range='[3.3.100.I20100509-0800,3.3.100.I20100509-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.contributions' range='[3.3.100.I20100509-0800,3.3.100.I20100509-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.undo' range='[3.2.200.I20100509-0800,3.2.200.I20100509-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.views.properties.tabbed.article' range='[3.2.1.I20100517-1500,3.2.1.I20100517-1500]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.fieldassist' range='[1.1.2.I20100601-0800,1.1.2.I20100601-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.examples.filesystem' range='[3.4.100.I20100629-0800,3.4.100.I20100629-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.ole.win32' range='[3.1.100.v3707,3.1.100.v3707]'>
+ <filter>
+ (osgi.ws=win32)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk.examples' range='[3.2.0.v20100628,3.2.0.v20100628]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk.examples.feature.jar' range='[3.3.0.v20100527-817iFYzFEdcc-bWslCBPoNN,3.3.0.v20100527-817iFYzFEdcc-bWslCBPoNN]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk.examples_root' range='[3.3.0.v20100527-817iFYzFEdcc-bWslCBPoNN,3.3.0.v20100527-817iFYzFEdcc-bWslCBPoNN]'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.ui.navigator.source' version='3.5.0.I20100601-0800' singleton='false'>
+ <update id='org.eclipse.ui.navigator.source' range='[0.0.0,3.5.0.I20100601-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Common Navigator View Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.navigator.source' version='3.5.0.I20100601-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.navigator.source' version='3.5.0.I20100601-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.navigator.source' version='3.5.0.I20100601-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.5.0.I20100601-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.navigator.source&#xA;Bundle-Name: %Plugin.name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ui.navigator;version=&quot;3.5.0.I20100601-0800&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %Plugin.providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.resources.win32.x86' version='3.5.100.v20100505-1345'>
+ <update id='org.eclipse.core.resources.win32.x86' range='[0.0.0,3.5.100.v20100505-1345)' severity='0'/>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.name' value='%win32FragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.resources.win32.x86' version='3.5.100.v20100505-1345'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.resources.win32.x86' version='3.5.100.v20100505-1345'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.core.resources' version='3.5.100.v20100505-1345'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.5.0,4.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.resources.win32.x86' version='3.5.100.v20100505-1345'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Fragment-Host: org.eclipse.core.resources;bundle-version=&quot;[3.5.0,4.0.0)&quot;&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.5.100.v20100505-1345&#xA;Eclipse-PlatformFilter: (&amp; (osgi.os=win32) (osgi.arch=x86))&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.resources.win32.x86;tag=v20100505-1345&#xA;Bundle-SymbolicName: org.eclipse.core.resources.win32.x86;singleton:=true&#xA;Bundle-Localization: plugin&#xA;Bundle-Name: %win32FragmentName&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.core.tests.builder' version='3.4.0.v_B13a'>
+ <update id='org.eclipse.jdt.core.tests.builder' range='[0.0.0,3.4.0.v_B13a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Builder Tests'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.core.tests.builder' version='3.4.0.v_B13a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.core.tests.builder' version='3.4.0.v_B13a'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.tests.builder' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='6'>
+ <required namespace='osgi.bundle' name='org.junit' range='3.8.1'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.7.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core.tests.compiler' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='[3.1.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.core.tests.builder' version='3.4.0.v_B13a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Export-Package: org.eclipse.jdt.core.tests.builder&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin&#xA;Require-Bundle: org.junit;bundle-version=&quot;3.8.1&quot;,org.eclipse.jdt.core;bundle-version=&quot;[3.7.0,4.0.0)&quot;,org.eclipse.jdt.core.tests.compiler;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.test.performance;bundle-version=&quot;[3.1.0,4.0.0)&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.core.tests.builder;tag=v_B13a&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 3.4.0.v_B13a&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.jdt.core.tests.builder; singleton:=true&#xA;Bundle-ClassPath: jdtcoretestsbuilder.jar&#xA;Manifest-Version: 1.0
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.updatechecker' version='1.1.100.v20100503a'>
+ <update id='org.eclipse.equinox.p2.updatechecker' range='[0.0.0,1.1.100.v20100503a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Update Checker'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.updatechecker' version='1.1.100.v20100503a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.updatechecker' version='1.1.100.v20100503a'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.updatechecker' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.updatechecker' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='10'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.3.0,4.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.core.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.engine' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.planner' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.metadata' range='[2.0.0,3.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.updatechecker' version='1.1.100.v20100503a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 1.1.100.v20100503a&#xA;Import-Package: org.eclipse.equinox.internal.p2.core.helpers,org.eclipse.equinox.p2.core;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.core.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.engine;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.planner;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.metadata;version=&quot;[2.0.0,3.0.0)&quot;&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;[3.3.0,4.0)&quot;&#xA;Export-Package: org.eclipse.equinox.internal.p2.updatechecker;x-internal:=true,org.eclipse.equinox.internal.provisional.p2.updatechecker;x-friends:=&quot;org.eclipse.equinox.p2.ui.sdk.scheduler&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.updatechecker;tag=v20100503a&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.updatechecker;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Service-Component: OSGI-INF/updatechecker.xml&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.variables.source' version='3.2.400.v20100505' singleton='false'>
+ <update id='org.eclipse.core.variables.source' range='[0.0.0,3.2.400.v20100505)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Core Variables Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.variables.source' version='3.2.400.v20100505'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.variables.source' version='3.2.400.v20100505'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.variables.source' version='3.2.400.v20100505'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.2.400.v20100505&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.core.variables.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.core.variables;version=&quot;3.2.400.v20100505&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.intro' version='3.4.0.v20100427'>
+ <update id='org.eclipse.ui.intro' range='[0.0.0,3.4.0.v20100427)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.plugin_name' value='Welcome Framework'/>
+ <property name='df_LT.provider_name' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%plugin_name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%provider_name'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='17'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.intro' version='3.4.0.v20100427'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.intro' version='3.4.0.v20100427'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.intro.impl' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.intro.impl.html' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.intro.impl.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.intro.impl.model.loader' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.intro.impl.model.url' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.intro.impl.model.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.intro.impl.model.viewer' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.intro.impl.parts' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.intro.impl.presentations' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.intro.impl.swt' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.intro.impl.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.intro.config' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.intro.contentproviders' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='12'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.help' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.help.base' range='[3.5.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.forms' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='3.4.200'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='javax.xml.transform' range='0.0.0'/>
+ <required namespace='java.package' name='javax.xml.transform.dom' range='0.0.0'/>
+ <required namespace='java.package' name='javax.xml.transform.stream' range='0.0.0'/>
+ <required namespace='java.package' name='org.w3c.dom' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.intro' version='3.4.0.v20100427'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %plugin_name&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.help;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.help.base;bundle-version=&quot;[3.5.0,4.0.0)&quot;;resolution:=optional,org.eclipse.ui;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.ui.forms;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.expressions;bundle-version=&quot;3.4.200&quot;&#xA;Bundle-Activator: org.eclipse.ui.internal.intro.impl.IntroPlugin&#xA;Bundle-Vendor: %provider_name&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.intro;tag=v20100427&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.4.0.v20100427&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.ui.internal.intro.impl;x-friends:=&quot;org.eclipse.ui.intro.universal,org.eclipse.ua.tests&quot;,org.eclipse.ui.internal.intro.impl.html;x-internal:=true,org.eclipse.ui.internal.intro.impl.model;x-friends:=&quot;org.eclipse.ua.tests,org.eclipse.ui.intro.universal&quot;,org.eclipse.ui.internal.intro.impl.model.loader;x-friends:=&quot;org.eclipse.ua.tests,org.eclipse.ui.intro.universal&quot;,org.eclipse.ui.internal.intro.impl.model.url;x-internal:=true,org.eclipse.ui.internal.intro.impl.model.util;x-internal:=true,org.eclipse.ui.internal.intro.impl.model.viewer;x-internal:=true,org.eclipse.ui.internal.intro.impl.parts;x-internal:=true,org.eclipse.ui.internal.intro.impl.presentations;x-friends:=&quot;org.eclipse.ua.tests&quot;,org.eclipse.ui.internal.intro.impl.swt;x-internal:=true,org.eclipse.ui.internal.intro.impl.util;x-friends:=&quot;org.eclipse.ua.tests&quot;,org.eclipse.ui.intro.config,org.eclipse.ui.intro.contentproviders&#xA;Bundle-SymbolicName: org.eclipse.ui.intro; singleton:=true&#xA;Import-Package: javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.stream,org.w3c.dom,org.xml.sax&#xA;Eclipse-LazyStart: true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.rcp.configuration.feature.group' version='1.0.0.I20100921-1024' singleton='false'>
+ <update id='org.eclipse.rcp.configuration.feature.group' range='[0.0.0,1.0.0.I20100921-1024)' severity='0'/>
+ <properties size='7'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='false'/>
+ <property name='df_LT.featureName' value='Eclipse Product Configuration'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Configuration information for the Eclipse product'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration.feature.group' version='1.0.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='53'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.motif.aix.ppc' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.gtk.linux.x86' range='[1.0.0.I20100921-1024,1.0.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.gtk.linux.s390' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.win32.win32.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.gtk.linux.s390x' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.solaris.sparc' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.gtk.solaris.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.motif.linux.x86' range='[1.0.0.I20100921-1024,1.0.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.motif.solaris.sparc' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.solaris.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.gtk.linux.ppc' range='[1.0.0.I20100921-1024,1.0.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.win32.win32.x86_64' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.s390x' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.cocoa.macosx' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.os=macosx)(osgi.ws=cocoa)(|(osgi.arch=ppc)(osgi.arch=x86)))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.x86_64' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.carbon.macosx' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.os=macosx)(osgi.ws=carbon)(|(osgi.arch=ppc)(osgi.arch=x86)))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.cocoa.macosx.x86_64' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.ppc64' range='[1.0.100.v20100824a,1.0.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.carbon.macosx.ppc' range='[1.0.0.I20100921-1024,1.0.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.win32.win32.x86_64' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.ppc' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.carbon.macosx.x86' range='[1.0.0.I20100921-1024,1.0.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher' range='[1.2.0.v20100824b,1.2.0.v20100824b]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.gtk.solaris.sparc' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.motif.aix.ppc' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.carbon.macosx' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.os=macosx)(osgi.ws=carbon)(|(osgi.arch=ppc)(osgi.arch=x86)))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.gtk.linux.x86_64' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.motif.linux.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.win32.win32.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.gtk.linux.s390' range='[1.0.0.I20100921-1024,1.0.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.s390' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.cocoa.macosx' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.os=macosx)(osgi.ws=cocoa)(|(osgi.arch=ppc)(osgi.arch=x86)))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.win32.win32.x86' range='[1.0.0.I20100921-1024,1.0.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.motif.hpux.ia64_32' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.gtk.linux.ppc' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.gtk.solaris.sparc' range='[1.0.0.I20100921-1024,1.0.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.gtk.solaris.x86' range='[1.0.0.I20100921-1024,1.0.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.motif.aix.ppc' range='[1.0.0.I20100921-1024,1.0.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.motif.solaris.sparc' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.gtk.linux.ppc64' range='[1.0.100.v20100824a,1.0.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.cocoa.macosx.x86_64' range='[1.0.0.I20100921-1024,1.0.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.gtk.linux.s390x' range='[1.0.0.I20100921-1024,1.0.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.motif.hpux.ia64_32' range='[1.0.0.I20100921-1024,1.0.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.cocoa.macosx.x86' range='[1.0.0.I20100921-1024,1.0.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.motif.hpux.ia64_32' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.gtk.linux.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.gtk.linux.ppc64' range='[1.0.0.I20100921-1024,1.0.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.motif.linux.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.2.0.v20100824b,1.2.0.v20100824b]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.win32.win32.x86_64' range='[1.0.0.I20100921-1024,1.0.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.gtk.linux.x86_64' range='[1.0.0.I20100921-1024,1.0.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.cocoa.macosx.x86_64' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure' import='org.eclipse.equinox.p2.touchpoint.eclipse.setLauncherName'>
+ setLauncherName();
+ </instruction>
+ <instruction key='configure' import='org.eclipse.equinox.p2.touchpoint.eclipse.setLauncherName'>
+ setLauncherName(name:eclipse);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.launching.ui.macosx' version='1.0.100.v20100505'>
+ <update id='org.eclipse.jdt.launching.ui.macosx' range='[0.0.0,1.0.100.v20100505)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Mac OS X UI Launching Support'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.launching.ui.macosx' version='1.0.100.v20100505'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.launching.ui.macosx' version='1.0.100.v20100505'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='6'>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.launching' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.core' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.5.0,4.0.0)'/>
+ </requires>
+ <filter>
+ (osgi.os=macosx)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.launching.ui.macosx' version='1.0.100.v20100505'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.jdt.internal.ui.macbundler.MacOSXUILaunchingPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.launching.ui.macosx;tag=v20100505&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.jdt.launching.ui.macosx;singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-PlatformFilter: (osgi.os=macosx)&#xA;Bundle-Version: 1.0.100.v20100505&#xA;Bundle-Localization: plugin&#xA;Require-Bundle: org.eclipse.jdt.launching;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.debug.core;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jdt.core;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jface;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.5.0,4.0.0)&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.views.log' version='1.0.200.v20100910'>
+ <update id='org.eclipse.ui.views.log' range='[0.0.0,1.0.200.v20100910)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.name' value='Log View'/>
+ <property name='df_LT.provider-name' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%provider-name'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.views.log' version='1.0.200.v20100910'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.views.log' version='1.0.200.v20100910'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.views.log' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.1.0,2.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='[3.3.0,4.0.0)' optional='true'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.views.log' version='1.0.200.v20100910'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %name&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.filesystem;bundle-version=&quot;[1.1.0,2.0.0)&quot;;resolution:=optional,org.eclipse.ui;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.ui.ide;bundle-version=&quot;[3.3.0,4.0.0)&quot;;resolution:=optional&#xA;Bundle-Activator: org.eclipse.ui.internal.views.log.Activator&#xA;Bundle-Vendor: %provider-name&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/ui/org.eclipse.ui.views.log;tag=v20100910&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.0.200.v20100910&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.ui.internal.views.log;x-friends:=&quot;org.eclipse.pde.ui&quot;&#xA;Bundle-SymbolicName: org.eclipse.ui.views.log;singleton:=true&#xA;Import-Package: com.ibm.icu.text&#xA;Eclipse-LazyStart: true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.ini.gtk.linux.ppc64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.gtk.linux.ppc64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.editors.tests' version='3.4.100.v20100824-0800' singleton='false'>
+ <update id='org.eclipse.ui.editors.tests' range='[0.0.0,3.4.100.v20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Editors Test Plug-in'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.editors.tests' version='3.4.100.v20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.editors.tests' version='3.4.100.v20100824-0800'/>
+ <provided namespace='java.package' name='org.eclipse.ui.editors.tests' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='11'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.junit' range='3.8.2'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filebuffers.tests' range='[3.4.100,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text.tests' range='[3.5.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.editors.tests' version='3.4.100.v20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Export-Package: org.eclipse.ui.editors.tests&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.junit;bundle-version=&quot;3.8.2&quot;,org.eclipse.jface;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.text;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.workbench.texteditor;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.editors;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.workbench;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.filebuffers.tests;bundle-version=&quot;[3.4.100,4.0.0)&quot;,org.eclipse.ui.ide;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.text.tests;bundle-version=&quot;[3.5.0,4.0.0)&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.editors.tests;tag=v20100824-0800&#xA;Bundle-Name: %Plugin.name&#xA;Bundle-Version: 3.4.100.v20100824-0800&#xA;Bundle-Vendor: %Plugin.providerName&#xA;Bundle-SymbolicName: org.eclipse.ui.editors.tests&#xA;Bundle-ClassPath: editorstests.jar&#xA;Manifest-Version: 1.0
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.apt.core.source' version='3.3.500.v20100727-0100' singleton='false'>
+ <update id='org.eclipse.jdt.apt.core.source' range='[0.0.0,3.3.500.v20100727-0100)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Annotation Processing Core Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.apt.core.source' version='3.3.500.v20100727-0100'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.apt.core.source' version='3.3.500.v20100727-0100'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.apt.core.source' version='3.3.500.v20100727-0100'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.3.500.v20100727-0100&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.jdt.apt.core.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.jdt.apt.core;version=&quot;3.3.500.v20100727-0100&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.platform.doc.user' version='3.7.0.v20100831-0800'>
+ <update id='org.eclipse.platform.doc.user' range='[0.0.0,3.7.0.v20100831-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Eclipse Workbench User Guide'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.doc.user' version='3.7.0.v20100831-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.platform.doc.user' version='3.7.0.v20100831-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.help' range='[3.2.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.platform.doc.user' version='3.7.0.v20100831-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 3.7.0.v20100831-0800&#xA;Require-Bundle: org.eclipse.help;bundle-version=&quot;[3.2.0,4.0.0)&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.platform.doc.user;tag=v20100831-0800&#xA;Bundle-SymbolicName: org.eclipse.platform.doc.user; singleton:=true&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.debug.core.source' version='3.7.0.v20100820' singleton='false'>
+ <update id='org.eclipse.debug.core.source' range='[0.0.0,3.7.0.v20100820)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Debug Core Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.debug.core.source' version='3.7.0.v20100820'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.debug.core.source' version='3.7.0.v20100820'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.debug.core.source' version='3.7.0.v20100820'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.7.0.v20100820&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.debug.core.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.debug.core;version=&quot;3.7.0.v20100820&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.filesystem.win32.x86_64' version='1.1.200.v20100505-1235'>
+ <update id='org.eclipse.core.filesystem.win32.x86_64' range='[0.0.0,1.1.200.v20100505-1235)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Core File System for Windows 64 bit'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.win32.x86_64' version='1.1.200.v20100505-1235'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.filesystem.win32.x86_64' version='1.1.200.v20100505-1235'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.core.filesystem' version='1.1.200.v20100505-1235'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.1.0,2.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.filesystem.win32.x86_64' version='1.1.200.v20100505-1235'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Fragment-Host: org.eclipse.core.filesystem;bundle-version=&quot;[1.1.0,2.0.0)&quot;&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.1.200.v20100505-1235&#xA;Eclipse-PlatformFilter: (&amp; (osgi.os=win32) (osgi.arch=x86_64))&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.filesystem.win32.x86_64;tag=v20100505-1235&#xA;Bundle-SymbolicName: org.eclipse.core.filesystem.win32.x86_64; singleton:=true&#xA;Bundle-Localization: fragment&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.api.tools.ee.osgiminimum11' version='1.0.1.v20100506-0900' singleton='false'>
+ <update id='org.eclipse.pde.api.tools.ee.osgiminimum11' range='[0.0.0,1.0.1.v20100506-0900)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Environment Description for OSGi/Minimum-1.1'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragmentosgiminimum11'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ee.osgiminimum11' version='1.0.1.v20100506-0900'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.api.tools.ee.osgiminimum11' version='1.0.1.v20100506-0900'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.pde.api.tools' version='1.0.1.v20100506-0900'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.api.tools' range='1.0.201'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.api.tools.ee.osgiminimum11' version='1.0.1.v20100506-0900'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/apitools/org.eclipse.pde.api.tools.ee.osgiminimum11;tag=v20100506-0900&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragmentosgiminimum11&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.pde.api.tools;bundle-version=&quot;1.0.201&quot;&#xA;Bundle-SymbolicName: org.eclipse.pde.api.tools.ee.osgiminimum11&#xA;Bundle-Version: 1.0.1.v20100506-0900
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.examples.javaeditor.source' version='3.1.100.v20100824-0800' singleton='false'>
+ <update id='org.eclipse.ui.examples.javaeditor.source' range='[0.0.0,3.1.100.v20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JFace Text Example Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.javaeditor.source' version='3.1.100.v20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.examples.javaeditor.source' version='3.1.100.v20100824-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.examples.javaeditor.source' version='3.1.100.v20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.1.100.v20100824-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.examples.javaeditor.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ui.examples.javaeditor;version=&quot;3.1.100.v20100824-0800&quot;;roots:=&quot;templateeditorexamplesrc,javaeditorexamplesrc&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.api.tools.ee.j2se15' version='1.0.1.v20100506-0900' singleton='false'>
+ <update id='org.eclipse.pde.api.tools.ee.j2se15' range='[0.0.0,1.0.1.v20100506-0900)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Environment Description for J2SE-1.5'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragmentj2se15'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ee.j2se15' version='1.0.1.v20100506-0900'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.api.tools.ee.j2se15' version='1.0.1.v20100506-0900'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.pde.api.tools' version='1.0.1.v20100506-0900'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.api.tools' range='1.0.201'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.api.tools.ee.j2se15' version='1.0.1.v20100506-0900'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/apitools/org.eclipse.pde.api.tools.ee.j2se15;tag=v20100506-0900&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragmentj2se15&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.pde.api.tools;bundle-version=&quot;1.0.201&quot;&#xA;Bundle-SymbolicName: org.eclipse.pde.api.tools.ee.j2se15&#xA;Bundle-Version: 1.0.1.v20100506-0900
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.security.source' version='1.0.200.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.security.source' range='[0.0.0,1.0.200.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Java Authentication and Authorization Service (JAAS) Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.source' version='1.0.200.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.security.source' version='1.0.200.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.security.source' version='1.0.200.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.200.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.security.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.security;version=&quot;1.0.200.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.feature.jar' version='3.7.0.v20100824-0800-7z8dF_ZFMTfEO809v9JgQejMH155'>
+ <properties size='8'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Eclipse Java Development Tools'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Eclipse Java development tools. (Binary runtime and user documentation.)'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2010 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.feature.jar' version='3.7.0.v20100824-0800-7z8dF_ZFMTfEO809v9JgQejMH155'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.jdt' version='3.7.0.v20100824-0800-7z8dF_ZFMTfEO809v9JgQejMH155'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.jdt' version='3.7.0.v20100824-0800-7z8dF_ZFMTfEO809v9JgQejMH155'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.jdt.launching' version='3.6.0.v20100910'>
+ <update id='org.eclipse.jdt.launching' range='[0.0.0,3.6.0.v20100910)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Development Tools Launching Support'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='10'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.launching' version='3.6.0.v20100910'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.launching' version='3.6.0.v20100910'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.launching' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.launching.environments' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.launching' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.launching.environments' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.launching.sourcelookup' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.launching.sourcelookup.containers' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='8'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.core' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.debug' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.variables' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.4.0,4.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.launching' version='3.6.0.v20100910'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 3.6.0.v20100910&#xA;Import-Package: com.ibm.icu.text&#xA;Bundle-Activator: org.eclipse.jdt.internal.launching.LaunchingPlugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.core.resources;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jdt.core;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.debug.core;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jdt.debug;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.variables;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.core.expressions;bundle-version=&quot;[3.4.0,4.0.0)&quot;&#xA;Export-Package: org.eclipse.jdt.internal.launching;x-friends:=&quot;org.eclipse.jdt.debug.ui,org.eclipse.jdt.launching.macosx&quot;,org.eclipse.jdt.internal.launching.environments;x-internal:=true,org.eclipse.jdt.launching,org.eclipse.jdt.launching.environments,org.eclipse.jdt.launching.sourcelookup,org.eclipse.jdt.launching.sourcelookup.containers&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.launching;tag=v20100910&#xA;Bundle-SymbolicName: org.eclipse.jdt.launching; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.source' version='1.2.0.v20100824b' singleton='false'>
+ <update id='org.eclipse.equinox.launcher.source' range='[0.0.0,1.2.0.v20100824b)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='launcher'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.source' version='1.2.0.v20100824b'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.launcher.source' version='1.2.0.v20100824b'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.launcher.source' version='1.2.0.v20100824b'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.2.0.v20100824b&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.launcher.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: launcher&#xA;Eclipse-SourceBundle: org.eclipse.equinox.launcher;version=&quot;1.2.0.v20100824b&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.config.gtk.solaris.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.gtk.solaris.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.sdk.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingmotif.linux.x86org.eclipse.update.configurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.linux.x86org.eclipse.update.configurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingmotif.linux.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:false);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher' version='1.2.0.v20100824b'>
+ <update id='org.eclipse.equinox.launcher' range='[0.0.0,1.2.0.v20100824b)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='launcher'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' version='1.2.0.v20100824b'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.launcher' version='1.2.0.v20100824b'/>
+ <provided namespace='java.package' name='org.eclipse.core.launcher' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.launcher' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.launcher' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.launcher' version='1.2.0.v20100824b'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Export-Package: org.eclipse.core.launcher;x-internal:=true,org.eclipse.equinox.internal.launcher;x-internal:=true,org.eclipse.equinox.launcher;x-internal:=true&#xA;Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.2&#xA;Bundle-Localization: launcher&#xA;Main-Class: org.eclipse.equinox.launcher.Main&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher;tag=v20100824b&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 1.2.0.v20100824b&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.equinox.launcher;singleton:=true&#xA;Bundle-ClassPath: .&#xA;Manifest-Version: 1.0
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.equinox.launcher.motif.linux.x86' version='1.1.100.v20100824a' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.motif.linux.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='org.eclipse.pde.build.default' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.motif.linux.x86' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='tooling' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.motif.linux.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='unconfigure'>
+ removeProgramArg(programArg:--launcher.library);removeProgramArg(programArg:@artifact);
+ </instruction>
+ <instruction key='configure'>
+ addProgramArg(programArg:--launcher.library);addProgramArg(programArg:@artifact);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='javax.servlet.jsp' version='2.0.0.v200806031607' singleton='false'>
+ <update id='javax.servlet.jsp' range='[0.0.0,2.0.0.v200806031607)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleProvider' value='Eclipse.org'/>
+ <property name='df_LT.bundleName' value='Java Server Pages API Bundle'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleProvider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='8'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='javax.servlet.jsp' version='2.0.0.v200806031607'/>
+ <provided namespace='osgi.bundle' name='javax.servlet.jsp' version='2.0.0.v200806031607'/>
+ <provided namespace='java.package' name='javax.servlet.jsp' version='2.0.0'/>
+ <provided namespace='java.package' name='javax.servlet.jsp.el' version='2.0.0'/>
+ <provided namespace='java.package' name='javax.servlet.jsp.resources' version='2.0.0'/>
+ <provided namespace='java.package' name='javax.servlet.jsp.tagext' version='2.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='3'>
+ <required namespace='java.package' name='javax.servlet' range='2.4.0'/>
+ <required namespace='java.package' name='javax.servlet.http' range='2.4.0'/>
+ <required namespace='java.package' name='javax.servlet.resources' range='2.4.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='javax.servlet.jsp' version='2.0.0.v200806031607'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Export-Package: javax.servlet.jsp; version=2.0,javax.servlet.jsp.el; version=2.0,javax.servlet.jsp.resources; version=2.0,javax.servlet.jsp.tagext; version=2.0&#xA;Bundle-Localization: plugin&#xA;Bundle-Name: %bundleName&#xA;Bundle-Version: 2.0.0.v200806031607&#xA;Bundle-Vendor: %bundleProvider&#xA;Bundle-SymbolicName: javax.servlet.jsp&#xA;Import-Package: javax.servlet; version=2.4,javax.servlet.http; version=2.4,javax.servlet.resources; version=2.4&#xA;Manifest-Version: 1.0
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.ui.templates.source' version='3.4.200.v20100601' singleton='false'>
+ <update id='org.eclipse.pde.ui.templates.source' range='[0.0.0,3.4.200.v20100601)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleVendor' value='Eclipse.org'/>
+ <property name='df_LT.bundleName' value='PDE Templates Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleVendor'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.ui.templates.source' version='3.4.200.v20100601'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.ui.templates.source' version='3.4.200.v20100601'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.ui.templates.source' version='3.4.200.v20100601'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.4.200.v20100601&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.pde.ui.templates.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.pde.ui.templates;version=&quot;3.4.200.v20100601&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %bundleVendor
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.garbagecollector.source' version='1.0.100.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.p2.garbagecollector.source' range='[0.0.0,1.0.100.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Provisioning Garbage Collector Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.garbagecollector.source' version='1.0.100.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.garbagecollector.source' version='1.0.100.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.garbagecollector.source' version='1.0.100.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.100.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.garbagecollector.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.garbagecollector;version=&quot;1.0.100.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingwin32.win32.x86org.eclipse.core.runtime' version='1.1.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.core.runtime' version='1.1.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingwin32.win32.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:4);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.compare.win32' version='1.0.100.I20100831-0800'>
+ <update id='org.eclipse.compare.win32' range='[0.0.0,1.0.100.I20100831-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Compare Support for Word'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare.win32' version='1.0.100.I20100831-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.compare.win32' version='1.0.100.I20100831-0800'/>
+ <provided namespace='java.package' name='org.eclipse.compare.internal.win32' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='7'>
+ <required namespace='osgi.bundle' name='org.eclipse.compare' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.2.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.forms' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.5.0,4.0.0)'/>
+ </requires>
+ <filter>
+ (osgi.os=win32)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.compare.win32' version='1.0.100.I20100831-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 1.0.100.I20100831-0800&#xA;Bundle-Activator: org.eclipse.compare.internal.win32.Activator&#xA;Eclipse-PlatformFilter: (osgi.os=win32)&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.compare;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.filesystem;bundle-version=&quot;[1.2.0,2.0.0)&quot;,org.eclipse.ui.forms;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.ui.workbench;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jface;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.5.0,4.0.0)&quot;&#xA;Export-Package: org.eclipse.compare.internal.win32;x-internal:=true&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.compare/plugins/org.eclipse.compare.win32;tag=I20100831-0800&#xA;Bundle-SymbolicName: org.eclipse.compare.win32;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.ide.source' version='3.6.100.I20100804-1300' singleton='false'>
+ <update id='org.eclipse.ui.ide.source' range='[0.0.0,3.6.100.I20100804-1300)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Eclipse IDE UI Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.ide.source' version='3.6.100.I20100804-1300'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.ide.source' version='3.6.100.I20100804-1300'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.ide.source' version='3.6.100.I20100804-1300'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.6.100.I20100804-1300&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.ide.source&#xA;Bundle-Name: %Plugin.name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ui.ide;version=&quot;3.6.100.I20100804-1300&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %Plugin.providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.ini.motif.linux.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.motif.linux.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.api.tools.ee.osgiminimum10' version='1.0.1.v20100506-0900' singleton='false'>
+ <update id='org.eclipse.pde.api.tools.ee.osgiminimum10' range='[0.0.0,1.0.1.v20100506-0900)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Environment Description for OSGi/Minimum-1.0'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragmentosgiminimum10'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ee.osgiminimum10' version='1.0.1.v20100506-0900'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.api.tools.ee.osgiminimum10' version='1.0.1.v20100506-0900'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.pde.api.tools' version='1.0.1.v20100506-0900'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.api.tools' range='1.0.201'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.api.tools.ee.osgiminimum10' version='1.0.1.v20100506-0900'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/apitools/org.eclipse.pde.api.tools.ee.osgiminimum10;tag=v20100506-0900&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragmentosgiminimum10&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.pde.api.tools;bundle-version=&quot;1.0.201&quot;&#xA;Bundle-SymbolicName: org.eclipse.pde.api.tools.ee.osgiminimum10&#xA;Bundle-Version: 1.0.1.v20100506-0900
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingwin32.win32.x86org.eclipse.equinox.simpleconfigurator' version='1.1.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.simpleconfigurator' version='1.1.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingwin32.win32.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:1);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.config.gtk.linux.x86_64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.gtk.linux.x86_64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.util.source' version='1.0.200.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.util.source' range='[0.0.0,1.0.200.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleVendor' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Equinox Util Bundle Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleVendor'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.util.source' version='1.0.200.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.util.source' version='1.0.200.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.util.source' version='1.0.200.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.200.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.util.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.util;version=&quot;1.0.200.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %bundleVendor
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.equinox.launcher.win32.win32.x86' version='1.1.100.v20100824a' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.win32.win32.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='org.eclipse.pde.build.default' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.win32.win32.x86' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='tooling' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.win32.win32.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='unconfigure'>
+ removeProgramArg(programArg:--launcher.library);removeProgramArg(programArg:@artifact);
+ </instruction>
+ <instruction key='configure'>
+ addProgramArg(programArg:--launcher.library);addProgramArg(programArg:@artifact);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.app.source' version='1.3.100.v20100803' singleton='false'>
+ <update id='org.eclipse.equinox.app.source' range='[0.0.0,1.3.100.v20100803)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Application Container Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.app.source' version='1.3.100.v20100803'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.app.source' version='1.3.100.v20100803'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.app.source' version='1.3.100.v20100803'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.3.100.v20100803&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.app.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.app;version=&quot;1.3.100.v20100803&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcocoa.macosx.x86org.eclipse.core.runtime' version='1.1.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.core.runtime' version='1.1.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcocoa.macosx.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:4);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.help.webapp.source' version='3.5.100.v20100830' singleton='false'>
+ <update id='org.eclipse.help.webapp.source' range='[0.0.0,3.5.100.v20100830)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.help_webapp_plugin_name' value='Help System Webapp Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%help_webapp_plugin_name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.webapp.source' version='3.5.100.v20100830'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.help.webapp.source' version='3.5.100.v20100830'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.help.webapp.source' version='3.5.100.v20100830'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.5.100.v20100830&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.help.webapp.source&#xA;Bundle-Name: %help_webapp_plugin_name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.help.webapp;version=&quot;3.5.100.v20100830&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.servletbridge.source' version='1.2.0.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.servletbridge.source' range='[0.0.0,1.2.0.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Servletbridge Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.servletbridge.source' version='1.2.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.servletbridge.source' version='1.2.0.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.servletbridge.source' version='1.2.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.2.0.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.servletbridge.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.servletbridge;version=&quot;1.2.0.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.x86_64org.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.x86_64' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:1);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.apt.pluggable.tests' version='3.3.300.v20100513-0845'>
+ <update id='org.eclipse.jdt.apt.pluggable.tests' range='[0.0.0,3.3.300.v20100513-0845)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Annotation Processing Tests'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.apt.pluggable.tests' version='3.3.300.v20100513-0845'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.apt.pluggable.tests' version='3.3.300.v20100513-0845'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='10'>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.apt.pluggable.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.apt.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core.tests.builder' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core.tests.compiler' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.apt.pluggable.tests' version='3.3.300.v20100513-0845'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: JavaSE-1.6&#xA;Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.jdt.apt.pluggable.tests.Apt6TestsPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.apt.pluggable.tests;tag=v20100513-0845&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ClassPath: .&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.jdt.apt.pluggable.tests;singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.3.300.v20100513-0845&#xA;Bundle-Localization: plugin&#xA;Require-Bundle: org.junit,org.eclipse.jdt.apt.pluggable.core,org.eclipse.core.resources,org.eclipse.core.runtime,org.eclipse.jdt.apt.core,org.eclipse.jdt.core.tests.builder,org.eclipse.jdt.core.tests.compiler,org.eclipse.test.performance,org.eclipse.jdt.core,org.eclipse.ui.ide
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.gtk.solaris.x86.translated_host_properties' version='1.1.100.v20100824a'>
+ <hostRequirements size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher Solaris X86 Fragment'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.solaris.x86.translated_host_properties' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.config.cocoa.macosx.x86_64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.config.cocoa.macosx.x86_64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.ide' name='org.eclipse.platform.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.apache.lucene.analysis' version='1.9.1.v20100518-1140' singleton='false'>
+ <update id='org.apache.lucene.analysis' range='[0.0.0,1.9.1.v20100518-1140)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.pluginName' value='Apache Lucene Analysis'/>
+ <property name='df_LT.providerName' value='Eclipse Orbit'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='13'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.apache.lucene.analysis' version='1.9.1.v20100518-1140'/>
+ <provided namespace='osgi.bundle' name='org.apache.lucene.analysis' version='1.9.1.v20100518-1140'/>
+ <provided namespace='java.package' name='org.apache.lucene.analysis.br' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.lucene.analysis.cjk' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.lucene.analysis.cn' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.lucene.analysis.cz' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.lucene.analysis.de' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.lucene.analysis.el' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.lucene.analysis.fr' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.lucene.analysis.nl' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.lucene.analysis.ru' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.apache.lucene' range='[1.9.1,2.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.apache.lucene.analysis' version='1.9.1.v20100518-1140'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Require-Bundle: org.apache.lucene;bundle-version=&quot;[1.9.1,2.0.0)&quot;;visibility:=reexport&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-Name: %pluginName&#xA;Export-Package: org.apache.lucene.analysis.br,org.apache.lucene.analysis.cjk,org.apache.lucene.analysis.cn,org.apache.lucene.analysis.cz,org.apache.lucene.analysis.de,org.apache.lucene.analysis.el,org.apache.lucene.analysis.fr,org.apache.lucene.analysis.nl,org.apache.lucene.analysis.ru&#xA;Bundle-Version: 1.9.1.v20100518-1140&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-SymbolicName: org.apache.lucene.analysis
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.config.carbon.macosx.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.config.carbon.macosx.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.ide' name='org.eclipse.platform.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.http.servlet.source' version='1.1.0.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.http.servlet.source' range='[0.0.0,1.1.0.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Http Services Servlet Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.servlet.source' version='1.1.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.http.servlet.source' version='1.1.0.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.http.servlet.source' version='1.1.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.1.0.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.http.servlet.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.http.servlet;version=&quot;1.1.0.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.apache.commons.codec' version='1.3.0.v20100518-1140' singleton='false'>
+ <update id='org.apache.commons.codec' range='[0.0.0,1.3.0.v20100518-1140)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleProvider' value='Eclipse Orbit'/>
+ <property name='df_LT.bundleName' value='Apache Commons Codec Plug-in'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleProvider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='9'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.codec' version='1.3.0.v20100518-1140'/>
+ <provided namespace='osgi.bundle' name='org.apache.commons.codec' version='1.3.0.v20100518-1140'/>
+ <provided namespace='java.package' name='org.apache.commons.codec' version='1.3.0'/>
+ <provided namespace='java.package' name='org.apache.commons.codec.binary' version='1.3.0'/>
+ <provided namespace='java.package' name='org.apache.commons.codec.digest' version='1.3.0'/>
+ <provided namespace='java.package' name='org.apache.commons.codec.language' version='1.3.0'/>
+ <provided namespace='java.package' name='org.apache.commons.codec.net' version='1.3.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.apache.commons.codec' version='1.3.0.v20100518-1140'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-Vendor: %bundleProvider&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %bundleName&#xA;Export-Package: org.apache.commons.codec;version=&quot;1.3.0&quot;,org.apache.commons.codec.binary;version=&quot;1.3.0&quot;,org.apache.commons.codec.digest;version=&quot;1.3.0&quot;,org.apache.commons.codec.language;version=&quot;1.3.0&quot;,org.apache.commons.codec.net;version=&quot;1.3.0&quot;&#xA;Bundle-Version: 1.3.0.v20100518-1140&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-SymbolicName: org.apache.commons.codec
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ltk.ui.refactoring' version='3.5.100.v20100831-0800'>
+ <update id='org.eclipse.ltk.ui.refactoring' range='[0.0.0,3.5.100.v20100831-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Refactoring UI'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='15'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ltk.ui.refactoring' version='3.5.100.v20100831-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ltk.ui.refactoring' version='3.5.100.v20100831-0800'/>
+ <provided namespace='java.package' name='org.eclipse.ltk.internal.ui.refactoring' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ltk.internal.ui.refactoring.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ltk.internal.ui.refactoring.history' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ltk.internal.ui.refactoring.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ltk.internal.ui.refactoring.scripting' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ltk.internal.ui.refactoring.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ltk.ui.refactoring' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ltk.ui.refactoring.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ltk.ui.refactoring.history' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ltk.ui.refactoring.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ltk.ui.refactoring.resource' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='13'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.4.100,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filebuffers' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.2.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ltk.core.refactoring' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.navigator' range='[3.3.200,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.compare' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.core' range='[3.4.100,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.ui' range='[3.4.100,4.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ltk.ui.refactoring' version='3.5.100.v20100831-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 3.5.100.v20100831-0800&#xA;Import-Package: com.ibm.icu.text&#xA;Bundle-Activator: org.eclipse.ltk.internal.ui.refactoring.RefactoringUIPlugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.expressions;bundle-version=&quot;[3.4.100,4.0.0)&quot;,org.eclipse.core.filebuffers;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.filesystem;bundle-version=&quot;[1.2.0,2.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ltk.core.refactoring;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jface.text;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.navigator;bundle-version=&quot;[3.3.200,4.0.0)&quot;,org.eclipse.compare;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.team.core;bundle-version=&quot;[3.4.100,4.0.0)&quot;,org.eclipse.team.ui;bundle-version=&quot;[3.4.100,4.0.0)&quot;&#xA;Export-Package: org.eclipse.ltk.internal.ui.refactoring;x-internal:=true,org.eclipse.ltk.internal.ui.refactoring.actions;x-internal:=true,org.eclipse.ltk.internal.ui.refactoring.history;x-internal:=true,org.eclipse.ltk.internal.ui.refactoring.model;x-internal:=true,org.eclipse.ltk.internal.ui.refactoring.scripting;x-internal:=true,org.eclipse.ltk.internal.ui.refactoring.util;x-internal:=true,org.eclipse.ltk.ui.refactoring,org.eclipse.ltk.ui.refactoring.actions,org.eclipse.ltk.ui.refactoring.history,org.eclipse.ltk.ui.refactoring.model,org.eclipse.ltk.ui.refactoring.resource&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ltk.ui.refactoring;tag=v20100831-0800&#xA;Bundle-SymbolicName: org.eclipse.ltk.ui.refactoring; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingwin32.win32.x86org.eclipse.equinox.common' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.common' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingwin32.win32.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.motif.aix.ppc' version='3.7.0.v3707'>
+ <update id='org.eclipse.swt.motif.aix.ppc' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for Motif'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='12'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.motif.aix.ppc' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.motif.aix.ppc' version='3.7.0.v3707'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.cairo' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.cde' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.gnome' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.gtk' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.motif' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.mozilla' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.opengl.glx' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.swt' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='[3.0.0,4.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.motif.aix.ppc' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.swt; bundle-version=&quot;[3.0.0,4.0.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.swt.motif.aix.ppc; singleton:=true&#xA;Bundle-Version: 3.7.0.v3707&#xA;Export-Package: org.eclipse.swt.internal.cairo; x-internal:=true,org.eclipse.swt.internal.cde; x-internal:=true,org.eclipse.swt.internal.gnome; x-internal:=true,org.eclipse.swt.internal.gtk; x-internal:=true,org.eclipse.swt.internal.motif; x-internal:=true,org.eclipse.swt.internal.mozilla; x-internal:=true,org.eclipse.swt.internal.opengl.glx; x-internal:=true&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=motif) (osgi.os=aix) (osgi.arch=ppc))
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jface.text.tests' version='3.7.0.v20100824-0800' singleton='false'>
+ <update id='org.eclipse.jface.text.tests' range='[0.0.0,3.7.0.v20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='JFace Text Test Plug-in'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jface.text.tests' version='3.7.0.v20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jface.text.tests' version='3.7.0.v20100824-0800'/>
+ <provided namespace='java.package' name='org.eclipse.jface.text.tests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.text.tests.reconciler' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.text.tests.rules' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.junit' range='3.8.2'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text.tests' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jface.text.tests' version='3.7.0.v20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Export-Package: org.eclipse.jface.text.tests,org.eclipse.jface.text.tests.reconciler,org.eclipse.jface.text.tests.rules&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin&#xA;Require-Bundle: org.eclipse.jface.text;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jface;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.junit;bundle-version=&quot;3.8.2&quot;,org.eclipse.text.tests;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jface.text.tests;tag=v20100824-0800&#xA;Bundle-Name: %Plugin.name&#xA;Bundle-Version: 3.7.0.v20100824-0800&#xA;Bundle-Vendor: %Plugin.providerName&#xA;Bundle-SymbolicName: org.eclipse.jface.text.tests&#xA;Bundle-ClassPath: jfacetexttests.jar&#xA;Manifest-Version: 1.0
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.filesystem' version='1.3.100.v20100823'>
+ <update id='org.eclipse.core.filesystem' range='[0.0.0,1.3.100.v20100823)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Core File Systems'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='8'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem' version='1.3.100.v20100823'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.filesystem' version='1.3.100.v20100823'/>
+ <provided namespace='java.package' name='org.eclipse.core.filesystem' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.filesystem.provider' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.filesystem' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.filesystem.local' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='3'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.registry' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.osgi' range='[3.2.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.filesystem' version='1.3.100.v20100823'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.core.internal.filesystem.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.filesystem;tag=v20100823&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.core.filesystem; singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.3.100.v20100823&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.core.filesystem,org.eclipse.core.filesystem.provider,org.eclipse.core.internal.filesystem;x-internal:=true,org.eclipse.core.internal.filesystem.local;x-internal:=true&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.equinox.registry;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.osgi;bundle-version=&quot;[3.2.0,4.0.0)&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.api.tools.ui.source' version='1.0.300.v20100910' singleton='false'>
+ <update id='org.eclipse.pde.api.tools.ui.source' range='[0.0.0,1.0.300.v20100910)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='API Tools UI Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ui.source' version='1.0.300.v20100910'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.api.tools.ui.source' version='1.0.300.v20100910'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.api.tools.ui.source' version='1.0.300.v20100910'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.300.v20100910&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.pde.api.tools.ui.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.pde.api.tools.ui;version=&quot;1.0.300.v20100910&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.gtk.linux.x86.translated_host_properties' version='1.1.100.v20100824a'>
+ <hostRequirements size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher Linux X86 Fragment'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.x86.translated_host_properties' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='org.eclipse.swt.examples.browser.demos.source' version='3.1.200.v3707' singleton='false'>
+ <update id='org.eclipse.swt.examples.browser.demos.source' range='[0.0.0,3.1.200.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.plugin.SWTBrowserDemos.name' value='SWT Browser Demos Plugin Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%plugin.SWTBrowserDemos.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.browser.demos.source' version='3.1.200.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.examples.browser.demos.source' version='3.1.200.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.examples.browser.demos.source' version='3.1.200.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.1.200.v3707&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.swt.examples.browser.demos.source&#xA;Bundle-Name: %plugin.SWTBrowserDemos.name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.swt.examples.browser.demos;version=&quot;3.1.200.v3707&quot;;roots:=&quot;BrowserDemosrc&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='master-equinox-weaving.feature.jar' version='1.0.0.v20090817-37B7D7733L57955LBL9J'>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.name' value='build utility feature for bundles required to compile equinox weaving bundles'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='master-equinox-weaving.feature.jar' version='1.0.0.v20090817-37B7D7733L57955LBL9J'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='master-equinox-weaving' version='1.0.0.v20090817-37B7D7733L57955LBL9J'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='master-equinox-weaving' version='1.0.0.v20090817-37B7D7733L57955LBL9J'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.junit.source' version='4.8.1.v4_8_1_v20100427-1100' singleton='false'>
+ <update id='org.junit.source' range='[0.0.0,4.8.1.v4_8_1_v20100427-1100)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.pluginName' value='JUnit Testing Framework Source'/>
+ <property name='df_LT.providerName' value='Eclipse Orbit'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.junit.source' version='4.8.1.v4_8_1_v20100427-1100'/>
+ <provided namespace='osgi.bundle' name='org.junit.source' version='4.8.1.v4_8_1_v20100427-1100'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.junit.source' version='4.8.1.v4_8_1_v20100427-1100'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.junit.source&#xA;Eclipse-SourceBundle: org.junit;version=&quot;4.8.1.v4_8_1_v20100427-1100&quot;;roots:=&quot;junitsrc&quot;&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 4.8.1.v4_8_1_v20100427-1100
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.resources.jmx' version='1.0.0.v20100503'>
+ <update id='org.eclipse.core.resources.jmx' range='[0.0.0,1.0.0.v20100503)' severity='0'/>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.name' value='Resource Monitoring Core Resources Extensions (Incubation)'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.resources.jmx' version='1.0.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.resources.jmx' version='1.0.0.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='11'>
+ <required namespace='java.package' name='javax.management' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.remote' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.core.runtime.jobs' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.jmx.common' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.jmx.server' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.log' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.resources.jmx' version='1.0.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Localization: plugin&#xA;Bundle-Activator: org.eclipse.core.internal.resources.jmx.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/incubator/monitoring/bundles/org.eclipse.core.resources.jmx;tag=v20100503&#xA;Bundle-Name: Resource Monitoring Core Resources Extensions (Incubation)&#xA;Bundle-Version: 1.0.0.v20100503&#xA;Bundle-Vendor: Eclipse.org&#xA;Bundle-SymbolicName: org.eclipse.core.resources.jmx;singleton:=true&#xA;Import-Package: javax.management,javax.management.remote,org.eclipse.core.resources,org.eclipse.core.runtime;common=split,org.eclipse.core.runtime.jobs,org.eclipse.equinox.jmx.common,org.eclipse.equinox.jmx.server,org.eclipse.osgi.util,org.osgi.framework,org.osgi.service.log,org.osgi.util.tracker&#xA;Manifest-Version: 1.0&#xA;Eclipse-LazyStart: true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.examples.browser.source' version='3.1.100.v3707' singleton='false'>
+ <update id='org.eclipse.swt.examples.browser.source' range='[0.0.0,3.1.100.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.plugin.SWTBrowserExample.name' value='SWT Browser Example Plugin Source'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%plugin.SWTBrowserExample.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.browser.source' version='3.1.100.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.examples.browser.source' version='3.1.100.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.examples.browser.source' version='3.1.100.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.1.100.v3707&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.swt.examples.browser.source&#xA;Bundle-Name: %plugin.SWTBrowserExample.name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.swt.examples.browser;version=&quot;3.1.100.v3707&quot;;roots:=&quot;browserexamplesrc&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.tests.ui' version='1.0.0.v20100513' singleton='false'>
+ <update id='org.eclipse.equinox.p2.tests.ui' range='[0.0.0,1.0.0.v20100513)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Tests (Incubation)'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.tests.ui' version='1.0.0.v20100513'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.tests.ui' version='1.0.0.v20100513'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='16'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.4.100'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='3.6.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.metadata' range='1.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.metadata.repository' range='1.0.100'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.ui' range='1.0.100'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.tests.harness' range='3.4.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.core' range='1.0.100'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.engine' range='1.0.100'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.director' range='1.0.100'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.artifact.repository' range='1.0.100'/>
+ <required namespace='osgi.bundle' name='org.junit' range='3.8.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.repository' range='1.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.tests' range='1.2.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.ui.sdk' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.operations' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.operations' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.tests.ui' version='1.0.0.v20100513'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.tests.ui;tag=v20100513&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;3.4.100&quot;,org.eclipse.ui;bundle-version=&quot;3.6.0&quot;,org.eclipse.equinox.p2.metadata;bundle-version=&quot;1.0.0&quot;,org.eclipse.equinox.p2.metadata.repository;bundle-version=&quot;1.0.100&quot;,org.eclipse.equinox.p2.ui;bundle-version=&quot;1.0.100&quot;,org.eclipse.core.tests.harness;bundle-version=&quot;3.4.0&quot;,org.eclipse.equinox.p2.core;bundle-version=&quot;1.0.100&quot;,org.eclipse.equinox.p2.engine;bundle-version=&quot;1.0.100&quot;,org.eclipse.equinox.p2.director;bundle-version=&quot;1.0.100&quot;,org.eclipse.equinox.p2.artifact.repository;bundle-version=&quot;1.0.100&quot;,org.junit;bundle-version=&quot;3.8.0&quot;,org.eclipse.equinox.p2.repository;bundle-version=&quot;1.0.0&quot;,org.eclipse.equinox.p2.tests;bundle-version=&quot;1.2.0&quot;&#xA;Import-Package: org.eclipse.equinox.internal.p2.ui.sdk,org.eclipse.equinox.p2.operations;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.internal.p2.operations&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.tests.ui&#xA;Bundle-Version: 1.0.0.v20100513
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.runtime.source' version='3.6.100.v20100628' singleton='false'>
+ <update id='org.eclipse.core.runtime.source' range='[0.0.0,3.6.100.v20100628)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Core Runtime Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime.source' version='3.6.100.v20100628'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.runtime.source' version='3.6.100.v20100628'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.runtime.source' version='3.6.100.v20100628'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.6.100.v20100628&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.core.runtime.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.core.runtime;version=&quot;3.6.100.v20100628&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.cvs.source' version='1.0.500.v201009211024' singleton='false'>
+ <update id='org.eclipse.cvs.source' range='[0.0.0,1.0.500.v201009211024)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Eclipse CVS Client SDK'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.cvs.source' version='1.0.500.v201009211024'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.cvs.source' version='1.0.500.v201009211024'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.cvs.source' version='1.0.500.v201009211024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.500.v201009211024&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.cvs.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.cvs;version=&quot;1.0.500.v201009211024&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.config.gtk.linux.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.config.gtk.linux.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.ide' name='org.eclipse.platform.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='a.jre.javase' version='1.6.0' singleton='false'>
+ <provides size='159'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='a.jre.javase' version='1.6.0'/>
+ <provided namespace='java.package' name='javax.accessibility' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.activation' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.activity' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.annotation' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.annotation.processing' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.crypto' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.crypto.interfaces' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.crypto.spec' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.imageio' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.imageio.event' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.imageio.metadata' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.imageio.plugins.bmp' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.imageio.plugins.jpeg' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.imageio.spi' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.imageio.stream' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.jws' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.jws.soap' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.lang.model' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.lang.model.element' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.lang.model.type' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.lang.model.util' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.management' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.management.loading' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.management.modelmbean' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.management.monitor' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.management.openmbean' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.management.relation' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.management.remote' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.management.remote.rmi' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.management.timer' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.naming' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.naming.directory' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.naming.event' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.naming.ldap' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.naming.spi' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.net' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.net.ssl' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.print' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.print.attribute' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.print.attribute.standard' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.print.event' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.rmi' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.rmi.CORBA' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.rmi.ssl' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.script' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.security.auth' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.security.auth.callback' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.security.auth.kerberos' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.security.auth.login' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.security.auth.spi' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.security.auth.x500' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.security.cert' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.security.sasl' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.sound.midi' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.sound.midi.spi' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.sound.sampled' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.sound.sampled.spi' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.sql' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.sql.rowset' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.sql.rowset.serial' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.sql.rowset.spi' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.swing' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.swing.border' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.swing.colorchooser' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.swing.event' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.swing.filechooser' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.swing.plaf' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.swing.plaf.basic' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.swing.plaf.metal' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.swing.plaf.multi' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.swing.plaf.synth' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.swing.table' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.swing.text' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.swing.text.html' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.swing.text.html.parser' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.swing.text.rtf' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.swing.tree' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.swing.undo' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.tools' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.transaction' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.transaction.xa' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.bind' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.bind.annotation' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.bind.annotation.adapters' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.bind.attachment' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.bind.helpers' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.bind.util' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.crypto' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.crypto.dom' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.crypto.dsig' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.crypto.dsig.dom' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.crypto.dsig.keyinfo' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.crypto.dsig.spec' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.datatype' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.namespace' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.parsers' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.soap' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.stream' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.stream.events' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.stream.util' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.transform' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.transform.dom' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.transform.sax' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.transform.stax' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.transform.stream' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.validation' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.ws' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.ws.handler' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.ws.handler.soap' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.ws.http' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.ws.soap' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.ws.spi' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.ws.wsaddressing' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.xpath' version='0.0.0'/>
+ <provided namespace='java.package' name='org.ietf.jgss' version='0.0.0'/>
+ <provided namespace='java.package' name='org.omg.CORBA' version='0.0.0'/>
+ <provided namespace='java.package' name='org.omg.CORBA_2_3' version='0.0.0'/>
+ <provided namespace='java.package' name='org.omg.CORBA_2_3.portable' version='0.0.0'/>
+ <provided namespace='java.package' name='org.omg.CORBA.DynAnyPackage' version='0.0.0'/>
+ <provided namespace='java.package' name='org.omg.CORBA.ORBPackage' version='0.0.0'/>
+ <provided namespace='java.package' name='org.omg.CORBA.portable' version='0.0.0'/>
+ <provided namespace='java.package' name='org.omg.CORBA.TypeCodePackage' version='0.0.0'/>
+ <provided namespace='java.package' name='org.omg.CosNaming' version='0.0.0'/>
+ <provided namespace='java.package' name='org.omg.CosNaming.NamingContextExtPackage' version='0.0.0'/>
+ <provided namespace='java.package' name='org.omg.CosNaming.NamingContextPackage' version='0.0.0'/>
+ <provided namespace='java.package' name='org.omg.Dynamic' version='0.0.0'/>
+ <provided namespace='java.package' name='org.omg.DynamicAny' version='0.0.0'/>
+ <provided namespace='java.package' name='org.omg.DynamicAny.DynAnyFactoryPackage' version='0.0.0'/>
+ <provided namespace='java.package' name='org.omg.DynamicAny.DynAnyPackage' version='0.0.0'/>
+ <provided namespace='java.package' name='org.omg.IOP' version='0.0.0'/>
+ <provided namespace='java.package' name='org.omg.IOP.CodecFactoryPackage' version='0.0.0'/>
+ <provided namespace='java.package' name='org.omg.IOP.CodecPackage' version='0.0.0'/>
+ <provided namespace='java.package' name='org.omg.Messaging' version='0.0.0'/>
+ <provided namespace='java.package' name='org.omg.PortableInterceptor' version='0.0.0'/>
+ <provided namespace='java.package' name='org.omg.PortableInterceptor.ORBInitInfoPackage' version='0.0.0'/>
+ <provided namespace='java.package' name='org.omg.PortableServer' version='0.0.0'/>
+ <provided namespace='java.package' name='org.omg.PortableServer.CurrentPackage' version='0.0.0'/>
+ <provided namespace='java.package' name='org.omg.PortableServer.POAManagerPackage' version='0.0.0'/>
+ <provided namespace='java.package' name='org.omg.PortableServer.POAPackage' version='0.0.0'/>
+ <provided namespace='java.package' name='org.omg.PortableServer.portable' version='0.0.0'/>
+ <provided namespace='java.package' name='org.omg.PortableServer.ServantLocatorPackage' version='0.0.0'/>
+ <provided namespace='java.package' name='org.omg.SendingContext' version='0.0.0'/>
+ <provided namespace='java.package' name='org.omg.stub.java.rmi' version='0.0.0'/>
+ <provided namespace='java.package' name='org.w3c.dom' version='0.0.0'/>
+ <provided namespace='java.package' name='org.w3c.dom.bootstrap' version='0.0.0'/>
+ <provided namespace='java.package' name='org.w3c.dom.css' version='0.0.0'/>
+ <provided namespace='java.package' name='org.w3c.dom.events' version='0.0.0'/>
+ <provided namespace='java.package' name='org.w3c.dom.html' version='0.0.0'/>
+ <provided namespace='java.package' name='org.w3c.dom.ls' version='0.0.0'/>
+ <provided namespace='java.package' name='org.w3c.dom.ranges' version='0.0.0'/>
+ <provided namespace='java.package' name='org.w3c.dom.stylesheets' version='0.0.0'/>
+ <provided namespace='java.package' name='org.w3c.dom.traversal' version='0.0.0'/>
+ <provided namespace='java.package' name='org.w3c.dom.views' version='0.0.0'/>
+ <provided namespace='java.package' name='org.w3c.dom.xpath' version='0.0.0'/>
+ <provided namespace='java.package' name='org.xml.sax' version='0.0.0'/>
+ <provided namespace='java.package' name='org.xml.sax.ext' version='0.0.0'/>
+ <provided namespace='java.package' name='org.xml.sax.helpers' version='0.0.0'/>
+ </provides>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.config.gtk.solaris.sparc' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.config.gtk.solaris.sparc' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.ide' name='org.eclipse.platform.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.doc.isv' version='3.7.0.v20100824-0800'>
+ <update id='org.eclipse.jdt.doc.isv' range='[0.0.0,3.7.0.v20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Eclipse JDT Plug-in Developer Guide'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.doc.isv' version='3.7.0.v20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.doc.isv' version='3.7.0.v20100824-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.doc.isv' version='3.7.0.v20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 3.7.0.v20100824-0800&#xA;Bundle-SymbolicName: org.eclipse.jdt.doc.isv; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Vendor: %providerName&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.carbon.macosx.translated_host_properties' version='1.1.100.v20100824a'>
+ <hostRequirements size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher MacOSX Carbon Fragment'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.carbon.macosx.translated_host_properties' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='org.eclipse.pde.junit.runtime' version='3.4.100.v20100601'>
+ <update id='org.eclipse.pde.junit.runtime' range='[0.0.0,3.4.100.v20100601)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='PDE JUnit Runtime Support'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.junit.runtime' version='3.4.100.v20100601'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.junit.runtime' version='3.4.100.v20100601'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.junit.runtime' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='4'>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.junit.runtime' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.junit' range='3.8.2'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.2.0,4.0.0)' optional='true'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.junit.runtime' version='3.4.100.v20100601'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/ui/org.eclipse.pde.junit.runtime;tag=v20100601&#xA;Require-Bundle: org.eclipse.jdt.junit.runtime;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.junit;bundle-version=&quot;3.8.2&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.2.0,4.0.0)&quot;;resolution:=optional&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.pde.junit.runtime; singleton:=true&#xA;Bundle-Version: 3.4.100.v20100601&#xA;Export-Package: org.eclipse.pde.internal.junit.runtime;x-internal:=true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.net' version='1.2.100.I20100511-0800'>
+ <update id='org.eclipse.core.net' range='[0.0.0,1.2.100.I20100511-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.PLUGIN_NAME' value='Internet Connection Management'/>
+ <property name='df_LT.PLUGIN_PROVIDER' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%PLUGIN_NAME'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%PLUGIN_PROVIDER'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.net' version='1.2.100.I20100511-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.net' version='1.2.100.I20100511-0800'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.net' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.net.proxy' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.security' range='[1.0.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.4.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.preferences' range='3.2.200'/>
+ <required namespace='osgi.bundle' name='org.eclipse.osgi' range='3.4.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.registry' range='3.4.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.net' version='1.2.100.I20100511-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-Name: %PLUGIN_NAME&#xA;Bundle-Activator: org.eclipse.core.internal.net.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.net;tag=I20100511-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %PLUGIN_PROVIDER&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.core.net;singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.2.100.I20100511-0800&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.core.internal.net;x-friends:=&quot;org.eclipse.ui.net&quot;,org.eclipse.core.net.proxy&#xA;Require-Bundle: org.eclipse.equinox.security;bundle-version=&quot;[1.0.0,2.0.0)&quot;,org.eclipse.equinox.common;bundle-version=&quot;3.4.0&quot;,org.eclipse.equinox.preferences;bundle-version=&quot;3.2.200&quot;,org.eclipse.osgi;bundle-version=&quot;3.4.0&quot;,org.eclipse.equinox.registry;bundle-version=&quot;3.4.0&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.motif.aix.ppc' version='1.1.100.v20100824a'>
+ <update id='org.eclipse.equinox.launcher.motif.aix.ppc' range='[0.0.0,1.1.100.v20100824a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher AIX PPC Fragment'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='launcher.motif.aix.ppc'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.motif.aix.ppc' version='1.1.100.v20100824a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.launcher.motif.aix.ppc' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.equinox.launcher' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.launcher.motif.aix.ppc' version='1.1.100.v20100824a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.aix.ppc;tag=v20100824a&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: launcher.motif.aix.ppc&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.equinox.launcher;bundle-version=&quot;[1.0.0,1.3.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.launcher.motif.aix.ppc;singleton:=true&#xA;Bundle-Version: 1.1.100.v20100824a&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=motif) (osgi.os=aix) (osgi.arch=ppc))
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.help' version='3.5.0.v20100524'>
+ <update id='org.eclipse.help' range='[0.0.0,3.5.0.v20100524)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.help_plugin_name' value='Help System Core'/>
+ <property name='org.eclipse.equinox.p2.name' value='%help_plugin_name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='14'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help' version='3.5.0.v20100524'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.help' version='3.5.0.v20100524'/>
+ <provided namespace='java.package' name='org.eclipse.help' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.internal' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.internal.context' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.internal.criteria' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.internal.dynamic' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.internal.entityresolver' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.internal.extension' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.internal.index' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.internal.toc' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.internal.util' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='10'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.4.200,4.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='3.8.0'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='javax.xml.transform' range='0.0.0'/>
+ <required namespace='java.package' name='javax.xml.transform.dom' range='0.0.0'/>
+ <required namespace='java.package' name='javax.xml.transform.stream' range='0.0.0'/>
+ <required namespace='java.package' name='org.w3c.dom' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax.helpers' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.help' version='3.5.0.v20100524'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %help_plugin_name&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.core.expressions;bundle-version=&quot;[3.4.200,4.0.0)&quot;;visibility:=reexport&#xA;Bundle-Activator: org.eclipse.help.internal.HelpPlugin&#xA;Bundle-Vendor: %providerName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.help;tag=v20100524&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.5.0.v20100524&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.help,org.eclipse.help.internal; x-friends:=&quot;org.eclipse.help.base, org.eclipse.help.ui, org.eclipse.help.webapp, org.eclipse.ui.intro, org.eclipse.ua.tests, org.eclipse.ui.cheatsheets, org.eclipse.ua.tests.doc&quot;,org.eclipse.help.internal.context; x-friends:=&quot;org.eclipse.help.base, org.eclipse.help.ui, org.eclipse.ua.tests, org.eclipse.help.webapp&quot;,org.eclipse.help.internal.criteria; x-friends:=&quot;org.eclipse.help.base, org.eclipse.help.webapp, org.eclipse.ua.tests, org.eclipse.help.ui&quot;,org.eclipse.help.internal.dynamic; x-friends:=&quot;org.eclipse.ua.tests, org.eclipse.help.ui, org.eclipse.help.base, org.eclipse.ui.intro, org.eclipse.help.webapp, org.eclipse.ui.cheatsheets&quot;,org.eclipse.help.internal.entityresolver; x-friends:=&quot;org.eclipse.help.base, org.eclipse.help.ui, org.eclipse.ui.cheatsheets, org.eclipse.ua.tests&quot;,org.eclipse.help.internal.extension;x-friends:=&quot;org.eclipse.help.webapp,org.eclipse.help.base,org.eclipse.ua.tests&quot;,org.eclipse.help.internal.index; x-friends:=&quot;org.eclipse.help.webapp, org.eclipse.ua.tests, org.eclipse.help.ui, org.eclipse.help.base&quot;,org.eclipse.help.internal.toc; x-friends:=&quot;org.eclipse.help.base, org.eclipse.help.ui, org.eclipse.help.webapp, org.eclipse.ua.tests, org.eclipse.ua.tests.doc&quot;,org.eclipse.help.internal.util; x-friends:=&quot;org.eclipse.help.base, org.eclipse.help.ui, org.eclipse.help.webapp, org.eclipse.ua.tests, org.eclipse.ui.intro.universal, org.eclipse.ui.intro&quot;&#xA;Bundle-SymbolicName: org.eclipse.help; singleton:=true&#xA;Import-Package: com.ibm.icu.text;version=&quot;3.8.0&quot;,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.stream,org.w3c.dom,org.xml.sax,org.xml.sax.helpers&#xA;Eclipse-LazyStart: true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.server.servletbridge_root' version='1.0.0.v20100510-42A79oB5855K5E'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.server.servletbridge_root' version='1.0.0.v20100510-42A79oB5855K5E'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.equinox.server.servletbridge_root' version='1.0.0.v20100510-42A79oB5855K5E'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.databinding.beans.source' version='1.2.100.I20100824-0800' singleton='false'>
+ <update id='org.eclipse.core.databinding.beans.source' range='[0.0.0,1.2.100.I20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JFace Data Binding for JavaBeans Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.databinding.beans.source' version='1.2.100.I20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.databinding.beans.source' version='1.2.100.I20100824-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.databinding.beans.source' version='1.2.100.I20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.2.100.I20100824-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.core.databinding.beans.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.core.databinding.beans;version=&quot;1.2.100.I20100824-0800&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.equinox.launcher.gtk.linux.x86_64' version='1.1.100.v20100824a' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.gtk.linux.x86_64' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='org.eclipse.pde.build.default' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.gtk.linux.x86_64' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='tooling' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.gtk.linux.x86_64' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='unconfigure'>
+ removeProgramArg(programArg:--launcher.library);removeProgramArg(programArg:@artifact);
+ </instruction>
+ <instruction key='configure'>
+ addProgramArg(programArg:--launcher.library);addProgramArg(programArg:@artifact);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcarbon.macosx.ppcorg.eclipse.update.configurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.ppcorg.eclipse.update.configurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcarbon.macosx.ppc' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:false);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.equinox.launcher.cocoa.macosx' version='1.1.100.v20100824a' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.cocoa.macosx' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='org.eclipse.pde.build.default' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.cocoa.macosx' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='tooling' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.cocoa.macosx' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.os=macosx)(osgi.ws=cocoa)(|(osgi.arch=ppc)(osgi.arch=x86)))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='unconfigure'>
+ removeProgramArg(programArg:--launcher.library);removeProgramArg(programArg:@artifact);
+ </instruction>
+ <instruction key='configure'>
+ addProgramArg(programArg:--launcher.library);addProgramArg(programArg:@artifact);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.weaving.aspectj.source' version='1.0.1.v20100628' singleton='false'>
+ <update id='org.eclipse.equinox.weaving.aspectj.source' range='[0.0.0,1.0.1.v20100628)' severity='0'/>
+ <properties size='3'>
+ <property name='df_LT.pluginName' value='WeavingService Plug-in (Incubation) Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.weaving.aspectj.source' version='1.0.1.v20100628'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.weaving.aspectj.source' version='1.0.1.v20100628'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.weaving.aspectj.source' version='1.0.1.v20100628'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 1.0.1.v20100628&#xA;Bundle-SymbolicName: org.eclipse.equinox.weaving.aspectj.source&#xA;Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-SourceBundle: org.eclipse.equinox.weaving.aspectj;version=&quot;1.0.1.v20100628&quot;;roots:=&quot;.&quot;&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.api.tools.ui' version='1.0.300.v20100910'>
+ <update id='org.eclipse.pde.api.tools.ui' range='[0.0.0,1.0.300.v20100910)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='API Tools UI'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='14'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ui' version='1.0.300.v20100910'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.api.tools.ui' version='1.0.300.v20100910'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.ui.internal' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.ui.internal.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.ui.internal.completion' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.ui.internal.markers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.ui.internal.preferences' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.ui.internal.properties' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.ui.internal.refactoring' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.ui.internal.use' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.ui.internal.views' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.api.tools.ui.internal.wizards' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='20'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.ui' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.api.tools' range='[1.0.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.ui' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.launching' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.forms' range='[3.3.100,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.search' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ltk.core.refactoring' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ltk.ui.refactoring' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='3.4.100'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.frameworkadmin' range='[2.0.0,3.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.core' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.ui' range='[3.4.0,4.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='3.6.1'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.api.tools.ui' version='1.0.300.v20100910'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %pluginName&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.jdt.core;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.pde.ui;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.pde.api.tools;bundle-version=&quot;[1.0.0,2.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.jdt.ui;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.jface.text;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.jdt.launching;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.ui.forms;bundle-version=&quot;[3.3.100,4.0.0)&quot;,org.eclipse.ui.ide;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.search;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.ui.editors;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.ltk.core.refactoring;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.ltk.ui.refactoring;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.core.expressions;bundle-version=&quot;3.4.100&quot;,org.eclipse.equinox.frameworkadmin;bundle-version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.debug.core;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.debug.ui;bundle-version=&quot;[3.4.0,4.0.0)&quot;&#xA;Bundle-Activator: org.eclipse.pde.api.tools.ui.internal.ApiUIPlugin&#xA;Bundle-Vendor: %providerName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/apitools/org.eclipse.pde.api.tools.ui;tag=v20100910&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.0.300.v20100910&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.pde.api.tools.ui.internal;x-friends:=&quot;org.eclipse.pde.api.tools.tests&quot;,org.eclipse.pde.api.tools.ui.internal.actions;x-friends:=&quot;org.eclipse.pde.api.tools.tests&quot;,org.eclipse.pde.api.tools.ui.internal.completion;x-friends:=&quot;org.eclipse.pde.api.tools.tests&quot;,org.eclipse.pde.api.tools.ui.internal.markers;x-friends:=&quot;org.eclipse.pde.api.tools.tests&quot;,org.eclipse.pde.api.tools.ui.internal.preferences;x-friends:=&quot;org.eclipse.pde.api.tools.tests&quot;,org.eclipse.pde.api.tools.ui.internal.properties;x-friends:=&quot;org.eclipse.pde.api.tools.tests&quot;,org.eclipse.pde.api.tools.ui.internal.refactoring;x-internal:=true,org.eclipse.pde.api.tools.ui.internal.use;x-internal:=true,org.eclipse.pde.api.tools.ui.internal.views;x-internal:=true,org.eclipse.pde.api.tools.ui.internal.wizards;x-friends:=&quot;org.eclipse.pde.api.tools.tests&quot;&#xA;Bundle-SymbolicName: org.eclipse.pde.api.tools.ui; singleton:=true&#xA;Import-Package: com.ibm.icu.text;version=&quot;3.6.1&quot;&#xA;Eclipse-LazyStart: true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcarbon.macosx.ppcorg.eclipse.equinox.ds' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.ppcorg.eclipse.equinox.ds' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcarbon.macosx.ppc' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.externaltools' version='1.0.100.v20100830'>
+ <update id='org.eclipse.core.externaltools' range='[0.0.0,1.0.100.v20100830)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='External Tools Headless Support'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='8'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.externaltools' version='1.0.100.v20100830'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.externaltools' version='1.0.100.v20100830'/>
+ <provided namespace='java.package' name='org.eclipse.core.externaltools.internal' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.externaltools.internal.launchConfigurations' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.externaltools.internal.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.externaltools.internal.registry' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='3'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.core' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.variables' range='[3.2.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.externaltools' version='1.0.100.v20100830'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.core.externaltools.internal.ExternalToolsCore&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.externaltools;tag=v20100830&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.core.externaltools;singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.100.v20100830&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.core.externaltools.internal;x-friends:=&quot;org.eclipse.ant.launching,org.eclipse.ui.externaltools,org.eclipse.ant.ui&quot;,org.eclipse.core.externaltools.internal.launchConfigurations;x-friends:=&quot;org.eclipse.ant.launching,org.eclipse.ui.externaltools&quot;,org.eclipse.core.externaltools.internal.model;x-friends:=&quot;org.eclipse.ant.launching,org.eclipse.ui.externaltools,org.eclipse.ant.ui&quot;,org.eclipse.core.externaltools.internal.registry;x-friends:=&quot;org.eclipse.ui.externaltools&quot;&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.debug.core;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.core.variables;bundle-version=&quot;[3.2.0,4.0.0)&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ua.tests.doc' version='1.0.0.v20100427'>
+ <update id='org.eclipse.ua.tests.doc' range='[0.0.0,1.0.0.v20100427)' severity='0'/>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.name' value='Doc'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ua.tests.doc' version='1.0.0.v20100427'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ua.tests.doc' version='1.0.0.v20100427'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='9'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.http.registry' range='1.0.200'/>
+ <required namespace='osgi.bundle' name='org.eclipse.help' range='3.4.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.help.webapp' range='3.4.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.help.base' range='3.4.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='3.8.2'/>
+ <required namespace='java.package' name='javax.servlet' range='2.5.0'/>
+ <required namespace='java.package' name='javax.servlet.http' range='2.5.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ua.tests.doc' version='1.0.0.v20100427'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Activator: org.eclipse.ua.tests.doc.internal.Activator&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ua.tests.doc;tag=v20100427&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.equinox.http.registry;bundle-version=&quot;1.0.200&quot;,org.eclipse.help;bundle-version=&quot;3.4.0&quot;,org.eclipse.help.webapp;bundle-version=&quot;3.4.0&quot;,org.eclipse.help.base;bundle-version=&quot;3.4.0&quot;,org.junit;bundle-version=&quot;3.8.2&quot;&#xA;Import-Package: javax.servlet;version=&quot;2.5.0&quot;,javax.servlet.http;version=&quot;2.5.0&quot;&#xA;Bundle-Name: Doc&#xA;Bundle-ActivationPolicy: lazy&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ua.tests.doc;singleton:=true&#xA;Bundle-Version: 1.0.0.v20100427
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.registry.jmx' version='1.0.0.v20100503'>
+ <update id='org.eclipse.equinox.registry.jmx' range='[0.0.0,1.0.0.v20100503)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='Resource Monitoring Equinox Registry Extensions (Incubation)'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.registry.jmx' version='1.0.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.registry.jmx' version='1.0.0.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='java.package' name='javax.management' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.jmx.server' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.registry.jmx' version='1.0.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Activator: org.eclipse.equinox.internal.registry.jmx.Activator&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/incubator/monitoring/bundles/org.eclipse.equinox.registry.jmx;tag=v20100503&#xA;Import-Package: javax.management,org.eclipse.core.runtime,org.eclipse.equinox.jmx.server,org.osgi.framework,org.osgi.util.tracker&#xA;Bundle-Name: Resource Monitoring Equinox Registry Extensions (Incubation)&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.registry.jmx;singleton:=true&#xA;Bundle-Version: 1.0.0.v20100503&#xA;Eclipse-LazyStart: true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.apache.ant' version='1.7.1.v20100518-1145' singleton='false'>
+ <update id='org.apache.ant' range='[0.0.0,1.7.1.v20100518-1145)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.pluginName' value='Apache Ant'/>
+ <property name='df_LT.providerName' value='Eclipse Orbit'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='78'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.apache.ant' version='1.7.1.v20100518-1145'/>
+ <provided namespace='osgi.bundle' name='org.apache.ant' version='1.7.1.v20100518-1145'/>
+ <provided namespace='java.package' name='images' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.dispatch' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.filters' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.filters.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.helper' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.input' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.launch' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.listener' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.loader' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.compilers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.condition' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.cvslib' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.email' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.ccm' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.clearcase' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.depend' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.depend.constantpool' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.dotnet' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.ejb' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.extension' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.extension.resolvers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.i18n' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.image' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.j2ee' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.javacc' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.javah' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.jdepend' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.jlink' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.jsp' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.jsp.compilers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.junit' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.junit.xsl' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.native2ascii' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.net' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.perforce' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.pvcs' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.scm' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.script' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.sos' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.sound' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.splash' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.ssh' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.starteam' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.unix' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.vss' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.optional.windows' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.taskdefs.rmic' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.types' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.types.conditions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.types.mappers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.types.optional' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.types.optional.depend' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.types.optional.image' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.types.resolver' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.types.resources' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.types.resources.comparators' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.types.resources.selectors' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.types.selectors' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.types.selectors.modifiedselector' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.types.spi' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.util.depend' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.util.depend.bcel' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.util.facade' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.util.java15' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.util.optional' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.ant.util.regexp' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.bzip2' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.mail' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.tar' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.tools.zip' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.osgi' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.apache.ant' version='1.7.1.v20100518-1145'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-ClassPath: lib/ant.jar,lib/ant-antlr.jar,lib/ant-apache-bcel.jar,lib/ant-apache-bsf.jar,lib/ant-apache-log4j.jar,lib/ant-apache-oro.jar,lib/ant-apache-regexp.jar,lib/ant-apache-resolver.jar,lib/ant-commons-logging.jar,lib/ant-commons-net.jar,lib/ant-jai.jar,lib/ant-javamail.jar,lib/ant-jdepend.jar,lib/ant-jmf.jar,lib/ant-jsch.jar,lib/ant-junit.jar,lib/ant-launcher.jar,lib/ant-netrexx.jar,lib/ant-nodeps.jar,lib/ant-starteam.jar,lib/ant-stylebook.jar,lib/ant-swing.jar,lib/ant-trax.jar,lib/ant-weblogic.jar&#xA;Bundle-Localization: plugin&#xA;Bundle-Version: 1.7.1.v20100518-1145&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.2&#xA;Bundle-SymbolicName: org.apache.ant&#xA;Require-Bundle: org.eclipse.osgi&#xA;Bundle-Vendor: %providerName&#xA;Manifest-Version: 1.0&#xA;Export-Package: images,org.apache.tools.ant,org.apache.tools.ant.dispatch,org.apache.tools.ant.filters,org.apache.tools.ant.filters.util,org.apache.tools.ant.helper,org.apache.tools.ant.input,org.apache.tools.ant.launch,org.apache.tools.ant.listener,org.apache.tools.ant.loader,org.apache.tools.ant.taskdefs,org.apache.tools.ant.taskdefs.compilers,org.apache.tools.ant.taskdefs.condition,org.apache.tools.ant.taskdefs.cvslib,org.apache.tools.ant.taskdefs.email,org.apache.tools.ant.taskdefs.optional,org.apache.tools.ant.taskdefs.optional.ccm,org.apache.tools.ant.taskdefs.optional.clearcase,org.apache.tools.ant.taskdefs.optional.depend,org.apache.tools.ant.taskdefs.optional.depend.constantpool,org.apache.tools.ant.taskdefs.optional.dotnet,org.apache.tools.ant.taskdefs.optional.ejb,org.apache.tools.ant.taskdefs.optional.extension,org.apache.tools.ant.taskdefs.optional.extension.resolvers,org.apache.tools.ant.taskdefs.optional.i18n,org.apache.tools.ant.taskdefs.optional.image,org.apache.tools.ant.taskdefs.optional.j2ee,org.apache.tools.ant.taskdefs.optional.javacc,org.apache.tools.ant.taskdefs.optional.javah,org.apache.tools.ant.taskdefs.optional.jdepend,org.apache.tools.ant.taskdefs.optional.jlink,org.apache.tools.ant.taskdefs.optional.jsp,org.apache.tools.ant.taskdefs.optional.jsp.compilers,org.apache.tools.ant.taskdefs.optional.junit,org.apache.tools.ant.taskdefs.optional.junit.xsl,org.apache.tools.ant.taskdefs.optional.native2ascii,org.apache.tools.ant.taskdefs.optional.net,org.apache.tools.ant.taskdefs.optional.perforce,org.apache.tools.ant.taskdefs.optional.pvcs,org.apache.tools.ant.taskdefs.optional.scm,org.apache.tools.ant.taskdefs.optional.script,org.apache.tools.ant.taskdefs.optional.sos,org.apache.tools.ant.taskdefs.optional.sound,org.apache.tools.ant.taskdefs.optional.splash,org.apache.tools.ant.taskdefs.optional.ssh,org.apache.tools.ant.taskdefs.optional.starteam,org.apache.tools.ant.taskdefs.optional.unix,org.apache.tools.ant.taskdefs.optional.vss,org.apache.tools.ant.taskdefs.optional.windows,org.apache.tools.ant.taskdefs.rmic,org.apache.tools.ant.types,org.apache.tools.ant.types.conditions,org.apache.tools.ant.types.mappers,org.apache.tools.ant.types.optional,org.apache.tools.ant.types.optional.depend,org.apache.tools.ant.types.optional.image,org.apache.tools.ant.types.resolver,org.apache.tools.ant.types.resources,org.apache.tools.ant.types.resources.comparators,org.apache.tools.ant.types.resources.selectors,org.apache.tools.ant.types.selectors,org.apache.tools.ant.types.selectors.modifiedselector,org.apache.tools.ant.types.spi,org.apache.tools.ant.util,org.apache.tools.ant.util.depend,org.apache.tools.ant.util.depend.bcel,org.apache.tools.ant.util.facade,org.apache.tools.ant.util.java15,org.apache.tools.ant.util.optional,org.apache.tools.ant.util.regexp,org.apache.tools.bzip2,org.apache.tools.mail,org.apache.tools.tar,org.apache.tools.zip&#xA;Bundle-ManifestVersion: 2
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.ini.cocoa.macosx.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.cocoa.macosx.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);removeJvmArg(jvmArg:-XstartOnFirstThread);removeJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);addJvmArg(jvmArg:-XstartOnFirstThread);addJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.executable_root.carbon.macosx.x86' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.carbon.macosx.x86' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.equinox.executable_root.carbon.macosx.x86' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.sdk.feature.group' version='3.7.0.v20100629-7Q7t-DPY2mYAyjigmrpYEb4Q44gPf5Y-94Wa22bALqtMJ' singleton='false'>
+ <update id='org.eclipse.sdk.feature.group' range='[0.0.0,3.7.0.v20100629-7Q7t-DPY2mYAyjigmrpYEb4Q44gPf5Y-94Wa22bALqtMJ)' severity='0'/>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Eclipse Project SDK'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='SDK for Eclipse.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2010 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk.feature.group' version='3.7.0.v20100629-7Q7t-DPY2mYAyjigmrpYEb4Q44gPf5Y-94Wa22bALqtMJ'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='12'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.feature.group' range='[3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M,3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.source.feature.group' range='[3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M,3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.cvs.feature.group' range='[1.2.0.v20100427-7B77FO-8sF7B77cDI5BHB5,1.2.0.v20100427-7B77FO-8sF7B77cDI5BHB5]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.cvs.source.feature.group' range='[1.2.0.v20100427-7B77FO-8sF7B77cDI5BHB5,1.2.0.v20100427-7B77FO-8sF7B77cDI5BHB5]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.feature.group' range='[3.7.0.v20100824-0800-7z8dF_ZFMTfEO809v9JgQejMH155,3.7.0.v20100824-0800-7z8dF_ZFMTfEO809v9JgQejMH155]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.source.feature.group' range='[3.7.0.v20100824-0800-7z8dF_ZFMTfEO809v9JgQejMH155,3.7.0.v20100824-0800-7z8dF_ZFMTfEO809v9JgQejMH155]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.feature.group' range='[3.7.0.v20100803-7b7oFUFFEx2XmfZUk45657,3.7.0.v20100803-7b7oFUFFEx2XmfZUk45657]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.source.feature.group' range='[3.7.0.v20100803-7b7oFUFFEx2XmfZUk45657,3.7.0.v20100803-7b7oFUFFEx2XmfZUk45657]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.feature.group' range='[1.2.0.v20100427-7e7jFB0FEx2XlnZptLQki13,1.2.0.v20100427-7e7jFB0FEx2XlnZptLQki13]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.source.feature.group' range='[1.2.0.v20100427-7e7jFB0FEx2XlnZptLQki13,1.2.0.v20100427-7e7jFB0FEx2XlnZptLQki13]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk' range='[3.7.0.v201009211024,3.7.0.v201009211024]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk.feature.jar' range='[3.7.0.v20100629-7Q7t-DPY2mYAyjigmrpYEb4Q44gPf5Y-94Wa22bALqtMJ,3.7.0.v20100629-7Q7t-DPY2mYAyjigmrpYEb4Q44gPf5Y-94Wa22bALqtMJ]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.ini.gtk.linux.ppc' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.ini.gtk.linux.ppc' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.ide' name='org.eclipse.platform.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.commands' version='3.6.0.I20100512-1500' singleton='false'>
+ <update id='org.eclipse.core.commands' range='[0.0.0,3.6.0.I20100512-1500)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Commands'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='11'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.commands' version='3.6.0.I20100512-1500'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.commands' version='3.6.0.I20100512-1500'/>
+ <provided namespace='java.package' name='org.eclipse.core.commands' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.commands.common' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.commands.contexts' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.commands.operations' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.commands.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.commands.operations' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.commands.util' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.2.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.commands' version='3.6.0.I20100512-1500'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Export-Package: org.eclipse.core.commands,org.eclipse.core.commands.common,org.eclipse.core.commands.contexts,org.eclipse.core.commands.operations,org.eclipse.core.commands.util,org.eclipse.core.internal.commands.operations;x-internal:=true,org.eclipse.core.internal.commands.util;x-internal:=true&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Localization: plugin&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;[3.2.0,4.0.0)&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.commands;tag=I20100512-1500&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 3.6.0.I20100512-1500&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.core.commands&#xA;Bundle-ClassPath: .&#xA;Manifest-Version: 1.0
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ecf.provider.filetransfer.ssl.source' version='1.0.0.v20100906-1425'>
+ <update id='org.eclipse.ecf.provider.filetransfer.ssl.source' range='[0.0.0,1.0.0.v20100906-1425)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='ECF Filetransfer SSL Fragment Source'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org - ECF'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.ssl.source' version='1.0.0.v20100906-1425'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ecf.provider.filetransfer.ssl.source' version='1.0.0.v20100906-1425'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ecf.provider.filetransfer.ssl.source' version='1.0.0.v20100906-1425'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: ECF Filetransfer SSL Fragment Source&#xA;Bundle-Version: 1.0.0.v20100906-1425&#xA;Eclipse-SourceBundle: org.eclipse.ecf.provider.filetransfer.ssl;version=&quot;1.0.0.v20100906-1425&quot;;roots=&quot;.&quot;&#xA;Created-By: 1.5.0_22-b03 (Sun Microsystems Inc.)&#xA;Bundle-SymbolicName: org.eclipse.ecf.provider.filetransfer.ssl.source;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: Eclipse.org - ECF&#xA;Ant-Version: Apache Ant 1.7.1
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingmotif.linux.x86org.eclipse.core.runtime' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.linux.x86org.eclipse.core.runtime' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingmotif.linux.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.cocoa.macosx.x86_64' version='1.1.100.v20100824a'>
+ <update id='org.eclipse.equinox.launcher.cocoa.macosx.x86_64' range='[0.0.0,1.1.100.v20100824a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher MacOSX Cocoa Fragment'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='launcher.cocoa.macosx.x86_64'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.cocoa.macosx.x86_64' version='1.1.100.v20100824a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.launcher.cocoa.macosx.x86_64' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.equinox.launcher' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.launcher.cocoa.macosx.x86_64' version='1.1.100.v20100824a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.cocoa.macosx.x86_64;tag=v20100824a&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: launcher.cocoa.macosx.x86_64&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.equinox.launcher;bundle-version=&quot;[1.0.0,1.3.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.launcher.cocoa.macosx.x86_64;singleton:=true&#xA;Bundle-Version: 1.1.100.v20100824a&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=cocoa) (osgi.os=macosx) (osgi.arch=x86_64) )
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.jmx.client.rmi' version='1.0.0.v20100503'>
+ <update id='org.eclipse.equinox.jmx.client.rmi' range='[0.0.0,1.0.0.v20100503)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='RMI Transport Client Plug-in (Incubation)'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.client.rmi' version='1.0.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.jmx.client.rmi' version='1.0.0.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='java.package' name='javax.management.remote' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.jmx.client' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.jmx.client.rmi' version='1.0.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.0.0.v20100503&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/incubator/monitoring/bundles/org.eclipse.equinox.jmx.client.rmi;tag=v20100503&#xA;Bundle-SymbolicName: org.eclipse.equinox.jmx.client.rmi;singleton:=true&#xA;Import-Package: javax.management.remote,org.eclipse.equinox.jmx.client&#xA;Bundle-Localization: plugin&#xA;Bundle-Name: RMI Transport Client Plug-in (Incubation)&#xA;Eclipse-LazyStart: true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='master-equinox-p2.feature.jar' version='1.0.0.v20091106-2-A77w31211614b'>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.name' value='build utility feature for equinox p2 plugins'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='master-equinox-p2.feature.jar' version='1.0.0.v20091106-2-A77w31211614b'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='master-equinox-p2' version='1.0.0.v20091106-2-A77w31211614b'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='master-equinox-p2' version='1.0.0.v20091106-2-A77w31211614b'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.config.cocoa.macosx.x86_64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.cocoa.macosx.x86_64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.sdk.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.examples.launcher.source' version='3.1.100.v3707' singleton='false'>
+ <update id='org.eclipse.swt.examples.launcher.source' range='[0.0.0,3.1.100.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.plugin.SWTLauncherExample.name' value='SWT Launcher Example Plugin Source'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%plugin.SWTLauncherExample.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.launcher.source' version='3.1.100.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.examples.launcher.source' version='3.1.100.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.examples.launcher.source' version='3.1.100.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.1.100.v3707&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.swt.examples.launcher.source&#xA;Bundle-Name: %plugin.SWTLauncherExample.name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.swt.examples.launcher;version=&quot;3.1.100.v3707&quot;;roots:=&quot;launchersrc&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.junit.core.source' version='3.7.0.v20100912-2000' singleton='false'>
+ <update id='org.eclipse.jdt.junit.core.source' range='[0.0.0,3.7.0.v20100912-2000)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Development Tools JUnit core support Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.junit.core.source' version='3.7.0.v20100912-2000'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.junit.core.source' version='3.7.0.v20100912-2000'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.junit.core.source' version='3.7.0.v20100912-2000'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.7.0.v20100912-2000&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.jdt.junit.core.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.jdt.junit.core;version=&quot;3.7.0.v20100912-2000&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.metatype.source' version='1.0.100.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.metatype.source' range='[0.0.0,1.0.100.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleVendor' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Meta Type Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleVendor'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.metatype.source' version='1.0.100.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.metatype.source' version='1.0.100.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.metatype.source' version='1.0.100.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.100.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.metatype.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.metatype;version=&quot;1.0.100.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %bundleVendor
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.osgi.tests' version='3.7.0.v20100910'>
+ <update id='org.eclipse.osgi.tests' range='[0.0.0,3.7.0.v20100910)' severity='0'/>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.name' value='Core OSGi Tests'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.osgi.tests' version='3.7.0.v20100910'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.osgi.tests' version='3.7.0.v20100910'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.tests.bundles' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.tests.appadmin' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.tests.harness' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='java.package' name='ext.framework.b' range='0.0.0' optional='true'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.osgi.tests' version='3.7.0.v20100910'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: Core OSGi Tests&#xA;Bundle-ClassPath: osgitests.jar&#xA;Require-Bundle: org.eclipse.core.runtime,org.eclipse.core.tests.harness,org.eclipse.test.performance,org.junit&#xA;Bundle-Activator: org.eclipse.osgi.tests.OSGiTestsActivator&#xA;Bundle-Vendor: Eclipse.org&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/framework/bundles/org.eclipse.osgi.tests;tag=v20100910&#xA;DynamicImport-Package: ext.framework.b&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.7.0.v20100910&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.osgi.tests.bundles,org.eclipse.osgi.tests.appadmin&#xA;Bundle-SymbolicName: org.eclipse.osgi.tests;singleton:=true&#xA;Eclipse-LazyStart: true
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.feature.group' version='3.7.0.v20100803-7b7oFUFFEx2XmfZUk45657' singleton='false'>
+ <update id='org.eclipse.pde.feature.group' range='[0.0.0,3.7.0.v20100803-7b7oFUFFEx2XmfZUk45657)' severity='0'/>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Eclipse Plug-in Development Environment'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Eclipse plug-in development environment.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2010 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.feature.group' version='3.7.0.v20100803-7b7oFUFFEx2XmfZUk45657'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='20'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.feature.group' range='[3.6.0,4.0.0)'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.feature.group' range='3.6.0'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde' range='[3.6.100.v201009211024,3.6.100.v201009211024]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.build' range='[3.6.100.v20100830,3.6.100.v20100830]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.core' range='[3.7.0.v20100914,3.7.0.v20100914]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.junit.runtime' range='[3.4.100.v20100601,3.4.100.v20100601]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.runtime' range='[3.4.200.v20100601,3.4.200.v20100601]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.ui' range='[3.6.100.v20100913,3.6.100.v20100913]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.doc.user' range='[3.7.0.v20100913,3.7.0.v20100913]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.ui.templates' range='[3.4.200.v20100601,3.4.200.v20100601]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.views.log' range='[1.0.200.v20100910,1.0.200.v20100910]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.objectweb.asm' range='[3.2.0.v200909071300,3.2.0.v200909071300]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools' range='[1.0.300.v20100910,1.0.300.v20100910]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ui' range='[1.0.300.v20100910,1.0.300.v20100910]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.ds.core' range='[1.0.100.v20100601,1.0.100.v20100601]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.ds.ui' range='[1.0.100.v20100601,1.0.100.v20100601]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.launching' range='[3.6.0.v20100601,3.6.0.v20100601]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.ua.core' range='[1.0.100.v20100504,1.0.100.v20100504]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.ua.ui' range='[1.0.100.v20100628,1.0.100.v20100628]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.feature.jar' range='[3.7.0.v20100803-7b7oFUFFEx2XmfZUk45657,3.7.0.v20100803-7b7oFUFFEx2XmfZUk45657]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='toolingmotif.aix.ppcorg.eclipse.core.runtime' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.core.runtime' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingmotif.aix.ppc' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.rcp.configuration_root.motif.aix.ppc' version='1.0.0.I20100921-1024'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.motif.aix.ppc' version='1.0.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.rcp.configuration_root.motif.aix.ppc' version='1.0.0.I20100921-1024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='2'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:eclipse, permissions:755);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.security' version='1.0.200.v20100503'>
+ <update id='org.eclipse.equinox.security' range='[0.0.0,1.0.200.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Java Authentication and Authorization Service (JAAS)'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='16'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security' version='1.0.200.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.security' version='1.0.200.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.security.auth' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.security.auth.events' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.security.auth.ext.loader' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.security.auth.nls' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.security.credentials' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.security.storage' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.security.storage.friends' version='1.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.security.auth' version='1.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.security.auth.credentials' version='1.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.security.auth.module' version='1.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.security.storage' version='1.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.security.storage.provider' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='18'>
+ <required namespace='java.package' name='javax.crypto' range='0.0.0'/>
+ <required namespace='java.package' name='javax.crypto.spec' range='0.0.0'/>
+ <required namespace='java.package' name='javax.security.auth' range='0.0.0'/>
+ <required namespace='java.package' name='javax.security.auth.callback' range='0.0.0'/>
+ <required namespace='java.package' name='javax.security.auth.login' range='0.0.0'/>
+ <required namespace='java.package' name='javax.security.auth.spi' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.core.internal.runtime' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.core.runtime.jobs' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.core.runtime.preferences' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.framework.log' range='[1.0.0,2.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.datalocation' range='[1.0.0,2.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.debug' range='[1.0.0,2.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.environment' range='[1.1.0,2.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='[1.1.0,2.0.0)'/>
+ <required namespace='java.package' name='org.osgi.framework' range='[1.4.0,2.0.0)'/>
+ <required namespace='java.package' name='org.osgi.service.prefs' range='[1.1.0,2.0.0)'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='[1.3.3,2.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.security' version='1.0.200.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.equinox.internal.security.auth.AuthPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/security/bundles/org.eclipse.equinox.security;tag=v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.equinox.security;singleton:=true&#xA;Import-Package: javax.crypto,javax.crypto.spec,javax.security.auth,javax.security.auth.callback,javax.security.auth.login,javax.security.auth.spi,org.eclipse.core.internal.runtime;common=split,org.eclipse.core.runtime;registry=split,org.eclipse.core.runtime.jobs,org.eclipse.core.runtime.preferences,org.eclipse.osgi.framework.log;version=&quot;[1.0.0,2.0.0)&quot;,org.eclipse.osgi.service.datalocation;version=&quot;[1.0.0,2.0.0)&quot;,org.eclipse.osgi.service.debug;version=&quot;[1.0.0,2.0.0)&quot;,org.eclipse.osgi.service.environment;version=&quot;[1.1.0,2.0.0)&quot;,org.eclipse.osgi.util;version=&quot;[1.1.0,2.0.0)&quot;,org.osgi.framework;version=&quot;[1.4.0,2.0.0)&quot;,org.osgi.service.prefs;version=&quot;[1.1.0,2.0.0)&quot;,org.osgi.util.tracker;version=&quot;[1.3.3,2.0.0)&quot;&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.200.v20100503&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.equinox.internal.security.auth;x-internal:=true,org.eclipse.equinox.internal.security.auth.events;x-internal:=true,org.eclipse.equinox.internal.security.auth.ext.loader;x-internal:=true,org.eclipse.equinox.internal.security.auth.nls;x-internal:=true,org.eclipse.equinox.internal.security.credentials;x-internal:=true,org.eclipse.equinox.internal.security.storage;x-internal:=true,org.eclipse.equinox.internal.security.storage.friends;version=&quot;1.0.0&quot;;x-friends:=&quot;org.eclipse.equinox.security.ui&quot;,org.eclipse.equinox.security.auth;version=&quot;1.0.0&quot;,org.eclipse.equinox.security.auth.credentials;version=&quot;1.0.0&quot;,org.eclipse.equinox.security.auth.module;version=&quot;1.0.0&quot;,org.eclipse.equinox.security.storage;version=&quot;1.0.0&quot;,org.eclipse.equinox.security.storage.provider;version=&quot;1.0.0&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.repository.source' version='2.0.0.v20100519' singleton='false'>
+ <update id='org.eclipse.equinox.p2.repository.source' range='[0.0.0,2.0.0.v20100519)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Repository Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.repository.source' version='2.0.0.v20100519'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.repository.source' version='2.0.0.v20100519'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.repository.source' version='2.0.0.v20100519'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 2.0.0.v20100519&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.repository.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.repository;version=&quot;2.0.0.v20100519&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.source.feature.group' version='3.7.0.v20100824-0800-7z8dF_ZFMTfEO809v9JgQejMH155' singleton='false'>
+ <update id='org.eclipse.jdt.source.feature.group' range='[0.0.0,3.7.0.v20100824-0800-7z8dF_ZFMTfEO809v9JgQejMH155)' severity='0'/>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Eclipse JDT Plug-in Developer Resources'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='API documentation and source code zips for Eclipse Java development tools.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2010 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.source.feature.group' version='3.7.0.v20100824-0800-7z8dF_ZFMTfEO809v9JgQejMH155'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='25'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.doc.isv' range='[3.7.0.v20100824-0800,3.7.0.v20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.junit.source' range='[3.8.2.v3_8_2_v20100427-1100,3.8.2.v3_8_2_v20100427-1100]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.junit.source' range='[4.8.1.v4_8_1_v20100427-1100,4.8.1.v4_8_1_v20100427-1100]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.hamcrest.core.source' range='[1.1.0.v20090501071000,1.1.0.v20090501071000]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.source' range='[3.7.0.v201009211024,3.7.0.v201009211024]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ant.ui.source' range='[3.5.100.v20100719,3.5.100.v20100719]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.apt.core.source' range='[3.3.500.v20100727-0100,3.3.500.v20100727-0100]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.apt.ui.source' range='[3.3.300.v20100513-0845,3.3.300.v20100513-0845]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.apt.pluggable.core.source' range='[1.0.400.v20100727-0100,1.0.400.v20100727-0100]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.compiler.apt.source' range='[1.0.300.v20100513-0845,1.0.300.v20100513-0845]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.compiler.tool.source' range='[1.0.100.v_B13a,1.0.100.v_B13a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.core.source' range='[3.7.0.v_B13a,3.7.0.v_B13a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.core.manipulation.source' range='[1.3.0.v20100824-0800,1.3.0.v20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.debug.ui.source' range='[3.5.100.v20100914,3.5.100.v20100914]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.debug.source' range='[3.6.100.v20100805,3.6.100.v20100805]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.junit.source' range='[3.7.0.v20100914-0100,3.7.0.v20100914-0100]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.junit.core.source' range='[3.7.0.v20100912-2000,3.7.0.v20100912-2000]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.junit.runtime.source' range='[3.4.200.v20100824-0800,3.4.200.v20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.junit4.runtime.source' range='[1.1.100.v20100824-0800,1.1.100.v20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.launching.source' range='[3.6.0.v20100910,3.6.0.v20100910]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.ui.source' range='[3.7.0.v20100915-1800a,3.7.0.v20100915-1800a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.launching.macosx.source' range='[3.2.100.v20100505,3.2.100.v20100505]'>
+ <filter>
+ (osgi.os=macosx)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.launching.ui.macosx.source' range='[1.0.100.v20100505,1.0.100.v20100505]'>
+ <filter>
+ (osgi.os=macosx)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ant.launching.source' range='[1.0.0.v20100427,1.0.0.v20100427]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.source.feature.jar' range='[3.7.0.v20100824-0800-7z8dF_ZFMTfEO809v9JgQejMH155,3.7.0.v20100824-0800-7z8dF_ZFMTfEO809v9JgQejMH155]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.jdt.ui.tests.refactoring' version='3.7.0.v20100907-0800'>
+ <update id='org.eclipse.jdt.ui.tests.refactoring' range='[0.0.0,3.7.0.v20100907-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Refactoring Tests Plug-in'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='15'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.ui.tests.refactoring' version='3.7.0.v20100907-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.ui.tests.refactoring' version='3.7.0.v20100907-0800'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.refactoring' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.refactoring.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.refactoring.all' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.refactoring.ccp' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.refactoring.changes' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.refactoring.extensions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.refactoring.infra' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.refactoring.nls' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.refactoring.reorg' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.refactoring.type' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.ui.tests.refactoring.typeconstraints' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='17'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filebuffers' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core.manipulation' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.ui' range='[3.7.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.ui.tests' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ltk.core.refactoring' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ltk.ui.refactoring' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='4.8.1'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.ui.tests.refactoring' version='3.7.0.v20100907-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Name: %Plugin.name&#xA;Bundle-ClassPath: refactoringtests.jar&#xA;Bundle-Version: 3.7.0.v20100907-0800&#xA;Bundle-Activator: org.eclipse.jdt.ui.tests.refactoring.infra.RefactoringTestPlugin&#xA;Bundle-Vendor: %Plugin.providerName&#xA;Require-Bundle: org.eclipse.core.filebuffers,org.eclipse.core.filesystem,org.eclipse.core.resources,org.eclipse.core.runtime,org.eclipse.jdt.core,org.eclipse.jdt.core.manipulation,org.eclipse.jdt.ui;bundle-version=&quot;[3.7.0,4.0.0)&quot;,org.eclipse.jdt.ui.tests,org.eclipse.jface.text,org.eclipse.ltk.core.refactoring,org.eclipse.ltk.ui.refactoring,org.eclipse.team.core,org.eclipse.test.performance,org.eclipse.ui,org.eclipse.ui.ide,org.eclipse.ui.workbench.texteditor,org.junit;bundle-version=&quot;4.8.1&quot;&#xA;Export-Package: org.eclipse.jdt.ui.tests.refactoring;x-internal:=true,org.eclipse.jdt.ui.tests.refactoring.actions;x-internal:=true,org.eclipse.jdt.ui.tests.refactoring.all;x-internal:=true,org.eclipse.jdt.ui.tests.refactoring.ccp;x-internal:=true,org.eclipse.jdt.ui.tests.refactoring.changes;x-internal:=true,org.eclipse.jdt.ui.tests.refactoring.extensions;x-internal:=true,org.eclipse.jdt.ui.tests.refactoring.infra;x-internal:=true,org.eclipse.jdt.ui.tests.refactoring.nls;x-internal:=true,org.eclipse.jdt.ui.tests.refactoring.reorg;x-internal:=true,org.eclipse.jdt.ui.tests.refactoring.type;x-internal:=true,org.eclipse.jdt.ui.tests.refactoring.typeconstraints;x-internal:=true&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.ui.tests.refactoring;tag=v20100907-0800&#xA;Bundle-SymbolicName: org.eclipse.jdt.ui.tests.refactoring; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Bundle-Localization: plugin
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.config.cocoa.macosx.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.cocoa.macosx.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.executable_root.cocoa.macosx.x86_64' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.cocoa.macosx.x86_64' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.equinox.executable_root.cocoa.macosx.x86_64' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.filebuffers.tests' version='3.5.100.v20100824-0800'>
+ <update id='org.eclipse.core.filebuffers.tests' range='[0.0.0,3.5.100.v20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='File Buffers Test Plug-in'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filebuffers.tests' version='3.5.100.v20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.filebuffers.tests' version='3.5.100.v20100824-0800'/>
+ <provided namespace='java.package' name='org.eclipse.core.filebuffers.tests' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='6'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.2.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.5.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filebuffers' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.junit' range='3.8.2'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.filebuffers.tests' version='3.5.100.v20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Name: %Plugin.name&#xA;Bundle-ClassPath: filebufferstests.jar&#xA;Bundle-Version: 3.5.100.v20100824-0800&#xA;Bundle-Activator: org.eclipse.core.filebuffers.tests.FileBuffersTestPlugin&#xA;Bundle-Vendor: %Plugin.providerName&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.filesystem;bundle-version=&quot;[1.2.0,2.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.5.0,4.0.0)&quot;;resolution:=optional,org.eclipse.core.filebuffers;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.text;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.junit;bundle-version=&quot;3.8.2&quot;&#xA;Export-Package: org.eclipse.core.filebuffers.tests&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.filebuffers.tests;tag=v20100824-0800&#xA;Bundle-SymbolicName: org.eclipse.core.filebuffers.tests;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.event.source' version='1.2.0.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.event.source' range='[0.0.0,1.2.0.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleVendor' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Event Admin Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleVendor'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.event.source' version='1.2.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.event.source' version='1.2.0.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.event.source' version='1.2.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.2.0.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.event.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.event;version=&quot;1.2.0.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %bundleVendor
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.debug.ui' version='3.7.0.v20100902'>
+ <update id='org.eclipse.debug.ui' range='[0.0.0,3.7.0.v20100902)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Debug UI'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='49'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.debug.ui' version='3.7.0.v20100902'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.debug.ui' version='3.7.0.v20100902'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.actions.breakpointGroups' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.actions.breakpoints' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.actions.expressions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.actions.variables' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.actions.variables.details' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.breakpoints.provisional' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.commands.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.contextlaunching' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.contexts' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.elements.adapters' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.importexport.breakpoints' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.importexport.launchconfigurations' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.launchConfigurations' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.memory' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.memory.provisional' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.model.elements' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.preferences' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.sourcelookup' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.sourcelookup.browsers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.stringsubstitution' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.viewers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.viewers.breadcrumb' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.viewers.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.viewers.model.provisional' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.viewers.provisional' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.viewers.update' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.views' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.views.breakpoints' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.views.console' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.views.expression' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.views.launch' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.views.memory' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.views.memory.renderings' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.views.modules' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.views.registers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.views.variables' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.internal.ui.views.variables.details' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.ui.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.ui.console' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.ui.contexts' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.ui.memory' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.ui.sourcelookup' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='14'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.variables' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.console' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.help' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.core' range='[3.7.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.2.0,2.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.ui.forms.widgets' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.debug.ui' version='3.7.0.v20100902'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %pluginName&#xA;Bundle-ClassPath: .&#xA;Require-Bundle: org.eclipse.core.expressions;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.core.variables;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.console;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.help;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.debug.core;bundle-version=&quot;[3.7.0,4.0.0)&quot;;visibility:=reexport,org.eclipse.jface.text;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.workbench.texteditor;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.ide;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.editors;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.filesystem;bundle-version=&quot;[1.2.0,2.0.0)&quot;&#xA;Bundle-Activator: org.eclipse.debug.internal.ui.DebugUIPlugin&#xA;Bundle-Vendor: %providerName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.debug.ui;tag=v20100902&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.7.0.v20100902&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.debug.internal.ui;x-friends:=&quot;org.eclipse.jdt.debug.ui&quot;,org.eclipse.debug.internal.ui.actions;x-internal:=true,org.eclipse.debug.internal.ui.actions.breakpointGroups;x-internal:=true,org.eclipse.debug.internal.ui.actions.breakpoints;x-internal:=true,org.eclipse.debug.internal.ui.actions.expressions;x-internal:=true,org.eclipse.debug.internal.ui.actions.variables;x-internal:=true,org.eclipse.debug.internal.ui.actions.variables.details;x-internal:=true,org.eclipse.debug.internal.ui.breakpoints.provisional; x-friends:=&quot;org.eclipse.debug.examples.ui, org.eclipse.jdt.debug.ui, org.eclipse.cdt.dsf.ui, org.eclipse.cdt.dsf.gdb.ui, org.eclipse.debug.tests&quot;,org.eclipse.debug.internal.ui.commands.actions;x-internal:=true,org.eclipse.debug.internal.ui.contextlaunching;x-internal:=true,org.eclipse.debug.internal.ui.contexts;x-internal:=true,org.eclipse.debug.internal.ui.elements.adapters;x-internal:=true,org.eclipse.debug.internal.ui.importexport.breakpoints;x-internal:=true,org.eclipse.debug.internal.ui.importexport.launchconfigurations;x-internal:=true,org.eclipse.debug.internal.ui.launchConfigurations;x-internal:=true,org.eclipse.debug.internal.ui.memory;x-internal:=true,org.eclipse.debug.internal.ui.memory.provisional;x-internal:=true,org.eclipse.debug.internal.ui.model.elements;x-internal:=true,org.eclipse.debug.internal.ui.preferences;x-internal:=true,org.eclipse.debug.internal.ui.sourcelookup;x-internal:=true,org.eclipse.debug.internal.ui.sourcelookup.browsers;x-internal:=true,org.eclipse.debug.internal.ui.stringsubstitution;x-internal:=true,org.eclipse.debug.internal.ui.viewers;x-internal:=true,org.eclipse.debug.internal.ui.viewers.breadcrumb;x-internal:=true,org.eclipse.debug.internal.ui.viewers.model;x-friends:=&quot;org.eclipse.debug.tests&quot;,org.eclipse.debug.internal.ui.viewers.model.provisional; x-friends:=&quot;org.eclipse.debug.examples.ui, org.eclipse.jdt.debug.ui, org.eclipse.cdt.dsf.ui, org.eclipse.cdt.dsf.gdb.ui, org.eclipse.debug.tests&quot;,org.eclipse.debug.internal.ui.viewers.provisional;x-friends:=&quot;org.eclipse.debug.tests&quot;,org.eclipse.debug.internal.ui.viewers.update;x-internal:=true,org.eclipse.debug.internal.ui.views;x-internal:=true,org.eclipse.debug.internal.ui.views.breakpoints;x-internal:=true,org.eclipse.debug.internal.ui.views.console;x-internal:=true,org.eclipse.debug.internal.ui.views.expression;x-internal:=true,org.eclipse.debug.internal.ui.views.launch;x-internal:=true,org.eclipse.debug.internal.ui.views.memory;x-internal:=true,org.eclipse.debug.internal.ui.views.memory.renderings;x-internal:=true,org.eclipse.debug.internal.ui.views.modules;x-internal:=true,org.eclipse.debug.internal.ui.views.registers;x-internal:=true,org.eclipse.debug.internal.ui.views.variables;x-internal:=true,org.eclipse.debug.internal.ui.views.variables.details;x-internal:=true,org.eclipse.debug.ui,org.eclipse.debug.ui.actions,org.eclipse.debug.ui.console,org.eclipse.debug.ui.contexts,org.eclipse.debug.ui.memory,org.eclipse.debug.ui.sourcelookup&#xA;Bundle-SymbolicName: org.eclipse.debug.ui; singleton:=true&#xA;Import-Package: com.ibm.icu.text,org.eclipse.ui.forms.widgets
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.publisher.source' version='1.2.0.v20100712-1655' singleton='false'>
+ <update id='org.eclipse.equinox.p2.publisher.source' range='[0.0.0,1.2.0.v20100712-1655)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Equinox Provisioning Publisher Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.publisher.source' version='1.2.0.v20100712-1655'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.publisher.source' version='1.2.0.v20100712-1655'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.publisher.source' version='1.2.0.v20100712-1655'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.2.0.v20100712-1655&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.publisher.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.publisher;version=&quot;1.2.0.v20100712-1655&quot;;roots:=&quot;ant_tasks/publisher-antsrc,.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.test.performance' version='3.6.0.v20100914' singleton='false'>
+ <update id='org.eclipse.test.performance' range='[0.0.0,3.6.0.v20100914)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Performance Test Plug-in'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='11'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.test.performance' version='3.6.0.v20100914'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.test.performance' version='3.6.0.v20100914'/>
+ <provided namespace='java.package' name='org.eclipse.perfmsr.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.test.internal.performance' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.test.internal.performance.data' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.test.internal.performance.db' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.test.internal.performance.eval' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.test.internal.performance.tests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.test.performance' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='Cloudscape' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.apache.derby' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance.derby' range='10.4.2' optional='true'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.test.performance' version='3.6.0.v20100914'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %Plugin.name&#xA;Bundle-ClassPath: .&#xA;Bundle-Version: 3.6.0.v20100914&#xA;Eclipse-LazyStart: true&#xA;Bundle-Activator: org.eclipse.test.internal.performance.PerformanceTestPlugin&#xA;Bundle-Vendor: %Plugin.providerName&#xA;Require-Bundle: org.eclipse.core.runtime,org.junit,Cloudscape;resolution:=optional,org.apache.derby;resolution:=optional,org.eclipse.test.performance.derby;bundle-version=&quot;10.4.2&quot;;resolution:=optional&#xA;Export-Package: org.eclipse.perfmsr.core,org.eclipse.test.internal.performance,org.eclipse.test.internal.performance.data,org.eclipse.test.internal.performance.db,org.eclipse.test.internal.performance.eval,org.eclipse.test.internal.performance.tests,org.eclipse.test.performance&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.test.performance;tag=v20100914&#xA;Bundle-SymbolicName: org.eclipse.test.performance&#xA;Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.core.manipulation' version='1.3.0.v20100824-0800'>
+ <update id='org.eclipse.jdt.core.manipulation' range='[0.0.0,1.3.0.v20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Code Manipulation Functionality'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='10'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.core.manipulation' version='1.3.0.v20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.core.manipulation' version='1.3.0.v20100824-0800'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.manipulation' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.refactoring' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.refactoring.descriptors' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.core.refactoring.participants' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.core.manipulation' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.core.refactoring.descriptors' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='7'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ltk.core.refactoring' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.4.100,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text' range='[3.5.0,4.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.core.manipulation' version='1.3.0.v20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 1.3.0.v20100824-0800&#xA;Import-Package: com.ibm.icu.text&#xA;Bundle-Activator: org.eclipse.jdt.internal.core.manipulation.JavaManipulationPlugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ltk.core.refactoring;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jdt.core;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.expressions;bundle-version=&quot;[3.4.100,4.0.0)&quot;,org.eclipse.text;bundle-version=&quot;[3.5.0,4.0.0)&quot;&#xA;Export-Package: org.eclipse.jdt.core.manipulation,org.eclipse.jdt.core.refactoring,org.eclipse.jdt.core.refactoring.descriptors,org.eclipse.jdt.core.refactoring.participants,org.eclipse.jdt.internal.core.manipulation;x-internal:=true,org.eclipse.jdt.internal.core.refactoring.descriptors;x-friends:=&quot;org.eclipse.jdt.ui&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.core.manipulation;tag=v20100824-0800&#xA;Bundle-SymbolicName: org.eclipse.jdt.core.manipulation; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.platform.feature.group' version='3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M' singleton='false'>
+ <update id='org.eclipse.platform.feature.group' range='[0.0.0,3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M)' severity='0'/>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Eclipse Platform'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Common OS-independent base of the Eclipse platform. (Binary runtime and user documentation.)'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2010 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.feature.group' version='3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='80'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.feature.group' range='[3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS,3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.user.ui.feature.group' range='[2.0.0.v20100503-897JFhOFdHjO2NRglsoDbZo,2.0.0.v20100503-897JFhOFdHjO2NRglsoDbZo]' optional='true'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.feature.group' range='[1.2.0.v20100427-7e7jFB0FEx2XlnZptLQki13,1.2.0.v20100427-7e7jFB0FEx2XlnZptLQki13]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.ant' range='[1.7.1.v20100518-1145,1.7.1.v20100518-1145]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ant.core' range='[3.2.200.v20100427,3.2.200.v20100427]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='com.jcraft.jsch' range='[0.1.41.v200903070017,0.1.41.v200903070017]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare.core' range='[3.5.100.I20100526-0800,3.5.100.I20100526-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare' range='[3.5.200.I20100831-0800,3.5.200.I20100831-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare.win32' range='[1.0.100.I20100831-0800,1.0.100.I20100831-0800]'>
+ <filter>
+ (osgi.os=win32)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.boot' range='[3.1.200.v20100505,3.1.200.v20100505]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filebuffers' range='[3.5.200.v20100824-0800,3.5.200.v20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem' range='[1.3.100.v20100823,1.3.100.v20100823]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.net' range='[1.2.100.I20100511-0800,1.2.100.I20100511-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.net.win32.x86' range='[1.0.100.I20100511-0800,1.0.100.I20100511-0800]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.net.linux.x86_64' range='[1.1.0.I20100505-1245,1.1.0.I20100505-1245]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.net.win32.x86_64' range='[1.0.100.I20100505-1245,1.0.100.I20100505-1245]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.net.linux.x86' range='[1.1.0.I20100505-1245,1.1.0.I20100505-1245]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.resources' range='[3.6.100.v20100830,3.6.100.v20100830]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime.compatibility' range='[3.2.100.v20100505,3.2.100.v20100505]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime.compatibility.registry' range='[3.3.0.v20100520,3.3.0.v20100520]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.osgi.util' range='[3.2.100.v20100503,3.2.100.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.debug.core' range='[3.7.0.v20100820,3.7.0.v20100820]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.debug.ui' range='[3.7.0.v20100902,3.7.0.v20100902]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.event' range='[1.2.0.v20100503,1.2.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.appserver' range='[3.1.400.v20100427,3.1.400.v20100427]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ltk.core.refactoring' range='[3.5.200.v20100824-0800,3.5.200.v20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ltk.ui.refactoring' range='[3.5.100.v20100831-0800,3.5.100.v20100831-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform' range='[3.7.0.v201009211024,3.7.0.v201009211024]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.doc.user' range='[3.7.0.v20100831-0800,3.7.0.v20100831-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.search' range='[3.6.100.v20100907-0800,3.6.100.v20100907-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.core' range='[3.6.0.I20100912-2000,3.6.0.I20100912-2000]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.ui' range='[3.5.200.I20100912-2000,3.5.200.I20100912-2000]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.text' range='[3.5.100.v20100824-0800,3.5.100.v20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jface.text' range='[3.7.0.v20100915-1300,3.7.0.v20100915-1300]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jsch.core' range='[1.1.200.I20100713-0800,1.1.200.I20100713-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jsch.ui' range='[1.1.300.I20100505-1245,1.1.300.I20100505-1245]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.console' range='[3.5.0.v20100526,3.5.0.v20100526]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.presentations.r21' range='[3.2.200.I20100517-1500,3.2.200.I20100517-1500]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.intro' range='[3.4.0.v20100427,3.4.0.v20100427]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.intro.universal' range='[3.2.500.v20100628,3.2.500.v20100628]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.cheatsheets' range='[3.4.0.v20100427,3.4.0.v20100427]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.browser' range='[3.3.0.v20100517,3.3.0.v20100517]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.navigator' range='[3.5.0.I20100601-0800,3.5.0.I20100601-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.navigator.resources' range='[3.4.300.I20100712-2000,3.4.300.I20100712-2000]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.net' range='[1.2.100.I20100505-1245,1.2.100.I20100505-1245]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.workbench.texteditor' range='[3.7.0.v20100915-1800,3.7.0.v20100915-1800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.views' range='[3.5.0.I20100527-0800,3.5.0.I20100527-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.editors' range='[3.6.100.v20100824-0800,3.6.100.v20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.externaltools' range='[3.2.0.v20100427,3.2.0.v20100427]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.ide' range='[3.6.100.I20100804-1300,3.6.100.I20100804-1300]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.ide.application' range='[1.0.300.I20100831-0800,1.0.300.I20100831-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.win32' range='[3.2.200.I20100509-0800,3.2.200.I20100509-0800]'>
+ <filter>
+ (osgi.ws=win32)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.core' range='[3.2.400.v20100512,3.2.400.v20100512]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.scheduler' range='[3.2.300.v20100512,3.2.300.v20100512]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.ui' range='[3.2.300.v20100512,3.2.300.v20100512]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.workbench.compatibility' range='[3.2.100.I20100511-0800,3.2.100.I20100511-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.aix.ppc' range='[1.1.0.v20100505-1235,1.1.0.v20100505-1235]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.hpux.ia64_32' range='[1.0.100.v20100505,1.0.100.v20100505]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.linux.ppc' range='[1.0.200.v20100505-1235,1.0.200.v20100505-1235]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.linux.x86' range='[1.4.0.v20100505-1235,1.4.0.v20100505-1235]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.linux.x86_64' range='[1.2.0.v20100505-1235,1.2.0.v20100505-1235]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.solaris.sparc' range='[1.2.0.v20100505-1235,1.2.0.v20100505-1235]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.macosx' range='[1.3.0.v20100505,1.3.0.v20100505]'>
+ <filter>
+ (osgi.os=macosx)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.win32.x86' range='[1.1.300.v20100823,1.1.300.v20100823]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.resources.win32.x86' range='[3.5.100.v20100505-1345,3.5.100.v20100505-1345]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.win32.x86_64' range='[1.1.200.v20100505-1235,1.1.200.v20100505-1235]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.variables' range='[3.2.400.v20100505,3.2.400.v20100505]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.forms' range='[3.5.100.v20100708,3.5.100.v20100708]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.core.linux' range='[3.2.200.v20100512,3.2.200.v20100512]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.core.win32' range='[3.2.200.v20100512,3.2.200.v20100512]'>
+ <filter>
+ (osgi.os=win32)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.views.properties.tabbed' range='[3.5.200.I20100712-2000,3.5.200.I20100712-2000]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.ui' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.win32.x86' range='[1.0.200.v20100503,1.0.200.v20100503]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.macosx' range='[1.100.100.v20100503,1.100.100.v20100503]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.macosx' range='[1.100.100.v20100503,1.100.100.v20100503]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.macosx' range='[1.100.100.v20100503,1.100.100.v20100503]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.externaltools' range='[1.0.100.v20100830,1.0.100.v20100830]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.feature.jar' range='[3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M,3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform_root' range='[3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M,3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M]'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.equinox.cm.source' version='1.0.200.v20100520' singleton='false'>
+ <update id='org.eclipse.equinox.cm.source' range='[0.0.0,1.0.200.v20100520)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Configuration Admin Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.cm.source' version='1.0.200.v20100520'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.cm.source' version='1.0.200.v20100520'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.cm.source' version='1.0.200.v20100520'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.200.v20100520&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.cm.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.cm;version=&quot;1.0.200.v20100520&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.gtk.linux.ppc' version='3.7.0.v3707'>
+ <update id='org.eclipse.swt.gtk.linux.ppc' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for GTK 2.0'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='12'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.linux.ppc' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.gtk.linux.ppc' version='3.7.0.v3707'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.accessibility.gtk' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.cairo' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.cde' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.gnome' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.gtk' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.mozilla' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.opengl.glx' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.swt' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='[3.0.0,4.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.gtk.linux.ppc' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.swt; bundle-version=&quot;[3.0.0,4.0.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.swt.gtk.linux.ppc; singleton:=true&#xA;Bundle-Version: 3.7.0.v3707&#xA;Export-Package: org.eclipse.swt.internal.accessibility.gtk; x-internal:=true,org.eclipse.swt.internal.cairo; x-internal:=true,org.eclipse.swt.internal.cde; x-internal:=true,org.eclipse.swt.internal.gnome; x-internal:=true,org.eclipse.swt.internal.gtk; x-internal:=true,org.eclipse.swt.internal.mozilla; x-internal:=true,org.eclipse.swt.internal.opengl.glx; x-internal:=true&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=ppc))
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.gtk.linux.s390' version='1.1.100.v20100824a'>
+ <update id='org.eclipse.equinox.launcher.gtk.linux.s390' range='[0.0.0,1.1.100.v20100824a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher Linux s390 Fragment'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='launcher.gtk.linux.s390'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.s390' version='1.1.100.v20100824a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.launcher.gtk.linux.s390' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.equinox.launcher' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher' range='1.0.0'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.launcher.gtk.linux.s390' version='1.1.100.v20100824a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/contributed/org.eclipse.equinox.launcher.gtk.linux.s390;tag=v20100824a&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: launcher.gtk.linux.s390&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.equinox.launcher;bundle-version=&quot;1.0.0&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.s390;singleton:=true&#xA;Bundle-Version: 1.1.100.v20100824a&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=s390))
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingwin32.win32.x86org.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingwin32.win32.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:1);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.http.servletbridge.source' version='1.0.200.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.http.servletbridge.source' range='[0.0.0,1.0.200.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Servletbridge Http Service Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.servletbridge.source' version='1.0.200.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.http.servletbridge.source' version='1.0.200.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.http.servletbridge.source' version='1.0.200.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.200.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.http.servletbridge.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.http.servletbridge;version=&quot;1.0.200.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.ini.motif.hpux.ia64_32' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.motif.hpux.ia64_32' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.engine.source' version='2.0.1.v20100712-1655' singleton='false'>
+ <update id='org.eclipse.equinox.p2.engine.source' range='[0.0.0,2.0.1.v20100712-1655)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Engine Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.engine.source' version='2.0.1.v20100712-1655'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.engine.source' version='2.0.1.v20100712-1655'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.engine.source' version='2.0.1.v20100712-1655'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 2.0.1.v20100712-1655&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.engine.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.engine;version=&quot;2.0.1.v20100712-1655&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.cocoa.source' version='1.0.2.I20100914-0100' singleton='false'>
+ <update id='org.eclipse.ui.cocoa.source' range='[0.0.0,1.0.2.I20100914-0100)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Eclipse UI MacOS X Enhancements Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment-cocoa'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.cocoa.source' version='1.0.2.I20100914-0100'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.cocoa.source' version='1.0.2.I20100914-0100'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <filter>
+ (osgi.ws=cocoa)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.cocoa.source' version='1.0.2.I20100914-0100'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 1.0.2.I20100914-0100&#xA;Eclipse-SourceBundle: org.eclipse.ui.cocoa;version=&quot;1.0.2.I20100914-0100&quot;;roots:=&quot;.&quot;&#xA;Eclipse-PlatformFilter: (osgi.ws=cocoa)&#xA;Bundle-SymbolicName: org.eclipse.ui.cocoa.source&#xA;Bundle-Localization: fragment-cocoa&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.help.base.source' version='3.5.100.v201009211024' singleton='false'>
+ <update id='org.eclipse.help.base.source' range='[0.0.0,3.5.100.v201009211024)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.help_base_plugin_name' value='Help System Base Source'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%help_base_plugin_name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.base.source' version='3.5.100.v201009211024'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.help.base.source' version='3.5.100.v201009211024'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.help.base.source' version='3.5.100.v201009211024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.5.100.v201009211024&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.help.base.source&#xA;Bundle-Name: %help_base_plugin_name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.help.base;version=&quot;3.5.100.v201009211024&quot;;roots:=&quot;ant_tasks/helpbase-antsrc,.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.solaris.x86org.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.solaris.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:1);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.executable_root.gtk.linux.s390' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.gtk.linux.s390' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.equinox.executable_root.gtk.linux.s390' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.console.source' version='3.5.0.v20100526' singleton='false'>
+ <update id='org.eclipse.ui.console.source' range='[0.0.0,3.5.0.v20100526)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Console Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.console.source' version='3.5.0.v20100526'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.console.source' version='3.5.0.v20100526'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.console.source' version='3.5.0.v20100526'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.5.0.v20100526&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.console.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ui.console;version=&quot;3.5.0.v20100526&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.mortbay.jetty' version='5.1.14.v200806031611' singleton='false'>
+ <update id='org.mortbay.jetty' range='[0.0.0,5.1.14.v200806031611)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleProvider' value='Eclipse.org'/>
+ <property name='df_LT.bundleName' value='Jetty WebServer'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleProvider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='16'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.mortbay.jetty' version='5.1.14.v200806031611'/>
+ <provided namespace='osgi.bundle' name='org.mortbay.jetty' version='5.1.14.v200806031611'/>
+ <provided namespace='java.package' name='org.mortbay.html' version='5.1.14'/>
+ <provided namespace='java.package' name='org.mortbay.http' version='5.1.14'/>
+ <provided namespace='java.package' name='org.mortbay.http.ajp' version='5.1.14'/>
+ <provided namespace='java.package' name='org.mortbay.http.handler' version='5.1.14'/>
+ <provided namespace='java.package' name='org.mortbay.http.nio' version='5.1.14'/>
+ <provided namespace='java.package' name='org.mortbay.jetty' version='5.1.14'/>
+ <provided namespace='java.package' name='org.mortbay.jetty.servlet' version='5.1.14'/>
+ <provided namespace='java.package' name='org.mortbay.jetty.win32' version='5.1.14'/>
+ <provided namespace='java.package' name='org.mortbay.log' version='5.1.14'/>
+ <provided namespace='java.package' name='org.mortbay.servlet' version='5.1.14'/>
+ <provided namespace='java.package' name='org.mortbay.util' version='5.1.14'/>
+ <provided namespace='java.package' name='org.mortbay.xml' version='5.1.14'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='9'>
+ <required namespace='java.package' name='javax.net.ssl' range='0.0.0'/>
+ <required namespace='java.package' name='javax.security.cert' range='0.0.0'/>
+ <required namespace='java.package' name='javax.servlet' range='[2.4.0,2.6.0)'/>
+ <required namespace='java.package' name='javax.servlet.http' range='[2.4.0,2.6.0)'/>
+ <required namespace='java.package' name='javax.servlet.resources' range='[2.4.0,2.6.0)'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='org.apache.commons.logging' range='[1.0.0,2.0.0)'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax.helpers' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.mortbay.jetty' version='5.1.14.v200806031611'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Export-Package: org.mortbay.html;version=&quot;5.1.14&quot;,org.mortbay.http;version=&quot;5.1.14&quot;,org.mortbay.http.ajp;version=&quot;5.1.14&quot;,org.mortbay.http.handler;version=&quot;5.1.14&quot;,org.mortbay.http.nio;version=&quot;5.1.14&quot;,org.mortbay.jetty;version=&quot;5.1.14&quot;,org.mortbay.jetty.servlet;version=&quot;5.1.14&quot;,org.mortbay.jetty.win32;version=&quot;5.1.14&quot;,org.mortbay.log;version=&quot;5.1.14&quot;,org.mortbay.servlet;version=&quot;5.1.14&quot;,org.mortbay.util;version=&quot;5.1.14&quot;,org.mortbay.xml;version=&quot;5.1.14&quot;&#xA;Bundle-Localization: plugin&#xA;Bundle-Name: %bundleName&#xA;Bundle-Version: 5.1.14.v200806031611&#xA;Bundle-Vendor: %bundleProvider&#xA;Bundle-SymbolicName: org.mortbay.jetty&#xA;Import-Package: javax.net.ssl,javax.security.cert,javax.servlet;version=&quot;[2.4.0,2.6.0)&quot;,javax.servlet.http;version=&quot;[2.4.0,2.6.0)&quot;,javax.servlet.resources;version=&quot;[2.4.0,2.6.0)&quot;,javax.xml.parsers,org.apache.commons.logging;version=&quot;[1.0.0,2.0.0)&quot;,org.xml.sax,org.xml.sax.helpers&#xA;Manifest-Version: 1.0
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.cocoa.macosx.source' version='3.7.0.v3707' singleton='false'>
+ <update id='org.eclipse.swt.cocoa.macosx.source' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for Mac OS X (Cocoa) Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.cocoa.macosx.source' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.cocoa.macosx.source' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.os=macosx)(osgi.ws=cocoa)(|(osgi.arch=ppc)(osgi.arch=x86)))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.cocoa.macosx.source' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 3.7.0.v3707&#xA;Eclipse-SourceBundle: org.eclipse.swt.cocoa.macosx;version=&quot;3.7.0.v3707&quot;&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=cocoa) (osgi.os=macosx) (|(osgi.arch=x86)(osgi.arch=ppc)) )&#xA;Bundle-SymbolicName: org.eclipse.swt.cocoa.macosx.source&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.transforms.hook.source' version='1.0.300.v20100719' singleton='false'>
+ <update id='org.eclipse.equinox.transforms.hook.source' range='[0.0.0,1.0.300.v20100719)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Transformer Hook Framework Extension Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='transformsHook'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.transforms.hook.source' version='1.0.300.v20100719'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.transforms.hook.source' version='1.0.300.v20100719'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.transforms.hook.source' version='1.0.300.v20100719'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.300.v20100719&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.transforms.hook.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: transformsHook&#xA;Eclipse-SourceBundle: org.eclipse.equinox.transforms.hook;version=&quot;1.0.300.v20100719&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.ppc64org.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppc64org.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.ppc64' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.equinox.launcher.motif.aix.ppc' version='1.1.100.v20100824a' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.motif.aix.ppc' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='org.eclipse.pde.build.default' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.motif.aix.ppc' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='tooling' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.motif.aix.ppc' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='unconfigure'>
+ removeProgramArg(programArg:--launcher.library);removeProgramArg(programArg:@artifact);
+ </instruction>
+ <instruction key='configure'>
+ addProgramArg(programArg:--launcher.library);addProgramArg(programArg:@artifact);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingmotif.linux.x86org.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.linux.x86org.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingmotif.linux.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.config.gtk.linux.x86_64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.config.gtk.linux.x86_64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.ide' name='org.eclipse.platform.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ecf.ssl.source' version='1.0.100.v20100906-1425'>
+ <update id='org.eclipse.ecf.ssl.source' range='[0.0.0,1.0.100.v20100906-1425)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='ECF SSL Fragment Source'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org - ECF'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.ssl.source' version='1.0.100.v20100906-1425'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ecf.ssl.source' version='1.0.100.v20100906-1425'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ecf.ssl.source' version='1.0.100.v20100906-1425'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: ECF SSL Fragment Source&#xA;Bundle-Version: 1.0.100.v20100906-1425&#xA;Eclipse-SourceBundle: org.eclipse.ecf.ssl;version=&quot;1.0.100.v20100906-1425&quot;;roots=&quot;.&quot;&#xA;Created-By: 1.5.0_22-b03 (Sun Microsystems Inc.)&#xA;Bundle-SymbolicName: org.eclipse.ecf.ssl.source;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: Eclipse.org - ECF&#xA;Ant-Version: Apache Ant 1.7.1
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.help.source' version='3.5.0.v20100524' singleton='false'>
+ <update id='org.eclipse.help.source' range='[0.0.0,3.5.0.v20100524)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.help_plugin_name' value='Help System Core Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%help_plugin_name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.source' version='3.5.0.v20100524'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.help.source' version='3.5.0.v20100524'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.help.source' version='3.5.0.v20100524'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.5.0.v20100524&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.help.source&#xA;Bundle-Name: %help_plugin_name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.help;version=&quot;3.5.0.v20100524&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.weaving.hook.source' version='1.0.0.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.weaving.hook.source' range='[0.0.0,1.0.0.v20100503)' severity='0'/>
+ <properties size='3'>
+ <property name='df_LT.pluginName' value='Aspect Weaving Hooks Plug-in (Incubation) Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.weaving.hook.source' version='1.0.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.weaving.hook.source' version='1.0.0.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.weaving.hook.source' version='1.0.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 1.0.0.v20100503&#xA;Bundle-SymbolicName: org.eclipse.equinox.weaving.hook.source&#xA;Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-SourceBundle: org.eclipse.equinox.weaving.hook;version=&quot;1.0.0.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.hamcrest.core.source' version='1.1.0.v20090501071000' singleton='false'>
+ <update id='org.hamcrest.core.source' range='[0.0.0,1.1.0.v20090501071000)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.pluginName' value='Hamcrest Core Library of Matchers Source'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.hamcrest.core.source' version='1.1.0.v20090501071000'/>
+ <provided namespace='osgi.bundle' name='org.hamcrest.core.source' version='1.1.0.v20090501071000'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.hamcrest.core.source' version='1.1.0.v20090501071000'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-Name: %pluginName&#xA;Eclipse-SourceBundle: org.hamcrest.core;version=&quot;1.1.0.v20090501071000&quot;&#xA;Bundle-Version: 1.1.0.v20090501071000&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Localization: plugin&#xA;Bundle-SymbolicName: org.hamcrest.core.source
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.x86_64org.eclipse.update.configurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.update.configurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.x86_64' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:false);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.equinox.p2.ui.admin.rcp.product.config.cocoa.macosx.x86' version='1.1.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.p2.ui.admin.rcp.product.config.cocoa.macosx.x86' version='1.1.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.equinox.p2.ui.admin.rcp.product' name='org.eclipse.equinox.p2.ui.admin.rcp.product.config' version='1.1.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.application,propValue:org.eclipse.equinox.p2.ui.admin.rcp.application);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.equinox.p2.ui.admin.rcp.product);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.ini.gtk.linux.s390x' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.gtk.linux.s390x' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.jsp.jasper.registry.source' version='1.0.200.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.jsp.jasper.registry.source' range='[0.0.0,1.0.200.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Jasper Jsp Registry Support Plug-in Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jsp.jasper.registry.source' version='1.0.200.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.jsp.jasper.registry.source' version='1.0.200.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.jsp.jasper.registry.source' version='1.0.200.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.200.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.jsp.jasper.registry.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.jsp.jasper.registry;version=&quot;1.0.200.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.commands.source' version='3.6.0.I20100512-1500' singleton='false'>
+ <update id='org.eclipse.core.commands.source' range='[0.0.0,3.6.0.I20100512-1500)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Commands Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.commands.source' version='3.6.0.I20100512-1500'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.commands.source' version='3.6.0.I20100512-1500'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.commands.source' version='3.6.0.I20100512-1500'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.6.0.I20100512-1500&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.core.commands.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.core.commands;version=&quot;3.6.0.I20100512-1500&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingwin32.win32.x86org.eclipse.equinox.common' version='1.1.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.common' version='1.1.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingwin32.win32.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.x86_64org.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.x86_64' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.externaltools' version='3.2.0.v20100427'>
+ <update id='org.eclipse.ui.externaltools' range='[0.0.0,3.2.0.v20100427)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='External Tools'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='10'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.externaltools' version='3.2.0.v20100427'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.externaltools' version='3.2.0.v20100427'/>
+ <provided namespace='java.package' name='org.eclipse.ui.externaltools.internal.launchConfigurations' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.externaltools.internal.menu' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.externaltools.internal.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.externaltools.internal.program.launchConfigurations' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.externaltools.internal.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.externaltools.internal.variables' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='8'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='[3.2.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.variables' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.core' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.ui' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.externaltools' range='[1.0.0,2.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.externaltools' version='3.2.0.v20100427'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: %Plugin.name&#xA;Bundle-Activator: org.eclipse.ui.externaltools.internal.model.ExternalToolsPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.externaltools;tag=v20100427&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %Plugin.providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.ui.externaltools; singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.2.0.v20100427&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.ui.externaltools.internal.launchConfigurations;x-friends:=&quot;org.eclipse.ant.ui&quot;,org.eclipse.ui.externaltools.internal.menu;x-internal:=true,org.eclipse.ui.externaltools.internal.model;x-friends:=&quot;org.eclipse.ant.ui&quot;,org.eclipse.ui.externaltools.internal.program.launchConfigurations;x-friends:=&quot;org.eclipse.ant.ui&quot;,org.eclipse.ui.externaltools.internal.ui;x-friends:=&quot;org.eclipse.ant.ui&quot;,org.eclipse.ui.externaltools.internal.variables;x-internal:=true&#xA;Require-Bundle: org.eclipse.ui.ide;bundle-version=&quot;[3.2.0,4.0.0)&quot;;resolution:=optional,org.eclipse.core.resources;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.variables;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.debug.core;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.debug.ui;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.core.externaltools;bundle-version=&quot;[1.0.0,2.0.0)&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.update.ui' version='3.2.300.v20100512'>
+ <update id='org.eclipse.update.ui' range='[0.0.0,3.2.300.v20100512)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Install/Update UI'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='13'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.ui' version='3.2.300.v20100512'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.update.ui' version='3.2.300.v20100512'/>
+ <provided namespace='java.package' name='org.eclipse.update.internal.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.internal.ui.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.internal.ui.parts' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.internal.ui.preferences' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.internal.ui.properties' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.internal.ui.security' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.internal.ui.views' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.internal.ui.wizards' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.ui' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='8'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.update.core' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.forms' range='[3.2.0,4.0.0)'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='org.w3c.dom' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.update.ui' version='3.2.300.v20100512'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 3.2.300.v20100512&#xA;Eclipse-LazyStart: true&#xA;Import-Package: javax.xml.parsers,org.w3c.dom,org.xml.sax&#xA;Bundle-Activator: org.eclipse.update.internal.ui.UpdateUI&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.update.core;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.update.configurator;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.ui.forms;bundle-version=&quot;[3.2.0,4.0.0)&quot;&#xA;Export-Package: org.eclipse.update.internal.ui;x-friends:=&quot;org.eclipse.update.scheduler&quot;,org.eclipse.update.internal.ui.model;x-internal:=true,org.eclipse.update.internal.ui.parts;x-internal:=true,org.eclipse.update.internal.ui.preferences;x-internal:=true,org.eclipse.update.internal.ui.properties;x-internal:=true,org.eclipse.update.internal.ui.security;x-internal:=true,org.eclipse.update.internal.ui.views;x-internal:=true,org.eclipse.update.internal.ui.wizards;x-friends:=&quot;org.eclipse.update.scheduler&quot;,org.eclipse.update.ui&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.update.ui;tag=v20100512&#xA;Bundle-SymbolicName: org.eclipse.update.ui; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.x86_64org.eclipse.equinox.ds' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.equinox.ds' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.x86_64' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ecf.source' version='3.1.0.v20100906-1425'>
+ <update id='org.eclipse.ecf.source' range='[0.0.0,3.1.0.v20100906-1425)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='ECF Core API Source'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org - ECF'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.source' version='3.1.0.v20100906-1425'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ecf.source' version='3.1.0.v20100906-1425'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ecf.source' version='3.1.0.v20100906-1425'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: ECF Core API Source&#xA;Bundle-Version: 3.1.0.v20100906-1425&#xA;Eclipse-SourceBundle: org.eclipse.ecf;version=&quot;3.1.0.v20100906-1425&quot;;roots=&quot;.&quot;&#xA;Created-By: 1.5.0_22-b03 (Sun Microsystems Inc.)&#xA;Bundle-SymbolicName: org.eclipse.ecf.source;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: Eclipse.org - ECF&#xA;Ant-Version: Apache Ant 1.7.1
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.x86org.eclipse.update.configurator' version='1.1.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.update.configurator' version='1.1.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:false);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.sdk.id.configuration' version='3.7.0.I20100921-1024'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.configuration' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <requires size='84'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.ini.motif.aix.ppc' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.ini.gtk.solaris.sparc' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.ini.gtk.linux.s390x' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.ini.gtk.linux.x86_64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.ini.cocoa.macosx.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.ini.gtk.linux.ppc' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.ini.gtk.solaris.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.ini.motif.hpux.ia64_32' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.ini.gtk.linux.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.ini.win32.win32.x86_64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.ini.carbon.macosx.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.ini.win32.win32.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.ini.gtk.linux.s390' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.ini.cocoa.macosx.x86_64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.ini.motif.aix.ppc' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.ini.motif.aix.ppc' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.ide' name='org.eclipse.platform.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.rcp.configuration_root.gtk.linux.s390' version='1.0.0.I20100921-1024'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.gtk.linux.s390' version='1.0.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.rcp.configuration_root.gtk.linux.s390' version='1.0.0.I20100921-1024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='2'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:eclipse, permissions:755);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.config.carbon.macosx.ppc' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.carbon.macosx.ppc' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.mortbay.jetty.util.source' version='6.1.23.v201004211559' singleton='false'>
+ <update id='org.mortbay.jetty.util.source' range='[0.0.0,6.1.23.v201004211559)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleProvider' value='Eclipse.org'/>
+ <property name='df_LT.bundleName' value='Jetty Util Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleProvider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.mortbay.jetty.util.source' version='6.1.23.v201004211559'/>
+ <provided namespace='osgi.bundle' name='org.mortbay.jetty.util.source' version='6.1.23.v201004211559'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.mortbay.jetty.util.source' version='6.1.23.v201004211559'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-Vendor: %bundleProvider&#xA;Bundle-SymbolicName: org.mortbay.jetty.util.source&#xA;Eclipse-SourceBundle: org.mortbay.jetty.util;version=&quot;6.1.23.v201004211559&quot;&#xA;Bundle-Name: %bundleName&#xA;Bundle-Version: 6.1.23.v201004211559
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.externaltools.source' version='3.2.0.v20100427' singleton='false'>
+ <update id='org.eclipse.ui.externaltools.source' range='[0.0.0,3.2.0.v20100427)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='External Tools Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.externaltools.source' version='3.2.0.v20100427'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.externaltools.source' version='3.2.0.v20100427'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.externaltools.source' version='3.2.0.v20100427'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.2.0.v20100427&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.externaltools.source&#xA;Bundle-Name: %Plugin.name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ui.externaltools;version=&quot;3.2.0.v20100427&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %Plugin.providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ecf.provider.filetransfer.source' version='3.1.0.v20100906-1425'>
+ <update id='org.eclipse.ecf.provider.filetransfer.source' range='[0.0.0,3.1.0.v20100906-1425)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='ECF Filetransfer Provider Source'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org - ECF'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.source' version='3.1.0.v20100906-1425'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ecf.provider.filetransfer.source' version='3.1.0.v20100906-1425'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ecf.provider.filetransfer.source' version='3.1.0.v20100906-1425'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: ECF Filetransfer Provider Source&#xA;Bundle-Version: 3.1.0.v20100906-1425&#xA;Eclipse-SourceBundle: org.eclipse.ecf.provider.filetransfer;version=&quot;3.1.0.v20100906-1425&quot;;roots=&quot;.&quot;&#xA;Created-By: 1.5.0_22-b03 (Sun Microsystems Inc.)&#xA;Bundle-SymbolicName: org.eclipse.ecf.provider.filetransfer.source;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: Eclipse.org - ECF&#xA;Ant-Version: Apache Ant 1.7.1
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.extensionlocation.source' version='1.2.0.v20100518' singleton='false'>
+ <update id='org.eclipse.equinox.p2.extensionlocation.source' range='[0.0.0,1.2.0.v20100518)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Extension Location Repository Support Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.extensionlocation.source' version='1.2.0.v20100518'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.extensionlocation.source' version='1.2.0.v20100518'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.extensionlocation.source' version='1.2.0.v20100518'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.2.0.v20100518&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.extensionlocation.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.extensionlocation;version=&quot;1.2.0.v20100518&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='com.ibm.icu.base' version='4.2.1.v20100412'>
+ <update id='com.ibm.icu.base' range='[0.0.0,4.2.1.v20100412)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.pluginName' value='International Components for Unicode for Java (ICU4J) Replacement plug-in'/>
+ <property name='df_LT.providerName' value='IBM Corporation'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='com.ibm.icu.base' version='4.2.1.v20100412'/>
+ <provided namespace='osgi.bundle' name='com.ibm.icu.base' version='4.2.1.v20100412'/>
+ <provided namespace='java.package' name='com.ibm.icu.text' version='4.2.1.1'/>
+ <provided namespace='java.package' name='com.ibm.icu.util' version='4.2.1.1'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='com.ibm.icu.base' version='4.2.1.v20100412'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Copyright: Licensed Materials - Property of IBM (C) Copyright IBM Corp. 2000, 2010. All Rights Reserved. IBM is a registered trademark of IBM Corp.&#xA;Bundle-Name: %pluginName&#xA;Eclipse-LazyStart: true&#xA;Bundle-Localization: plugin&#xA;Bundle-Version: 4.2.1.v20100412&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-SymbolicName: com.ibm.icu.base; singleton:=true&#xA;Bundle-Vendor: %providerName&#xA;Manifest-Version: 1.0&#xA;Export-Package: com.ibm.icu.text;base=true;version=&quot;4.2.1.1&quot;,com.ibm.icu.util;base=true;version=&quot;4.2.1.1&quot;&#xA;Bundle-ManifestVersion: 2
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingwin32.win32.x86org.eclipse.update.configurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.update.configurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingwin32.win32.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:false);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.platform.feature.jar' version='3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M'>
+ <properties size='8'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Eclipse Platform'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Common OS-independent base of the Eclipse platform. (Binary runtime and user documentation.)'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2010 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.feature.jar' version='3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.platform' version='3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.platform' version='3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.ecf.provider.filetransfer.httpclient' version='4.0.0.v20100906-1425'>
+ <update id='org.eclipse.ecf.provider.filetransfer.httpclient' range='[0.0.0,4.0.0.v20100906-1425)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.plugin.provider' value='Eclipse.org - ECF'/>
+ <property name='df_LT.plugin.name' value='ECF HttpClient Filetransfer Provider'/>
+ <property name='org.eclipse.equinox.p2.name' value='%plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%plugin.provider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.httpclient' version='4.0.0.v20100906-1425'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ecf.provider.filetransfer.httpclient' version='4.0.0.v20100906-1425'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.internal.provider.filetransfer.httpclient' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.provider.filetransfer.httpclient' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='16'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ecf.provider.filetransfer' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ecf' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ecf.filetransfer' range='0.0.0'/>
+ <required namespace='java.package' name='org.apache.commons.httpclient' range='[3.0.1,3.1.0]'/>
+ <required namespace='java.package' name='org.apache.commons.httpclient.auth' range='[3.0.1,3.1.0]'/>
+ <required namespace='java.package' name='org.apache.commons.httpclient.methods' range='[3.0.1,3.1.0]'/>
+ <required namespace='java.package' name='org.apache.commons.httpclient.params' range='[3.0.1,3.1.0]'/>
+ <required namespace='java.package' name='org.apache.commons.httpclient.protocol' range='[3.0.1,3.1.0]'/>
+ <required namespace='java.package' name='org.apache.commons.httpclient.util' range='[3.0.1,3.1.0]'/>
+ <required namespace='java.package' name='org.eclipse.core.runtime.jobs' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.log' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.url' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='1.3.2'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ecf.provider.filetransfer.httpclient' version='4.0.0.v20100906-1425'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Import-Package: org.apache.commons.httpclient;version=&quot;[3.0.1,3.1.0]&quot;,org.apache.commons.httpclient.auth;version=&quot;[3.0.1,3.1.0]&quot;,org.apache.commons.httpclient.methods;version=&quot;[3.0.1,3.1.0]&quot;,org.apache.commons.httpclient.params;version=&quot;[3.0.1,3.1.0]&quot;,org.apache.commons.httpclient.protocol;version=&quot;[3.0.1,3.1.0]&quot;,org.apache.commons.httpclient.util;version=&quot;[3.0.1,3.1.0]&quot;,org.eclipse.core.runtime.jobs,org.eclipse.osgi.util;version=&quot;1.0.0&quot;,org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.service.log;version=&quot;1.3.0&quot;,org.osgi.service.url;version=&quot;1.0.0&quot;,org.osgi.util.tracker;version=&quot;1.3.2&quot;&#xA;Bundle-ManifestVersion: 2&#xA;Created-By: 1.5.0_22-b03 (Sun Microsystems Inc.)&#xA;Manifest-Version: 1.0&#xA;Bundle-Name: %plugin.name&#xA;Bundle-Vendor: %plugin.provider&#xA;Bundle-ActivationPolicy: lazy&#xA;Ant-Version: Apache Ant 1.7.1&#xA;Bundle-Version: 4.0.0.v20100906-1425&#xA;Export-Package: org.eclipse.ecf.internal.provider.filetransfer.httpclient;x-internal:=true,org.eclipse.ecf.provider.filetransfer.httpclient&#xA;Require-Bundle: org.eclipse.equinox.common,org.eclipse.ecf.provider.filetransfer,org.eclipse.ecf,org.eclipse.ecf.filetransfer&#xA;Bundle-Activator: org.eclipse.ecf.internal.provider.filetransfer.httpclient.Activator&#xA;Bundle-SymbolicName: org.eclipse.ecf.provider.filetransfer.httpclient;singleton:=true&#xA;Eclipse-LazyStart: true&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.examples.multipageeditor.source' version='3.2.200.I20100509-0800' singleton='false'>
+ <update id='org.eclipse.ui.examples.multipageeditor.source' range='[0.0.0,3.2.200.I20100509-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Multi-Page Editor Example Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.multipageeditor.source' version='3.2.200.I20100509-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.examples.multipageeditor.source' version='3.2.200.I20100509-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.examples.multipageeditor.source' version='3.2.200.I20100509-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.2.200.I20100509-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.examples.multipageeditor.source&#xA;Bundle-Name: %Plugin.name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ui.examples.multipageeditor;version=&quot;3.2.200.I20100509-0800&quot;;roots:=&quot;multipageeditorsrc&quot;&#xA;Bundle-Vendor: %Plugin.providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.text.source' version='3.5.100.v20100824-0800' singleton='false'>
+ <update id='org.eclipse.text.source' range='[0.0.0,3.5.100.v20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Text Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.text.source' version='3.5.100.v20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.text.source' version='3.5.100.v20100824-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.text.source' version='3.5.100.v20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.5.100.v20100824-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.text.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.text;version=&quot;3.5.100.v20100824-0800&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.gtk.linux.s390' version='3.7.0.v3707'>
+ <update id='org.eclipse.swt.gtk.linux.s390' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for GTK 2.0'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='12'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.linux.s390' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.gtk.linux.s390' version='3.7.0.v3707'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.accessibility.gtk' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.cairo' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.cde' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.gnome' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.gtk' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.mozilla' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.opengl.glx' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.swt' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='[3.0.0,4.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.gtk.linux.s390' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.swt; bundle-version=&quot;[3.0.0,4.0.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.swt.gtk.linux.s390; singleton:=true&#xA;Bundle-Version: 3.7.0.v3707&#xA;Export-Package: org.eclipse.swt.internal.accessibility.gtk; x-internal:=true,org.eclipse.swt.internal.cairo; x-internal:=true,org.eclipse.swt.internal.cde; x-internal:=true,org.eclipse.swt.internal.gnome; x-internal:=true,org.eclipse.swt.internal.gtk; x-internal:=true,org.eclipse.swt.internal.mozilla; x-internal:=true,org.eclipse.swt.internal.opengl.glx; x-internal:=true&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=s390))
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.sdk.examples.feature.jar' version='3.3.0.v20100527-817iFYzFEdcc-bWslCBPoNN'>
+ <properties size='8'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Eclipse SDK Examples'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Eclipse SDK examples. Used in conjunction with Eclipse Project SDK.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2007 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk.examples.feature.jar' version='3.3.0.v20100527-817iFYzFEdcc-bWslCBPoNN'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.sdk.examples' version='3.3.0.v20100527-817iFYzFEdcc-bWslCBPoNN'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.sdk.examples' version='3.3.0.v20100527-817iFYzFEdcc-bWslCBPoNN'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.search.source' version='3.6.100.v20100907-0800' singleton='false'>
+ <update id='org.eclipse.search.source' range='[0.0.0,3.6.100.v20100907-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Search Support Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.search.source' version='3.6.100.v20100907-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.search.source' version='3.6.100.v20100907-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.search.source' version='3.6.100.v20100907-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.6.100.v20100907-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.search.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.search;version=&quot;3.6.100.v20100907-0800&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.server.servletbridge.feature.group' version='1.0.0.v20100510-42A79oB5855K5E' singleton='false'>
+ <update id='org.eclipse.equinox.server.servletbridge.feature.group' range='[0.0.0,1.0.0.v20100510-42A79oB5855K5E)' severity='0'/>
+ <properties size='7'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Servletbridge Feature'/>
+ <property name='df_LT.providerName' value='Eclipse Equinox Project'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2010 IBM, Composent, Inc. and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.server.servletbridge.feature.group' version='1.0.0.v20100510-42A79oB5855K5E'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.servlet' range='[1.1.0.v20100503,1.1.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.servletbridge' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.servletbridge.extensionbundle' range='[1.2.0.v20100503,1.2.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.server.servletbridge.feature.jar' range='[1.0.0.v20100510-42A79oB5855K5E,1.0.0.v20100510-42A79oB5855K5E]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.server.servletbridge_root' range='[1.0.0.v20100510-42A79oB5855K5E,1.0.0.v20100510-42A79oB5855K5E]'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.extensionlocation' version='1.2.0.v20100518'>
+ <update id='org.eclipse.equinox.p2.extensionlocation' range='[0.0.0,1.2.0.v20100518)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Extension Location Repository Support'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.extensionlocation' version='1.2.0.v20100518'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.extensionlocation' version='1.2.0.v20100518'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.extensionlocation' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='22'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.metadata' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.artifact.repository.simple' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.core.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata.repository' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.publisher.eclipse' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.touchpoint.eclipse' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.update' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.directorywatcher' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.engine' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.publisher.eclipse' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.metadata.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.datalocation' range='1.1.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.resolver' range='1.2.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.extensionlocation' version='1.2.0.v20100518'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 1.2.0.v20100518&#xA;Import-Package: org.eclipse.equinox.internal.p2.artifact.repository.simple,org.eclipse.equinox.internal.p2.core.helpers,org.eclipse.equinox.internal.p2.metadata.repository,org.eclipse.equinox.internal.p2.publisher.eclipse,org.eclipse.equinox.internal.p2.touchpoint.eclipse,org.eclipse.equinox.internal.p2.update,org.eclipse.equinox.internal.provisional.p2.directorywatcher,org.eclipse.equinox.p2.core;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.engine;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.publisher.eclipse,org.eclipse.equinox.p2.repository;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.metadata.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.osgi.service.datalocation;version=&quot;1.1.0&quot;,org.eclipse.osgi.service.resolver;version=&quot;1.2.0&quot;,org.eclipse.osgi.util,org.osgi.framework&#xA;Bundle-Activator: org.eclipse.equinox.internal.p2.extensionlocation.Activator&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.equinox.p2.metadata&#xA;Export-Package: org.eclipse.equinox.internal.p2.extensionlocation;x-friends:=&quot;org.eclipse.equinox.p2.reconciler.dropins&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.extensionlocation;tag=v20100518&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.extensionlocation;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.executable_root.win32.win32.x86' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.win32.win32.x86' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.equinox.executable_root.win32.win32.x86' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.text' version='3.5.100.v20100824-0800' singleton='false'>
+ <update id='org.eclipse.text' range='[0.0.0,3.5.100.v20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Text'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='11'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.text' version='3.5.100.v20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.text' version='3.5.100.v20100824-0800'/>
+ <provided namespace='java.package' name='org.eclipse.jface.text' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.text.link' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.text.projection' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.text.source' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.text.templates' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.text.edits' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.text.undo' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='4'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.commands' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.5.0,4.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ <required namespace='java.package' name='com.ibm.icu.util' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.text' version='3.5.100.v20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Export-Package: org.eclipse.jface.text; text=&quot;split&quot;; mandatory:=&quot;text&quot;,org.eclipse.jface.text.link; text=&quot;split&quot;; mandatory:=&quot;text&quot;,org.eclipse.jface.text.projection,org.eclipse.jface.text.source; text=&quot;split&quot;; mandatory:=&quot;text&quot;,org.eclipse.jface.text.templates; text=&quot;split&quot;; mandatory:=&quot;text&quot;,org.eclipse.text.edits,org.eclipse.text.undo&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin&#xA;Require-Bundle: org.eclipse.core.commands;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.equinox.common;bundle-version=&quot;[3.5.0,4.0.0)&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.text;tag=v20100824-0800&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 3.5.100.v20100824-0800&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.text&#xA;Import-Package: com.ibm.icu.text,com.ibm.icu.util&#xA;Manifest-Version: 1.0
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.ds.tests' version='1.0.0.v20100601' singleton='false'>
+ <update id='org.eclipse.pde.ds.tests' range='[0.0.0,1.0.0.v20100601)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='PDE DS Tests'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.ds.tests' version='1.0.0.v20100601'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.ds.tests' version='1.0.0.v20100601'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.junit' range='3.8.2'/>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.core' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.ds.core' range='[1.0.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text' range='[3.3.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.ds.tests' version='1.0.0.v20100601'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.junit;bundle-version=&quot;3.8.2&quot;,org.eclipse.pde.core;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.pde.ds.core;bundle-version=&quot;[1.0.0,2.0.0)&quot;,org.eclipse.text;bundle-version=&quot;[3.3.0,4.0.0)&quot;&#xA;Bundle-Activator: org.eclipse.pde.internal.ds.tests.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/ds/org.eclipse.pde.ds.tests;tag=v20100601&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 1.0.0.v20100601&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.pde.ds.tests&#xA;Bundle-ActivationPolicy: lazy&#xA;Manifest-Version: 1.0
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.cocoa.macosx' version='1.1.100.v20100824a'>
+ <update id='org.eclipse.equinox.launcher.cocoa.macosx' range='[0.0.0,1.1.100.v20100824a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher MacOSX Cocoa Fragment'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='launcher.cocoa.macosx'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.cocoa.macosx' version='1.1.100.v20100824a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.launcher.cocoa.macosx' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.equinox.launcher' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.os=macosx)(osgi.ws=cocoa)(|(osgi.arch=ppc)(osgi.arch=x86)))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.launcher.cocoa.macosx' version='1.1.100.v20100824a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.cocoa.macosx;tag=v20100824a&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: launcher.cocoa.macosx&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.equinox.launcher;bundle-version=&quot;[1.0.0,1.3.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.launcher.cocoa.macosx;singleton:=true&#xA;Bundle-Version: 1.1.100.v20100824a&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=cocoa) (osgi.os=macosx) (|(osgi.arch=x86)(osgi.arch=ppc)) )
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.jmx.vm' version='1.0.0.v20100503'>
+ <update id='org.eclipse.equinox.jmx.vm' range='[0.0.0,1.0.0.v20100503)' severity='0'/>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.name' value='Resource Monitoring VM Extensions (Incubation)'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.vm' version='1.0.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.jmx.vm' version='1.0.0.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='8'>
+ <required namespace='java.package' name='javax.management' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.remote' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.jmx.common' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.jmx.common.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.jmx.server' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.jmx.vm' version='1.0.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Bundle-Localization: plugin&#xA;Bundle-Activator: org.eclipse.equinox.jmx.internal.vm.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/incubator/monitoring/bundles/org.eclipse.equinox.jmx.vm;tag=v20100503&#xA;Bundle-Name: Resource Monitoring VM Extensions (Incubation)&#xA;Bundle-Version: 1.0.0.v20100503&#xA;Bundle-Vendor: Eclipse.org&#xA;Bundle-SymbolicName: org.eclipse.equinox.jmx.vm;singleton:=true&#xA;Import-Package: javax.management,javax.management.remote,org.eclipse.core.runtime; common=split,org.eclipse.equinox.jmx.common,org.eclipse.equinox.jmx.common.util,org.eclipse.equinox.jmx.server,org.eclipse.osgi.util,org.osgi.framework&#xA;Manifest-Version: 1.0&#xA;Eclipse-LazyStart: true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.cvs.source.feature.group' version='1.2.0.v20100427-7B77FO-8sF7B77cDI5BHB5' singleton='false'>
+ <update id='org.eclipse.cvs.source.feature.group' range='[0.0.0,1.2.0.v20100427-7B77FO-8sF7B77cDI5BHB5)' severity='0'/>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Eclipse CVS Client Resources'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='API documentation and source code zips for Eclipse CVS client.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2009 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.cvs.source.feature.group' version='1.2.0.v20100427-7B77FO-8sF7B77cDI5BHB5'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.cvs.source' range='[1.0.500.v201009211024,1.0.500.v201009211024]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.cvs.core.source' range='[3.3.400.I20100912-2000,3.3.400.I20100912-2000]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.cvs.ssh2.source' range='[3.2.300.I20100526-0800,3.2.300.I20100526-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.cvs.ui.source' range='[3.3.400.I20100912-2000,3.3.400.I20100912-2000]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.cvs.source.feature.jar' range='[1.2.0.v20100427-7B77FO-8sF7B77cDI5BHB5,1.2.0.v20100427-7B77FO-8sF7B77cDI5BHB5]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.rcp.configuration_root.motif.hpux.ia64_32' version='1.0.0.I20100921-1024'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.motif.hpux.ia64_32' version='1.0.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.rcp.configuration_root.motif.hpux.ia64_32' version='1.0.0.I20100921-1024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='2'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:eclipse, permissions:755);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.sdk.examples.source.feature.group' version='3.3.0.v20100527' singleton='false'>
+ <update id='org.eclipse.sdk.examples.source.feature.group' range='[0.0.0,3.3.0.v20100527)' severity='0'/>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Eclipse SDK Examples Source'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Eclipse SDK examples. Used in conjunction with Eclipse Project SDK.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2007 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk.examples.source.feature.group' version='3.3.0.v20100527'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='24'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare.examples.source' range='[3.1.200.I20100629-0800,3.1.200.I20100629-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare.examples.xml.source' range='[3.3.200.I20100629-0800,3.3.200.I20100629-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.debug.examples.core.source' range='[1.2.0.v20100505,1.2.0.v20100505]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.debug.examples.ui.source' range='[1.2.0.v20100526,1.2.0.v20100526]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jface.examples.databinding.source' range='[1.0.200.I20100601-0800,1.0.200.I20100601-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.source' range='[3.6.0.v3707,3.6.0.v3707]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.browser.source' range='[3.1.100.v3707,3.1.100.v3707]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.browser.demos.source' range='[3.1.200.v3707,3.1.200.v3707]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.controls.source' range='[3.1.100.v3707,3.1.100.v3707]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.launcher.source' range='[3.1.100.v3707,3.1.100.v3707]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.layouts.source' range='[3.1.100.v3707,3.1.100.v3707]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.paint.source' range='[3.1.100.v3707,3.1.100.v3707]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.javaeditor.source' range='[3.1.100.v20100824-0800,3.1.100.v20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.multipageeditor.source' range='[3.2.200.I20100509-0800,3.2.200.I20100509-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.propertysheet.source' range='[3.2.100.I20100509-0800,3.2.100.I20100509-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.readmetool.source' range='[3.3.100.I20100509-0800,3.3.100.I20100509-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.contributions.source' range='[3.3.100.I20100509-0800,3.3.100.I20100509-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.undo.source' range='[3.2.200.I20100509-0800,3.2.200.I20100509-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.views.properties.tabbed.article.source' range='[3.2.1.I20100517-1500,3.2.1.I20100517-1500]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.fieldassist.source' range='[1.1.2.I20100601-0800,1.1.2.I20100601-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.examples.filesystem.source' range='[3.4.100.I20100629-0800,3.4.100.I20100629-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.ole.win32.source' range='[3.1.100.v3707,3.1.100.v3707]'>
+ <filter>
+ (osgi.ws=win32)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk.examples.source' range='[3.2.0.v20100628,3.2.0.v20100628]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk.examples.source.feature.jar' range='[3.3.0.v20100527,3.3.0.v20100527]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.team.tests.cvs.core' version='3.3.300.I20100810-0800'>
+ <update id='org.eclipse.team.tests.cvs.core' range='[0.0.0,3.3.300.I20100810-0800)' severity='0'/>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.name' value='Eclipse CVS Tests Core'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='11'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.tests.cvs.core' version='3.3.300.I20100810-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.team.tests.cvs.core' version='3.3.300.I20100810-0800'/>
+ <provided namespace='java.package' name='org.eclipse.team.tests.ccvs.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.tests.ccvs.core.compatible' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.tests.ccvs.core.cvsresources' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.tests.ccvs.core.mappings' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.tests.ccvs.core.provider' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.tests.ccvs.core.subscriber' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.tests.ccvs.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.tests.ccvs.ui.benchmark' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='20'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.tests.harness' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime.compatibility' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.cvs.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.cvs.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.compare' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='3.8.1'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.tests.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.tests.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.team.tests.cvs.core' version='3.3.300.I20100810-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: Eclipse CVS Tests Core&#xA;Bundle-ClassPath: cvstests.jar&#xA;Require-Bundle: org.eclipse.ui.ide;resolution:=optional,org.eclipse.ui.views;resolution:=optional,org.eclipse.jface.text;resolution:=optional,org.eclipse.ui.workbench.texteditor;resolution:=optional,org.eclipse.ui.editors;resolution:=optional,org.eclipse.core.tests.harness,org.eclipse.core.runtime.compatibility,org.eclipse.core.runtime,org.eclipse.core.resources,org.eclipse.team.core,org.eclipse.team.cvs.core,org.eclipse.team.ui,org.eclipse.team.cvs.ui,org.eclipse.compare,org.eclipse.ui,org.junit;bundle-version=&quot;3.8.1&quot;,org.eclipse.team.tests.core,org.eclipse.test.performance,org.eclipse.core.tests.resources,org.eclipse.core.expressions&#xA;Bundle-Activator: org.eclipse.team.tests.ccvs.core.TeamCVSTestPlugin&#xA;Bundle-Vendor: Eclipse.org&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.team.tests.cvs.core;tag=I20100810-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.3.300.I20100810-0800&#xA;Bundle-Localization: plugin&#xA;Eclipse-AutoStart: true&#xA;Export-Package: org.eclipse.team.tests.ccvs.core,org.eclipse.team.tests.ccvs.core.compatible,org.eclipse.team.tests.ccvs.core.cvsresources,org.eclipse.team.tests.ccvs.core.mappings,org.eclipse.team.tests.ccvs.core.provider,org.eclipse.team.tests.ccvs.core.subscriber,org.eclipse.team.tests.ccvs.ui,org.eclipse.team.tests.ccvs.ui.benchmark&#xA;Bundle-SymbolicName: org.eclipse.team.tests.cvs.core; singleton:=true&#xA;Plugin-Class: org.eclipse.team.tests.ccvs.core.TeamCVSTestPlugin
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.simpleconfigurator.source' version='1.0.200.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.simpleconfigurator.source' range='[0.0.0,1.0.200.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Simple Configurator Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.simpleconfigurator.source' version='1.0.200.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator.source' version='1.0.200.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.simpleconfigurator.source' version='1.0.200.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.200.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.simpleconfigurator.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.simpleconfigurator;version=&quot;1.0.200.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.apache.jasper' version='5.5.17.v201004212143' singleton='false'>
+ <update id='org.apache.jasper' range='[0.0.0,5.5.17.v201004212143)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleProvider' value='Eclipse.org'/>
+ <property name='df_LT.bundleName' value='Apache Jasper 2 Plug-in'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleProvider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='15'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.apache.jasper' version='5.5.17.v201004212143'/>
+ <provided namespace='osgi.bundle' name='org.apache.jasper' version='5.5.17.v201004212143'/>
+ <provided namespace='java.package' name='org.apache.jasper' version='5.5.17'/>
+ <provided namespace='java.package' name='org.apache.jasper.compiler' version='5.5.17'/>
+ <provided namespace='java.package' name='org.apache.jasper.compiler.tagplugin' version='5.5.17'/>
+ <provided namespace='java.package' name='org.apache.jasper.resources' version='5.5.17'/>
+ <provided namespace='java.package' name='org.apache.jasper.runtime' version='5.5.17'/>
+ <provided namespace='java.package' name='org.apache.jasper.security' version='5.5.17'/>
+ <provided namespace='java.package' name='org.apache.jasper.servlet' version='5.5.17'/>
+ <provided namespace='java.package' name='org.apache.jasper.tagplugins.jstl' version='5.5.17'/>
+ <provided namespace='java.package' name='org.apache.jasper.tagplugins.jstl.core' version='5.5.17'/>
+ <provided namespace='java.package' name='org.apache.jasper.util' version='5.5.17'/>
+ <provided namespace='java.package' name='org.apache.jasper.xmlparser' version='5.5.17'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='18'>
+ <required namespace='java.package' name='javax.servlet' range='[2.4.0,3.0.0)'/>
+ <required namespace='java.package' name='javax.servlet.http' range='[2.4.0,3.0.0)'/>
+ <required namespace='java.package' name='javax.servlet.jsp' range='[2.0.0,2.1.0)'/>
+ <required namespace='java.package' name='javax.servlet.jsp.el' range='[2.0.0,2.1.0)'/>
+ <required namespace='java.package' name='javax.servlet.jsp.resources' range='[2.0.0,2.1.0)'/>
+ <required namespace='java.package' name='javax.servlet.jsp.tagext' range='[2.0.0,2.1.0)'/>
+ <required namespace='java.package' name='javax.servlet.resources' range='[2.4.0,3.0.0)'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='org.apache.commons.el' range='[1.0.0,2.0.0)'/>
+ <required namespace='java.package' name='org.apache.commons.logging' range='[1.0.0,2.0.0)'/>
+ <required namespace='java.package' name='org.apache.tools.ant' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='org.apache.tools.ant.taskdefs' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='org.apache.tools.ant.types' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='org.apache.tools.ant.util' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='org.w3c.dom' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax.ext' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax.helpers' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.apache.jasper' version='5.5.17.v201004212143'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %bundleName&#xA;Bundle-ClassPath: .&#xA;Bundle-Localization: plugin&#xA;Bundle-Version: 5.5.17.v201004212143&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-SymbolicName: org.apache.jasper&#xA;Bundle-Vendor: %bundleProvider&#xA;Import-Package: javax.servlet;version=&quot;[2.4, 3.0)&quot;,javax.servlet.http;version=&quot;[2.4, 3.0)&quot;,javax.servlet.jsp;version=&quot;[2.0, 2.1)&quot;,javax.servlet.jsp.el;version=&quot;[2.0, 2.1)&quot;,javax.servlet.jsp.resources;version=&quot;[2.0, 2.1)&quot;,javax.servlet.jsp.tagext;version=&quot;[2.0, 2.1)&quot;,javax.servlet.resources;version=&quot;[2.4, 3.0)&quot;,javax.xml.parsers,org.apache.commons.el;version=&quot;[1.0.0,2.0.0)&quot;,org.apache.commons.logging;version=&quot;[1.0.0,2.0.0)&quot;,org.apache.tools.ant;resolution:=optional,org.apache.tools.ant.taskdefs;resolution:=optional,org.apache.tools.ant.types;resolution:=optional,org.apache.tools.ant.util;resolution:=optional,org.w3c.dom,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers&#xA;Manifest-Version: 1.0&#xA;Export-Package: org.apache.jasper;version=&quot;5.5.17&quot;,org.apache.jasper.compiler;version=&quot;5.5.17&quot;,org.apache.jasper.compiler.tagplugin;version=&quot;5.5.17&quot;,org.apache.jasper.resources;version=&quot;5.5.17&quot;,org.apache.jasper.runtime;version=&quot;5.5.17&quot;,org.apache.jasper.security;version=&quot;5.5.17&quot;,org.apache.jasper.servlet;version=&quot;5.5.17&quot;,org.apache.jasper.tagplugins.jstl;version=&quot;5.5.17&quot;,org.apache.jasper.tagplugins.jstl.core;version=&quot;5.5.17&quot;,org.apache.jasper.util;version=&quot;5.5.17&quot;,org.apache.jasper.xmlparser;version=&quot;5.5.17&quot;&#xA;Bundle-ManifestVersion: 2
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.director.app.source' version='1.0.300.v20100809-1900' singleton='false'>
+ <update id='org.eclipse.equinox.p2.director.app.source' range='[0.0.0,1.0.300.v20100809-1900)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Director Application Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.director.app.source' version='1.0.300.v20100809-1900'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.director.app.source' version='1.0.300.v20100809-1900'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.director.app.source' version='1.0.300.v20100809-1900'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.300.v20100809-1900&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.director.app.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.director.app;version=&quot;1.0.300.v20100809-1900&quot;;roots:=&quot;.,ant_tasks/director-antsrc&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.views.log.source' version='1.0.200.v20100910' singleton='false'>
+ <update id='org.eclipse.ui.views.log.source' range='[0.0.0,1.0.200.v20100910)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.name' value='Log View Source'/>
+ <property name='df_LT.provider-name' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%provider-name'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.views.log.source' version='1.0.200.v20100910'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.views.log.source' version='1.0.200.v20100910'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.views.log.source' version='1.0.200.v20100910'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.200.v20100910&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.views.log.source&#xA;Bundle-Name: %name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ui.views.log;version=&quot;1.0.200.v20100910&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %provider-name
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.junit.runtime.source' version='3.4.200.v20100824-0800' singleton='false'>
+ <update id='org.eclipse.jdt.junit.runtime.source' range='[0.0.0,3.4.200.v20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Development Tools JUnit Runtime Support Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.junit.runtime.source' version='3.4.200.v20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.junit.runtime.source' version='3.4.200.v20100824-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.junit.runtime.source' version='3.4.200.v20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.4.200.v20100824-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.jdt.junit.runtime.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.jdt.junit.runtime;version=&quot;3.4.200.v20100824-0800&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.compiler.apt.source' version='1.0.300.v20100513-0845' singleton='false'>
+ <update id='org.eclipse.jdt.compiler.apt.source' range='[0.0.0,1.0.300.v20100513-0845)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Java Compiler Apt Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='compiler_apt_fragment'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.compiler.apt.source' version='1.0.300.v20100513-0845'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.compiler.apt.source' version='1.0.300.v20100513-0845'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.compiler.apt.source' version='1.0.300.v20100513-0845'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.300.v20100513-0845&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.jdt.compiler.apt.source&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: compiler_apt_fragment&#xA;Eclipse-SourceBundle: org.eclipse.jdt.compiler.apt;version=&quot;1.0.300.v20100513-0845&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.help.webapp' version='3.5.100.v20100830'>
+ <update id='org.eclipse.help.webapp' range='[0.0.0,3.5.100.v20100830)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.help_webapp_plugin_name' value='Help System Webapp'/>
+ <property name='org.eclipse.equinox.p2.name' value='%help_webapp_plugin_name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='8'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.webapp' version='3.5.100.v20100830'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.help.webapp' version='3.5.100.v20100830'/>
+ <provided namespace='java.package' name='org.eclipse.help.internal.webapp' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.internal.webapp.data' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.internal.webapp.servlet' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.help.webapp' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='10'>
+ <required namespace='osgi.bundle' name='org.eclipse.help.base' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.apache.jasper' range='5.5.17'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.jsp.jasper.registry' range='1.0.100'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.http.registry' range='1.0.200'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='3.4.200'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='3.8.0'/>
+ <required namespace='java.package' name='javax.servlet' range='2.4.0'/>
+ <required namespace='java.package' name='javax.servlet.http' range='2.4.0'/>
+ <required namespace='java.package' name='org.osgi.service.http' range='1.2.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.help.webapp' version='3.5.100.v20100830'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %help_webapp_plugin_name&#xA;Bundle-Version: 3.5.100.v20100830&#xA;Import-Package: com.ibm.icu.text;version=&quot;3.8.0&quot;,javax.servlet;version=&quot;2.4.0&quot;,javax.servlet.http;version=&quot;2.4.0&quot;,org.osgi.service.http;version=&quot;1.2.0&quot;&#xA;Bundle-Activator: org.eclipse.help.internal.webapp.HelpWebappPlugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.help.base;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.apache.jasper;bundle-version=&quot;5.5.17&quot;,org.eclipse.equinox.jsp.jasper.registry;bundle-version=&quot;1.0.100&quot;,org.eclipse.equinox.http.registry;bundle-version=&quot;1.0.200&quot;,org.eclipse.core.expressions;bundle-version=&quot;3.4.200&quot;&#xA;Export-Package: org.eclipse.help.internal.webapp;x-friends:=&quot;org.eclipse.ua.tests&quot;,org.eclipse.help.internal.webapp.data;x-friends:=&quot;org.eclipse.ua.tests&quot;,org.eclipse.help.internal.webapp.servlet;x-friends:=&quot;org.eclipse.ua.tests,org.eclipse.ua.tests.doc&quot;,org.eclipse.help.webapp&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.help.webapp;tag=v20100830&#xA;Bundle-SymbolicName: org.eclipse.help.webapp;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.examples.fieldassist.source' version='1.1.2.I20100601-0800' singleton='false'>
+ <update id='org.eclipse.ui.examples.fieldassist.source' range='[0.0.0,1.1.2.I20100601-0800)' severity='0'/>
+ <properties size='3'>
+ <property name='df_LT.Plugin.name' value='Field Assist Example Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.fieldassist.source' version='1.1.2.I20100601-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.examples.fieldassist.source' version='1.1.2.I20100601-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.examples.fieldassist.source' version='1.1.2.I20100601-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %Plugin.name&#xA;Bundle-Version: 1.1.2.I20100601-0800&#xA;Bundle-SymbolicName: org.eclipse.ui.examples.fieldassist.source&#xA;Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-SourceBundle: org.eclipse.ui.examples.fieldassist;version=&quot;1.1.2.I20100601-0800&quot;;roots:=&quot;.&quot;&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcarbon.macosx.ppcorg.eclipse.equinox.event' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.ppcorg.eclipse.equinox.event' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcarbon.macosx.ppc' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.x86_64org.eclipse.equinox.common' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.equinox.common' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.x86_64' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.supplement' version='1.3.100.v20100910' singleton='false'>
+ <update id='org.eclipse.equinox.supplement' range='[0.0.0,1.3.100.v20100910)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Supplemental Equinox Functionality'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='18'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.supplement' version='1.3.100.v20100910'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.supplement' version='1.3.100.v20100910'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.framework.log' version='1.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.service.datalocation' version='1.3.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.service.debug' version='1.1.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.service.environment' version='1.3.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.service.localization' version='1.1.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.service.runnable' version='1.1.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.service.urlconversion' version='1.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.storagemanager' version='1.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.util' version='1.1.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.framework.debug' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.framework.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.framework.internal.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.framework.internal.reliablefile' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.runtime.internal.adaptor' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='11'>
+ <required namespace='java.package' name='org.osgi.framework' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.framework.log' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.datalocation' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.debug' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.environment' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.localization' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.runnable' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.urlconversion' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.storagemanager' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.supplement' version='1.3.100.v20100910'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,OSGi/Minimum-1.2&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/framework/bundles/org.eclipse.osgi/supplement;project=&quot;org.eclipse.equinox.supplement&quot;;tag=v20100910&#xA;Import-Package: org.osgi.framework,org.osgi.util.tracker,org.eclipse.osgi.framework.log,org.eclipse.osgi.service.datalocation,org.eclipse.osgi.service.debug,org.eclipse.osgi.service.environment,org.eclipse.osgi.service.localization,org.eclipse.osgi.service.runnable,org.eclipse.osgi.service.urlconversion,org.eclipse.osgi.storagemanager,org.eclipse.osgi.util&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.supplement&#xA;Bundle-Version: 1.3.100.v20100910&#xA;Export-Package: org.eclipse.osgi.framework.log;version=&quot;1.0&quot;,org.eclipse.osgi.service.datalocation;version=&quot;1.3&quot;,org.eclipse.osgi.service.debug;version=&quot;1.1&quot;,org.eclipse.osgi.service.environment;version=&quot;1.3&quot;,org.eclipse.osgi.service.localization;version=&quot;1.1&quot;,org.eclipse.osgi.service.runnable;version=&quot;1.1&quot;,org.eclipse.osgi.service.urlconversion;version=&quot;1.0&quot;,org.eclipse.osgi.storagemanager;version=&quot;1.0&quot;,org.eclipse.osgi.util;version=&quot;1.1&quot;,org.eclipse.osgi.framework.debug;x-internal:=true,org.eclipse.osgi.framework.util;x-internal:=true,org.eclipse.osgi.framework.internal.core;x-internal:=true,org.eclipse.osgi.framework.internal.reliablefile;x-internal:=true,org.eclipse.core.runtime.internal.adaptor;x-internal:=true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.sdk' version='3.7.0.v201009211024'>
+ <update id='org.eclipse.sdk' range='[0.0.0,3.7.0.v201009211024)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Eclipse Project SDK'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk' version='3.7.0.v201009211024'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.sdk' version='3.7.0.v201009211024'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.help.ui' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.help.base' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.cheatsheets' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide.application' range='[1.0.0,2.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.sdk' version='3.7.0.v201009211024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Require-Bundle: org.eclipse.ui;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.help.ui;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.help.base;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.ui.cheatsheets;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.ui.ide.application;bundle-version=&quot;[1.0.0,2.0.0)&quot;&#xA;Manifest-Version: 1.0&#xA;Eclipse-AutoStart: true&#xA;Bundle-Version: 3.7.0.v201009211024&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.sdk;tag=v20100629&#xA;Bundle-SymbolicName: org.eclipse.sdk; singleton:=true&#xA;Bundle-Localization: plugin&#xA;Bundle-Name: %pluginName&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.ini.gtk.solaris.sparc' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.ini.gtk.solaris.sparc' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.ide' name='org.eclipse.platform.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.build' version='3.6.100.v20100830'>
+ <update id='org.eclipse.pde.build' range='[0.0.0,3.6.100.v20100830)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Plug-in Development Environment Build Support'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='16'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.build' version='3.6.100.v20100830'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.build' version='3.6.100.v20100830'/>
+ <provided namespace='java.package' name='org.eclipse.pde.build' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.build' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.build.ant' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.build.builder' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.build.fetch' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.build.packager' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.build.properties' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.build.publisher' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.build.publisher.compatibility' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.build.site' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.build.site.compatibility' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.swt.tools' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='25'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ant.core' range='[3.1.100,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime.compatibility' range='[3.1.100,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.osgi' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.jarprocessor' range='[1.0.1,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.publisher' range='1.1.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.repository.tools' range='[2.0.0,3.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.director.app' range='1.0.200'/>
+ <required namespace='java.package' name='com.ibm.icu.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.frameworkadmin' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.core.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.engine' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.engine.phases' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.updatesite' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.frameworkadmin' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.engine' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.simpleconfigurator.manipulator' range='[2.0.0,3.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.build' version='3.6.100.v20100830'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Import-Package: com.ibm.icu.util,org.eclipse.equinox.frameworkadmin;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.internal.p2.core.helpers,org.eclipse.equinox.internal.p2.engine,org.eclipse.equinox.internal.p2.engine.phases,org.eclipse.equinox.internal.p2.metadata,org.eclipse.equinox.internal.p2.updatesite;resolution:=optional,org.eclipse.equinox.internal.provisional.frameworkadmin,org.eclipse.equinox.p2.core;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.engine;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.simpleconfigurator.manipulator;version=&quot;[2.0.0,3.0.0)&quot;&#xA;Bundle-ManifestVersion: 2&#xA;Manifest-Version: 1.0&#xA;Bundle-Name: %pluginName&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ClassPath: pdebuild.jar&#xA;Bundle-Version: 3.6.100.v20100830&#xA;Export-Package: org.eclipse.pde.build,org.eclipse.pde.internal.build;x-friends:=&quot;org.eclipse.pde.core,org.eclipse.pde.ui,org.eclipse.pde.launching&quot;,org.eclipse.pde.internal.build.ant;x-internal:=true,org.eclipse.pde.internal.build.builder;x-internal:=true,org.eclipse.pde.internal.build.fetch;x-internal:=true,org.eclipse.pde.internal.build.packager;x-friends:=&quot;org.eclipse.pde.core&quot;,org.eclipse.pde.internal.build.properties;x-internal:=true,org.eclipse.pde.internal.build.publisher;x-internal:=true,org.eclipse.pde.internal.build.publisher.compatibility;x-internal:=true,org.eclipse.pde.internal.build.site;x-friends:=&quot;org.eclipse.pde.core,org.eclipse.pde.ui&quot;,org.eclipse.pde.internal.build.site.compatibility;x-internal:=true,org.eclipse.pde.internal.swt.tools;x-internal:=true&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.ant.core;bundle-version=&quot;[3.1.100,4.0.0)&quot;,org.eclipse.core.runtime.compatibility;bundle-version=&quot;[3.1.100,4.0.0)&quot;;resolution:=optional,org.eclipse.osgi;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.equinox.p2.jarprocessor;bundle-version=&quot;[1.0.1,2.0.0)&quot;,org.eclipse.equinox.p2.publisher;bundle-version=&quot;1.1.0&quot;,org.eclipse.equinox.p2.repository.tools;bundle-version=&quot;[2.0.0,3.0.0)&quot;;resolution:=optional,org.eclipse.equinox.p2.director.app;bundle-version=&quot;1.0.200&quot;&#xA;Bundle-Activator: org.eclipse.pde.internal.build.BuildActivator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/build/org.eclipse.pde.build;tag=v20100830&#xA;Bundle-SymbolicName: org.eclipse.pde.build;singleton:=true&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.repository.tools.source' version='2.0.0.v20100712-1655' singleton='false'>
+ <update id='org.eclipse.equinox.p2.repository.tools.source' range='[0.0.0,2.0.0.v20100712-1655)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Equinox p2 repository tools. Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.repository.tools.source' version='2.0.0.v20100712-1655'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.repository.tools.source' version='2.0.0.v20100712-1655'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.repository.tools.source' version='2.0.0.v20100712-1655'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 2.0.0.v20100712-1655&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.repository.tools.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.repository.tools;version=&quot;2.0.0.v20100712-1655&quot;;roots:=&quot;lib/repository-tools-antsrc,.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.examples.readmetool.source' version='3.3.100.I20100509-0800' singleton='false'>
+ <update id='org.eclipse.ui.examples.readmetool.source' range='[0.0.0,3.3.100.I20100509-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Readme File Editing Tool Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.readmetool.source' version='3.3.100.I20100509-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.examples.readmetool.source' version='3.3.100.I20100509-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.examples.readmetool.source' version='3.3.100.I20100509-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.3.100.I20100509-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.examples.readmetool.source&#xA;Bundle-Name: %Plugin.name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ui.examples.readmetool;version=&quot;3.3.100.I20100509-0800&quot;;roots:=&quot;readmetoolsrc&quot;&#xA;Bundle-Vendor: %Plugin.providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.examples.launcher' version='3.1.100.v3707'>
+ <update id='org.eclipse.swt.examples.launcher' range='[0.0.0,3.1.100.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.plugin.SWTLauncherExample.name' value='SWT Launcher Example Plugin'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%plugin.SWTLauncherExample.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.launcher' version='3.1.100.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.examples.launcher' version='3.1.100.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='12'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.launching' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.examples.launcher' version='3.1.100.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Require-Bundle: org.eclipse.ui.ide,org.eclipse.ui.views,org.eclipse.jface.text,org.eclipse.ui.workbench.texteditor,org.eclipse.ui.editors,org.eclipse.core.runtime,org.eclipse.core.resources,org.eclipse.ui,org.eclipse.swt,org.eclipse.jdt.launching,org.eclipse.debug.core,org.eclipse.jdt.core&#xA;Bundle-Activator: org.eclipse.swt.examples.launcher.LauncherPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.swt.examples.launcher;tag=v3707&#xA;Bundle-Name: %plugin.SWTLauncherExample.name&#xA;Bundle-Version: 3.1.100.v3707&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.swt.examples.launcher; singleton:=true&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ClassPath: launcher.jar&#xA;Manifest-Version: 1.0
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.ini.gtk.solaris.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.gtk.solaris.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.core' version='2.0.0.v20100510'>
+ <update id='org.eclipse.equinox.p2.core' range='[0.0.0,2.0.0.v20100510)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Core'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='9'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.core' version='2.0.0.v20100510'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.core' version='2.0.0.v20100510'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.core.helpers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.core.eventbus' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.core' version='2.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.core.spi' version='2.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='7'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.5.0,4.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.framework.eventmgr' range='1.2.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.framework.log' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.debug' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='1.3.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.core' version='2.0.0.v20100510'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Import-Package: org.eclipse.osgi.framework.eventmgr;version=&quot;1.2.0&quot;,org.eclipse.osgi.framework.log;version=&quot;1.0.0&quot;,org.eclipse.osgi.service.debug;version=&quot;1.0.0&quot;,org.eclipse.osgi.util;version=&quot;1.0.0&quot;,org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.util.tracker;version=&quot;1.3.0&quot;&#xA;Bundle-ManifestVersion: 2&#xA;Manifest-Version: 1.0&#xA;Bundle-Name: %pluginName&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ClassPath: .&#xA;Bundle-Version: 2.0.0.v20100510&#xA;Export-Package: org.eclipse.equinox.internal.p2.core;x-friends:=&quot;org.eclipse.equinox.p2.metadata.generator,org.eclipse.equinox.p2.publisher,org.eclipse.equinox.p2.repository&quot;,org.eclipse.equinox.internal.p2.core.helpers; x-friends:=&quot;org.eclipse.equinox.frameworkadmin.test, org.eclipse.equinox.p2.artifact.optimizers, org.eclipse.equinox.p2.artifact.processors, org.eclipse.equinox.p2.artifact.repository, org.eclipse.equinox.p2.console, org.eclipse.equinox.p2.director, org.eclipse.equinox.p2.director.app, org.eclipse.equinox.p2.directorywatcher, org.eclipse.equinox.p2.download, org.eclipse.equinox.p2.engine, org.eclipse.equinox.p2.extensionlocation, org.eclipse.equinox.p2.garbagecollector, org.eclipse.equinox.p2.installer, org.eclipse.equinox.p2.metadata, org.eclipse.equinox.p2.metadata.generator, org.eclipse.equinox.p2.metadata.repository, org.eclipse.equinox.p2.operations, org.eclipse.equinox.p2.publisher, org.eclipse.equinox.p2.ql, org.eclipse.equinox.p2.reconciler.dropins, org.eclipse.equinox.p2.repository, org.eclipse.equinox.p2.repository.tools, org.eclipse.equinox.p2.repositoryoptimizer, org.eclipse.equinox.p2.touchpoint.eclipse, org.eclipse.equinox.p2.touchpoint.natives, org.eclipse.equinox.p2.ui, org.eclipse.equinox.p2.ui.admin, org.eclipse.equinox.p2.ui.sdk, org.eclipse.equinox.p2.ui.sdk.scheduler, org.eclipse.equinox.p2.updatechecker, org.eclipse.equinox.p2.updatechecker.app, org.eclipse.equinox.p2.updatesite&quot;,org.eclipse.equinox.internal.provisional.p2.core.eventbus; x-friends:=&quot;org.eclipse.equinox.p2.artifact.repository, org.eclipse.equinox.p2.director, org.eclipse.equinox.p2.directorywatcher, org.eclipse.equinox.p2.engine, org.eclipse.equinox.p2.garbagecollector, org.eclipse.equinox.p2.metadata, org.eclipse.equinox.p2.metadata.generator, org.eclipse.equinox.p2.metadata.repository, org.eclipse.equinox.p2.operations, org.eclipse.equinox.p2.publisher, org.eclipse.equinox.p2.repository, org.eclipse.equinox.p2.touchpoint.eclipse, org.eclipse.equinox.p2.touchpoint.natives, org.eclipse.equinox.p2.ui, org.eclipse.equinox.p2.ui.sdk, org.eclipse.equinox.p2.ui.sdk.scheduler, org.eclipse.equinox.p2.updatesite&quot;,org.eclipse.equinox.p2.core;version=&quot;2.0.0&quot;,org.eclipse.equinox.p2.core.spi;version=&quot;2.0.0&quot;&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;[3.5.0,4.0.0)&quot;&#xA;Bundle-Activator: org.eclipse.equinox.internal.p2.core.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.core;tag=v20100510&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.core;singleton:=true&#xA;Service-Component: OSGI-INF/eventBus.xml, OSGI-INF/agentProvider.xml&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingwin32.win32.x86_64org.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingwin32.win32.x86_64' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:1);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.s390xorg.eclipse.equinox.common' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.equinox.common' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.s390x' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.x86org.eclipse.equinox.ds' version='1.1.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.ds' version='1.1.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.equinox.p2.ui.admin.rcp.product.config.gtk.linux.x86' version='1.1.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.p2.ui.admin.rcp.product.config.gtk.linux.x86' version='1.1.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.equinox.p2.ui.admin.rcp.product' name='org.eclipse.equinox.p2.ui.admin.rcp.product.config' version='1.1.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.application,propValue:org.eclipse.equinox.p2.ui.admin.rcp.application);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.equinox.p2.ui.admin.rcp.product);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='javax.servlet' version='2.5.0.v200910301333' singleton='false'>
+ <update id='javax.servlet' range='[0.0.0,2.5.0.v200910301333)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleProvider' value='Eclipse.org'/>
+ <property name='df_LT.bundleName' value='Servlet API Bundle'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleProvider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='javax.servlet' version='2.5.0.v200910301333'/>
+ <provided namespace='osgi.bundle' name='javax.servlet' version='2.5.0.v200910301333'/>
+ <provided namespace='java.package' name='javax.servlet' version='2.5.0'/>
+ <provided namespace='java.package' name='javax.servlet.http' version='2.5.0'/>
+ <provided namespace='java.package' name='javax.servlet.resources' version='2.5.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='javax.servlet' version='2.5.0.v200910301333'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-Vendor: %bundleProvider&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,J2SE-1.4&#xA;Bundle-Name: %bundleName&#xA;Export-Package: javax.servlet;version=&quot;2.5&quot;,javax.servlet.http;version=&quot;2.5&quot;,javax.servlet.resources;version=&quot;2.5&quot;&#xA;Bundle-Version: 2.5.0.v200910301333&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-SymbolicName: javax.servlet
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ant.launching' version='1.0.0.v20100427'>
+ <update id='org.eclipse.ant.launching' range='[0.0.0,1.0.0.v20100427)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Ant Launching Support'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='9'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ant.launching' version='1.0.0.v20100427'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ant.launching' version='1.0.0.v20100427'/>
+ <provided namespace='java.package' name='org.eclipse.ant.internal.launching' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.internal.launching.debug' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.internal.launching.debug.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.internal.launching.launchConfigurations' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.launching' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='10'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.core' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.launching' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.variables' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ant.core' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.apache.ant' range='1.7.1'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.externaltools' range='[1.0.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.5.0,4.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ant.launching' version='1.0.0.v20100427'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 1.0.0.v20100427&#xA;Import-Package: com.ibm.icu.text&#xA;Bundle-Activator: org.eclipse.ant.internal.launching.AntLaunching&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.debug.core;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.jdt.launching;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.variables;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.ant.core;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.apache.ant;bundle-version=&quot;1.7.1&quot;,org.eclipse.core.externaltools;bundle-version=&quot;[1.0.0,2.0.0)&quot;,org.eclipse.text;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jdt.core;bundle-version=&quot;[3.5.0,4.0.0)&quot;&#xA;Export-Package: org.eclipse.ant.internal.launching;x-friends:=&quot;org.eclipse.ant.ui&quot;,org.eclipse.ant.internal.launching.debug;x-friends:=&quot;org.eclipse.ant.ui&quot;,org.eclipse.ant.internal.launching.debug.model;x-friends:=&quot;org.eclipse.ant.ui&quot;,org.eclipse.ant.internal.launching.launchConfigurations;x-friends:=&quot;org.eclipse.ant.ui&quot;,org.eclipse.ant.launching&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ant.launching;tag=v20100427&#xA;Bundle-SymbolicName: org.eclipse.ant.launching;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='master-equinox.feature.group' version='1.1.0.v20100521-7f7QFCVFDt5Gxsn1_7sCmfiZWgNt' singleton='false'>
+ <update id='master-equinox.feature.group' range='[0.0.0,1.1.0.v20100521-7f7QFCVFDt5Gxsn1_7sCmfiZWgNt)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='build utility feature for equinox plugins'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ </properties>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='master-equinox.feature.group' version='1.1.0.v20100521-7f7QFCVFDt5Gxsn1_7sCmfiZWgNt'/>
+ </provides>
+ <requires size='23'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.sdk.feature.group' range='[3.7.0.v20100910-7H7R8Z7v8rz0a6Vs4_4B7NROhHvU,3.7.0.v20100910-7H7R8Z7v8rz0a6Vs4_4B7NROhHvU]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.initializer' range='[1.0.0.v20100503,1.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.supplement' range='[1.3.100.v20100910,1.3.100.v20100910]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.registry' range='[1.1.0.v20100503,1.1.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http' range='[1.0.400.v20100503,1.0.400.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.jetty' range='[1.1.100.v20100519,1.1.100.v20100519]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.jetty' range='[2.0.0.v20100503,2.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.servlet' range='[1.1.0.v20100503,1.1.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.servletbridge' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.servletbridge' range='[1.2.0.v20100503,1.2.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='javax.servlet' range='[2.4.0.v200806031604,2.4.0.v200806031604]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='javax.servlet' range='[2.5.0.v200910301333,2.5.0.v200910301333]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.logging' range='[1.0.4.v201005080501,1.0.4.v201005080501]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.mortbay.jetty' range='[5.1.14.v200806031611,5.1.14.v200806031611]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.mortbay.jetty.server' range='[6.1.23.v201004211559,6.1.23.v201004211559]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.mortbay.jetty.util' range='[6.1.23.v201004211559,6.1.23.v201004211559]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.common.feature.feature.group' range='[1.0.0.v20070507-7D7A8dF7RZHQHHvSF9VLPG,1.0.0.v20070507-7D7A8dF7RZHQHHvSF9VLPG]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.client.feature.feature.group' range='[1.0.0.v20081124-4--9oB5855K5E,1.0.0.v20081124-4--9oB5855K5E]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.server.feature.feature.group' range='[1.0.0.v20081124-7H47DF9JgLUaMGMo5F48,1.0.0.v20081124-7H47DF9JgLUaMGMo5F48]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='master-equinox-p2.feature.group' range='[1.0.0.v20091106-2-A77w31211614b,1.0.0.v20091106-2-A77w31211614b]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='master-equinox-weaving.feature.group' range='[1.0.0.v20090817-37B7D7733L57955LBL9J,1.0.0.v20090817-37B7D7733L57955LBL9J]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.weaving.sdk.feature.group' range='[1.0.0.v20100421-79-1EVVFNFFuJm,1.0.0.v20100421-79-1EVVFNFFuJm]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='master-equinox.feature.jar' range='[1.1.0.v20100521-7f7QFCVFDt5Gxsn1_7sCmfiZWgNt,1.1.0.v20100521-7f7QFCVFDt5Gxsn1_7sCmfiZWgNt]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='org.eclipse.swt.gtk.linux.x86_64' version='3.7.0.v3707'>
+ <update id='org.eclipse.swt.gtk.linux.x86_64' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for GTK 2.0'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='12'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.linux.x86_64' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.gtk.linux.x86_64' version='3.7.0.v3707'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.accessibility.gtk' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.cairo' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.cde' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.gnome' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.gtk' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.mozilla' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.opengl.glx' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.swt' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='[3.0.0,4.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.gtk.linux.x86_64' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.swt; bundle-version=&quot;[3.0.0,4.0.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.swt.gtk.linux.x86_64; singleton:=true&#xA;Bundle-Version: 3.7.0.v3707&#xA;Export-Package: org.eclipse.swt.internal.accessibility.gtk; x-internal:=true,org.eclipse.swt.internal.cairo; x-internal:=true,org.eclipse.swt.internal.cde; x-internal:=true,org.eclipse.swt.internal.gnome; x-internal:=true,org.eclipse.swt.internal.gtk; x-internal:=true,org.eclipse.swt.internal.mozilla; x-internal:=true,org.eclipse.swt.internal.opengl.glx; x-internal:=true&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x86_64))
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.user.ui.feature.group' version='2.0.0.v20100503-897JFhOFdHjO2NRglsoDbZo' singleton='false'>
+ <update id='org.eclipse.equinox.p2.user.ui.feature.group' range='[0.0.0,2.0.0.v20100503-897JFhOFdHjO2NRglsoDbZo)' severity='0'/>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Equinox p2 Provisioning'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Eclipse Provisioning Platform'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2008, 2010 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.user.ui.feature.group' version='2.0.0.v20100503-897JFhOFdHjO2NRglsoDbZo'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='45'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.director' range='[2.0.0.v20100525,2.0.0.v20100525]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.core' range='[2.0.0.v20100510,2.0.0.v20100510]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.engine' range='[2.0.1.v20100712-1655,2.0.1.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.jarprocessor' range='[1.0.200.v20100503a,1.0.200.v20100503a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.metadata' range='[2.1.0.v20100831,2.1.0.v20100831]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.metadata.repository' range='[1.1.0.v20100513,1.1.0.v20100513]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.artifact.repository' range='[1.1.0.v20100809-1900,1.1.0.v20100809-1900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.touchpoint.eclipse' range='[2.0.100.v20100712-1655,2.0.100.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.touchpoint.natives' range='[1.0.200.v20100712-1655,1.0.200.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.frameworkadmin' range='[2.0.0.v20100503,2.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.frameworkadmin.equinox' range='[1.0.200.v20100505,1.0.200.v20100505]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.console' range='[1.0.300.v20100809-1900,1.0.300.v20100809-1900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.simpleconfigurator.manipulator' range='[2.0.0.v20100503,2.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui' range='[2.0.0.v20100518,2.0.0.v20100518]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.sdk' range='[1.0.100.v20100513,1.0.100.v20100513]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.sdk.scheduler' range='[1.0.0.v20100507-1815,1.0.0.v20100507-1815]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.updatechecker' range='[1.1.100.v20100503a,1.1.100.v20100503a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.garbagecollector' range='[1.0.100.v20100503,1.0.100.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.directorywatcher' range='[1.0.300.v20100809-1900,1.0.300.v20100809-1900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.reconciler.dropins' range='[1.1.100.v20100712-1655,1.1.100.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.metadata.generator' range='[1.0.200.v20100503a,1.0.200.v20100503a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.updatesite' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.sat4j.core' range='[2.2.0.v20100429,2.2.0.v20100429]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.sat4j.pb' range='[2.2.0.v20100429,2.2.0.v20100429]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.ui' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.extensionlocation' range='[1.2.0.v20100518,1.2.0.v20100518]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.director.app' range='[1.0.300.v20100809-1900,1.0.300.v20100809-1900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.publisher' range='[1.2.0.v20100712-1655,1.2.0.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.repository.tools' range='[2.0.0.v20100712-1655,2.0.0.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.repository' range='[2.0.0.v20100519,2.0.0.v20100519]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf' range='[3.1.0.v20100906-1425,3.1.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.filetransfer' range='[4.0.0.v20100906-1425,4.0.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.identity' range='[3.1.0.v20100906-1425,3.1.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer' range='[3.1.0.v20100906-1425,3.1.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.ssl' range='[1.0.0.v20100906-1425,1.0.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.httpclient' range='[4.0.0.v20100906-1425,4.0.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.httpclient.ssl' range='[1.0.0.v20100906-1425,1.0.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.ssl' range='[1.0.100.v20100906-1425,1.0.100.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.codec' range='[1.3.0.v20100518-1140,1.3.0.v20100518-1140]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.httpclient' range='[3.1.0.v201005080502,3.1.0.v201005080502]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.logging' range='[1.0.4.v201005080501,1.0.4.v201005080501]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.operations' range='[2.0.0.v20100809-1900,2.0.0.v20100809-1900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ql' range='[2.0.0.v20100503a,2.0.0.v20100503a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.user.ui.feature.jar' range='[2.0.0.v20100503-897JFhOFdHjO2NRglsoDbZo,2.0.0.v20100503-897JFhOFdHjO2NRglsoDbZo]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.equinox.jsp.jasper.registry' version='1.0.200.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.jsp.jasper.registry' range='[0.0.0,1.0.200.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Jasper Jsp Registry Support Plug-in'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jsp.jasper.registry' version='1.0.200.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.jsp.jasper.registry' version='1.0.200.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.jsp.jasper.registry' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='8'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.registry' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.jsp.jasper' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.packageadmin' range='1.2.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='1.3.0'/>
+ <required namespace='java.package' name='javax.servlet' range='2.4.0'/>
+ <required namespace='java.package' name='javax.servlet.http' range='2.4.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.jsp.jasper.registry' version='1.0.200.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Import-Package: org.eclipse.equinox.jsp.jasper,org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.service.packageadmin;version=&quot;1.2.0&quot;,org.osgi.util.tracker;version=&quot;1.3.0&quot;,javax.servlet;version=&quot;2.4&quot;,javax.servlet.http;version=&quot;2.4&quot;&#xA;Bundle-ManifestVersion: 2&#xA;Comment-Header: Both Eclipse-LazyStart and Bundle-ActivationPolicy are specified for compatibility with 3.2&#xA;Manifest-Version: 1.0&#xA;Bundle-Name: %bundleName&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Version: 1.0.200.v20100503&#xA;Export-Package: org.eclipse.equinox.jsp.jasper.registry;version=&quot;1.0.0&quot;&#xA;Require-Bundle: org.eclipse.equinox.registry,org.eclipse.equinox.common&#xA;Bundle-Activator: org.eclipse.equinox.internal.jsp.jasper.registry.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/server-side/bundles/org.eclipse.equinox.jsp.jasper.registry;tag=v20100503&#xA;Bundle-SymbolicName: org.eclipse.equinox.jsp.jasper.registry&#xA;Eclipse-LazyStart: true&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.motif.solaris.sparc.source' version='3.7.0.v3707' singleton='false'>
+ <update id='org.eclipse.swt.motif.solaris.sparc.source' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for Motif Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.motif.solaris.sparc.source' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.motif.solaris.sparc.source' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=motif))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.motif.solaris.sparc.source' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 3.7.0.v3707&#xA;Eclipse-SourceBundle: org.eclipse.swt.motif.solaris.sparc;version=&quot;3.7.0.v3707&quot;&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=motif) (osgi.os=solaris) (osgi.arch=sparc))&#xA;Bundle-SymbolicName: org.eclipse.swt.motif.solaris.sparc.source&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.executable.feature.group' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c' singleton='false'>
+ <update id='org.eclipse.equinox.executable.feature.group' range='[0.0.0,3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c)' severity='0'/>
+ <properties size='6'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Eclipse Platform Launchers'/>
+ <property name='df_LT.description' value='Platform specific launchers.'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable.feature.group' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='43'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.2.0.v20100824b,1.2.0.v20100824b]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.solaris.sparc' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.solaris.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.motif.solaris.sparc' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.carbon.macosx' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.cocoa.macosx' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.cocoa.macosx' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.cocoa.macosx.x86_64' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.ppc' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.ppc64' range='[1.0.100.v20100824a,1.0.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.x86_64' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.motif.aix.ppc' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.motif.hpux.ia64_32' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.motif.linux.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.win32.win32.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.win32.win32.x86_64' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.win32.win32.ia64' range='0.0.0'>
+ <filter>
+ (&amp;(osgi.arch=ia64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.wpf.win32.x86' range='0.0.0'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=wpf))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.s390' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.s390x' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable.feature.jar' range='[3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c,3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.gtk.solaris.sparc' range='[3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c,3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.gtk.linux.x86' range='[3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c,3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.carbon.macosx.ppc' range='[3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c,3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.gtk.linux.x86_64' range='[3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c,3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.cocoa.macosx.ppc' range='[3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c,3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.gtk.linux.ppc' range='[3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c,3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.cocoa.macosx.x86' range='[3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c,3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.motif.linux.x86' range='[3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c,3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.wpf.win32.x86' range='[3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c,3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=wpf))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.motif.aix.ppc' range='[3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c,3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.motif.solaris.sparc' range='[3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c,3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.gtk.linux.ppc64' range='[3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c,3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.gtk.linux.s390x' range='[3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c,3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.gtk.solaris.x86' range='[3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c,3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.win32.win32.x86' range='[3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c,3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.win32.win32.x86_64' range='[3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c,3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.cocoa.macosx.x86_64' range='[3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c,3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.motif.hpux.ia64_32' range='[3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c,3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.gtk.linux.s390' range='[3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c,3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.win32.win32.ia64' range='[3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c,3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c]'>
+ <filter>
+ (&amp;(osgi.arch=ia64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.carbon.macosx.x86' range='[3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c,3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ </unit>
+ <unit id='org.eclipse.ecf.identity' version='3.1.0.v20100906-1425'>
+ <update id='org.eclipse.ecf.identity' range='[0.0.0,3.1.0.v20100906-1425)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.plugin.provider' value='Eclipse.org - ECF'/>
+ <property name='df_LT.plugin.name' value='ECF Identity API'/>
+ <property name='org.eclipse.equinox.p2.name' value='%plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%plugin.provider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.identity' version='3.1.0.v20100906-1425'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ecf.identity' version='3.1.0.v20100906-1425'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.core.identity' version='3.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.core.util' version='3.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.internal.core.identity' version='3.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='7'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.registry' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.debug' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.log' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='1.3.2'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ecf.identity' version='3.1.0.v20100906-1425'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Import-Package: org.eclipse.osgi.service.debug;version=&quot;1.0.0&quot;,org.eclipse.osgi.util;version=&quot;1.0.0&quot;,org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.service.log;version=&quot;1.3.0&quot;,org.osgi.util.tracker;version=&quot;1.3.2&quot;&#xA;Bundle-ManifestVersion: 2&#xA;Created-By: 1.5.0_22-b03 (Sun Microsystems Inc.)&#xA;Manifest-Version: 1.0&#xA;Bundle-Name: %plugin.name&#xA;Bundle-Vendor: %plugin.provider&#xA;Bundle-ActivationPolicy: lazy; exclude:=&quot;org.eclipse.ecf.core.util&quot;&#xA;Ant-Version: Apache Ant 1.7.1&#xA;Bundle-Version: 3.1.0.v20100906-1425&#xA;Export-Package: org.eclipse.ecf.core.identity;version=&quot;3.0.0&quot;,org.eclipse.ecf.core.util;version=&quot;3.0.0&quot;,org.eclipse.ecf.internal.core.identity;version=&quot;3.0.0&quot;;x-internal:=true&#xA;Require-Bundle: org.eclipse.equinox.common,org.eclipse.equinox.registry&#xA;Bundle-Activator: org.eclipse.ecf.internal.core.identity.Activator&#xA;Bundle-SymbolicName: org.eclipse.ecf.identity;singleton:=true&#xA;Eclipse-LazyStart: true&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.update.core.linux.source' version='3.2.200.v20100512' singleton='false'>
+ <update id='org.eclipse.update.core.linux.source' range='[0.0.0,3.2.200.v20100512)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.fragmentNameLinux' value='Install/Update Core for Linux Source'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentNameLinux'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.core.linux.source' version='3.2.200.v20100512'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.update.core.linux.source' version='3.2.200.v20100512'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.update.core.linux.source' version='3.2.200.v20100512'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %fragmentNameLinux&#xA;Bundle-Version: 3.2.200.v20100512&#xA;Eclipse-SourceBundle: org.eclipse.update.core.linux;version=&quot;3.2.200.v20100512&quot;&#xA;Eclipse-PlatformFilter: (&amp; (osgi.os=linux) (osgi.arch=x86))&#xA;Bundle-SymbolicName: org.eclipse.update.core.linux.source&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.http.jetty' version='1.1.100.v20100519' singleton='false'>
+ <update id='org.eclipse.equinox.http.jetty' range='[0.0.0,1.1.100.v20100519)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Jetty Http Service'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.jetty' version='1.1.100.v20100519'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.http.jetty' version='1.1.100.v20100519'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.http.jetty' version='1.1.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='9'>
+ <required namespace='java.package' name='javax.servlet' range='[2.4.0,2.6.0)'/>
+ <required namespace='java.package' name='javax.servlet.http' range='[2.4.0,2.6.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.http.servlet' range='1.0.0'/>
+ <required namespace='java.package' name='org.mortbay.http' range='[5.1.0,6.0.0)'/>
+ <required namespace='java.package' name='org.mortbay.jetty.servlet' range='[5.1.0,6.0.0)'/>
+ <required namespace='java.package' name='org.mortbay.util' range='[5.1.0,6.0.0)'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.cm' range='1.2.0'/>
+ <required namespace='java.package' name='org.osgi.service.startlevel' range='1.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.http.jetty' version='1.1.100.v20100519'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %bundleName&#xA;Bundle-Activator: org.eclipse.equinox.http.jetty.internal.Activator&#xA;Bundle-Vendor: %providerName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.http.jetty5;project=&quot;org.eclipse.equinox.http.jetty&quot;;tag=v20100519&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.1.100.v20100519&#xA;Bundle-Localization: plugin&#xA;Comment-Header: Both Eclipse-LazyStart and Bundle-ActivationPolicy are specified for compatibility with 3.2&#xA;Export-Package: org.eclipse.equinox.http.jetty;version=&quot;1.1.0&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.http.jetty&#xA;Import-Package: javax.servlet;version=&quot;[2.4.0,2.6.0)&quot;,javax.servlet.http;version=&quot;[2.4.0,2.6.0)&quot;,org.eclipse.equinox.http.servlet;version=&quot;1.0.0&quot;,org.mortbay.http;version=&quot;[5.1.0,6.0.0)&quot;,org.mortbay.jetty.servlet;version=&quot;[5.1.0,6.0.0)&quot;,org.mortbay.util;version=&quot;[5.1.0,6.0.0)&quot;,org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.service.cm;version=&quot;1.2.0&quot;,org.osgi.service.startlevel;version=&quot;1.0&quot;&#xA;Eclipse-LazyStart: true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ecf.provider.filetransfer' version='3.1.0.v20100906-1425'>
+ <update id='org.eclipse.ecf.provider.filetransfer' range='[0.0.0,3.1.0.v20100906-1425)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.plugin.provider' value='Eclipse.org - ECF'/>
+ <property name='df_LT.plugin.name' value='ECF Filetransfer Provider'/>
+ <property name='org.eclipse.equinox.p2.name' value='%plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%plugin.provider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='12'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer' version='3.1.0.v20100906-1425'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ecf.provider.filetransfer' version='3.1.0.v20100906-1425'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.internal.provider.filetransfer' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.provider.filetransfer' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.provider.filetransfer.browse' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.provider.filetransfer.events.socket' version='1.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.provider.filetransfer.identity' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.provider.filetransfer.outgoing' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.provider.filetransfer.retrieve' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.provider.filetransfer.util' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='12'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ecf' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ecf.filetransfer' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.registry' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.core.net.proxy' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='org.eclipse.core.runtime.jobs' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.ecf.provider.filetransfer.events.socket' range='[1.0.0,2.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.log' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.url' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='1.3.2'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ecf.provider.filetransfer' version='3.1.0.v20100906-1425'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Version: 3.1.0.v20100906-1425&#xA;Bundle-ActivationPolicy: lazy&#xA;Eclipse-LazyStart: true&#xA;Export-Package: org.eclipse.ecf.internal.provider.filetransfer;x-internal:=true,org.eclipse.ecf.provider.filetransfer;x-friends:=&quot;org.eclipse.equinox.p2.repository&quot;,org.eclipse.ecf.provider.filetransfer.browse,org.eclipse.ecf.provider.filetransfer.events.socket;version=&quot;1.0&quot;;x-friends:=&quot;org.eclipse.ecf.provider.filetransfer.httpclient&quot;,org.eclipse.ecf.provider.filetransfer.identity;x-internal:=false,org.eclipse.ecf.provider.filetransfer.outgoing,org.eclipse.ecf.provider.filetransfer.retrieve;x-internal:=false,org.eclipse.ecf.provider.filetransfer.util&#xA;Import-Package: org.eclipse.core.net.proxy;resolution:=optional,org.eclipse.core.runtime.jobs,org.eclipse.ecf.provider.filetransfer.events.socket;version=&quot;[1.0.0,2.0.0)&quot;,org.eclipse.osgi.util;version=&quot;1.0.0&quot;,org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.service.log;version=&quot;1.3.0&quot;,org.osgi.service.url;version=&quot;1.0.0&quot;,org.osgi.util.tracker;version=&quot;1.3.2&quot;&#xA;Manifest-Version: 1.0&#xA;Bundle-ClassPath: .&#xA;Bundle-Activator: org.eclipse.ecf.internal.provider.filetransfer.Activator&#xA;Ant-Version: Apache Ant 1.7.1&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,J2SE-1.4&#xA;Require-Bundle: org.eclipse.equinox.common,org.eclipse.ecf,org.eclipse.ecf.filetransfer,org.eclipse.equinox.registry&#xA;Bundle-Localization: plugin&#xA;Bundle-SymbolicName: org.eclipse.ecf.provider.filetransfer;singleton:=true&#xA;Created-By: 1.5.0_22-b03 (Sun Microsystems Inc.)&#xA;Bundle-Vendor: %plugin.provider&#xA;Bundle-Name: %plugin.name&#xA;Bundle-ManifestVersion: 2
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.gtk.solaris.x86' version='1.1.100.v20100824a'>
+ <update id='org.eclipse.equinox.launcher.gtk.solaris.x86' range='[0.0.0,1.1.100.v20100824a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher Solaris X86 Fragment'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='launcher.gtk.solaris.x86'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.solaris.x86' version='1.1.100.v20100824a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.launcher.gtk.solaris.x86' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.equinox.launcher' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.launcher.gtk.solaris.x86' version='1.1.100.v20100824a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/contributed/org.eclipse.equinox.launcher.gtk.solaris.x86;tag=v20100824a&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: launcher.gtk.solaris.x86&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.equinox.launcher;bundle-version=&quot;[1.0.0,1.3.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.solaris.x86;singleton:=true&#xA;Bundle-Version: 1.1.100.v20100824a&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=gtk) (osgi.os=solaris) (osgi.arch=x86))
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.jmx.server.feature.feature.group' version='1.0.0.v20081124-7H47DF9JgLUaMGMo5F48' singleton='false'>
+ <update id='org.eclipse.equinox.jmx.server.feature.feature.group' range='[0.0.0,1.0.0.v20081124-7H47DF9JgLUaMGMo5F48)' severity='0'/>
+ <properties size='5'>
+ <property name='org.eclipse.equinox.p2.name' value='Resource Monitoring Server Feature (Incubation)'/>
+ <property name='org.eclipse.equinox.p2.description' value='Server-side infrastructure for managing OSGi-based systems using JMX.'/>
+ <property name='org.eclipse.equinox.p2.description.url' value='http://www.eclipse.org/equinox/incubator/monitoring/index.php'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ </properties>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.server.feature.feature.group' version='1.0.0.v20081124-7H47DF9JgLUaMGMo5F48'/>
+ </provides>
+ <requires size='13'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.common.feature.feature.group' range='0.0.0'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.resources.jmx' range='[1.0.0.v20100503,1.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.server' range='[1.0.0.v20100503,1.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.preferences.jmx' range='[1.0.0.v20100503,1.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.osgi.jmx' range='[1.0.0.v20100810,1.0.0.v20100810]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.vm' range='[1.0.0.v20100503,1.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.jmx' range='[1.0.0.v20100503,1.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.server.rmi' range='[1.0.0.v20100503,1.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.server.xmlrpc' range='[1.0.0.v20100503,1.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.registry.jmx' range='[1.0.0.v20100503,1.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.mortbay.jetty' range='[5.1.14.v200806031611,5.1.14.v200806031611]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='javax.servlet' range='[2.4.0.v200806031604,2.4.0.v200806031604]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.server.feature.feature.jar' range='[1.0.0.v20081124-7H47DF9JgLUaMGMo5F48,1.0.0.v20081124-7H47DF9JgLUaMGMo5F48]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='http://www.eclipse.org/org/documents/epl-v10.php' url='http://www.eclipse.org/org/documents/epl-v10.php'>
+ Eclipse Public License v1.0.
+ </license>
+ </licenses>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.ini.gtk.solaris.sparc' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.gtk.solaris.sparc' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.s390xorg.eclipse.update.configurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.update.configurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.s390x' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:false);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.team.examples.filesystem' version='3.4.100.I20100629-0800'>
+ <update id='org.eclipse.team.examples.filesystem' range='[0.0.0,3.4.100.I20100629-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Eclipse Team File System Example'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='15'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.examples.filesystem' version='3.4.100.I20100629-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.team.examples.filesystem' version='3.4.100.I20100629-0800'/>
+ <provided namespace='java.package' name='org.eclipse.team.examples.filesystem' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.examples.filesystem.history' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.examples.filesystem.subscriber' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.examples.filesystem.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.examples.localhistory' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.examples.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.examples.model.mapping' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.examples.model.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.examples.model.ui.mapping' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.examples.pessimistic' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.examples.pessimistic.ui' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='13'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime.compatibility' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.compare' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.navigator' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.team.examples.filesystem' version='3.4.100.I20100629-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-ClassPath: teamfilesystem.jar&#xA;Bundle-Version: 3.4.100.I20100629-0800&#xA;Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.core.runtime.compatibility,org.eclipse.ui.ide;resolution:=optional,org.eclipse.ui.views;resolution:=optional,org.eclipse.jface.text;resolution:=optional,org.eclipse.ui.workbench.texteditor;resolution:=optional,org.eclipse.ui.editors;resolution:=optional,org.eclipse.core.resources,org.eclipse.team.core,org.eclipse.team.ui,org.eclipse.compare,org.eclipse.ui,org.eclipse.core.filesystem,org.eclipse.ui.navigator&#xA;Export-Package: org.eclipse.team.examples.filesystem,org.eclipse.team.examples.filesystem.history,org.eclipse.team.examples.filesystem.subscriber,org.eclipse.team.examples.filesystem.ui,org.eclipse.team.examples.localhistory,org.eclipse.team.examples.model,org.eclipse.team.examples.model.mapping,org.eclipse.team.examples.model.ui,org.eclipse.team.examples.model.ui.mapping,org.eclipse.team.examples.pessimistic,org.eclipse.team.examples.pessimistic.ui&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.team.examples.filesystem;tag=I20100629-0800&#xA;Bundle-SymbolicName: org.eclipse.team.examples.filesystem; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Plugin-Class: org.eclipse.team.examples.filesystem.FileSystemPlugin&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.rcp.feature.group' version='3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS' singleton='false'>
+ <update id='org.eclipse.rcp.feature.group' range='[0.0.0,3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS)' severity='0'/>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Eclipse RCP'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Rich Client Platform'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2010 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.feature.group' version='3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='71'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='com.ibm.icu' range='[4.2.1.v20100412,4.2.1.v20100412]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.commands' range='[3.6.0.I20100512-1500,3.6.0.I20100512-1500]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.databinding' range='[1.3.100.I20100601-0800,1.3.100.I20100601-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.databinding.observable' range='[1.3.0.I20100824-0800,1.3.0.I20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.databinding.property' range='[1.3.0.I20100601-0800,1.3.0.I20100601-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.databinding.beans' range='[1.2.100.I20100824-0800,1.2.100.I20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.jobs' range='[3.5.100.v20100823,3.5.100.v20100823]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.expressions' range='[3.4.200.v20100505,3.4.200.v20100505]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime' range='[3.6.100.v20100628,3.6.100.v20100628]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime.compatibility.auth' range='[3.2.200.v20100517,3.2.200.v20100517]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.osgi' range='[3.7.0.v20100910,3.7.0.v20100910]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.osgi.services' range='[3.2.100.v20100503,3.2.100.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help' range='[3.5.0.v20100524,3.5.0.v20100524]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt' range='[3.7.0.v3707,3.7.0.v3707]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jface' range='[3.7.0.I20100914-0100,3.7.0.I20100914-0100]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jface.databinding' range='[1.5.0.I20100907-0800,1.5.0.I20100907-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui' range='[3.7.0.I20100914-0100,3.7.0.I20100914-0100]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.workbench' range='[3.6.100.I20100914-0100,3.6.100.I20100914-0100]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.carbon' range='[4.0.100.I20100805-1200,4.0.100.I20100805-1200]'>
+ <filter>
+ (&amp;(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.cocoa' range='[1.0.2.I20100914-0100,1.0.2.I20100914-0100]'>
+ <filter>
+ (&amp;(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.configurator' range='[3.3.100.v20100512,3.3.100.v20100512]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.simpleconfigurator' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.win32.win32.x86' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.win32.win32.x86_64' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.linux.x86' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.linux.s390x' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.linux.s390' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.solaris.sparc' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.solaris.x86' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.linux.ppc' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.linux.ppc64' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.linux.x86_64' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.carbon.macosx' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.carbon.macosx' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.cocoa.macosx' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.cocoa.macosx' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.cocoa.macosx.x86_64' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.motif.aix.ppc' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.motif.hpux.ia64_32' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.motif.linux.x86' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.motif.solaris.sparc' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.photon.qnx.x86' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=qnx)(osgi.ws=photon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp' range='[3.7.0.v201009211024,3.7.0.v201009211024]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.contenttype' range='[3.4.100.v20100505-1235,3.4.100.v20100505-1235]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.app' range='[1.3.100.v20100803,1.3.100.v20100803]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.common' range='[3.6.0.v20100503,3.6.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.ds' range='[1.2.100.v20100830,1.2.100.v20100830]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.util' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.preferences' range='[3.3.0.v20100503,3.3.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.registry' range='[3.5.0.v20100503,3.5.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.2.0.v20100824b,1.2.0.v20100824b]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.solaris.sparc' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.solaris.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.carbon.macosx' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.carbon.macosx' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.cocoa.macosx' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.cocoa.macosx' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.cocoa.macosx.x86_64' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.ppc' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.ppc64' range='[1.0.100.v20100824a,1.0.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.s390x' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.s390' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.motif.linux.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.x86_64' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.motif.aix.ppc' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.motif.hpux.ia64_32' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.win32.win32.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.win32.win32.x86_64' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.feature.jar' range='[3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS,3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp_root' range='[3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS,3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS]'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.config.cocoa.macosx.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.config.cocoa.macosx.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.ide' name='org.eclipse.platform.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.examples.undo.source' version='3.2.200.I20100509-0800' singleton='false'>
+ <update id='org.eclipse.ui.examples.undo.source' range='[0.0.0,3.2.200.I20100509-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Undo Example Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.undo.source' version='3.2.200.I20100509-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.examples.undo.source' version='3.2.200.I20100509-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.examples.undo.source' version='3.2.200.I20100509-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.2.200.I20100509-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.examples.undo.source&#xA;Bundle-Name: %Plugin.name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ui.examples.undo;version=&quot;3.2.200.I20100509-0800&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %Plugin.providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.compare.examples.source' version='3.1.200.I20100629-0800' singleton='false'>
+ <update id='org.eclipse.compare.examples.source' range='[0.0.0,3.1.200.I20100629-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Compare Example Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare.examples.source' version='3.1.200.I20100629-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.compare.examples.source' version='3.1.200.I20100629-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.compare.examples.source' version='3.1.200.I20100629-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.1.200.I20100629-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.compare.examples.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.compare.examples;version=&quot;3.1.200.I20100629-0800&quot;;roots:=&quot;compareexamplessrc&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='master-jetty.feature.jar' version='1.0.0.v20090305-78788ZAkF7B77V9M'>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.name' value='build utility feature for equinox http jetty plugins'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='master-jetty.feature.jar' version='1.0.0.v20090305-78788ZAkF7B77V9M'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='master-jetty' version='1.0.0.v20090305-78788ZAkF7B77V9M'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='master-jetty' version='1.0.0.v20090305-78788ZAkF7B77V9M'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.intro.universal.source' version='3.2.500.v20100628' singleton='false'>
+ <update id='org.eclipse.ui.intro.universal.source' range='[0.0.0,3.2.500.v20100628)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.plugin_name' value='Universal Welcome Source'/>
+ <property name='df_LT.provider_name' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%plugin_name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%provider_name'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.intro.universal.source' version='3.2.500.v20100628'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.intro.universal.source' version='3.2.500.v20100628'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.intro.universal.source' version='3.2.500.v20100628'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.2.500.v20100628&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.intro.universal.source&#xA;Bundle-Name: %plugin_name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ui.intro.universal;version=&quot;3.2.500.v20100628&quot;;roots:=&quot;universalsrc&quot;&#xA;Bundle-Vendor: %provider_name
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.examples.layouts.source' version='3.1.100.v3707' singleton='false'>
+ <update id='org.eclipse.swt.examples.layouts.source' range='[0.0.0,3.1.100.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.plugin.SWTLayoutExample.name' value='SWT Layout Example Plugin Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%plugin.SWTLayoutExample.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.layouts.source' version='3.1.100.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.examples.layouts.source' version='3.1.100.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.examples.layouts.source' version='3.1.100.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.1.100.v3707&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.swt.examples.layouts.source&#xA;Bundle-Name: %plugin.SWTLayoutExample.name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.swt.examples.layouts;version=&quot;3.1.100.v3707&quot;;roots:=&quot;layoutssrc&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.config.carbon.macosx.ppc' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.carbon.macosx.ppc' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.sdk.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.log.source' version='1.2.100.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.log.source' range='[0.0.0,1.2.100.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Log Service Bundle Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.log.source' version='1.2.100.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.log.source' version='1.2.100.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.log.source' version='1.2.100.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.2.100.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.log.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.log;version=&quot;1.2.100.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.debug.source' version='3.6.100.v20100805' singleton='false'>
+ <update id='org.eclipse.jdt.debug.source' range='[0.0.0,3.6.100.v20100805)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JDI Debug Model Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.debug.source' version='3.6.100.v20100805'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.debug.source' version='3.6.100.v20100805'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.debug.source' version='3.6.100.v20100805'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.6.100.v20100805&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.jdt.debug.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.jdt.debug;version=&quot;3.6.100.v20100805&quot;;roots:=&quot;jdisrc,jdimodelsrc&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.rcp.source.feature.jar' version='3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS'>
+ <properties size='8'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Eclipse RCP Plug-in Developer Resources'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Source code zips for the Eclipse RCP.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2010 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.source.feature.jar' version='3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.rcp.source' version='3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.rcp.source' version='3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.core.databinding.source' version='1.3.100.I20100601-0800' singleton='false'>
+ <update id='org.eclipse.core.databinding.source' range='[0.0.0,1.3.100.I20100601-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JFace Data Binding Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.databinding.source' version='1.3.100.I20100601-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.databinding.source' version='1.3.100.I20100601-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.databinding.source' version='1.3.100.I20100601-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.3.100.I20100601-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.core.databinding.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.core.databinding;version=&quot;1.3.100.I20100601-0800&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.server.simple.feature.group' version='1.0.0.v20100510-44DF8s734C48662444' singleton='false'>
+ <update id='org.eclipse.equinox.server.simple.feature.group' range='[0.0.0,1.0.0.v20100510-44DF8s734C48662444)' severity='0'/>
+ <properties size='7'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Simple Http Server Feature'/>
+ <property name='df_LT.providerName' value='Eclipse Equinox Project'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2010 IBM,, Composent, Inc. and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.server.simple.feature.group' version='1.0.0.v20100510-44DF8s734C48662444'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='3'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='javax.servlet' range='[2.5.0.v200910301333,2.5.0.v200910301333]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http' range='[1.0.400.v20100503,1.0.400.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.server.simple.feature.jar' range='[1.0.0.v20100510-44DF8s734C48662444,1.0.0.v20100510-44DF8s734C48662444]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='toolingmotif.hpux.ia64_32org.eclipse.equinox.ds' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.equinox.ds' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingmotif.hpux.ia64_32' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.build.source' version='3.6.100.v20100830' singleton='false'>
+ <update id='org.eclipse.pde.build.source' range='[0.0.0,3.6.100.v20100830)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Plug-in Development Environment Build Support Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.build.source' version='3.6.100.v20100830'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.build.source' version='3.6.100.v20100830'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.build.source' version='3.6.100.v20100830'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.6.100.v20100830&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.pde.build.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.pde.build;version=&quot;3.6.100.v20100830&quot;;roots:=&quot;pdebuildsrc,lib/pdebuild-antsrc&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.junit' version='3.7.0.v20100914-0100'>
+ <update id='org.eclipse.jdt.junit' range='[0.0.0,3.7.0.v20100914-0100)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Development Tools JUnit support'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='12'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.junit' version='3.7.0.v20100914-0100'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.junit' version='3.7.0.v20100914-0100'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.junit.buildpath' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.junit.launcher' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.junit.refactoring' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.junit.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.junit.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.junit.wizards' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.junit.launcher' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.junit.wizards' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='21'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views' range='[3.3.100,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.4.100,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.core' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.ui' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.ui' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.launching' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.debug.ui' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.junit.runtime' range='[3.4.100,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.compare' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ltk.core.refactoring' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.variables' range='[3.2.200,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ltk.ui.refactoring' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.junit.core' range='[3.6.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.junit' version='3.7.0.v20100914-0100'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.jdt.internal.junit.ui.JUnitPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.junit;tag=v20100914-0100&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.jdt.junit;singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.7.0.v20100914-0100&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.jdt.internal.junit.buildpath;x-internal:=true,org.eclipse.jdt.internal.junit.launcher;x-internal:=true,org.eclipse.jdt.internal.junit.refactoring;x-internal:=true,org.eclipse.jdt.internal.junit.ui;x-internal:=true,org.eclipse.jdt.internal.junit.util;x-internal:=true,org.eclipse.jdt.internal.junit.wizards;x-internal:=true,org.eclipse.jdt.junit.launcher,org.eclipse.jdt.junit.wizards&#xA;Require-Bundle: org.eclipse.ui.ide;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.views;bundle-version=&quot;[3.3.100,4.0.0)&quot;,org.eclipse.jface.text;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.workbench.texteditor;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.editors;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.expressions;bundle-version=&quot;[3.4.100,4.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.debug.core;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.debug.ui;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jdt.core;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jdt.ui;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jdt.launching;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jdt.debug.ui;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.jdt.junit.runtime;bundle-version=&quot;[3.4.100,4.0.0)&quot;,org.eclipse.compare;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ltk.core.refactoring;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.variables;bundle-version=&quot;[3.2.200,4.0.0)&quot;,org.eclipse.ltk.ui.refactoring;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jdt.junit.core;bundle-version=&quot;[3.6.0,4.0.0)&quot;;visibility:=reexport
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.metadata' version='2.1.0.v20100831'>
+ <update id='org.eclipse.equinox.p2.metadata' range='[0.0.0,2.1.0.v20100831)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Metadata'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='13'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.metadata' version='2.1.0.v20100831'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.metadata' version='2.1.0.v20100831'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata.expression' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata.expression.parser' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata.index' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata.query' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.metadata' version='2.1.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.metadata.expression' version='2.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.metadata.index' version='2.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.query' version='2.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.localization' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.metadata' version='2.1.0.v20100831'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 2.1.0.v20100831&#xA;Import-Package: org.eclipse.osgi.service.localization;version=&quot;1.0.0&quot;,org.eclipse.osgi.util,org.osgi.framework;version=&quot;1.3.0&quot;&#xA;Bundle-Activator: org.eclipse.equinox.internal.p2.metadata.MetadataActivator&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.equinox.common,org.eclipse.equinox.p2.core;bundle-version=&quot;[2.0.0,3.0.0)&quot;&#xA;Export-Package: org.eclipse.equinox.internal.p2.metadata; x-friends:=&quot;org.eclipse.equinox.p2.artifact.optimizers, org.eclipse.equinox.p2.artifact.processors, org.eclipse.equinox.p2.artifact.repository, org.eclipse.equinox.p2.director, org.eclipse.equinox.p2.director.app, org.eclipse.equinox.p2.engine, org.eclipse.equinox.p2.installer, org.eclipse.equinox.p2.metadata.generator, org.eclipse.equinox.p2.metadata.repository, org.eclipse.equinox.p2.operations, org.eclipse.equinox.p2.publisher, org.eclipse.equinox.p2.ql, org.eclipse.equinox.p2.ui&quot;,org.eclipse.equinox.internal.p2.metadata.expression; x-friends:=&quot;org.eclipse.equinox.p2.artifact.repository, org.eclipse.equinox.p2.directorywatcher, org.eclipse.equinox.p2.engine, org.eclipse.equinox.p2.publisher, org.eclipse.equinox.p2.ql&quot;,org.eclipse.equinox.internal.p2.metadata.expression.parser;x-friends:=&quot;org.eclipse.equinox.p2.ql&quot;,org.eclipse.equinox.internal.p2.metadata.index; x-friends:=&quot;org.eclipse.equinox.p2.artifact.repository, org.eclipse.equinox.p2.director, org.eclipse.equinox.p2.engine, org.eclipse.equinox.p2.director.app, org.eclipse.equinox.p2.directorywatcher, org.eclipse.equinox.p2.engine, org.eclipse.equinox.p2.metadata.repository, org.eclipse.equinox.p2.publisher, org.eclipse.equinox.p2.ql, org.eclipse.equinox.p2.ui, org.eclipse.equinox.p2.operations, org.eclipse.equinox.p2.tests, org.eclipse.equinox.p2.touchpoint.eclipse&quot;,org.eclipse.equinox.internal.p2.metadata.query; x-friends:=&quot;org.eclipse.equinox.p2.artifact.optimizers, org.eclipse.equinox.p2.artifact.processors, org.eclipse.equinox.p2.artifact.repository, org.eclipse.equinox.p2.console, org.eclipse.equinox.p2.core, org.eclipse.equinox.p2.director, org.eclipse.equinox.p2.director.app, org.eclipse.equinox.p2.directorywatcher, org.eclipse.equinox.p2.engine, org.eclipse.equinox.p2.exemplarysetup, org.eclipse.equinox.p2.extensionlocation, org.eclipse.equinox.p2.garbagecollector, org.eclipse.equinox.p2.installer, org.eclipse.equinox.p2.jarprocessor, org.eclipse.equinox.p2.metadata, org.eclipse.equinox.p2.metadata.generator, org.eclipse.equinox.p2.metadata.repository, org.eclipse.equinox.p2.operations, org.eclipse.equinox.p2.publisher, org.eclipse.equinox.p2.ql, org.eclipse.equinox.p2.reconciler.dropins, org.eclipse.equinox.p2.repository.tools, org.eclipse.equinox.p2.touchpoint.eclipse, org.eclipse.equinox.p2.touchpoint.natives, org.eclipse.equinox.p2.ui, org.eclipse.equinox.p2.ui.admin, org.eclipse.equinox.p2.ui.admin.rcp, org.eclipse.equinox.p2.ui.sdk, org.eclipse.equinox.p2.ui.sdk.scheduler, org.eclipse.equinox.p2.updatechecker, org.eclipse.equinox.p2.updatesite, org.eclipse.pde.core, org.eclipse.pde.ui&quot;,org.eclipse.equinox.p2.metadata;version=&quot;2.1.0&quot;,org.eclipse.equinox.p2.metadata.expression;version=&quot;2.0.0&quot;,org.eclipse.equinox.p2.metadata.index;version=&quot;2.0.0&quot;,org.eclipse.equinox.p2.query;version=&quot;2.0.0&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.metadata;tag=v20100831&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.metadata;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.configuration' version='3.7.0.I20100921-1024'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.configuration' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <requires size='135'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.cocoa.macosx.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.ppcorg.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppc64org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.motif.aix.ppc' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.gtk.linux.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.cocoa.macosx.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.motif.hpux.ia64_32' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.motif.aix.ppc' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppc64org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppc64org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.gtk.solaris.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppc64org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.ppcorg.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.gtk.linux.s390x' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.gtk.linux.s390x' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.win32.win32.x86_64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.ppcorg.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.gtk.linux.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.carbon.macosx.ppc' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.ppcorg.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.gtk.linux.ppc64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.cocoa.macosx.x86_64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.gtk.linux.x86_64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.gtk.solaris.sparc' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.win32.win32.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.cocoa.macosx.x86_64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.gtk.solaris.sparc' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.gtk.linux.x86_64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.ppcorg.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.gtk.linux.ppc64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.gtk.linux.s390' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.motif.hpux.ia64_32' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.carbon.macosx.ppc' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.win32.win32.x86_64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.gtk.linux.s390' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.gtk.solaris.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppc64org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppc64org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.gtk.linux.ppc' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.win32.win32.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.gtk.linux.ppc' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.ppcorg.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.ppcorg.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppc64org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='org.eclipse.core.tests.harness' version='3.7.0.v20100906'>
+ <update id='org.eclipse.core.tests.harness' range='[0.0.0,3.7.0.v20100906)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='Eclipse Core Tests Harness'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.tests.harness' version='3.7.0.v20100906'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.tests.harness' version='3.7.0.v20100906'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.harness' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.session' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.tests.session.samples' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='7'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime.compatibility' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.junit.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='org.w3c.dom' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.tests.harness' version='3.7.0.v20100906'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Name: Eclipse Core Tests Harness&#xA;Bundle-ClassPath: testharness.jar&#xA;Bundle-Version: 3.7.0.v20100906&#xA;Eclipse-LazyStart: true&#xA;Import-Package: javax.xml.parsers,org.w3c.dom,org.xml.sax&#xA;Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator&#xA;Bundle-Vendor: Eclipse.org&#xA;Require-Bundle: org.eclipse.core.runtime.compatibility,org.junit,org.eclipse.pde.junit.runtime,org.eclipse.test.performance;resolution:=optional&#xA;Export-Package: org.eclipse.core.tests.harness,org.eclipse.core.tests.session,org.eclipse.core.tests.session.samples&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.tests.harness;tag=v20100906&#xA;Bundle-SymbolicName: org.eclipse.core.tests.harness; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.1/Foundation-1.1
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.examples.readmetool' version='3.3.100.I20100509-0800'>
+ <update id='org.eclipse.ui.examples.readmetool' range='[0.0.0,3.3.100.I20100509-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Readme File Editing Tool'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.readmetool' version='3.3.100.I20100509-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.examples.readmetool' version='3.3.100.I20100509-0800'/>
+ <provided namespace='java.package' name='org.eclipse.ui.examples.readmetool' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='9'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.examples.readmetool' version='3.3.100.I20100509-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Name: %Plugin.name&#xA;Bundle-Activator: org.eclipse.ui.examples.readmetool.ReadmePlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.examples.readmetool;tag=I20100509-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %Plugin.providerName&#xA;Bundle-ClassPath: readmetool.jar&#xA;Bundle-SymbolicName: org.eclipse.ui.examples.readmetool; singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-LazyStart: true&#xA;Bundle-Version: 3.3.100.I20100509-0800&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.ui.examples.readmetool&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.resources,org.eclipse.core.runtime,org.eclipse.ui.views,org.eclipse.ui.ide,org.eclipse.jface.text,org.eclipse.text,org.eclipse.ui.workbench.texteditor,org.eclipse.ui.editors
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='com.ibm.icu.base.source' version='4.2.1.v20100412' singleton='false'>
+ <update id='com.ibm.icu.base.source' range='[0.0.0,4.2.1.v20100412)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.pluginName' value='International Components for Unicode for Java (ICU4J) Replacement plug-in Source'/>
+ <property name='df_LT.providerName' value='IBM Corporation'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='com.ibm.icu.base.source' version='4.2.1.v20100412'/>
+ <provided namespace='osgi.bundle' name='com.ibm.icu.base.source' version='4.2.1.v20100412'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='com.ibm.icu.base.source' version='4.2.1.v20100412'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: com.ibm.icu.base.source&#xA;Eclipse-SourceBundle: com.ibm.icu.base;version=&quot;4.2.1.v20100412&quot;;roots:=&quot;.&quot;&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 4.2.1.v20100412
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.releng.tests' version='3.2.0.v20100913'>
+ <update id='org.eclipse.releng.tests' range='[0.0.0,3.2.0.v20100913)' severity='0'/>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.name' value='Eclipse Releng Tests'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.releng.tests' version='3.2.0.v20100913'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.releng.tests' version='3.2.0.v20100913'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='8'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime.compatibility' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.apache.ant' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.tools.versioning' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.releng.tests' version='3.2.0.v20100913'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: Eclipse.org&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.releng.tests;tag=v20100913&#xA;Bundle-ClassPath: relengtests.jar&#xA;Require-Bundle: org.eclipse.core.runtime,org.eclipse.core.runtime.compatibility,org.eclipse.core.resources,org.eclipse.ui,org.eclipse.test.performance,org.apache.ant,org.eclipse.pde.tools.versioning,org.junit&#xA;Bundle-Name: Eclipse Releng Tests&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.releng.tests;singleton:=true&#xA;Bundle-Version: 3.2.0.v20100913
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ltk.core.refactoring.source' version='3.5.200.v20100824-0800' singleton='false'>
+ <update id='org.eclipse.ltk.core.refactoring.source' range='[0.0.0,3.5.200.v20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Refactoring Core Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ltk.core.refactoring.source' version='3.5.200.v20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ltk.core.refactoring.source' version='3.5.200.v20100824-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ltk.core.refactoring.source' version='3.5.200.v20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.5.200.v20100824-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ltk.core.refactoring.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ltk.core.refactoring;version=&quot;3.5.200.v20100824-0800&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ltk.core.refactoring' version='3.5.200.v20100824-0800'>
+ <update id='org.eclipse.ltk.core.refactoring' range='[0.0.0,3.5.200.v20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Refactoring Core'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='13'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ltk.core.refactoring' version='3.5.200.v20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ltk.core.refactoring' version='3.5.200.v20100824-0800'/>
+ <provided namespace='java.package' name='org.eclipse.ltk.core.refactoring' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ltk.core.refactoring.history' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ltk.core.refactoring.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ltk.core.refactoring.participants' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ltk.core.refactoring.resource' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ltk.internal.core.refactoring' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ltk.internal.core.refactoring.history' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ltk.internal.core.refactoring.resource' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ltk.internal.core.refactoring.resource.undostates' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='8'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.4.100,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.2.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filebuffers' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.commands' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text' range='[3.5.0,4.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ltk.core.refactoring' version='3.5.200.v20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 3.5.200.v20100824-0800&#xA;Import-Package: com.ibm.icu.text&#xA;Bundle-Activator: org.eclipse.ltk.internal.core.refactoring.RefactoringCorePlugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.expressions;bundle-version=&quot;[3.4.100,4.0.0)&quot;,org.eclipse.core.filesystem;bundle-version=&quot;[1.2.0,2.0.0)&quot;,org.eclipse.core.filebuffers;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.commands;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.text;bundle-version=&quot;[3.5.0,4.0.0)&quot;&#xA;Export-Package: org.eclipse.ltk.core.refactoring,org.eclipse.ltk.core.refactoring.history,org.eclipse.ltk.core.refactoring.model,org.eclipse.ltk.core.refactoring.participants,org.eclipse.ltk.core.refactoring.resource,org.eclipse.ltk.internal.core.refactoring;x-friends:=&quot;org.eclipse.ltk.ui.refactoring,org.eclipse.ltk.core.refactoring.tests&quot;,org.eclipse.ltk.internal.core.refactoring.history;x-friends:=&quot;org.eclipse.ltk.ui.refactoring,org.eclipse.ltk.core.refactoring.tests&quot;,org.eclipse.ltk.internal.core.refactoring.resource;x-friends:=&quot;org.eclipse.ltk.ui.refactoring,org.eclipse.ltk.core.refactoring.tests&quot;,org.eclipse.ltk.internal.core.refactoring.resource.undostates;x-internal:=true&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ltk.core.refactoring;tag=v20100824-0800&#xA;Bundle-SymbolicName: org.eclipse.ltk.core.refactoring; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.http.registry' version='1.1.0.v20100503'>
+ <update id='org.eclipse.equinox.http.registry' range='[0.0.0,1.1.0.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Http Service Registry Extensions'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.registry' version='1.1.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.http.registry' version='1.1.0.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.http.registry' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='8'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.registry' range='0.0.0'/>
+ <required namespace='java.package' name='javax.servlet' range='2.3.0'/>
+ <required namespace='java.package' name='javax.servlet.http' range='2.3.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.http' range='1.2.0'/>
+ <required namespace='java.package' name='org.osgi.service.packageadmin' range='1.2.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='1.3.1'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.http.registry' version='1.1.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %bundleName&#xA;Bundle-Activator: org.eclipse.equinox.http.registry.internal.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/server-side/bundles/org.eclipse.equinox.http.registry;tag=v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.equinox.http.registry;singleton:=true&#xA;Import-Package: javax.servlet;version=&quot;2.3&quot;,javax.servlet.http;version=&quot;2.3&quot;,org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.service.http;version=&quot;1.2.0&quot;,org.osgi.service.packageadmin;version=&quot;1.2.0&quot;,org.osgi.util.tracker;version=&quot;1.3.1&quot;&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.1.0.v20100503&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.equinox.http.registry;version=&quot;1.0.0&quot;&#xA;Require-Bundle: org.eclipse.equinox.common,org.eclipse.equinox.registry
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcarbon.macosx.x86org.eclipse.equinox.event' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.equinox.event' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcarbon.macosx.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.solaris.sparcorg.eclipse.equinox.ds' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.equinox.ds' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.solaris.sparc' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.debug' version='3.6.100.v20100805'>
+ <update id='org.eclipse.jdt.debug' range='[0.0.0,3.6.100.v20100805)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JDI Debug Model'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='27'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.debug' version='3.6.100.v20100805'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.debug' version='3.6.100.v20100805'/>
+ <provided namespace='java.package' name='com.sun.jdi' version='0.0.0'/>
+ <provided namespace='java.package' name='com.sun.jdi.connect' version='0.0.0'/>
+ <provided namespace='java.package' name='com.sun.jdi.connect.spi' version='0.0.0'/>
+ <provided namespace='java.package' name='com.sun.jdi.event' version='0.0.0'/>
+ <provided namespace='java.package' name='com.sun.jdi.request' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdi' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdi.hcr' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdi.internal' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdi.internal.connect' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdi.internal.event' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdi.internal.jdwp' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdi.internal.request' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdi.internal.spy' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.debug.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.debug.eval' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.debug.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.debug.core.breakpoints' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.debug.core.hcr' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.debug.core.logicalstructures' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.debug.core.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.debug.eval' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.debug.eval.ast.engine' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.debug.eval.ast.instructions' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='6'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.core' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.4.0,4.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.debug' version='3.6.100.v20100805'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %pluginName&#xA;Bundle-ClassPath: jdi.jar,jdimodel.jar,tools.jar&#xA;Require-Bundle: org.eclipse.core.resources;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.debug.core;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jdt.core;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.expressions;bundle-version=&quot;[3.4.0,4.0.0)&quot;&#xA;Bundle-Activator: org.eclipse.jdt.internal.debug.core.JDIDebugPlugin&#xA;Bundle-Vendor: %providerName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.debug;tag=v20100805&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.6.100.v20100805&#xA;Bundle-Localization: plugin&#xA;Export-Package: com.sun.jdi,com.sun.jdi.connect,com.sun.jdi.connect.spi,com.sun.jdi.event,com.sun.jdi.request,org.eclipse.jdi,org.eclipse.jdi.hcr,org.eclipse.jdi.internal;x-friends:=&quot;org.eclipse.jdt.debug.ui&quot;,org.eclipse.jdi.internal.connect;x-friends:=&quot;org.eclipse.jdt.debug.ui&quot;,org.eclipse.jdi.internal.event;x-friends:=&quot;org.eclipse.jdt.debug.ui&quot;,org.eclipse.jdi.internal.jdwp;x-friends:=&quot;org.eclipse.jdt.debug.ui&quot;,org.eclipse.jdi.internal.request;x-friends:=&quot;org.eclipse.jdt.debug.ui&quot;,org.eclipse.jdi.internal.spy;x-friends:=&quot;org.eclipse.jdt.debug.ui&quot;,org.eclipse.jdt.debug.core,org.eclipse.jdt.debug.eval,org.eclipse.jdt.internal.debug.core;x-friends:=&quot;org.eclipse.jdt.debug.ui,org.eclipse.jdt.launching&quot;,org.eclipse.jdt.internal.debug.core.breakpoints;x-friends:=&quot;org.eclipse.jdt.debug.ui&quot;,org.eclipse.jdt.internal.debug.core.hcr;x-friends:=&quot;org.eclipse.jdt.debug.ui&quot;,org.eclipse.jdt.internal.debug.core.logicalstructures;x-friends:=&quot;org.eclipse.jdt.debug.ui&quot;,org.eclipse.jdt.internal.debug.core.model;x-friends:=&quot;org.eclipse.jdt.debug.ui&quot;,org.eclipse.jdt.internal.debug.eval;x-friends:=&quot;org.eclipse.jdt.debug.ui&quot;,org.eclipse.jdt.internal.debug.eval.ast.engine;x-friends:=&quot;org.eclipse.jdt.debug.ui&quot;,org.eclipse.jdt.internal.debug.eval.ast.instructions;x-friends:=&quot;org.eclipse.jdt.debug.ui&quot;&#xA;Bundle-SymbolicName: org.eclipse.jdt.debug; singleton:=true&#xA;Import-Package: com.ibm.icu.text
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.weaving.sdk.feature.jar' version='1.0.0.v20100421-79-1EVVFNFFuJm'>
+ <properties size='8'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Equinox Weaving SDK'/>
+ <property name='df_LT.providerName' value='Eclipse Equinox Project'/>
+ <property name='df_LT.description' value='A description of Equinox Weaving'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2009 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.weaving.sdk.feature.jar' version='1.0.0.v20100421-79-1EVVFNFFuJm'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.equinox.weaving.sdk' version='1.0.0.v20100421-79-1EVVFNFFuJm'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.equinox.weaving.sdk' version='1.0.0.v20100421-79-1EVVFNFFuJm'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.team.examples.filesystem.source' version='3.4.100.I20100629-0800' singleton='false'>
+ <update id='org.eclipse.team.examples.filesystem.source' range='[0.0.0,3.4.100.I20100629-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Eclipse Team File System Example Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.examples.filesystem.source' version='3.4.100.I20100629-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.team.examples.filesystem.source' version='3.4.100.I20100629-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.team.examples.filesystem.source' version='3.4.100.I20100629-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.4.100.I20100629-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.team.examples.filesystem.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.team.examples.filesystem;version=&quot;3.4.100.I20100629-0800&quot;;roots:=&quot;teamfilesystemsrc&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.compiler.tool' version='1.0.100.v_B13a'>
+ <update id='org.eclipse.jdt.compiler.tool' range='[0.0.0,1.0.100.v_B13a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Java Compiler Tool Support'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='compiler_tool_fragment'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.compiler.tool' version='1.0.100.v_B13a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.compiler.tool' version='1.0.100.v_B13a'/>
+ <provided namespace='java.package' name='META-INF.services' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.compiler.tool' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.jdt.core' version='1.0.100.v_B13a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.3.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.compiler.tool' version='1.0.100.v_B13a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: JavaSE-1.6&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.compiler.tool;tag=v_B13a&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: compiler_tool_fragment&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.jdt.core;bundle-version=&quot;[3.3.0,4.0.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.jdt.compiler.tool;singleton:=true&#xA;Bundle-Version: 1.0.100.v_B13a&#xA;Export-Package: META-INF.services,org.eclipse.jdt.internal.compiler.tool;x-internal:=true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.equinox.launcher.gtk.linux.ppc' version='1.1.100.v20100824a' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.gtk.linux.ppc' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='org.eclipse.pde.build.default' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.gtk.linux.ppc' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='tooling' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.gtk.linux.ppc' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='unconfigure'>
+ removeProgramArg(programArg:--launcher.library);removeProgramArg(programArg:@artifact);
+ </instruction>
+ <instruction key='configure'>
+ addProgramArg(programArg:--launcher.library);addProgramArg(programArg:@artifact);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.runtime' version='3.4.200.v20100601'>
+ <update id='org.eclipse.pde.runtime' range='[0.0.0,3.4.200.v20100601)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.name' value='PDE Runtime'/>
+ <property name='df_LT.provider-name' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%provider-name'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='11'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.runtime' version='3.4.200.v20100601'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.runtime' version='3.4.200.v20100601'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.runtime' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.runtime.registry' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.runtime.registry.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.runtime.spy' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.runtime.spy.dialogs' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.runtime.spy.handlers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.runtime.spy.sections' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='8'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.forms' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.3.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.3.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.ui' range='[3.3.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.ui' range='[3.3.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.help' range='[3.3.0,4.0.0)' optional='true'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.runtime' version='3.4.200.v20100601'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %name&#xA;Bundle-Version: 3.4.200.v20100601&#xA;Eclipse-LazyStart: true&#xA;Bundle-Activator: org.eclipse.pde.internal.runtime.PDERuntimePlugin&#xA;Bundle-Vendor: %provider-name&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.ui.forms;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.jdt.core;bundle-version=&quot;[3.3.0,4.0.0)&quot;;resolution:=optional,org.eclipse.core.resources;bundle-version=&quot;[3.3.0,4.0.0)&quot;;resolution:=optional,org.eclipse.jdt.ui;bundle-version=&quot;[3.3.0,4.0.0)&quot;;resolution:=optional,org.eclipse.pde.ui;bundle-version=&quot;[3.3.0,4.0.0)&quot;;resolution:=optional,org.eclipse.help;bundle-version=&quot;[3.3.0,4.0.0)&quot;;resolution:=optional&#xA;Export-Package: org.eclipse.pde.internal.runtime;x-internal:=true,org.eclipse.pde.internal.runtime.registry;x-internal:=true,org.eclipse.pde.internal.runtime.registry.model;x-internal:=true,org.eclipse.pde.internal.runtime.spy;x-internal:=true,org.eclipse.pde.internal.runtime.spy.dialogs;x-internal:=true,org.eclipse.pde.internal.runtime.spy.handlers;x-internal:=true,org.eclipse.pde.internal.runtime.spy.sections;x-internal:=true&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/ui/org.eclipse.pde.runtime;tag=v20100601&#xA;Bundle-SymbolicName: org.eclipse.pde.runtime; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.reconciler.dropins' version='1.1.100.v20100712-1655'>
+ <update id='org.eclipse.equinox.p2.reconciler.dropins' range='[0.0.0,1.1.100.v20100712-1655)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Dropin Reconciler Plug-in'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.reconciler.dropins' version='1.1.100.v20100712-1655'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' version='1.1.100.v20100712-1655'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.reconciler.dropins' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='27'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.touchpoint.eclipse' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.app' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.artifact.repository' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.core.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.extensionlocation' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata.repository' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.update' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.configurator' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.director' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.directorywatcher' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.engine' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.engine.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.planner' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.metadata.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.datalocation' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.environment' range='1.1.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.1.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.packageadmin' range='1.2.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.reconciler.dropins' version='1.1.100.v20100712-1655'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.5,J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.equinox.internal.p2.reconciler.dropins.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.reconciler.dropins;tag=v20100712-1655&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.reconciler.dropins;singleton:=true&#xA;Import-Package: org.eclipse.equinox.app;version=&quot;1.0.0&quot;,org.eclipse.equinox.internal.p2.artifact.repository,org.eclipse.equinox.internal.p2.core.helpers,org.eclipse.equinox.internal.p2.extensionlocation,org.eclipse.equinox.internal.p2.metadata.repository,org.eclipse.equinox.internal.p2.update,org.eclipse.equinox.internal.provisional.configurator,org.eclipse.equinox.internal.provisional.p2.director,org.eclipse.equinox.internal.provisional.p2.directorywatcher,org.eclipse.equinox.p2.core;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.engine;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.engine.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.planner;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.metadata.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.osgi.service.datalocation;version=&quot;1.0.0&quot;,org.eclipse.osgi.service.environment;version=&quot;1.1.0&quot;,org.eclipse.osgi.util;version=&quot;1.1.0&quot;,org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.service.packageadmin;version=&quot;1.2.0&quot;&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.1.100.v20100712-1655&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.equinox.internal.p2.reconciler.dropins;x-internal:=true&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.equinox.p2.touchpoint.eclipse;bundle-version=&quot;1.0.0&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.x86org.eclipse.equinox.ds' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.ds' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcarbon.macosx.ppcorg.eclipse.core.runtime' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.ppcorg.eclipse.core.runtime' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcarbon.macosx.ppc' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.compare.examples.xml.source' version='3.3.200.I20100629-0800' singleton='false'>
+ <update id='org.eclipse.compare.examples.xml.source' range='[0.0.0,3.3.200.I20100629-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='XML Compare Support Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare.examples.xml.source' version='3.3.200.I20100629-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.compare.examples.xml.source' version='3.3.200.I20100629-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.compare.examples.xml.source' version='3.3.200.I20100629-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.3.200.I20100629-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.compare.examples.xml.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.compare.examples.xml;version=&quot;3.3.200.I20100629-0800&quot;;roots:=&quot;xmlcompareexamplessrc&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.id.ini.motif.aix.ppc' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.motif.aix.ppc' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.id' name='org.eclipse.rcp.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.ini.motif.aix.ppc' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.motif.aix.ppc' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.search.tests' version='3.6.0.v20100824-0800' singleton='false'>
+ <update id='org.eclipse.search.tests' range='[0.0.0,3.6.0.v20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Search Support Tests Plug-in'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.search.tests' version='3.6.0.v20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.search.tests' version='3.6.0.v20100824-0800'/>
+ <provided namespace='java.package' name='org.eclipse.search.core.tests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.search.tests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.search.tests.filesearch' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='9'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.search' range='[3.5.100,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.junit' range='3.8.2'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='[3.5.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.search.tests' version='3.6.0.v20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-ClassPath: searchtests.jar&#xA;Bundle-Version: 3.6.0.v20100824-0800&#xA;Bundle-Activator: org.eclipse.search.tests.SearchTestPlugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.ui;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.ide;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.search;bundle-version=&quot;[3.5.100,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.junit;bundle-version=&quot;3.8.2&quot;,org.eclipse.ui.workbench.texteditor;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jface.text;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.editors;bundle-version=&quot;[3.5.0,4.0.0)&quot;&#xA;Export-Package: org.eclipse.search.core.tests,org.eclipse.search.tests,org.eclipse.search.tests.filesearch&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.search.tests;tag=v20100824-0800&#xA;Bundle-SymbolicName: org.eclipse.search.tests&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ecf.provider.filetransfer.httpclient.source' version='4.0.0.v20100906-1425'>
+ <update id='org.eclipse.ecf.provider.filetransfer.httpclient.source' range='[0.0.0,4.0.0.v20100906-1425)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='ECF HttpClient Filetransfer Provider Source'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org - ECF'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.httpclient.source' version='4.0.0.v20100906-1425'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ecf.provider.filetransfer.httpclient.source' version='4.0.0.v20100906-1425'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ecf.provider.filetransfer.httpclient.source' version='4.0.0.v20100906-1425'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: ECF HttpClient Filetransfer Provider Source&#xA;Bundle-Version: 4.0.0.v20100906-1425&#xA;Eclipse-SourceBundle: org.eclipse.ecf.provider.filetransfer.httpclient;version=&quot;4.0.0.v20100906-1425&quot;;roots=&quot;.&quot;&#xA;Created-By: 1.5.0_22-b03 (Sun Microsystems Inc.)&#xA;Bundle-SymbolicName: org.eclipse.ecf.provider.filetransfer.httpclient.source;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: Eclipse.org - ECF&#xA;Ant-Version: Apache Ant 1.7.1
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.sdk.examples_root' version='3.3.0.v20100527-817iFYzFEdcc-bWslCBPoNN'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk.examples_root' version='3.3.0.v20100527-817iFYzFEdcc-bWslCBPoNN'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.sdk.examples_root' version='3.3.0.v20100527-817iFYzFEdcc-bWslCBPoNN'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.update.configurator.source' version='3.3.100.v20100512' singleton='false'>
+ <update id='org.eclipse.update.configurator.source' range='[0.0.0,3.3.100.v20100512)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Install/Update Configurator Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.configurator.source' version='3.3.100.v20100512'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.update.configurator.source' version='3.3.100.v20100512'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.update.configurator.source' version='3.3.100.v20100512'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.3.100.v20100512&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.update.configurator.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.update.configurator;version=&quot;3.3.100.v20100512&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.x86org.eclipse.equinox.event' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.event' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.http.servlet' version='1.1.0.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.http.servlet' range='[0.0.0,1.1.0.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Http Services Servlet'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.servlet' version='1.1.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.http.servlet' version='1.1.0.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.http.servlet' version='1.1.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='4'>
+ <required namespace='java.package' name='javax.servlet' range='2.3.0'/>
+ <required namespace='java.package' name='javax.servlet.http' range='2.3.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.http' range='1.2.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.http.servlet' version='1.1.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %bundleName&#xA;Bundle-Activator: org.eclipse.equinox.http.servlet.internal.Activator&#xA;Bundle-Vendor: %providerName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.http.servlet;tag=v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.1.0.v20100503&#xA;Bundle-Localization: plugin&#xA;Comment-Header: Both Eclipse-LazyStart and Bundle-ActivationPolicy are specified for compatibility with 3.2&#xA;Export-Package: org.eclipse.equinox.http.servlet;version=&quot;1.1.0&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.http.servlet&#xA;Import-Package: javax.servlet;version=&quot;2.3&quot;,javax.servlet.http;version=&quot;2.3&quot;,org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.service.http;version=&quot;1.2.0&quot;&#xA;Eclipse-LazyStart: true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='tooling.osgi.bundle.default' version='1.0.0' singleton='false'>
+ <hostRequirements size='1'>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='0.0.0' multiple='true' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='tooling.osgi.bundle.default' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='tooling' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='0.0.0' multiple='true' greedy='false'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.server.jetty.feature.jar' version='1.0.0.v20100510-7I777iBgJ9DIARGH8IIQ'>
+ <properties size='6'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Jetty Http Server Feature'/>
+ <property name='df_LT.providerName' value='Eclipse Equinox Project'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2010 IBM, Composent, Inc. and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.server.jetty.feature.jar' version='1.0.0.v20100510-7I777iBgJ9DIARGH8IIQ'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.equinox.server.jetty' version='1.0.0.v20100510-7I777iBgJ9DIARGH8IIQ'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.equinox.server.jetty' version='1.0.0.v20100510-7I777iBgJ9DIARGH8IIQ'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.jdt.junit4.runtime' version='1.1.100.v20100824-0800'>
+ <update id='org.eclipse.jdt.junit4.runtime' range='[0.0.0,1.1.100.v20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Development Tools JUnit4 Runtime Support'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.junit4.runtime' version='1.1.100.v20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.junit4.runtime' version='1.1.100.v20100824-0800'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.junit4.runner' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.junit' range='4.7.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.junit.runtime' range='[3.4.100,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.junit4.runtime' version='1.1.100.v20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.junit4.runtime;tag=v20100824-0800&#xA;Require-Bundle: org.junit;bundle-version=&quot;4.7.0&quot;,org.eclipse.jdt.junit.runtime;bundle-version=&quot;[3.4.100,4.0.0)&quot;&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.jdt.junit4.runtime;singleton:=true&#xA;Bundle-Version: 1.1.100.v20100824-0800&#xA;Export-Package: org.eclipse.jdt.internal.junit4.runner;x-internal:=true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.motif.aix.ppc.translated_host_properties' version='1.1.100.v20100824a'>
+ <hostRequirements size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher AIX PPC Fragment'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.motif.aix.ppc.translated_host_properties' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='org.eclipse.ecf.ssl.translated_host_properties' version='1.0.100.v20100906-1425'>
+ <hostRequirements size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf' range='0.0.0' greedy='false'/>
+ </hostRequirements>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='df_LT.plugin.provider' value='Eclipse.org - ECF'/>
+ <property name='df_LT.plugin.name' value='ECF SSL Fragment'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.ssl.translated_host_properties' version='1.0.100.v20100906-1425'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf' range='0.0.0' greedy='false'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='toolingorg.eclipse.equinox.launcher.gtk.linux.x86' version='1.1.100.v20100824a' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.gtk.linux.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='org.eclipse.pde.build.default' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.gtk.linux.x86' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='tooling' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.gtk.linux.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='unconfigure'>
+ removeProgramArg(programArg:--launcher.library);removeProgramArg(programArg:@artifact);
+ </instruction>
+ <instruction key='configure'>
+ addProgramArg(programArg:--launcher.library);addProgramArg(programArg:@artifact);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.debug.ui.source' version='3.7.0.v20100902' singleton='false'>
+ <update id='org.eclipse.debug.ui.source' range='[0.0.0,3.7.0.v20100902)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Debug UI Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.debug.ui.source' version='3.7.0.v20100902'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.debug.ui.source' version='3.7.0.v20100902'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.debug.ui.source' version='3.7.0.v20100902'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.7.0.v20100902&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.debug.ui.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.debug.ui;version=&quot;3.7.0.v20100902&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.api.tools.ee.cdcfoundation10' version='1.0.0.v20100506-0900' singleton='false'>
+ <update id='org.eclipse.pde.api.tools.ee.cdcfoundation10' range='[0.0.0,1.0.0.v20100506-0900)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Environment Description for CDC-1.0/Foundation-1.0'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragmentcdcfoundation10'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ee.cdcfoundation10' version='1.0.0.v20100506-0900'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.api.tools.ee.cdcfoundation10' version='1.0.0.v20100506-0900'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.pde.api.tools' version='1.0.0.v20100506-0900'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.api.tools' range='1.0.201'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.api.tools.ee.cdcfoundation10' version='1.0.0.v20100506-0900'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation10;tag=v20100506-0900&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragmentcdcfoundation10&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.pde.api.tools;bundle-version=&quot;1.0.201&quot;&#xA;Bundle-SymbolicName: org.eclipse.pde.api.tools.ee.cdcfoundation10&#xA;Bundle-Version: 1.0.0.v20100506-0900
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.update.tests.core' version='3.3.0.v20100512'>
+ <update id='org.eclipse.update.tests.core' range='[0.0.0,3.3.0.v20100512)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.name' value='Install/Update Core Tests'/>
+ <property name='df_LT.provider-name' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%provider-name'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='23'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.tests.core' version='3.3.0.v20100512'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.update.tests.core' version='3.3.0.v20100512'/>
+ <provided namespace='java.package' name='org.eclipse.update.tests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.tests.api' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.tests.branding' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.tests.configurations' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.tests.core.boot' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.tests.implementation' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.tests.mirror' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.tests.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.tests.nativeTests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.tests.nestedfeatures' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.tests.parser' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.tests.perfms' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.tests.reconciliation' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.tests.regularInstall' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.tests.regularRemove' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.tests.sitevalidation' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.tests.standalone' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.tests.types' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.tests.uivalues' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='9'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.update.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.help.appserver' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.http.registry' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.http.jetty' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.http' range='1.2.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.update.tests.core' version='3.3.0.v20100512'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Name: %name&#xA;Bundle-ClassPath: updatetests.jar&#xA;Bundle-Version: 3.3.0.v20100512&#xA;Eclipse-LazyStart: true&#xA;Import-Package: org.eclipse.equinox.http.jetty,org.osgi.service.http;version=&quot;1.2.0&quot;&#xA;Bundle-Activator: org.eclipse.update.tests.UpdateTestsPlugin&#xA;Bundle-Vendor: %provider-name&#xA;Require-Bundle: org.eclipse.core.runtime,org.junit,org.eclipse.update.core,org.eclipse.help.appserver,org.eclipse.update.configurator,org.eclipse.test.performance,org.eclipse.equinox.http.registry&#xA;Export-Package: org.eclipse.update.tests,org.eclipse.update.tests.api,org.eclipse.update.tests.branding,org.eclipse.update.tests.configurations,org.eclipse.update.tests.core.boot,org.eclipse.update.tests.implementation,org.eclipse.update.tests.mirror,org.eclipse.update.tests.model,org.eclipse.update.tests.nativeTests,org.eclipse.update.tests.nestedfeatures,org.eclipse.update.tests.parser,org.eclipse.update.tests.perfms,org.eclipse.update.tests.reconciliation,org.eclipse.update.tests.regularInstall,org.eclipse.update.tests.regularRemove,org.eclipse.update.tests.sitevalidation,org.eclipse.update.tests.standalone,org.eclipse.update.tests.types,org.eclipse.update.tests.uivalues&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.update.tests.core;tag=v20100512&#xA;Bundle-SymbolicName: org.eclipse.update.tests.core; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.carbon' version='4.0.100.I20100805-1200'>
+ <update id='org.eclipse.ui.carbon' range='[0.0.0,4.0.100.I20100805-1200)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Eclipse UI MacOS X Enhancements'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment-carbon'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.carbon' version='4.0.100.I20100805-1200'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.carbon' version='4.0.100.I20100805-1200'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.carbon' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.ui' version='4.0.100.I20100805-1200'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.2.0,4.0.0)'/>
+ </requires>
+ <filter>
+ (osgi.ws=carbon)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.carbon' version='4.0.100.I20100805-1200'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Export-Package: org.eclipse.ui.internal.carbon;x-internal:=true;uses:=&quot;org.eclipse.ui&quot;&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: fragment-carbon&#xA;Eclipse-PlatformFilter: (osgi.ws=carbon)&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.carbon;tag=I20100805-1200&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 4.0.100.I20100805-1200&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.ui.carbon; singleton:=true&#xA;Fragment-Host: org.eclipse.ui;bundle-version=&quot;[3.2.0,4.0.0)&quot;&#xA;Manifest-Version: 1.0
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.net.win32.x86_64' version='1.0.100.I20100505-1245'>
+ <update id='org.eclipse.core.net.win32.x86_64' range='[0.0.0,1.0.100.I20100505-1245)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Proxy for Windows'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.net.win32.x86_64' version='1.0.100.I20100505-1245'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.net.win32.x86_64' version='1.0.100.I20100505-1245'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.core.net' version='1.0.100.I20100505-1245'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.net' range='1.1.0'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.net.win32.x86_64' version='1.0.100.I20100505-1245'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64;tag=I20100505-1245&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.core.net;bundle-version=&quot;1.1.0&quot;&#xA;Bundle-SymbolicName: org.eclipse.core.net.win32.x86_64;singleton:=true&#xA;Bundle-Version: 1.0.100.I20100505-1245&#xA;Eclipse-PlatformFilter: (&amp; (osgi.os=win32) (osgi.arch=x86_64))
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.ini.gtk.solaris.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.gtk.solaris.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcocoa.macosx.x86org.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcocoa.macosx.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.apache.commons.httpclient' version='3.1.0.v201005080502' singleton='false'>
+ <update id='org.apache.commons.httpclient' range='[0.0.0,3.1.0.v201005080502)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleProvider' value='Eclipse Orbit'/>
+ <property name='df_LT.bundleName' value='Apache Commons Httpclient'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleProvider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='12'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.httpclient' version='3.1.0.v201005080502'/>
+ <provided namespace='osgi.bundle' name='org.apache.commons.httpclient' version='3.1.0.v201005080502'/>
+ <provided namespace='java.package' name='org.apache.commons.httpclient' version='3.1.0'/>
+ <provided namespace='java.package' name='org.apache.commons.httpclient.auth' version='3.1.0'/>
+ <provided namespace='java.package' name='org.apache.commons.httpclient.cookie' version='3.1.0'/>
+ <provided namespace='java.package' name='org.apache.commons.httpclient.methods' version='3.1.0'/>
+ <provided namespace='java.package' name='org.apache.commons.httpclient.methods.multipart' version='3.1.0'/>
+ <provided namespace='java.package' name='org.apache.commons.httpclient.params' version='3.1.0'/>
+ <provided namespace='java.package' name='org.apache.commons.httpclient.protocol' version='3.1.0'/>
+ <provided namespace='java.package' name='org.apache.commons.httpclient.util' version='3.1.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='8'>
+ <required namespace='java.package' name='javax.crypto' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='javax.crypto.spec' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='javax.net' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='javax.net.ssl' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='org.apache.commons.codec' range='[1.2.0,2.0.0)'/>
+ <required namespace='java.package' name='org.apache.commons.codec.binary' range='[1.2.0,2.0.0)'/>
+ <required namespace='java.package' name='org.apache.commons.codec.net' range='[1.2.0,2.0.0)'/>
+ <required namespace='java.package' name='org.apache.commons.logging' range='[1.0.4,2.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.apache.commons.httpclient' version='3.1.0.v201005080502'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.2&#xA;Export-Package: org.apache.commons.httpclient;version=&quot;3.1.0&quot;,org.apache.commons.httpclient.auth;version=&quot;3.1.0&quot;,org.apache.commons.httpclient.cookie;version=&quot;3.1.0&quot;,org.apache.commons.httpclient.methods;version=&quot;3.1.0&quot;,org.apache.commons.httpclient.methods.multipart;version=&quot;3.1.0&quot;,org.apache.commons.httpclient.params;version=&quot;3.1.0&quot;,org.apache.commons.httpclient.protocol;version=&quot;3.1.0&quot;,org.apache.commons.httpclient.util;version=&quot;3.1.0&quot;&#xA;Bundle-Localization: plugin&#xA;Bundle-Name: %bundleName&#xA;Bundle-Version: 3.1.0.v201005080502&#xA;Bundle-Vendor: %bundleProvider&#xA;Bundle-SymbolicName: org.apache.commons.httpclient&#xA;Import-Package: javax.crypto;resolution:=optional,javax.crypto.spec;resolution:=optional,javax.net;resolution:=optional,javax.net.ssl;resolution:=optional,org.apache.commons.codec;version=&quot;[1.2.0,2.0.0)&quot;,org.apache.commons.codec.binary;version=&quot;[1.2.0,2.0.0)&quot;,org.apache.commons.codec.net;version=&quot;[1.2.0,2.0.0)&quot;,org.apache.commons.logging;version=&quot;[1.0.4,2.0.0)&quot;&#xA;Manifest-Version: 1.0
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.ini.gtk.linux.s390x' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.gtk.linux.s390x' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.ini.carbon.macosx.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.carbon.macosx.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);removeJvmArg(jvmArg:-XstartOnFirstThread);removeJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);addJvmArg(jvmArg:-XstartOnFirstThread);addJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.server.p2.feature.group' version='1.0.0.v20100503-7x7JFMWFT0z0-V-2CHUUt_5H' singleton='false'>
+ <update id='org.eclipse.equinox.server.p2.feature.group' range='[0.0.0,1.0.0.v20100503-7x7JFMWFT0z0-V-2CHUUt_5H)' severity='0'/>
+ <properties size='7'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='p2 Server Feature'/>
+ <property name='df_LT.providerName' value='Eclipse Equinox Project'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2010 IBM, Composent, Inc. and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.server.p2.feature.group' version='1.0.0.v20100503-7x7JFMWFT0z0-V-2CHUUt_5H'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='33'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.artifact.repository' range='[1.1.0.v20100809-1900,1.1.0.v20100809-1900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.console' range='[1.0.300.v20100809-1900,1.0.300.v20100809-1900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.core' range='[2.0.0.v20100510,2.0.0.v20100510]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.director' range='[2.0.0.v20100525,2.0.0.v20100525]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.engine' range='[2.0.1.v20100712-1655,2.0.1.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.garbagecollector' range='[1.0.100.v20100503,1.0.100.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.metadata' range='[2.1.0.v20100831,2.1.0.v20100831]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.metadata.repository' range='[1.1.0.v20100513,1.1.0.v20100513]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.repository' range='[2.0.0.v20100519,2.0.0.v20100519]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.touchpoint.eclipse' range='[2.0.100.v20100712-1655,2.0.100.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.touchpoint.natives' range='[1.0.200.v20100712-1655,1.0.200.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.simpleconfigurator.manipulator' range='[2.0.0.v20100503,2.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.sat4j.core' range='[2.2.0.v20100429,2.2.0.v20100429]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.sat4j.pb' range='[2.2.0.v20100429,2.2.0.v20100429]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf' range='[3.1.0.v20100906-1425,3.1.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.filetransfer' range='[4.0.0.v20100906-1425,4.0.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.identity' range='[3.1.0.v20100906-1425,3.1.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer' range='[3.1.0.v20100906-1425,3.1.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.httpclient' range='[4.0.0.v20100906-1425,4.0.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.httpclient.ssl' range='[1.0.0.v20100906-1425,1.0.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.ssl' range='[1.0.0.v20100906-1425,1.0.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.ssl' range='[1.0.100.v20100906-1425,1.0.100.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.codec' range='[1.3.0.v20100518-1140,1.3.0.v20100518-1140]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.httpclient' range='[3.1.0.v201005080502,3.1.0.v201005080502]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.logging' range='[1.0.4.v201005080501,1.0.4.v201005080501]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.frameworkadmin' range='[2.0.0.v20100503,2.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.frameworkadmin.equinox' range='[1.0.200.v20100505,1.0.200.v20100505]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.preferences' range='[3.3.0.v20100503,3.3.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.app' range='[1.3.100.v20100803,1.3.100.v20100803]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.jarprocessor' range='[1.0.200.v20100503a,1.0.200.v20100503a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ql' range='[2.0.0.v20100503a,2.0.0.v20100503a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.server.p2.feature.jar' range='[1.0.0.v20100503-7x7JFMWFT0z0-V-2CHUUt_5H,1.0.0.v20100503-7x7JFMWFT0z0-V-2CHUUt_5H]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright uri='%25copyrightURL' url='%25copyrightURL'>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='toolinggtk.linux.x86org.eclipse.equinox.common' version='1.1.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.common' version='1.1.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.win32.win32.x86_64.translated_host_properties' version='1.1.100.v20100824a'>
+ <hostRequirements size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher Win32 X86_64 Fragment'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.win32.win32.x86_64.translated_host_properties' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.ini.win32.win32.x86_64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.ini.win32.win32.x86_64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.ide' name='org.eclipse.platform.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.frameworkadmin.equinox' version='1.0.200.v20100505'>
+ <update id='org.eclipse.equinox.frameworkadmin.equinox' range='[0.0.0,1.0.200.v20100505)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Framework Admin for Equinox'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.frameworkadmin.equinox' version='1.0.200.v20100505'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.frameworkadmin.equinox' version='1.0.200.v20100505'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.frameworkadmin.equinox' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.frameworkadmin.equinox.utils' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='15'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.core.runtime.internal.adaptor' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.frameworkadmin' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.frameworkadmin.utils' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.configuratormanipulator' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.frameworkadmin' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.framework.internal.core' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.datalocation' range='1.0.0' optional='true'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.environment' range='1.0.0' optional='true'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.resolver' range='1.1.0' optional='true'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.1.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.log' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.startlevel' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='1.3.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.frameworkadmin.equinox' version='1.0.200.v20100505'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 1.0.200.v20100505&#xA;Import-Package: org.eclipse.core.runtime.internal.adaptor,org.eclipse.equinox.frameworkadmin;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.internal.frameworkadmin.utils,org.eclipse.equinox.internal.provisional.configuratormanipulator,org.eclipse.equinox.internal.provisional.frameworkadmin,org.eclipse.osgi.framework.internal.core,org.eclipse.osgi.service.datalocation;version=&quot;1.0.0&quot;;resolution:=optional,org.eclipse.osgi.service.environment;version=&quot;1.0.0&quot;;resolution:=optional,org.eclipse.osgi.service.resolver;version=&quot;1.1.0&quot;;resolution:=optional,org.eclipse.osgi.util;version=&quot;1.1.0&quot;,org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.service.log;version=&quot;1.3.0&quot;,org.osgi.service.startlevel;version=&quot;1.0.0&quot;,org.osgi.util.tracker;version=&quot;1.3.0&quot;&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.equinox.common&#xA;Export-Package: org.eclipse.equinox.internal.frameworkadmin.equinox;x-friends:=&quot;org.eclipse.equinox.p2.publisher,org.eclipse.equinox.p2.metadata.generator,org.eclipse.equinox.simpleconfigurator.manipulator&quot;,org.eclipse.equinox.internal.frameworkadmin.equinox.utils;x-internal:=true&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.frameworkadmin.equinox;tag=v20100505&#xA;Bundle-SymbolicName: org.eclipse.equinox.frameworkadmin.equinox;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Service-Component: OSGI-INF/fwadmin.xml&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.ini.win32.win32.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.ini.win32.win32.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.ide' name='org.eclipse.platform.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.debug.ui.source' version='3.5.100.v20100914' singleton='false'>
+ <update id='org.eclipse.jdt.debug.ui.source' range='[0.0.0,3.5.100.v20100914)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JDI Debug UI Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.debug.ui.source' version='3.5.100.v20100914'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.debug.ui.source' version='3.5.100.v20100914'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.debug.ui.source' version='3.5.100.v20100914'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.5.100.v20100914&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.jdt.debug.ui.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.jdt.debug.ui;version=&quot;3.5.100.v20100914&quot;;roots:=&quot;snippetsupportsrc,.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.ds.core.source' version='1.0.100.v20100601' singleton='false'>
+ <update id='org.eclipse.pde.ds.core.source' range='[0.0.0,1.0.100.v20100601)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='PDE DS Core Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.ds.core.source' version='1.0.100.v20100601'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.ds.core.source' version='1.0.100.v20100601'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.ds.core.source' version='1.0.100.v20100601'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.100.v20100601&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.pde.ds.core.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.pde.ds.core;version=&quot;1.0.100.v20100601&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.config.motif.hpux.ia64_32' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.motif.hpux.ia64_32' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.sdk.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.update.core.source' version='3.2.400.v20100512' singleton='false'>
+ <update id='org.eclipse.update.core.source' range='[0.0.0,3.2.400.v20100512)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Install/Update Core Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.core.source' version='3.2.400.v20100512'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.update.core.source' version='3.2.400.v20100512'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.update.core.source' version='3.2.400.v20100512'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.2.400.v20100512&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.update.core.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.update.core;version=&quot;3.2.400.v20100512&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.team.tests.core' version='3.5.0.I20100511-0800'>
+ <update id='org.eclipse.team.tests.core' range='[0.0.0,3.5.0.I20100511-0800)' severity='0'/>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.name' value='Eclipse Team Core Tests'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.tests.core' version='3.5.0.I20100511-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.team.tests.core' version='3.5.0.I20100511-0800'/>
+ <provided namespace='java.package' name='org.eclipse.team.tests.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.tests.core.mapping' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.tests.core.regression' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.team.tests.ui.synchronize' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='19'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.tests.harness' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime.compatibility' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.cvs.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.cvs.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.compare' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.tests.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.navigator' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.compare.tests' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.team.tests.core' version='3.5.0.I20100511-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-SymbolicName: org.eclipse.team.tests.core; singleton:=true&#xA;Bundle-Vendor: Eclipse.org&#xA;Export-Package: org.eclipse.team.tests.core,&#xA; org.eclipse.team.tests.core.mapping,&#xA; org.eclipse.team.tests.core.regression,&#xA; org.eclipse.team.tests.ui.synchronize&#xA;Bundle-Name: Eclipse Team Core Tests&#xA;Bundle-ClassPath: teamtests.jar&#xA;Bundle-Version: 3.5.0.I20100511-0800&#xA;Eclipse-LazyStart: true&#xA;Require-Bundle: org.eclipse.ui.ide;resolution:=optional,&#xA; org.eclipse.ui.views;resolution:=optional,&#xA; org.eclipse.jface.text;resolution:=optional,&#xA; org.eclipse.ui.workbench.texteditor;resolution:=optional,&#xA; org.eclipse.ui.editors;resolution:=optional,&#xA; org.eclipse.core.tests.harness,&#xA; org.eclipse.core.resources,&#xA; org.eclipse.core.runtime.compatibility,&#xA; org.eclipse.team.core,&#xA; org.eclipse.team.cvs.core,&#xA; org.eclipse.team.ui,&#xA; org.eclipse.team.cvs.ui,&#xA; org.eclipse.compare,&#xA; org.eclipse.ui,&#xA; org.junit,&#xA; org.eclipse.core.tests.resources,&#xA; org.eclipse.ui.navigator,&#xA; org.eclipse.core.filesystem,&#xA; org.eclipse.compare.tests
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.executable_root.win32.win32.ia64' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.win32.win32.ia64' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ia64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.equinox.executable_root.win32.win32.ia64' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.databinding.property.source' version='1.3.0.I20100601-0800' singleton='false'>
+ <update id='org.eclipse.core.databinding.property.source' range='[0.0.0,1.3.0.I20100601-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JFace Data Binding Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.databinding.property.source' version='1.3.0.I20100601-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.databinding.property.source' version='1.3.0.I20100601-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.databinding.property.source' version='1.3.0.I20100601-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.3.0.I20100601-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.core.databinding.property.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.core.databinding.property;version=&quot;1.3.0.I20100601-0800&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.databinding.observable' version='1.3.0.I20100824-0800' singleton='false'>
+ <update id='org.eclipse.core.databinding.observable' range='[0.0.0,1.3.0.I20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JFace Data Binding Observables'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='14'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.databinding.observable' version='1.3.0.I20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.databinding.observable' version='1.3.0.I20100824-0800'/>
+ <provided namespace='java.package' name='org.eclipse.core.databinding.observable' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.databinding.observable.list' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.databinding.observable.map' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.databinding.observable.masterdetail' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.databinding.observable.set' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.databinding.observable.value' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.databinding.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.databinding.identity' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.databinding.observable' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.databinding.observable.masterdetail' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='4'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.2.0,4.0.0)'/>
+ <required namespace='java.package' name='org.osgi.framework' range='[1.4.0,2.0.0)' optional='true'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='[1.3.3,2.0.0)' optional='true'/>
+ <required namespace='java.package' name='org.eclipse.osgi.framework.log' range='[1.0.0,2.0.0)' optional='true'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.databinding.observable' version='1.3.0.I20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,J2SE-1.4&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %pluginName&#xA;Bundle-ClassPath: .&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;[3.2.0,4.0.0)&quot;&#xA;Bundle-Activator: org.eclipse.core.internal.databinding.observable.Activator&#xA;Bundle-Vendor: %providerName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.databinding.observable;tag=I20100824-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.3.0.I20100824-0800&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.core.databinding.observable,org.eclipse.core.databinding.observable.list;x-internal:=false,org.eclipse.core.databinding.observable.map,org.eclipse.core.databinding.observable.masterdetail,org.eclipse.core.databinding.observable.set;x-internal:=false,org.eclipse.core.databinding.observable.value;x-internal:=false,org.eclipse.core.databinding.util,org.eclipse.core.internal.databinding.identity;x-friends:=&quot;org.eclipse.core.databinding,org.eclipse.core.databinding.property&quot;,org.eclipse.core.internal.databinding.observable;x-internal:=true,org.eclipse.core.internal.databinding.observable.masterdetail;x-friends:=&quot;org.eclipse.jface.tests.databinding&quot;&#xA;Bundle-SymbolicName: org.eclipse.core.databinding.observable&#xA;Import-Package: org.osgi.framework;version=&quot;[1.4.0,2.0.0)&quot;;resolution:=optional,org.osgi.util.tracker;version=&quot;[1.3.3,2.0.0)&quot;;resolution:=optional,org.eclipse.osgi.framework.log;version=&quot;[1.0.0,2.0.0)&quot;;resolution:=optional
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.rcp.configuration_root.win32.win32.x86' version='1.0.0.I20100921-1024'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.win32.win32.x86' version='1.0.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.rcp.configuration_root.win32.win32.x86' version='1.0.0.I20100921-1024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.executable.feature.jar' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'>
+ <properties size='5'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='df_LT.featureName' value='Eclipse Platform Launchers'/>
+ <property name='df_LT.description' value='Platform specific launchers.'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable.feature.jar' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.equinox.executable' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.equinox.executable' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ </unit>
+ <unit id='org.eclipse.equinox.event' version='1.2.0.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.event' range='[0.0.0,1.2.0.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleVendor' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Event Admin'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleVendor'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.event' version='1.2.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.event' version='1.2.0.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.event' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.event.mapper' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='6'>
+ <required namespace='java.package' name='org.eclipse.osgi.framework.eventmgr' range='1.1.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.event' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.log' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.event' version='1.2.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Import-Package: org.eclipse.osgi.framework.eventmgr;version=&quot;1.1.0&quot;,org.eclipse.osgi.util,org.osgi.framework,org.osgi.service.event,org.osgi.service.log,org.osgi.util.tracker&#xA;Bundle-ManifestVersion: 2&#xA;Export-Service: org.osgi.service.event.EventAdmin&#xA;Bundle-Copyright: %bundleCopyright&#xA;Manifest-Version: 1.0&#xA;Bundle-Name: %bundleName&#xA;Bundle-Vendor: %bundleVendor&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Version: 1.2.0.v20100503&#xA;Export-Package: org.eclipse.equinox.internal.event;x-internal:=true,org.eclipse.equinox.internal.event.mapper;x-internal:=true&#xA;Bundle-Activator: org.eclipse.equinox.internal.event.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.event;tag=v20100503&#xA;Bundle-SymbolicName: org.eclipse.equinox.event&#xA;Service-Component: OSGI-INF/component.xml&#xA;Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.1&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.jmx.server.xmlrpc' version='1.0.0.v20100503'>
+ <update id='org.eclipse.equinox.jmx.server.xmlrpc' range='[0.0.0,1.0.0.v20100503)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='XMLRPC Transport Server Plug-in (Incubation)'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.server.xmlrpc' version='1.0.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.jmx.server.xmlrpc' version='1.0.0.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='14'>
+ <required namespace='java.package' name='javax.management' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.loading' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.remote' range='0.0.0'/>
+ <required namespace='java.package' name='org.apache.xmlrpc' range='0.0.0'/>
+ <required namespace='java.package' name='org.apache.xmlrpc.server' range='0.0.0'/>
+ <required namespace='java.package' name='org.apache.xmlrpc.webserver' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.jmx.common' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.jmx.common.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.jmx.server' range='0.0.0'/>
+ <required namespace='java.package' name='javax.servlet' range='[2.4.0,2.5.0)'/>
+ <required namespace='java.package' name='javax.servlet.http' range='[2.4.0,2.5.0)'/>
+ <required namespace='java.package' name='org.mortbay.http' range='[5.1.0,6.0.0)'/>
+ <required namespace='java.package' name='org.mortbay.jetty.servlet' range='[5.1.0,6.0.0)'/>
+ <required namespace='java.package' name='org.mortbay.util' range='[5.1.0,6.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.jmx.server.xmlrpc' version='1.0.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.0.0.v20100503&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/incubator/monitoring/bundles/org.eclipse.equinox.jmx.server.xmlrpc;tag=v20100503&#xA;Bundle-SymbolicName: org.eclipse.equinox.jmx.server.xmlrpc;singleton:=true&#xA;Import-Package: javax.management,javax.management.loading,javax.management.remote,org.apache.xmlrpc,org.apache.xmlrpc.server,org.apache.xmlrpc.webserver,org.eclipse.equinox.jmx.common,org.eclipse.equinox.jmx.common.util,org.eclipse.equinox.jmx.server,javax.servlet;version=&quot;[2.4.0,2.5.0)&quot;,javax.servlet.http;version=&quot;[2.4.0,2.5.0)&quot;,org.mortbay.http;version=&quot;[5.1.0,6.0.0)&quot;,org.mortbay.jetty.servlet;version=&quot;[5.1.0,6.0.0)&quot;,org.mortbay.util;version=&quot;[5.1.0,6.0.0)&quot;&#xA;Bundle-Localization: plugin&#xA;Bundle-ClassPath: .&#xA;Bundle-Name: XMLRPC Transport Server Plug-in (Incubation)
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.s390org.eclipse.equinox.event' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.equinox.event' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.s390' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.sdk.tests_root' version='3.6.0.v20100427-9GA6G3lFjjntJuZ-FmoTmCM36O5E'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk.tests_root' version='3.6.0.v20100427-9GA6G3lFjjntJuZ-FmoTmCM36O5E'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.sdk.tests_root' version='3.6.0.v20100427-9GA6G3lFjjntJuZ-FmoTmCM36O5E'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.executable_root.motif.aix.ppc' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.motif.aix.ppc' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.equinox.executable_root.motif.aix.ppc' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.equinox.launcher.motif.solaris.sparc' version='1.1.100.v20100824a' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.motif.solaris.sparc' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='org.eclipse.pde.build.default' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.motif.solaris.sparc' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='tooling' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.motif.solaris.sparc' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='unconfigure'>
+ removeProgramArg(programArg:--launcher.library);removeProgramArg(programArg:@artifact);
+ </instruction>
+ <instruction key='configure'>
+ addProgramArg(programArg:--launcher.library);addProgramArg(programArg:@artifact);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.ui' version='2.0.0.v20100518'>
+ <update id='org.eclipse.equinox.p2.ui' range='[0.0.0,2.0.0.v20100518)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Equinox Provisioning UI Support'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='11'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui' version='2.0.0.v20100518'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.ui' version='2.0.0.v20100518'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.ui.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.ui.dialogs' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.ui.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.ui.query' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.ui.viewers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.ui' version='2.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='32'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='3.6.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.security.ui' range='[1.0.0,2.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.artifact.repository' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.core.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata.repository' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.repository.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.configurator' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.core.eventbus' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.director' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.repository' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.engine' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.engine.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata.expression' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.operations' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.planner' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.1.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.packageadmin' range='1.2.0'/>
+ <required namespace='java.package' name='org.w3c.dom' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.ui' version='2.0.0.v20100518'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %bundleName&#xA;Require-Bundle: org.eclipse.ui;bundle-version=&quot;3.6.0&quot;,org.eclipse.core.runtime,org.eclipse.core.expressions,org.eclipse.equinox.security.ui;bundle-version=&quot;[1.0.0,2.0.0)&quot;&#xA;Bundle-Activator: org.eclipse.equinox.internal.p2.ui.ProvUIActivator&#xA;Bundle-Vendor: %providerName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.ui;tag=v20100518&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 2.0.0.v20100518&#xA;Service-Component: OSGI-INF/repositoryTracker_component.xml, OSGI-INF/serviceui.xml&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.equinox.internal.p2.ui;x-friends:=&quot;org.eclipse.equinox.p2.ui.admin,org.eclipse.pde.ui,org.eclipse.equinox.p2.ui.sdk&quot;,org.eclipse.equinox.internal.p2.ui.actions;x-friends:=&quot;org.eclipse.equinox.p2.ui.admin,org.eclipse.equinox.p2.ui.sdk.scheduler&quot;,org.eclipse.equinox.internal.p2.ui.dialogs;x-friends:=&quot;org.eclipse.equinox.p2.ui.admin,org.eclipse.equinox.p2.ui.sdk.scheduler,org.eclipse.pde.ui&quot;,org.eclipse.equinox.internal.p2.ui.model; x-friends:=&quot;org.eclipse.equinox.internal.p2.ui.analysis, org.eclipse.equinox.p2.ui.admin, org.eclipse.equinox.p2.ui.sdk.scheduler, org.eclipse.equinox.p2.ui.sdk&quot;,org.eclipse.equinox.internal.p2.ui.query;x-friends:=&quot;org.eclipse.equinox.internal.p2.ui.analysis,org.eclipse.equinox.p2.ui.admin&quot;,org.eclipse.equinox.internal.p2.ui.viewers;x-friends:=&quot;org.eclipse.equinox.p2.ui.admin,org.eclipse.equinox.p2.ui.sdk.scheduler&quot;,org.eclipse.equinox.p2.ui;version=&quot;2.0.0&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.ui;singleton:=true&#xA;Import-Package: com.ibm.icu.text,javax.xml.parsers,org.eclipse.equinox.internal.p2.artifact.repository,org.eclipse.equinox.internal.p2.core.helpers,org.eclipse.equinox.internal.p2.metadata,org.eclipse.equinox.internal.p2.metadata.repository,org.eclipse.equinox.internal.p2.repository.helpers,org.eclipse.equinox.internal.provisional.configurator,org.eclipse.equinox.internal.provisional.p2.core.eventbus,org.eclipse.equinox.internal.provisional.p2.director,org.eclipse.equinox.internal.provisional.p2.repository,org.eclipse.equinox.p2.core;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.core.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.engine;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.engine.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata.expression;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.operations;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.planner;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.osgi.util;version=&quot;1.1.0&quot;,org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.service.packageadmin;version=&quot;1.2.0&quot;,org.w3c.dom,org.xml.sax
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.security.tests' version='1.0.100.v20080722-0430'>
+ <update id='org.eclipse.equinox.security.tests' range='[0.0.0,1.0.100.v20080722-0430)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='Equinox security tests'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.tests' version='1.0.100.v20080722-0430'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.security.tests' version='1.0.100.v20080722-0430'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.security.tests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.security.tests.storage' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.security.tests' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='6'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.tests.harness' range='3.4.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.osgi' range='3.4.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.security' range='0.0.1'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.registry' range='3.4.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.preferences' range='3.2.200'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.security.tests' version='1.0.100.v20080722-0430'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: Equinox security tests&#xA;Bundle-Activator: org.eclipse.equinox.internal.security.tests.SecurityTestsActivator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/security/bundles/org.eclipse.equinox.security.tests;tag=v20080722-0430&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: Eclipse.org&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.equinox.security.tests;singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-LazyStart: true&#xA;Bundle-Version: 1.0.100.v20080722-0430&#xA;Export-Package: org.eclipse.equinox.internal.security.tests;x-internal:=true,org.eclipse.equinox.internal.security.tests.storage;x-internal:=true,org.eclipse.equinox.security.tests;version=&quot;1.0.0&quot;&#xA;Require-Bundle: org.eclipse.core.tests.harness;bundle-version=&quot;3.4.0&quot;,org.junit,org.eclipse.osgi;bundle-version=&quot;3.4.0&quot;,org.eclipse.equinox.security;bundle-version=&quot;0.0.1&quot;,org.eclipse.equinox.registry;bundle-version=&quot;3.4.0&quot;,org.eclipse.equinox.preferences;bundle-version=&quot;3.2.200&quot;
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.serverside.sdk.feature.jar' version='3.6.0.v20100421-7u7NFVgFN5JdRKpWUrNqnz0cfasJ'>
+ <properties size='8'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Equinox Server-side SDK'/>
+ <property name='df_LT.providerName' value='Eclipse Equinox Project'/>
+ <property name='df_LT.description' value='All of the bundles that make up the Equinox server-side OSGi support including basic, Jetty and servlet-bridge based HTTP service implementations.&#xA;This feature includes the corresponding source and is intended to be added to target platforms at development time rather than deployed with end-user systems.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2009 EclipseSource and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;EclipseSource - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.serverside.sdk.feature.jar' version='3.6.0.v20100421-7u7NFVgFN5JdRKpWUrNqnz0cfasJ'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.equinox.serverside.sdk' version='3.6.0.v20100421-7u7NFVgFN5JdRKpWUrNqnz0cfasJ'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.equinox.serverside.sdk' version='3.6.0.v20100421-7u7NFVgFN5JdRKpWUrNqnz0cfasJ'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.equinox.security.win32.x86' version='1.0.200.v20100503'>
+ <update id='org.eclipse.equinox.security.win32.x86' range='[0.0.0,1.0.200.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.fragmentName' value='Windows Data Protection services integration'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.win32.x86' version='1.0.200.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.security.win32.x86' version='1.0.200.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.security.win32' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.equinox.security' version='1.0.200.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.security' range='[1.0.0,2.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.security.win32.x86' version='1.0.200.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Export-Package: org.eclipse.equinox.internal.security.win32;x-internal:=true&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: fragment&#xA;Eclipse-PlatformFilter: (&amp; (osgi.os=win32) (osgi.arch=x86))&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/security/bundles/org.eclipse.equinox.security.win32.x86;tag=v20100503&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 1.0.200.v20100503&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.equinox.security.win32.x86;singleton:=true&#xA;Fragment-Host: org.eclipse.equinox.security;bundle-version=&quot;[1.0.0,2.0.0)&quot;&#xA;Manifest-Version: 1.0
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.sdk.id.ini.cocoa.macosx.x86_64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.ini.cocoa.macosx.x86_64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.sdk.id' name='org.eclipse.rcp.sdk.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);removeJvmArg(jvmArg:-XstartOnFirstThread);removeJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);addJvmArg(jvmArg:-XstartOnFirstThread);addJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.ini.gtk.linux.x86_64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.ini.gtk.linux.x86_64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.ide' name='org.eclipse.platform.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.id.ini.gtk.linux.s390' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.gtk.linux.s390' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.id' name='org.eclipse.rcp.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.feature.group' version='3.7.0.v20100824-0800-7z8dF_ZFMTfEO809v9JgQejMH155' singleton='false'>
+ <update id='org.eclipse.jdt.feature.group' range='[0.0.0,3.7.0.v20100824-0800-7z8dF_ZFMTfEO809v9JgQejMH155)' severity='0'/>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Eclipse Java Development Tools'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Eclipse Java development tools. (Binary runtime and user documentation.)'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2010 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.feature.group' version='3.7.0.v20100824-0800-7z8dF_ZFMTfEO809v9JgQejMH155'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='28'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.feature.group' range='3.7.0'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt' range='[3.7.0.v201009211024,3.7.0.v201009211024]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ant.ui' range='[3.5.100.v20100719,3.5.100.v20100719]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.apt.core' range='[3.3.500.v20100727-0100,3.3.500.v20100727-0100]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.apt.ui' range='[3.3.300.v20100513-0845,3.3.300.v20100513-0845]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.apt.pluggable.core' range='[1.0.400.v20100727-0100,1.0.400.v20100727-0100]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.compiler.apt' range='[1.0.300.v20100513-0845,1.0.300.v20100513-0845]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.compiler.tool' range='[1.0.100.v_B13a,1.0.100.v_B13a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.core' range='[3.7.0.v_B13a,3.7.0.v_B13a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.core.manipulation' range='[1.3.0.v20100824-0800,1.3.0.v20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.debug.ui' range='[3.5.100.v20100914,3.5.100.v20100914]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.debug' range='[3.6.100.v20100805,3.6.100.v20100805]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.junit' range='[3.7.0.v20100914-0100,3.7.0.v20100914-0100]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.junit.core' range='[3.7.0.v20100912-2000,3.7.0.v20100912-2000]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.junit.runtime' range='[3.4.200.v20100824-0800,3.4.200.v20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.junit4.runtime' range='[1.1.100.v20100824-0800,1.1.100.v20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.launching' range='[3.6.0.v20100910,3.6.0.v20100910]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.ui' range='[3.7.0.v20100915-1800a,3.7.0.v20100915-1800a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.junit' range='[4.8.1.v4_8_1_v20100427-1100,4.8.1.v4_8_1_v20100427-1100]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.junit' range='[3.8.2.v3_8_2_v20100427-1100,3.8.2.v3_8_2_v20100427-1100]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.junit4' range='[4.8.1.v20100525,4.8.1.v20100525]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.hamcrest.core' range='[1.1.0.v20090501071000,1.1.0.v20090501071000]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.doc.user' range='[3.7.0.v20100915-1800a,3.7.0.v20100915-1800a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.launching.macosx' range='[3.2.100.v20100505,3.2.100.v20100505]'>
+ <filter>
+ (osgi.os=macosx)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.launching.ui.macosx' range='[1.0.100.v20100505,1.0.100.v20100505]'>
+ <filter>
+ (osgi.os=macosx)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ant.launching' range='[1.0.0.v20100427,1.0.0.v20100427]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.feature.jar' range='[3.7.0.v20100824-0800-7z8dF_ZFMTfEO809v9JgQejMH155,3.7.0.v20100824-0800-7z8dF_ZFMTfEO809v9JgQejMH155]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt_root' range='[3.7.0.v20100824-0800-7z8dF_ZFMTfEO809v9JgQejMH155,3.7.0.v20100824-0800-7z8dF_ZFMTfEO809v9JgQejMH155]'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.equinox.executable' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c' singleton='false'>
+ <update id='org.eclipse.equinox.executable' range='[0.0.0,3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c)' severity='0'/>
+ <properties size='6'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Eclipse Platform Launchers'/>
+ <property name='df_LT.description' value='Platform specific launchers.'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='22'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.2.0.v20100824b,1.2.0.v20100824b]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.solaris.sparc' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.solaris.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.motif.solaris.sparc' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.carbon.macosx' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.cocoa.macosx' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.cocoa.macosx' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.cocoa.macosx.x86_64' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.ppc' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.ppc64' range='[1.0.100.v20100824a,1.0.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.x86_64' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.motif.aix.ppc' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.motif.hpux.ia64_32' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.motif.linux.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.win32.win32.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.win32.win32.x86_64' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.win32.win32.ia64' range='0.0.0'>
+ <filter>
+ (&amp;(osgi.arch=ia64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.wpf.win32.x86' range='0.0.0'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=wpf))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.s390' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.s390x' range='[1.1.100.v20100824a,1.1.100.v20100824a]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable.feature.jar' range='[3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c,3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ </unit>
+ <unit id='org.eclipse.ui.net.source' version='1.2.100.I20100505-1245' singleton='false'>
+ <update id='org.eclipse.ui.net.source' range='[0.0.0,1.2.100.I20100505-1245)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.PLUGIN_NAME' value='Internet Connection Management UI Source'/>
+ <property name='df_LT.PLUGIN_PROVIDER' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%PLUGIN_NAME'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%PLUGIN_PROVIDER'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.net.source' version='1.2.100.I20100505-1245'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.net.source' version='1.2.100.I20100505-1245'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.net.source' version='1.2.100.I20100505-1245'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.2.100.I20100505-1245&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.net.source&#xA;Bundle-Name: %PLUGIN_NAME&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ui.net;version=&quot;1.2.100.I20100505-1245&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %PLUGIN_PROVIDER
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.gtk.solaris.sparc' version='3.7.0.v3707'>
+ <update id='org.eclipse.swt.gtk.solaris.sparc' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for GTK 2.0'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='12'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.solaris.sparc' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.gtk.solaris.sparc' version='3.7.0.v3707'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.accessibility.gtk' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.cairo' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.cde' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.gnome' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.gtk' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.mozilla' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.opengl.glx' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.swt' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='[3.0.0,4.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.gtk.solaris.sparc' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.swt; bundle-version=&quot;[3.0.0,4.0.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.swt.gtk.solaris.sparc; singleton:=true&#xA;Bundle-Version: 3.7.0.v3707&#xA;Export-Package: org.eclipse.swt.internal.accessibility.gtk; x-internal:=true,org.eclipse.swt.internal.cairo; x-internal:=true,org.eclipse.swt.internal.cde; x-internal:=true,org.eclipse.swt.internal.gnome; x-internal:=true,org.eclipse.swt.internal.gtk; x-internal:=true,org.eclipse.swt.internal.mozilla; x-internal:=true,org.eclipse.swt.internal.opengl.glx; x-internal:=true&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=gtk) (osgi.os=solaris) (osgi.arch=sparc))
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.tests.verifier' version='1.0.0.v20100503'>
+ <update id='org.eclipse.equinox.p2.tests.verifier' range='[0.0.0,1.0.0.v20100503)' severity='0'/>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.name' value='Test Install Verifier'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.tests.verifier' version='1.0.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.tests.verifier' version='1.0.0.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.tests.verifier' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.core' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.core.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.engine' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.query' range='[2.0.0,3.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.tests.verifier' version='1.0.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Export-Package: org.eclipse.equinox.internal.p2.tests.verifier;x-internal:=true&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Require-Bundle: org.eclipse.core.runtime,org.eclipse.equinox.p2.core&#xA;Bundle-Activator: org.eclipse.equinox.internal.p2.tests.verifier.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.tests.verifier;tag=v20100503&#xA;Bundle-Name: Test Install Verifier&#xA;Bundle-Version: 1.0.0.v20100503&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.tests.verifier;singleton:=true&#xA;Import-Package: org.eclipse.equinox.internal.p2.core.helpers,org.eclipse.equinox.p2.engine;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.query;version=&quot;[2.0.0,3.0.0)&quot;&#xA;Bundle-ActivationPolicy: lazy&#xA;Manifest-Version: 1.0
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.config.gtk.linux.s390' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.gtk.linux.s390' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.sdk.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingmotif.linux.x86org.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.linux.x86org.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingmotif.linux.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:1);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.jarprocessor' version='1.0.200.v20100503a'>
+ <update id='org.eclipse.equinox.p2.jarprocessor' range='[0.0.0,1.0.200.v20100503a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning JAR Processor'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='8'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.jarprocessor' version='1.0.200.v20100503a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.jarprocessor' version='1.0.200.v20100503a'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.jarprocessor' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.jarprocessor.unsigner' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.jarprocessor.verifier' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.internal.provisional.equinox.p2.jarprocessor' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.3.0'/>
+ <required namespace='java.package' name='org.eclipse.core.runtime.jobs' range='0.0.0' optional='true'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.jarprocessor' version='1.0.200.v20100503a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,J2SE-1.4&#xA;Bundle-Name: %pluginName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.jarprocessor;tag=v20100503a&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.jarprocessor;singleton:=true&#xA;Import-Package: org.eclipse.core.runtime.jobs;resolution:=optional&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.200.v20100503a&#xA;Bundle-Localization: plugin&#xA;Main-Class: org.eclipse.equinox.internal.p2.jarprocessor.Main&#xA;Export-Package: org.eclipse.equinox.internal.p2.jarprocessor;x-friends:=&quot;org.eclipse.equinox.p2.artifact.repository,org.eclipse.pde.build&quot;,org.eclipse.equinox.internal.p2.jarprocessor.unsigner;x-internal:=true,org.eclipse.equinox.internal.p2.jarprocessor.verifier;x-internal:=true,org.eclipse.internal.provisional.equinox.p2.jarprocessor;x-friends:=&quot;org.eclipse.equinox.p2.artifact.optimizers,org.eclipse.equinox.p2.artifact.repository,org.eclipse.pde.build&quot;&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;3.3.0&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.s390org.eclipse.equinox.common' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.equinox.common' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.s390' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.gtk.linux.ppc64' version='1.0.100.v20100824a'>
+ <update id='org.eclipse.equinox.launcher.gtk.linux.ppc64' range='[0.0.0,1.0.100.v20100824a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher Linux PPC64 Fragment'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='launcher.gtk.linux.ppc64'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.ppc64' version='1.0.100.v20100824a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.launcher.gtk.linux.ppc64' version='1.0.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.equinox.launcher' version='1.0.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.launcher.gtk.linux.ppc64' version='1.0.100.v20100824a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.ppc64;tag=v20100824a&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: launcher.gtk.linux.ppc64&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.equinox.launcher;bundle-version=&quot;[1.0.0,1.3.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.ppc64;singleton:=true&#xA;Bundle-Version: 1.0.100.v20100824a&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=ppc64))
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.ini.gtk.linux.x86_64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.gtk.linux.x86_64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.ui.discovery' version='1.0.0.v20100519'>
+ <update id='org.eclipse.equinox.p2.ui.discovery' range='[0.0.0,1.0.0.v20100519)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Bundle-Vendor' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.Bundle-Name' value='Equinox Provisioning Discovery UI'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Bundle-Name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Bundle-Vendor'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='10'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.discovery' version='1.0.0.v20100519'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.ui.discovery' version='1.0.0.v20100519'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.ui.discovery' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.ui.discovery.commands' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.ui.discovery.operations' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.ui.discovery.repository' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.ui.discovery.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.ui.discovery.wizards' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='12'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.discovery' range='[1.0.0,1.1.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.browser' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.discovery.compatibility' range='[1.0.0,1.1.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.ui' range='2.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.operations' range='[2.0.0,3.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.repository' range='[2.0.0,3.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.engine' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.ui.discovery' version='1.0.0.v20100519'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Bundle-Name: %Bundle-Name&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.ui.discovery;tag=v20100519&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %Bundle-Vendor&#xA;Bundle-ClassPath: .&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.ui.discovery;singleton:=true&#xA;Import-Package: com.ibm.icu.text&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.0.v20100519&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.equinox.internal.p2.ui.discovery;x-internal:=true,org.eclipse.equinox.internal.p2.ui.discovery.commands;x-internal:=true,org.eclipse.equinox.internal.p2.ui.discovery.operations;x-internal:=true,org.eclipse.equinox.internal.p2.ui.discovery.repository;x-internal:=true,org.eclipse.equinox.internal.p2.ui.discovery.util;x-internal:=true,org.eclipse.equinox.internal.p2.ui.discovery.wizards;x-internal:=true&#xA;Require-Bundle: org.eclipse.core.runtime,org.eclipse.ui,org.eclipse.equinox.p2.discovery;bundle-version=&quot;[1.0.0,1.1.0)&quot;,org.eclipse.ui.browser,org.eclipse.equinox.p2.discovery.compatibility;bundle-version=&quot;[1.0.0,1.1.0)&quot;;resolution:=optional,org.eclipse.equinox.p2.core;bundle-version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.ui;bundle-version=&quot;2.0.0&quot;,org.eclipse.equinox.p2.metadata;bundle-version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.operations;bundle-version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository;bundle-version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.engine;bundle-version=&quot;[2.0.0,3.0.0)&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.useradmin' version='1.1.200.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.useradmin' range='[0.0.0,1.1.200.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleVendor' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='User Admin Service'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleVendor'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.useradmin' version='1.1.200.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.useradmin' version='1.1.200.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.useradmin' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='8'>
+ <required namespace='java.package' name='org.eclipse.osgi.framework.eventmgr' range='1.1.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.1.0'/>
+ <required namespace='java.package' name='org.osgi.service.event' range='1.0.0' optional='true'/>
+ <required namespace='java.package' name='org.osgi.service.log' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.prefs' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.useradmin' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='1.1.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.useradmin' version='1.1.200.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Import-Service: org.osgi.service.log.LogService&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.1&#xA;Bundle-Name: %bundleName&#xA;Bundle-Activator: org.eclipse.equinox.internal.useradmin.Activator&#xA;Bundle-Vendor: %bundleVendor&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.useradmin;tag=v20100503&#xA;Bundle-Copyright: %bundleCopyright&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.1.200.v20100503&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.equinox.internal.useradmin;x-internal:=true&#xA;Bundle-SymbolicName: org.eclipse.equinox.useradmin&#xA;Export-Service: org.osgi.service.useradmin.UserAdmin&#xA;Import-Package: org.eclipse.osgi.framework.eventmgr;version=&quot;1.1&quot;,org.eclipse.osgi.util,org.osgi.framework;version=&quot;1.1&quot;,org.osgi.service.event;version=&quot;1.0&quot;; resolution:=optional,org.osgi.service.log;version=&quot;1.0&quot;,org.osgi.service.prefs;version=&quot;1.0&quot;,org.osgi.service.useradmin;version=&quot;1.0&quot;,org.osgi.util.tracker;version=&quot;1.1&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.api.tools.ee.osgiminimum12' version='1.0.3.v20100506-0900' singleton='false'>
+ <update id='org.eclipse.pde.api.tools.ee.osgiminimum12' range='[0.0.0,1.0.3.v20100506-0900)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Environment Description for OSGi/Minimum-1.2'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragmentosgiminimum12'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ee.osgiminimum12' version='1.0.3.v20100506-0900'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.api.tools.ee.osgiminimum12' version='1.0.3.v20100506-0900'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.pde.api.tools' version='1.0.3.v20100506-0900'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.api.tools' range='1.0.201'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.api.tools.ee.osgiminimum12' version='1.0.3.v20100506-0900'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/apitools/org.eclipse.pde.api.tools.ee.osgiminimum12;tag=v20100506-0900&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragmentosgiminimum12&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.pde.api.tools;bundle-version=&quot;1.0.201&quot;&#xA;Bundle-SymbolicName: org.eclipse.pde.api.tools.ee.osgiminimum12&#xA;Bundle-Version: 1.0.3.v20100506-0900
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.examples.fieldassist' version='1.1.2.I20100601-0800'>
+ <update id='org.eclipse.ui.examples.fieldassist' range='[0.0.0,1.1.2.I20100601-0800)' severity='0'/>
+ <properties size='3'>
+ <property name='df_LT.Plugin.name' value='Field Assist Example'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.fieldassist' version='1.1.2.I20100601-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.examples.fieldassist' version='1.1.2.I20100601-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.examples.fieldassist' version='1.1.2.I20100601-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime&#xA;Bundle-Activator: org.eclipse.ui.examples.fieldassist.FieldAssistPlugin&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.1.2.I20100601-0800&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.examples.fieldassist;tag=I20100601-0800&#xA;Bundle-SymbolicName: org.eclipse.ui.examples.fieldassist; singleton:=true&#xA;Bundle-Localization: plugin&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %Plugin.name
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.examples.source' version='3.6.0.v3707' singleton='false'>
+ <update id='org.eclipse.swt.examples.source' range='[0.0.0,3.6.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.plugin.SWTStandaloneExampleSet.name' value='SWT Standalone Examples Plugin Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%plugin.SWTStandaloneExampleSet.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.source' version='3.6.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.examples.source' version='3.6.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.examples.source' version='3.6.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.6.0.v3707&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.swt.examples.source&#xA;Bundle-Name: %plugin.SWTStandaloneExampleSet.name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.swt.examples;version=&quot;3.6.0.v3707&quot;;roots:=&quot;swtexamplessrc&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.sdk.id.ini.gtk.solaris.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.ini.gtk.solaris.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.sdk.id' name='org.eclipse.rcp.sdk.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.update.core.win32' version='3.2.200.v20100512' singleton='false'>
+ <update id='org.eclipse.update.core.win32' range='[0.0.0,3.2.200.v20100512)' severity='0'/>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentNameWin'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.core.win32' version='3.2.200.v20100512'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.update.core.win32' version='3.2.200.v20100512'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.update.core' version='3.2.200.v20100512'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.core' range='[3.0.0,4.0.0)'/>
+ </requires>
+ <filter>
+ (osgi.os=win32)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.update.core.win32' version='3.2.200.v20100512'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Fragment-Host: org.eclipse.update.core;bundle-version=&quot;[3.0.0,4.0.0)&quot;&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.2.200.v20100512&#xA;Eclipse-PlatformFilter: (osgi.os=win32)&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.update.core.win32;tag=v20100512&#xA;Bundle-SymbolicName: org.eclipse.update.core.win32&#xA;Bundle-Localization: plugin&#xA;Bundle-Name: %fragmentNameWin&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.rcp.configuration_root.carbon.macosx.ppc' version='1.0.0.I20100921-1024'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.carbon.macosx.ppc' version='1.0.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.rcp.configuration_root.carbon.macosx.ppc' version='1.0.0.I20100921-1024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='3'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='configure'>
+ ln(linkTarget:Eclipse.app/Contents/MacOS/eclipse,targetDir:${installFolder},linkName:eclipse);
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:Eclipse.app/Contents/MacOS/eclipse, permissions:755);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.filesystem.source' version='1.3.100.v20100823' singleton='false'>
+ <update id='org.eclipse.core.filesystem.source' range='[0.0.0,1.3.100.v20100823)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Core File Systems Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.source' version='1.3.100.v20100823'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.filesystem.source' version='1.3.100.v20100823'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.filesystem.source' version='1.3.100.v20100823'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.3.100.v20100823&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.core.filesystem.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.core.filesystem;version=&quot;1.3.100.v20100823&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.filesystem.hpux.ia64_32' version='1.0.100.v20100505'>
+ <update id='org.eclipse.core.filesystem.hpux.ia64_32' range='[0.0.0,1.0.100.v20100505)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Core File System for HP-UX'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.hpux.ia64_32' version='1.0.100.v20100505'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.filesystem.hpux.ia64_32' version='1.0.100.v20100505'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.core.filesystem' version='1.0.100.v20100505'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.0.0,2.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.filesystem.hpux.ia64_32' version='1.0.100.v20100505'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Fragment-Host: org.eclipse.core.filesystem;bundle-version=&quot;[1.0.0,2.0.0)&quot;&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.0.100.v20100505&#xA;Eclipse-PlatformFilter: (&amp; (osgi.os=hpux) (osgi.arch=ia64_32))&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.filesystem.hpux.ia64_32;tag=v20100505&#xA;Bundle-SymbolicName: org.eclipse.core.filesystem.hpux.ia64_32; singleton:=true&#xA;Bundle-Localization: fragment&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.team.core.source' version='3.6.0.I20100912-2000' singleton='false'>
+ <update id='org.eclipse.team.core.source' range='[0.0.0,3.6.0.I20100912-2000)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Team Support Core Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.core.source' version='3.6.0.I20100912-2000'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.team.core.source' version='3.6.0.I20100912-2000'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.team.core.source' version='3.6.0.I20100912-2000'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.6.0.I20100912-2000&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.team.core.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.team.core;version=&quot;3.6.0.I20100912-2000&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.win32.source' version='3.2.200.I20100509-0800' singleton='false'>
+ <update id='org.eclipse.ui.win32.source' range='[0.0.0,3.2.200.I20100509-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Eclipse UI Win32 Enhancements Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment-win32'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.win32.source' version='3.2.200.I20100509-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.win32.source' version='3.2.200.I20100509-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <filter>
+ (osgi.ws=win32)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.win32.source' version='3.2.200.I20100509-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 3.2.200.I20100509-0800&#xA;Eclipse-SourceBundle: org.eclipse.ui.win32;version=&quot;3.2.200.I20100509-0800&quot;;roots:=&quot;.&quot;&#xA;Eclipse-PlatformFilter: (osgi.ws=win32)&#xA;Bundle-SymbolicName: org.eclipse.ui.win32.source&#xA;Bundle-Localization: fragment-win32&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.core.source' version='2.0.0.v20100510' singleton='false'>
+ <update id='org.eclipse.equinox.p2.core.source' range='[0.0.0,2.0.0.v20100510)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Core Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.core.source' version='2.0.0.v20100510'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.core.source' version='2.0.0.v20100510'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.core.source' version='2.0.0.v20100510'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 2.0.0.v20100510&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.core.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.core;version=&quot;2.0.0.v20100510&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.executable_root.gtk.solaris.x86' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.gtk.solaris.x86' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.equinox.executable_root.gtk.solaris.x86' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jface.tests.databinding' version='1.0.100.I20100824-0800' singleton='false'>
+ <update id='org.eclipse.jface.tests.databinding' range='[0.0.0,1.0.100.I20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JFace Data Binding Tests'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jface.tests.databinding' version='1.0.100.I20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jface.tests.databinding' version='1.0.100.I20100824-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='12'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.databinding' range='[1.3.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.examples.databinding' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.databinding.beans' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.databinding' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.tests.databinding.conformance' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.databinding.property' range='0.0.0'/>
+ <required namespace='java.package' name='com.ibm.icu.math' range='0.0.0'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jface.tests.databinding' version='1.0.100.I20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin&#xA;Require-Bundle: org.eclipse.core.databinding;bundle-version=&quot;[1.3.0,2.0.0)&quot;,org.junit,org.eclipse.swt,org.eclipse.jface,org.eclipse.core.runtime,org.eclipse.jface.examples.databinding,org.eclipse.core.databinding.beans,org.eclipse.jface.databinding,org.eclipse.jface.tests.databinding.conformance,org.eclipse.core.databinding.property&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jface.tests.databinding;tag=I20100824-0800&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 1.0.100.I20100824-0800&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.jface.tests.databinding&#xA;Import-Package: com.ibm.icu.math,com.ibm.icu.text&#xA;Bundle-ClassPath: jfacebindingtests.jar&#xA;Manifest-Version: 1.0
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.ini.gtk.linux.s390' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.gtk.linux.s390' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingmotif.hpux.ia64_32org.eclipse.equinox.common' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.equinox.common' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingmotif.hpux.ia64_32' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.ini.win32.win32.x86_64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.win32.win32.x86_64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.jmx.common.feature.feature.group' version='1.0.0.v20070507-7D7A8dF7RZHQHHvSF9VLPG' singleton='false'>
+ <update id='org.eclipse.equinox.jmx.common.feature.feature.group' range='[0.0.0,1.0.0.v20070507-7D7A8dF7RZHQHHvSF9VLPG)' severity='0'/>
+ <properties size='5'>
+ <property name='org.eclipse.equinox.p2.name' value='Resource Monitoring Common Feature (Incubation)'/>
+ <property name='org.eclipse.equinox.p2.description' value='Common infrastructure for managing OSGi-based systems using JMX.'/>
+ <property name='org.eclipse.equinox.p2.description.url' value='http://www.eclipse.org/equinox/incubator/monitoring/index.php'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ </properties>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.common.feature.feature.group' version='1.0.0.v20070507-7D7A8dF7RZHQHHvSF9VLPG'/>
+ </provides>
+ <requires size='10'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.codec' range='[1.3.0.v20100518-1140,1.3.0.v20100518-1140]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.httpclient' range='[3.1.0.v201005080502,3.1.0.v201005080502]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.logging' range='[1.0.4.v201005080501,1.0.4.v201005080501]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.ws.commons.util' range='[1.0.0.v20100518-1135,1.0.0.v20100518-1135]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.ws.jaxme' range='[0.5.1.v20100427-1100,0.5.1.v20100427-1100]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.xmlrpc' range='[3.0.0.v20100427-1100,3.0.0.v20100427-1100]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.common' range='[1.0.100.v20100503,1.0.100.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='javax.management' range='[1.2.0.v20100427-1100,1.2.0.v20100427-1100]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='javax.management.remote' range='[1.0.0.v20100427-1100,1.0.0.v20100427-1100]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.common.feature.feature.jar' range='[1.0.0.v20070507-7D7A8dF7RZHQHHvSF9VLPG,1.0.0.v20070507-7D7A8dF7RZHQHHvSF9VLPG]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='http://www.eclipse.org/org/documents/epl-v10.php' url='http://www.eclipse.org/org/documents/epl-v10.php'>
+ Eclipse Public License v1.0.
+ </license>
+ </licenses>
+ </unit>
+ <unit id='org.eclipse.core.databinding.observable.source' version='1.3.0.I20100824-0800' singleton='false'>
+ <update id='org.eclipse.core.databinding.observable.source' range='[0.0.0,1.3.0.I20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JFace Data Binding Observables Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.databinding.observable.source' version='1.3.0.I20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.databinding.observable.source' version='1.3.0.I20100824-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.databinding.observable.source' version='1.3.0.I20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.3.0.I20100824-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.core.databinding.observable.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.core.databinding.observable;version=&quot;1.3.0.I20100824-0800&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.config.motif.linux.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.motif.linux.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.sdk.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.debug.examples.core.source' version='1.2.0.v20100505' singleton='false'>
+ <update id='org.eclipse.debug.examples.core.source' range='[0.0.0,1.2.0.v20100505)' severity='0'/>
+ <properties size='3'>
+ <property name='df_LT.pluginName' value='Example Debug Core Plug-in Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.debug.examples.core.source' version='1.2.0.v20100505'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.debug.examples.core.source' version='1.2.0.v20100505'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.debug.examples.core.source' version='1.2.0.v20100505'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 1.2.0.v20100505&#xA;Bundle-SymbolicName: org.eclipse.debug.examples.core.source&#xA;Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-SourceBundle: org.eclipse.debug.examples.core;version=&quot;1.2.0.v20100505&quot;;roots:=&quot;.&quot;&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.navigator.resources' version='3.4.300.I20100712-2000'>
+ <update id='org.eclipse.ui.navigator.resources' range='[0.0.0,3.4.300.I20100712-2000)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Navigator Workbench Components'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='10'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.navigator.resources' version='3.4.300.I20100712-2000'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.navigator.resources' version='3.4.300.I20100712-2000'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.navigator.resources' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.navigator.resources.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.navigator.resources.plugin' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.navigator.resources.workbench' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.navigator.workingsets' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.navigator.resources' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='10'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.navigator' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views.properties.tabbed' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ltk.core.refactoring' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ltk.ui.refactoring' range='[3.5.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.navigator.resources' version='3.4.300.I20100712-2000'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: %Plugin.name&#xA;Bundle-Activator: org.eclipse.ui.internal.navigator.resources.plugin.WorkbenchNavigatorPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.navigator.resources;tag=I20100712-2000&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %Plugin.providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.ui.navigator.resources; singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.4.300.I20100712-2000&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.ui.internal.navigator.resources;x-internal:=true,org.eclipse.ui.internal.navigator.resources.actions;x-internal:=true,org.eclipse.ui.internal.navigator.resources.plugin;x-internal:=true,org.eclipse.ui.internal.navigator.resources.workbench;x-internal:=true,org.eclipse.ui.internal.navigator.workingsets;x-internal:=true,org.eclipse.ui.navigator.resources&#xA;Require-Bundle: org.eclipse.ui.ide;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.jface;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.ui.navigator;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.ui.views.properties.tabbed;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.workbench.texteditor;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.ltk.core.refactoring;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ltk.ui.refactoring;bundle-version=&quot;[3.5.0,4.0.0)&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.apache.commons.logging.source' version='1.0.4.v201005080501' singleton='false'>
+ <update id='org.apache.commons.logging.source' range='[0.0.0,1.0.4.v201005080501)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleProvider' value='Eclipse Orbit'/>
+ <property name='df_LT.bundleName' value='Apache Commons Logging Plug-in Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleProvider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.logging.source' version='1.0.4.v201005080501'/>
+ <provided namespace='osgi.bundle' name='org.apache.commons.logging.source' version='1.0.4.v201005080501'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.apache.commons.logging.source' version='1.0.4.v201005080501'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-Vendor: %bundleProvider&#xA;Bundle-SymbolicName: org.apache.commons.logging.source&#xA;Eclipse-SourceBundle: org.apache.commons.logging;version=&quot;1.0.4.v201005080501&quot;&#xA;Bundle-Name: %bundleName&#xA;Bundle-Version: 1.0.4.v201005080501
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.photon.qnx.x86.source' version='3.7.0.v3707' singleton='false'>
+ <update id='org.eclipse.swt.photon.qnx.x86.source' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for Photon Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.photon.qnx.x86.source' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.photon.qnx.x86.source' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=qnx)(osgi.ws=photon))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.photon.qnx.x86.source' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 3.7.0.v3707&#xA;Eclipse-SourceBundle: org.eclipse.swt.photon.qnx.x86;version=&quot;3.7.0.v3707&quot;&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=photon) (osgi.os=qnx) (osgi.arch=x86))&#xA;Bundle-SymbolicName: org.eclipse.swt.photon.qnx.x86.source&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.apache.ant.source' version='1.7.1.v20100518-1145' singleton='false'>
+ <update id='org.apache.ant.source' range='[0.0.0,1.7.1.v20100518-1145)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.pluginName' value='Apache Ant'/>
+ <property name='df_LT.providerName' value='Eclipse Orbit'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.apache.ant.source' version='1.7.1.v20100518-1145'/>
+ <provided namespace='osgi.bundle' name='org.apache.ant.source' version='1.7.1.v20100518-1145'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.apache.ant.source' version='1.7.1.v20100518-1145'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.apache.ant.source&#xA;Eclipse-SourceBundle: org.apache.ant;version=&quot;1.7.1.v20100518-1145&quot;;roots:=&quot;lib/ant,lib/ant-antlr,lib/ant-apache-bcel,lib/ant-apache-bsf,lib/ant-apache-log4j,lib/ant-apache-oro,lib/ant-apache-regexp,lib/ant-apache-resolver,lib/ant-commons-logging,lib/ant-commons-net,lib/ant-jai,lib/ant-javamail,lib/ant-jdepend,lib/ant-jmf,lib/ant-jsch,lib/ant-junit,lib/ant-launcher,lib/ant-netrexx,lib/ant-nodeps,lib/ant-starteam,lib/ant-stylebook,lib/ant-swing,lib/ant-trax,lib/ant-weblogic&quot;&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 1.7.1.v20100518-1145
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.rcp.source' version='3.7.0.v201009211024' singleton='false'>
+ <update id='org.eclipse.rcp.source' range='[0.0.0,3.7.0.v201009211024)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Eclipse RCP Plug-in Developer Resources'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.source' version='3.7.0.v201009211024'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.rcp.source' version='3.7.0.v201009211024'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.rcp.source' version='3.7.0.v201009211024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.7.0.v201009211024&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.rcp.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.rcp;version=&quot;3.7.0.v201009211024&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcocoa.macosx.x86_64org.eclipse.update.configurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.update.configurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcocoa.macosx.x86_64' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:false);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.ua.core.source' version='1.0.100.v20100504' singleton='false'>
+ <update id='org.eclipse.pde.ua.core.source' range='[0.0.0,1.0.100.v20100504)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='PDE UA Core Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.ua.core.source' version='1.0.100.v20100504'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.ua.core.source' version='1.0.100.v20100504'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.ua.core.source' version='1.0.100.v20100504'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.100.v20100504&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.pde.ua.core.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.pde.ua.core;version=&quot;1.0.100.v20100504&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.cm' version='1.0.200.v20100520' singleton='false'>
+ <update id='org.eclipse.equinox.cm' range='[0.0.0,1.0.200.v20100520)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Configuration Admin'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.cm' version='1.0.200.v20100520'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.cm' version='1.0.200.v20100520'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.cm' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.cm.reliablefile' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.cm' range='1.2.0'/>
+ <required namespace='java.package' name='org.osgi.service.log' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.event' range='1.0.0' optional='true'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='1.3.1'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.cm' version='1.0.200.v20100520'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Export-Package: org.eclipse.equinox.internal.cm;x-internal:=true,org.eclipse.equinox.internal.cm.reliablefile;x-internal:=true&#xA;Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.2,CDC-1.1/Foundation-1.1,J2SE-1.4&#xA;Bundle-Localization: plugin&#xA;Bundle-Activator: org.eclipse.equinox.internal.cm.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.cm;tag=v20100520&#xA;Bundle-Name: %bundleName&#xA;Bundle-Version: 1.0.200.v20100520&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.equinox.cm&#xA;Import-Package: org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.service.cm;version=&quot;1.2.0&quot;,org.osgi.service.log;version=&quot;1.3.0&quot;,org.osgi.service.event;version=&quot;1.0&quot;; resolution:=optional,org.osgi.util.tracker;version=&quot;1.3.1&quot;&#xA;Manifest-Version: 1.0
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.servletbridge' version='1.2.0.v20100503'>
+ <update id='org.eclipse.equinox.servletbridge' range='[0.0.0,1.2.0.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Servletbridge'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.servletbridge' version='1.2.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.servletbridge' version='1.2.0.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.servletbridge' version='1.1.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='java.package' name='javax.servlet' range='2.3.0'/>
+ <required namespace='java.package' name='javax.servlet.http' range='2.3.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.servletbridge' version='1.2.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/server-side/bundles/org.eclipse.equinox.servletbridge;tag=v20100503&#xA;Import-Package: javax.servlet;version=&quot;2.3.0&quot;,javax.servlet.http;version=&quot;2.3.0&quot;&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.servletbridge;singleton:=true&#xA;Bundle-Version: 1.2.0.v20100503&#xA;Export-Package: org.eclipse.equinox.servletbridge;version=&quot;1.1.0&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.rcp.feature.jar' version='3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS'>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.update.feature.plugin' value='org.eclipse.rcp'/>
+ <property name='df_LT.featureName' value='Eclipse RCP'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Rich Client Platform'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2010 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.feature.jar' version='3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.rcp' version='3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.rcp' version='3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='toolinggtk.solaris.x86org.eclipse.core.runtime' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.core.runtime' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.solaris.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.cvs_root' version='1.2.0.v20100427-7B77FO-8sF7B77cDI5BHB5'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.cvs_root' version='1.2.0.v20100427-7B77FO-8sF7B77cDI5BHB5'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.cvs_root' version='1.2.0.v20100427-7B77FO-8sF7B77cDI5BHB5'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.rcp.configuration_root.carbon.macosx.x86' version='1.0.0.I20100921-1024'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.carbon.macosx.x86' version='1.0.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.rcp.configuration_root.carbon.macosx.x86' version='1.0.0.I20100921-1024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='3'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='configure'>
+ ln(linkTarget:Eclipse.app/Contents/MacOS/eclipse,targetDir:${installFolder},linkName:eclipse);
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:Eclipse.app/Contents/MacOS/eclipse, permissions:755);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.ppc64org.eclipse.core.runtime' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppc64org.eclipse.core.runtime' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.ppc64' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.help.appserver.source' version='3.1.400.v20100427' singleton='false'>
+ <update id='org.eclipse.help.appserver.source' range='[0.0.0,3.1.400.v20100427)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.appserver_plugin_name' value='Help Application Server Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%appserver_plugin_name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.appserver.source' version='3.1.400.v20100427'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.help.appserver.source' version='3.1.400.v20100427'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.help.appserver.source' version='3.1.400.v20100427'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.1.400.v20100427&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.help.appserver.source&#xA;Bundle-Name: %appserver_plugin_name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.help.appserver;version=&quot;3.1.400.v20100427&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.junit' version='3.8.2.v3_8_2_v20100427-1100' singleton='false'>
+ <update id='org.junit' range='[0.0.0,3.8.2.v3_8_2_v20100427-1100)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.pluginName' value='JUnit Testing Framework'/>
+ <property name='df_LT.providerName' value='Eclipse Orbit'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='11'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.junit' version='3.8.2.v3_8_2_v20100427-1100'/>
+ <provided namespace='osgi.bundle' name='org.junit' version='3.8.2.v3_8_2_v20100427-1100'/>
+ <provided namespace='java.package' name='junit.awtui' version='3.8.2'/>
+ <provided namespace='java.package' name='junit.extensions' version='3.8.2'/>
+ <provided namespace='java.package' name='junit.framework' version='3.8.2'/>
+ <provided namespace='java.package' name='junit.runner' version='3.8.2'/>
+ <provided namespace='java.package' name='junit.swingui' version='3.8.2'/>
+ <provided namespace='java.package' name='junit.swingui.icons' version='3.8.2'/>
+ <provided namespace='java.package' name='junit.textui' version='3.8.2'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.junit' version='3.8.2.v3_8_2_v20100427-1100'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.3&#xA;Export-Package: junit.awtui;version=&quot;3.8.2&quot;,junit.extensions;version=&quot;3.8.2&quot;,junit.framework;version=&quot;3.8.2&quot;,junit.runner;version=&quot;3.8.2&quot;,junit.swingui;version=&quot;3.8.2&quot;,junit.swingui.icons;version=&quot;3.8.2&quot;,junit.textui;version=&quot;3.8.2&quot;&#xA;Bundle-Localization: plugin&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 3.8.2.v3_8_2_v20100427-1100&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.junit&#xA;Manifest-Version: 1.0&#xA;Bundle-ClassPath: junit.jar
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.cocoa.macosx.x86_64.source' version='3.7.0.v3707' singleton='false'>
+ <update id='org.eclipse.swt.cocoa.macosx.x86_64.source' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for Mac OS X (Cocoa) Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.cocoa.macosx.x86_64.source' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.cocoa.macosx.x86_64.source' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.cocoa.macosx.x86_64.source' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 3.7.0.v3707&#xA;Eclipse-SourceBundle: org.eclipse.swt.cocoa.macosx.x86_64;version=&quot;3.7.0.v3707&quot;&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=cocoa) (osgi.os=macosx) (osgi.arch=x86_64) )&#xA;Bundle-SymbolicName: org.eclipse.swt.cocoa.macosx.x86_64.source&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.motif.hpux.ia64_32' version='1.1.100.v20100824a'>
+ <update id='org.eclipse.equinox.launcher.motif.hpux.ia64_32' range='[0.0.0,1.1.100.v20100824a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher HPUX IA64_32 Fragment'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='launcher.motif.hpux.ia64_32'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.motif.hpux.ia64_32' version='1.1.100.v20100824a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.launcher.motif.hpux.ia64_32' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.equinox.launcher' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.launcher.motif.hpux.ia64_32' version='1.1.100.v20100824a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.hpux.ia64_32;tag=v20100824a&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: launcher.motif.hpux.ia64_32&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.equinox.launcher;bundle-version=&quot;[1.0.0,1.3.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.launcher.motif.hpux.ia64_32;singleton:=true&#xA;Bundle-Version: 1.1.100.v20100824a&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=motif) (osgi.os=hpux) (osgi.arch=ia64_32) )
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.serverside.sdk.feature.group' version='3.6.0.v20100421-7u7NFVgFN5JdRKpWUrNqnz0cfasJ' singleton='false'>
+ <update id='org.eclipse.equinox.serverside.sdk.feature.group' range='[0.0.0,3.6.0.v20100421-7u7NFVgFN5JdRKpWUrNqnz0cfasJ)' severity='0'/>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Equinox Server-side SDK'/>
+ <property name='df_LT.providerName' value='Eclipse Equinox Project'/>
+ <property name='df_LT.description' value='All of the bundles that make up the Equinox server-side OSGi support including basic, Jetty and servlet-bridge based HTTP service implementations.&#xA;This feature includes the corresponding source and is intended to be added to target platforms at development time rather than deployed with end-user systems.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2009 EclipseSource and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;EclipseSource - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.serverside.sdk.feature.group' version='3.6.0.v20100421-7u7NFVgFN5JdRKpWUrNqnz0cfasJ'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='31'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.server.core.feature.group' range='[1.0.0.v20100510-7K7RF9wF7RZHQHI7Nb,1.0.0.v20100510-7K7RF9wF7RZHQHI7Nb]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.server.jetty.feature.group' range='[1.0.0.v20100510-7I777iBgJ9DIARGH8IIQ,1.0.0.v20100510-7I777iBgJ9DIARGH8IIQ]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.server.p2.feature.group' range='[1.0.0.v20100503-7x7JFMWFT0z0-V-2CHUUt_5H,1.0.0.v20100503-7x7JFMWFT0z0-V-2CHUUt_5H]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.server.servletbridge.feature.group' range='[1.0.0.v20100510-42A79oB5855K5E,1.0.0.v20100510-42A79oB5855K5E]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.server.simple.feature.group' range='[1.0.0.v20100510-44DF8s734C48662444,1.0.0.v20100510-44DF8s734C48662444]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='javax.servlet' range='[2.5.0.v200910301333,2.5.0.v200910301333]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='javax.servlet.jsp' range='[2.0.0.v200806031607,2.0.0.v200806031607]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='javax.servlet.jsp.source' range='[2.0.0.v200806031607,2.0.0.v200806031607]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='javax.servlet.source' range='[2.5.0.v200910301333,2.5.0.v200910301333]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http' range='[1.0.400.v20100503,1.0.400.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.source' range='[1.0.400.v20100503,1.0.400.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.jetty' range='[2.0.0.v20100503,2.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.jetty.source' range='[2.0.0.v20100503,2.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.registry' range='[1.1.0.v20100503,1.1.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.registry.source' range='[1.1.0.v20100503,1.1.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.servlet' range='[1.1.0.v20100503,1.1.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.servlet.source' range='[1.1.0.v20100503,1.1.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.servletbridge' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.servletbridge.source' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jsp.jasper' range='[1.0.200.v20100421,1.0.200.v20100421]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jsp.jasper.source' range='[1.0.200.v20100421,1.0.200.v20100421]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.mortbay.jetty.server' range='[6.1.23.v201004211559,6.1.23.v201004211559]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.mortbay.jetty.server.source' range='[6.1.23.v201004211559,6.1.23.v201004211559]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.mortbay.jetty.util' range='[6.1.23.v201004211559,6.1.23.v201004211559]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.mortbay.jetty.util.source' range='[6.1.23.v201004211559,6.1.23.v201004211559]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jsp.jasper.registry' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jsp.jasper.registry.source' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.servletbridge' range='[1.2.0.v20100503,1.2.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.servletbridge.source' range='[1.2.0.v20100503,1.2.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.servletbridge.extensionbundle' range='[1.2.0.v20100503,1.2.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.serverside.sdk.feature.jar' range='[3.6.0.v20100421-7u7NFVgFN5JdRKpWUrNqnz0cfasJ,3.6.0.v20100421-7u7NFVgFN5JdRKpWUrNqnz0cfasJ]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.equinox.weaving.caching' version='1.0.0.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.weaving.caching' range='[0.0.0,1.0.0.v20100503)' severity='0'/>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.name' value='Standard Caching Service for Equinox Aspects (Incubation)'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.weaving.caching' version='1.0.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.weaving.caching' version='1.0.0.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.weaving.internal.caching' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='java.package' name='com.ibm.oti.shared' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='org.eclipse.equinox.service.weaving' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.datalocation' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.debug' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.4.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.weaving.caching' version='1.0.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Bundle-Activator: org.eclipse.equinox.weaving.internal.caching.Activator&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.0.0.v20100503&#xA;Export-Package: org.eclipse.equinox.weaving.internal.caching;x-friends:=&quot;org.aspectj.osgi.service.caching.test&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/weaving/bundles/org.eclipse.equinox.weaving.caching;tag=v20100503&#xA;Bundle-SymbolicName: org.eclipse.equinox.weaving.caching&#xA;Import-Package: com.ibm.oti.shared;resolution:=optional,org.eclipse.equinox.service.weaving,org.eclipse.osgi.service.datalocation;version=&quot;1.0.0&quot;,org.eclipse.osgi.service.debug;version=&quot;1.0.0&quot;,org.osgi.framework;version=&quot;1.4.0&quot;&#xA;Bundle-Name: Standard Caching Service for Equinox Aspects (Incubation)
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:4); markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.x86_64org.eclipse.equinox.event' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.equinox.event' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.x86_64' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.id.ini.win32.win32.x86_64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.win32.win32.x86_64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.id' name='org.eclipse.rcp.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcarbon.macosx.x86org.eclipse.equinox.common' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.equinox.common' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcarbon.macosx.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.tests.forms' version='3.3.200.v20100517'>
+ <update id='org.eclipse.ui.tests.forms' range='[0.0.0,3.3.200.v20100517)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='Forms Test'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.tests.forms' version='3.3.200.v20100517'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.tests.forms' version='3.3.200.v20100517'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.forms' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.tests.forms' version='3.3.200.v20100517'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: Forms Test&#xA;Bundle-Activator: org.eclipse.ui.tests.forms.plugin.FormsTestPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.tests.forms;tag=v20100517&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: Eclipse.org&#xA;Bundle-ClassPath: forms-tests.jar&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.ui.tests.forms;singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-LazyStart: true&#xA;Bundle-Version: 3.3.200.v20100517&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.test.performance,org.eclipse.ui.forms,org.junit
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.ini.win32.win32.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.win32.win32.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.id.ini.cocoa.macosx.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.cocoa.macosx.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.id' name='org.eclipse.rcp.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);removeJvmArg(jvmArg:-XstartOnFirstThread);removeJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);addJvmArg(jvmArg:-XstartOnFirstThread);addJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.platform.doc.isv' version='3.7.0.v20100910'>
+ <update id='org.eclipse.platform.doc.isv' range='[0.0.0,3.7.0.v20100910)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Eclipse Platform Plug-in Developer Guide'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.doc.isv' version='3.7.0.v20100910'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.platform.doc.isv' version='3.7.0.v20100910'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.help' range='[3.2.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.platform.doc.isv' version='3.7.0.v20100910'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 3.7.0.v20100910&#xA;Require-Bundle: org.eclipse.help;bundle-version=&quot;[3.2.0,4.0.0)&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.platform.doc.isv;tag=v20100910&#xA;Bundle-SymbolicName: org.eclipse.platform.doc.isv; singleton:=true&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.editors.source' version='3.6.100.v20100824-0800' singleton='false'>
+ <update id='org.eclipse.ui.editors.source' range='[0.0.0,3.6.100.v20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Default Text Editor Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.editors.source' version='3.6.100.v20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.editors.source' version='3.6.100.v20100824-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.editors.source' version='3.6.100.v20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.6.100.v20100824-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.editors.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ui.editors;version=&quot;3.6.100.v20100824-0800&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.frameworkadmin.equinox.source' version='1.0.200.v20100505' singleton='false'>
+ <update id='org.eclipse.equinox.frameworkadmin.equinox.source' range='[0.0.0,1.0.200.v20100505)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Framework Admin for Equinox Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.frameworkadmin.equinox.source' version='1.0.200.v20100505'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.frameworkadmin.equinox.source' version='1.0.200.v20100505'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.frameworkadmin.equinox.source' version='1.0.200.v20100505'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.200.v20100505&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.frameworkadmin.equinox.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.frameworkadmin.equinox;version=&quot;1.0.200.v20100505&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.views.source' version='3.5.0.I20100527-0800' singleton='false'>
+ <update id='org.eclipse.ui.views.source' range='[0.0.0,3.5.0.I20100527-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Views Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.views.source' version='3.5.0.I20100527-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.views.source' version='3.5.0.I20100527-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.views.source' version='3.5.0.I20100527-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.5.0.I20100527-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.views.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ui.views;version=&quot;3.5.0.I20100527-0800&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.platform' version='3.7.0.v201009211024'>
+ <update id='org.eclipse.platform' range='[0.0.0,3.7.0.v201009211024)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Eclipse Platform'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform' version='3.7.0.v201009211024'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.platform' version='3.7.0.v201009211024'/>
+ <provided namespace='java.package' name='org.eclipse.platform.internal' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.intro' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.cheatsheets' range='[3.2.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.forms' range='[3.2.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.2.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.platform' version='3.7.0.v201009211024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Export-Package: org.eclipse.platform.internal;x-internal:=true&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Localization: plugin&#xA;Require-Bundle: org.eclipse.ui.intro;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.ui.cheatsheets;bundle-version=&quot;[3.2.0,4.0.0)&quot;;resolution:=optional,org.eclipse.ui.forms;bundle-version=&quot;[3.2.0,4.0.0)&quot;;resolution:=optional,org.eclipse.ui;bundle-version=&quot;[3.2.0,4.0.0)&quot;;resolution:=optional,org.eclipse.core.runtime;bundle-version=&quot;[3.2.0,4.0.0)&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.platform;tag=v20100914&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 3.7.0.v201009211024&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.platform; singleton:=true&#xA;Bundle-ClassPath: platform.jar&#xA;Manifest-Version: 1.0
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.ip.source' version='1.1.100.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.ip.source' range='[0.0.0,1.1.100.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleVendor' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Initial Provisioning Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleVendor'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.ip.source' version='1.1.100.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.ip.source' version='1.1.100.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.ip.source' version='1.1.100.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.1.100.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.ip.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.ip;version=&quot;1.1.100.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %bundleVendor
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.weaving.hook' version='1.0.0.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.weaving.hook' range='[0.0.0,1.0.0.v20100503)' severity='0'/>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.name' value='Aspect Weaving Hooks Plug-in (Incubation)'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.weaving.hook' version='1.0.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.weaving.hook' version='1.0.0.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.service.weaving' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.weaving.adaptors' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.weaving.hooks' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.osgi' version='1.0.0.v20100503'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.osgi' range='[3.2.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.weaving.hook' version='1.0.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: Aspect Weaving Hooks Plug-in (Incubation)&#xA;Bundle-Version: 1.0.0.v20100503&#xA;Fragment-Host: org.eclipse.osgi;bundle-version=&quot;[3.2.0,4.0.0)&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/weaving/bundles/org.eclipse.equinox.weaving.hook;tag=v20100503&#xA;Export-Package: org.eclipse.equinox.service.weaving,org.eclipse.equinox.weaving.adaptors;x-friends:=&quot;org.eclipse.equinox.weaving.tests&quot;,org.eclipse.equinox.weaving.hooks;x-friends:=&quot;org.eclipse.equinox.weaving.tests&quot;&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Bundle-SymbolicName: org.eclipse.equinox.weaving.hook&#xA;Manifest-Version: 1.0
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.motif.hpux.ia64_32.translated_host_properties' version='1.1.100.v20100824a'>
+ <hostRequirements size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher HPUX IA64_32 Fragment'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.motif.hpux.ia64_32.translated_host_properties' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='org.eclipse.jface.examples.databinding' version='1.0.200.I20100601-0800' singleton='false'>
+ <update id='org.eclipse.jface.examples.databinding' range='[0.0.0,1.0.200.I20100601-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JFace Data Binding Examples'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='9'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jface.examples.databinding' version='1.0.200.I20100601-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jface.examples.databinding' version='1.0.200.I20100601-0800'/>
+ <provided namespace='java.package' name='org.eclipse.jface.examples.databinding' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.examples.databinding.mask' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.examples.databinding.mask.internal' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.examples.databinding.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.examples.databinding.radioGroup' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='7'>
+ <required namespace='osgi.bundle' name='org.eclipse.jface' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.databinding' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.databinding.beans' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.databinding' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.databinding.property' range='0.0.0'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jface.examples.databinding' version='1.0.200.I20100601-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Bundle-Name: %pluginName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jface.examples.databinding;tag=I20100601-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ClassPath: .&#xA;Bundle-SymbolicName: org.eclipse.jface.examples.databinding&#xA;Import-Package: com.ibm.icu.text&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.200.I20100601-0800&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.jface.examples.databinding;x-internal:=false,org.eclipse.jface.examples.databinding.mask;x-internal:=false,org.eclipse.jface.examples.databinding.mask.internal;x-internal:=true,org.eclipse.jface.examples.databinding.model;x-internal:=false,org.eclipse.jface.examples.databinding.radioGroup;x-internal:=false&#xA;Require-Bundle: org.eclipse.jface,org.eclipse.core.databinding,org.eclipse.core.runtime,org.eclipse.core.databinding.beans,org.eclipse.jface.databinding,org.eclipse.core.databinding.property
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.solaris.sparcorg.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.solaris.sparc' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:1);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.ini.carbon.macosx.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.ini.carbon.macosx.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.ide' name='org.eclipse.platform.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);removeJvmArg(jvmArg:-XstartOnFirstThread);removeJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);addJvmArg(jvmArg:-XstartOnFirstThread);addJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.ui.sdk.scheduler.source' version='1.0.0.v20100507-1815' singleton='false'>
+ <update id='org.eclipse.equinox.p2.ui.sdk.scheduler.source' range='[0.0.0,1.0.0.v20100507-1815)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Equinox Provisioning Platform Automatic Update Support Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.sdk.scheduler.source' version='1.0.0.v20100507-1815'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.ui.sdk.scheduler.source' version='1.0.0.v20100507-1815'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.ui.sdk.scheduler.source' version='1.0.0.v20100507-1815'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.0.v20100507-1815&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.ui.sdk.scheduler.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.ui.sdk.scheduler;version=&quot;1.0.0.v20100507-1815&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.hamcrest.core' version='1.1.0.v20090501071000' singleton='false'>
+ <update id='org.hamcrest.core' range='[0.0.0,1.1.0.v20090501071000)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.pluginName' value='Hamcrest Core Library of Matchers'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.hamcrest.core' version='1.1.0.v20090501071000'/>
+ <provided namespace='osgi.bundle' name='org.hamcrest.core' version='1.1.0.v20090501071000'/>
+ <provided namespace='java.package' name='org.hamcrest' version='1.1.0'/>
+ <provided namespace='java.package' name='org.hamcrest.core' version='1.1.0'/>
+ <provided namespace='java.package' name='org.hamcrest.internal' version='1.1.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.hamcrest.core' version='1.1.0.v20090501071000'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Export-Package: org.hamcrest;version=&quot;1.1.0&quot;;core=split;mandatory:=core,org.hamcrest.core;version=&quot;1.1.0&quot;,org.hamcrest.internal;version=&quot;1.1.0&quot;;x-internal:=true&#xA;Bundle-Localization: plugin&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 1.1.0.v20090501071000&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.hamcrest.core&#xA;Bundle-ActivationPolicy: lazy&#xA;Manifest-Version: 1.0
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingwin32.win32.x86org.eclipse.core.runtime' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.core.runtime' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingwin32.win32.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.sdk.tests' version='1.1.0.v20100907'>
+ <update id='org.eclipse.sdk.tests' range='[0.0.0,1.1.0.v20100907)' severity='0'/>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.name' value='Tests'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk.tests' version='1.1.0.v20100907'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.sdk.tests' version='1.1.0.v20100907'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.sdk.tests' version='1.1.0.v20100907'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-SymbolicName: org.eclipse.sdk.tests; singleton:=true&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.sdk.tests;tag=v20100907&#xA;Bundle-Name: Tests&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.1.0.v20100907
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.equinox.launcher.gtk.solaris.sparc' version='1.1.100.v20100824a' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.gtk.solaris.sparc' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='org.eclipse.pde.build.default' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.gtk.solaris.sparc' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='tooling' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.gtk.solaris.sparc' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='unconfigure'>
+ removeProgramArg(programArg:--launcher.library);removeProgramArg(programArg:@artifact);
+ </instruction>
+ <instruction key='configure'>
+ addProgramArg(programArg:--launcher.library);addProgramArg(programArg:@artifact);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.examples.javaeditor' version='3.1.100.v20100824-0800'>
+ <update id='org.eclipse.ui.examples.javaeditor' range='[0.0.0,3.1.100.v20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JFace Text Example'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='11'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.javaeditor' version='3.1.100.v20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.examples.javaeditor' version='3.1.100.v20100824-0800'/>
+ <provided namespace='java.package' name='org.eclipse.ui.examples.javaeditor' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.examples.javaeditor.java' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.examples.javaeditor.javadoc' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.examples.javaeditor.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.examples.templateeditor.editors' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.examples.templateeditor.preferences' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.examples.templateeditor.template' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='6'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.examples.javaeditor' version='3.1.100.v20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-Activator: org.eclipse.ui.examples.javaeditor.JavaEditorExamplePlugin&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-SymbolicName: org.eclipse.ui.examples.javaeditor; singleton:=true&#xA;Bundle-Vendor: %providerName&#xA;Export-Package: org.eclipse.ui.examples.javaeditor,&#xA; org.eclipse.ui.examples.javaeditor.java,&#xA; org.eclipse.ui.examples.javaeditor.javadoc,&#xA; org.eclipse.ui.examples.javaeditor.util,&#xA; org.eclipse.ui.examples.templateeditor.editors,&#xA; org.eclipse.ui.examples.templateeditor.preferences,&#xA; org.eclipse.ui.examples.templateeditor.template&#xA;Bundle-Name: %pluginName&#xA;Bundle-ClassPath: javaeditorexample.jar,&#xA; templateeditorexample.jar&#xA;Bundle-Version: 3.1.100.v20100824-0800&#xA;Eclipse-LazyStart: true&#xA;Require-Bundle: org.eclipse.core.runtime,&#xA; org.eclipse.ui,&#xA; org.eclipse.jface.text,&#xA; org.eclipse.ui.workbench.texteditor,&#xA; org.eclipse.ui.editors,&#xA; org.eclipse.ui.views
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.team.cvs.core.source' version='3.3.400.I20100912-2000' singleton='false'>
+ <update id='org.eclipse.team.cvs.core.source' range='[0.0.0,3.3.400.I20100912-2000)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='CVS Team Provider Core Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.cvs.core.source' version='3.3.400.I20100912-2000'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.team.cvs.core.source' version='3.3.400.I20100912-2000'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.team.cvs.core.source' version='3.3.400.I20100912-2000'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.3.400.I20100912-2000&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.team.cvs.core.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.team.cvs.core;version=&quot;3.3.400.I20100912-2000&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.api.tools.ee.cdcfoundation11' version='1.0.1.v20100506-0900' singleton='false'>
+ <update id='org.eclipse.pde.api.tools.ee.cdcfoundation11' range='[0.0.0,1.0.1.v20100506-0900)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Environment Description for CDC-1.1/Foundation-1.1'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragmentcdcfoundation11'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.ee.cdcfoundation11' version='1.0.1.v20100506-0900'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.api.tools.ee.cdcfoundation11' version='1.0.1.v20100506-0900'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.pde.api.tools' version='1.0.1.v20100506-0900'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.api.tools' range='1.0.201'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.api.tools.ee.cdcfoundation11' version='1.0.1.v20100506-0900'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation11;tag=v20100506-0900&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragmentcdcfoundation11&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.pde.api.tools;bundle-version=&quot;1.0.201&quot;&#xA;Bundle-SymbolicName: org.eclipse.pde.api.tools.ee.cdcfoundation11&#xA;Bundle-Version: 1.0.1.v20100506-0900
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.databinding' version='1.3.100.I20100601-0800' singleton='false'>
+ <update id='org.eclipse.core.databinding' range='[0.0.0,1.3.100.I20100601-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JFace Data Binding'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='10'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.databinding' version='1.3.100.I20100601-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.databinding' version='1.3.100.I20100601-0800'/>
+ <provided namespace='java.package' name='org.eclipse.core.databinding' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.databinding.conversion' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.databinding.validation' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.databinding' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.databinding.conversion' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.databinding.validation' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='8'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.databinding.observable' range='[1.3.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.databinding.property' range='[1.3.0,2.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.math' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='[1.4.0,2.0.0)' optional='true'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='[1.3.3,2.0.0)' optional='true'/>
+ <required namespace='java.package' name='org.eclipse.osgi.framework.log' range='[1.0.0,2.0.0)' optional='true'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.databinding' version='1.3.100.I20100601-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Import-Package: com.ibm.icu.math;resolution:=optional,com.ibm.icu.text,org.osgi.framework;version=&quot;[1.4.0,2.0.0)&quot;;resolution:=optional,org.osgi.util.tracker;version=&quot;[1.3.3,2.0.0)&quot;;resolution:=optional,org.eclipse.osgi.framework.log;version=&quot;[1.0.0,2.0.0)&quot;;resolution:=optional&#xA;Bundle-ManifestVersion: 2&#xA;Manifest-Version: 1.0&#xA;Bundle-Name: %pluginName&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ClassPath: .&#xA;Import-Package-Comment: see http://wiki.eclipse.org/&#xA;Bundle-Version: 1.3.100.I20100601-0800&#xA;Export-Package: org.eclipse.core.databinding,org.eclipse.core.databinding.conversion;x-internal:=false,org.eclipse.core.databinding.validation;x-internal:=false,org.eclipse.core.internal.databinding;x-friends:=&quot;org.eclipse.core.databinding.beans&quot;,org.eclipse.core.internal.databinding.conversion;x-friends:=&quot;org.eclipse.jface.tests.databinding&quot;,org.eclipse.core.internal.databinding.validation;x-friends:=&quot;org.eclipse.jface.tests.databinding&quot;&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.databinding.observable;bundle-version=&quot;[1.3.0,2.0.0)&quot;;visibility:=reexport,org.eclipse.core.databinding.property;bundle-version=&quot;[1.3.0,2.0.0)&quot;&#xA;Bundle-Activator: org.eclipse.core.internal.databinding.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.databinding;tag=I20100601-0800&#xA;Bundle-SymbolicName: org.eclipse.core.databinding&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.ini.cocoa.macosx.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.cocoa.macosx.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);removeJvmArg(jvmArg:-XstartOnFirstThread);removeJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);addJvmArg(jvmArg:-XstartOnFirstThread);addJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.launching' version='3.6.0.v20100601'>
+ <update id='org.eclipse.pde.launching' range='[0.0.0,3.6.0.v20100601)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.name' value='PDE Launching Support'/>
+ <property name='df_LT.provider-name' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%provider-name'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='8'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.launching' version='3.6.0.v20100601'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.launching' version='3.6.0.v20100601'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.launching' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.launching.launcher' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.launching.sourcelookup' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.launching' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='10'>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.junit.core' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.launching' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.core' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.variables' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.build' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.core' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.debug' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.0.0,2.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.launching' version='3.6.0.v20100601'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: %name&#xA;Bundle-Activator: org.eclipse.pde.internal.launching.PDELaunchingPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/ui/org.eclipse.pde.launching;tag=v20100601&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %provider-name&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.pde.launching;singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.6.0.v20100601&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.pde.internal.launching;x-friends:=&quot;org.eclipse.pde.ui&quot;,org.eclipse.pde.internal.launching.launcher;x-friends:=&quot;org.eclipse.pde.ui&quot;,org.eclipse.pde.internal.launching.sourcelookup;x-internal:=true,org.eclipse.pde.launching&#xA;Require-Bundle: org.eclipse.jdt.junit.core;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.jdt.launching;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.debug.core;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.jdt.core;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.variables;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.pde.build;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.pde.core;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.jdt.debug;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.filesystem;bundle-version=&quot;[1.0.0,2.0.0)&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.apache.ws.commons.util' version='1.0.0.v20100518-1135' singleton='false'>
+ <update id='org.apache.ws.commons.util' range='[0.0.0,1.0.0.v20100518-1135)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Bundle-Provider' value='Eclipse Orbit'/>
+ <property name='df_LT.Bundle-Name' value='WS Commons Util Plug-in'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Bundle-Name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Bundle-Provider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.apache.ws.commons.util' version='1.0.0.v20100518-1135'/>
+ <provided namespace='osgi.bundle' name='org.apache.ws.commons.util' version='1.0.0.v20100518-1135'/>
+ <provided namespace='java.package' name='org.apache.ws.commons.serialize' version='1.0.0'/>
+ <provided namespace='java.package' name='org.apache.ws.commons.util' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='6'>
+ <required namespace='java.package' name='javax.xml' range='0.0.0'/>
+ <required namespace='java.package' name='javax.xml.namespace' range='0.0.0'/>
+ <required namespace='java.package' name='org.w3c.dom' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax.ext' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax.helpers' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.apache.ws.commons.util' version='1.0.0.v20100518-1135'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Export-Package: org.apache.ws.commons.serialize;version=&quot;1.0.0&quot;,org.apache.ws.commons.util;version=&quot;1.0.0&quot;&#xA;Bundle-Localization: plugin&#xA;Bundle-Name: %Bundle-Name&#xA;Bundle-Version: 1.0.0.v20100518-1135&#xA;Bundle-Vendor: %Bundle-Provider&#xA;Bundle-SymbolicName: org.apache.ws.commons.util&#xA;Import-Package: javax.xml,javax.xml.namespace,org.w3c.dom,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers&#xA;Manifest-Version: 1.0
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingmotif.hpux.ia64_32org.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.equinox.simpleconfigurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingmotif.hpux.ia64_32' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:1);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='master-ecf.feature.jar' version='1.0.0.v20090316-7m7DA7FHlEcwcf8gaM3eJn'>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.name' value='build utility feature for ecf plugins'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='master-ecf.feature.jar' version='1.0.0.v20090316-7m7DA7FHlEcwcf8gaM3eJn'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='master-ecf' version='1.0.0.v20090316-7m7DA7FHlEcwcf8gaM3eJn'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='master-ecf' version='1.0.0.v20090316-7m7DA7FHlEcwcf8gaM3eJn'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.compare.tests' version='3.5.100.I20100810-0800'>
+ <update id='org.eclipse.compare.tests' range='[0.0.0,3.5.100.I20100810-0800)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare.tests' version='3.5.100.I20100810-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.compare.tests' version='3.5.100.I20100810-0800'/>
+ <provided namespace='java.package' name='org.eclipse.compare.tests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.compare.tests.performance' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='11'>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.compare' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.tests.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.tests.harness' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.compare.tests' version='3.5.100.I20100810-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.compare.tests.CompareTestPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.compare.tests;tag=I20100810-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ClassPath: comparetests.jar&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.compare.tests;singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.5.100.I20100810-0800&#xA;Export-Package: org.eclipse.compare.tests,org.eclipse.compare.tests.performance&#xA;Require-Bundle: org.junit,org.eclipse.compare,org.eclipse.jface.text,org.eclipse.jface,org.eclipse.core.runtime,org.eclipse.test.performance,org.eclipse.ui,org.eclipse.core.resources,org.eclipse.core.tests.resources,org.eclipse.core.tests.harness,org.eclipse.core.filesystem
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jface.databinding' version='1.5.0.I20100907-0800' singleton='false'>
+ <update id='org.eclipse.jface.databinding' range='[0.0.0,1.5.0.I20100907-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JFace Data Binding for SWT and JFace'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='16'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jface.databinding' version='1.5.0.I20100907-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jface.databinding' version='1.5.0.I20100907-0800'/>
+ <provided namespace='java.package' name='org.eclipse.jface.databinding.dialog' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.databinding.fieldassist' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.databinding.preference' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.databinding.swt' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.databinding.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.databinding.viewers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.databinding.wizard' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.internal.databinding.provisional.swt' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.internal.databinding.provisional.viewers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.internal.databinding.swt' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.internal.databinding.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.internal.databinding.viewers' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='7'>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.databinding.observable' range='[1.3.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.databinding.property' range='[1.3.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.databinding' range='[1.2.0,2.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jface.databinding' version='1.5.0.I20100907-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %pluginName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jface.databinding;tag=I20100907-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ClassPath: .&#xA;Bundle-SymbolicName: org.eclipse.jface.databinding&#xA;Import-Package: com.ibm.icu.text&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.5.0.I20100907-0800&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.jface.databinding.dialog,org.eclipse.jface.databinding.fieldassist,org.eclipse.jface.databinding.preference,org.eclipse.jface.databinding.swt,org.eclipse.jface.databinding.util,org.eclipse.jface.databinding.viewers,org.eclipse.jface.databinding.wizard,org.eclipse.jface.internal.databinding.provisional.swt;x-internal:=true,org.eclipse.jface.internal.databinding.provisional.viewers;x-internal:=true,org.eclipse.jface.internal.databinding.swt;x-internal:=true,org.eclipse.jface.internal.databinding.util;x-internal:=true,org.eclipse.jface.internal.databinding.viewers;x-internal:=true&#xA;Require-Bundle: org.eclipse.swt;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.jface;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.equinox.common;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.databinding.observable;bundle-version=&quot;[1.3.0,2.0.0)&quot;,org.eclipse.core.databinding.property;bundle-version=&quot;[1.3.0,2.0.0)&quot;,org.eclipse.core.databinding;bundle-version=&quot;[1.2.0,2.0.0)&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.jmx.client.feature.feature.group' version='1.0.0.v20081124-4--9oB5855K5E' singleton='false'>
+ <update id='org.eclipse.equinox.jmx.client.feature.feature.group' range='[0.0.0,1.0.0.v20081124-4--9oB5855K5E)' severity='0'/>
+ <properties size='5'>
+ <property name='org.eclipse.equinox.p2.name' value='Resource Monitoring Client Feature (Incubation)'/>
+ <property name='org.eclipse.equinox.p2.description' value='Client-side infrastructure for managing OSGi-based systems using&#xA;JMX.'/>
+ <property name='org.eclipse.equinox.p2.description.url' value='http://www.eclipse.org/equinox/incubator/monitoring/index.php'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ </properties>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.client.feature.feature.group' version='1.0.0.v20081124-4--9oB5855K5E'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.common.feature.feature.group' range='0.0.0'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.client' range='[1.0.0.v20100503,1.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.client.rmi' range='[1.0.0.v20100503,1.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.client.xmlrpc' range='[1.0.0.v20100503,1.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.client.feature.feature.jar' range='[1.0.0.v20081124-4--9oB5855K5E,1.0.0.v20081124-4--9oB5855K5E]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='http://www.eclipse.org/org/documents/epl-v10.php' url='http://www.eclipse.org/org/documents/epl-v10.php'>
+ Eclipse Public License v1.0.
+ </license>
+ </licenses>
+ </unit>
+ <unit id='org.eclipse.equinox.supplement.source' version='1.3.100.v20100910' singleton='false'>
+ <update id='org.eclipse.equinox.supplement.source' range='[0.0.0,1.3.100.v20100910)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Supplemental Equinox Functionality Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.supplement.source' version='1.3.100.v20100910'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.supplement.source' version='1.3.100.v20100910'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.supplement.source' version='1.3.100.v20100910'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.3.100.v20100910&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.supplement.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.supplement;version=&quot;1.3.100.v20100910&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.ppc64org.eclipse.equinox.common' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppc64org.eclipse.equinox.common' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.ppc64' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.tests' version='3.7.0' singleton='false'>
+ <update id='org.eclipse.swt.tests' range='[0.0.0,3.7.0)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Tests'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.tests' version='3.7.0'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.tests' version='3.7.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.tests.junit' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.tests.junit.browser' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.swt.tests.junit.performance' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='3'>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.tests' version='3.7.0'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.swt.tests;tag=v3707&#xA;Bundle-ClassPath: swttests.jar&#xA;Require-Bundle: org.junit,org.eclipse.swt,org.eclipse.test.performance&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.swt.tests&#xA;Bundle-Version: 3.7.0&#xA;Export-Package: org.eclipse.swt.tests.junit,org.eclipse.swt.tests.junit.browser,org.eclipse.swt.tests.junit.performance
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.test.feature.group' version='3.5.0.v20100427-7R7ZBiBgLiJz0B25N4DF59580221' singleton='false'>
+ <update id='org.eclipse.test.feature.group' range='[0.0.0,3.5.0.v20100427-7R7ZBiBgLiJz0B25N4DF59580221)' severity='0'/>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Eclipse Test Framework'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Eclipse Test Framework. Used in conjunction with Eclipse JUnit tests.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2006 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.test.feature.group' version='3.5.0.v20100427-7R7ZBiBgLiJz0B25N4DF59580221'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='15'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.ant' range='0.0.0'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime.compatibility' range='0.0.0'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ant.optional.junit' range='[3.2.200,3.2.200]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.test' range='[3.3.0,3.3.0]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.test.source' range='[3.3.0,3.3.0]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.test.performance' range='[3.6.0.v20100914,3.6.0.v20100914]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.test.performance.win32' range='[3.1.100,3.1.100]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.junit' range='[4.8.1.v4_8_1_v20100427-1100,4.8.1.v4_8_1_v20100427-1100]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.junit4' range='[4.8.1.v20100525,4.8.1.v20100525]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.easymock' range='[2.4.0.v20090202-0900,2.4.0.v20090202-0900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.hamcrest.core' range='[1.1.0.v20090501071000,1.1.0.v20090501071000]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.test.feature.jar' range='[3.5.0.v20100427-7R7ZBiBgLiJz0B25N4DF59580221,3.5.0.v20100427-7R7ZBiBgLiJz0B25N4DF59580221]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.test_root' range='[3.5.0.v20100427-7R7ZBiBgLiJz0B25N4DF59580221,3.5.0.v20100427-7R7ZBiBgLiJz0B25N4DF59580221]'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.equinox.executable_root.gtk.linux.ppc' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.gtk.linux.ppc' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.equinox.executable_root.gtk.linux.ppc' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='2'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:libcairo-swt.so, permissions:755);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingmotif.hpux.ia64_32org.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingmotif.hpux.ia64_32' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.ui.admin' version='1.0.0.v20100503'>
+ <update id='org.eclipse.equinox.p2.ui.admin' range='[0.0.0,1.0.0.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='p2 Admin UI'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.admin' version='1.0.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.ui.admin' version='1.0.0.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.ui.admin' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.ui.admin.dialogs' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.ui.admin.preferences' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='26'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.core.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.ui' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.ui.actions' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.ui.dialogs' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.ui.model' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.ui.query' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.ui.viewers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.core.eventbus' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.director' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.repository' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.updatechecker' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.engine' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.engine.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.operations' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.ui' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.environment' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.1.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.ui.admin' version='1.0.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %bundleName&#xA;Bundle-Version: 1.0.0.v20100503&#xA;Import-Package: org.eclipse.equinox.internal.p2.core.helpers,org.eclipse.equinox.internal.p2.ui,org.eclipse.equinox.internal.p2.ui.actions,org.eclipse.equinox.internal.p2.ui.dialogs,org.eclipse.equinox.internal.p2.ui.model,org.eclipse.equinox.internal.p2.ui.query,org.eclipse.equinox.internal.p2.ui.viewers,org.eclipse.equinox.internal.provisional.p2.core.eventbus,org.eclipse.equinox.internal.provisional.p2.director,org.eclipse.equinox.internal.provisional.p2.repository,org.eclipse.equinox.internal.provisional.p2.updatechecker,org.eclipse.equinox.p2.core;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.engine;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.engine.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.operations;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.ui;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.osgi.service.environment;version=&quot;1.0.0&quot;,org.eclipse.osgi.util;version=&quot;1.1.0&quot;,org.osgi.framework;version=&quot;1.3.0&quot;&#xA;Bundle-Activator: org.eclipse.equinox.internal.p2.ui.admin.ProvAdminUIActivator&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.core.runtime,org.eclipse.ui&#xA;Export-Package: org.eclipse.equinox.internal.p2.ui.admin;x-friends:=&quot;org.eclipse.equinox.internal.p2.ui.analysis&quot;,org.eclipse.equinox.internal.p2.ui.admin.dialogs;x-internal:=true,org.eclipse.equinox.internal.p2.ui.admin.preferences;x-internal:=true&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.ui.admin;tag=v20100503&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.ui.admin;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.log' version='1.2.100.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.log' range='[0.0.0,1.2.100.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Log Service Bundle'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.log' version='1.2.100.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.log' version='1.2.100.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.log' version='1.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.log.internal' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='4'>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.event' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.log' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='1.3.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.log' version='1.2.100.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.5,OSGi/Minimum-1.2,CDC-1.1/Foundation-1.1,J2SE-1.4&#xA;Bundle-Name: %bundleName&#xA;Bundle-Activator: org.eclipse.equinox.log.internal.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.log;tag=v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.equinox.log&#xA;Import-Package: org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.service.event;version=&quot;1.0.0&quot;,org.osgi.service.log;version=&quot;1.3.0&quot;,org.osgi.util.tracker;version=&quot;1.3.0&quot;&#xA;Bundle-ManifestVersion: 2&#xA;Comment-Bundle-RequiredExecutionEnvironment: Need to compile with J2SE-1.5 for Thread.getId() support in ExtendedLogEntryImpl.OSGi/Minimum-1.2 is the correct runtime BREE but for maximum compatibility with older framework versions we need Foundation-1.1 and J2SE-1.4 on the list.&#xA;Bundle-Version: 1.2.100.v20100503&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.equinox.log;version=&quot;1.0.0&quot;,org.eclipse.equinox.log.internal;x-internal:=true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.views.properties.tabbed' version='3.5.200.I20100712-2000'>
+ <update id='org.eclipse.ui.views.properties.tabbed' range='[0.0.0,3.5.200.I20100712-2000)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Tabbed Properties View'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='8'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.views.properties.tabbed' version='3.5.200.I20100712-2000'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.views.properties.tabbed' version='3.5.200.I20100712-2000'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.views.properties.tabbed' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.views.properties.tabbed.l10n' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.views.properties.tabbed.view' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.views.properties.tabbed' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.forms' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.views.properties.tabbed' version='3.5.200.I20100712-2000'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %Plugin.name&#xA;Bundle-Version: 3.5.200.I20100712-2000&#xA;Import-Package: com.ibm.icu.text&#xA;Bundle-Activator: org.eclipse.ui.internal.views.properties.tabbed.TabbedPropertyViewPlugin&#xA;Bundle-Vendor: %Plugin.providerName&#xA;Require-Bundle: org.eclipse.ui.forms;bundle-version=&quot;[3.3.0,4.0.0)&quot;;visibility:=reexport,org.eclipse.ui.views;bundle-version=&quot;[3.2.0,4.0.0)&quot;;visibility:=reexport,org.eclipse.ui;bundle-version=&quot;[3.3.0,4.0.0)&quot;;visibility:=reexport,org.eclipse.core.runtime;bundle-version=&quot;[3.2.0,4.0.0)&quot;&#xA;Export-Package: org.eclipse.ui.internal.views.properties.tabbed;x-internal:=true,org.eclipse.ui.internal.views.properties.tabbed.l10n;x-internal:=true,org.eclipse.ui.internal.views.properties.tabbed.view;x-internal:=true,org.eclipse.ui.views.properties.tabbed&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.views.properties.tabbed;tag=I20100712-2000&#xA;Bundle-SymbolicName: org.eclipse.ui.views.properties.tabbed;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.discovery' version='1.0.100.v20100809-1900'>
+ <update id='org.eclipse.equinox.p2.discovery' range='[0.0.0,1.0.100.v20100809-1900)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Bundle-Vendor' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.Bundle-Name' value='Equinox Provisioning Discovery'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Bundle-Name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Bundle-Vendor'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.discovery' version='1.0.100.v20100809-1900'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.discovery' version='1.0.100.v20100809-1900'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.discovery' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.discovery.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.discovery.util' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.3.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.core' range='2.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.discovery' version='1.0.100.v20100809-1900'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %Bundle-Vendor&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.discovery;tag=v20100809-1900&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;3.3.0&quot;,org.eclipse.equinox.p2.core;bundle-version=&quot;2.0.0&quot;&#xA;Bundle-Name: %Bundle-Name&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.discovery;singleton:=true&#xA;Bundle-Version: 1.0.100.v20100809-1900&#xA;Export-Package: org.eclipse.equinox.internal.p2.discovery;x-friends:=&quot;org.eclipse.equinox.p2.discovery.compatibility,org.eclipse.equinox.p2.ui.discovery,org.eclipse.equinox.p2.discovery.repository&quot;,org.eclipse.equinox.internal.p2.discovery.model;x-friends:=&quot;org.eclipse.equinox.p2.discovery.compatibility,org.eclipse.equinox.p2.ui.discovery,org.eclipse.equinox.p2.discovery.repository&quot;,org.eclipse.equinox.internal.p2.discovery.util;x-friends:=&quot;org.eclipse.equinox.p2.discovery.compatibility,org.eclipse.equinox.p2.ui.discovery,org.eclipse.equinox.p2.discovery.repository&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.osgi' version='3.7.0.v20100910'>
+ <update id='org.eclipse.osgi' range='[0.0.0,3.7.0.v20100910)' severity='0'/>
+ <properties size='6'>
+ <property name='df_LT.systemBundle' value='OSGi System Bundle'/>
+ <property name='df_LT.eclipse.org' value='Eclipse.org - Equinox'/>
+ <property name='org.eclipse.equinox.p2.name' value='%systemBundle'/>
+ <property name='org.eclipse.equinox.p2.description' value='%systemBundle'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='systembundle'/>
+ </properties>
+ <provides size='65'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.osgi' version='3.7.0.v20100910'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.osgi' version='3.7.0.v20100910'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.event' version='1.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.framework.console' version='1.1.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.framework.eventmgr' version='1.2.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.framework.log' version='1.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.launch' version='1.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.service.datalocation' version='1.3.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.service.debug' version='1.2.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.service.environment' version='1.3.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.service.localization' version='1.1.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.service.pluginconversion' version='1.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.service.resolver' version='1.4.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.service.runnable' version='1.1.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.service.security' version='1.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.service.urlconversion' version='1.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.signedcontent' version='1.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.storagemanager' version='1.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.util' version='1.1.0'/>
+ <provided namespace='java.package' name='org.osgi.framework' version='1.6.0'/>
+ <provided namespace='java.package' name='org.osgi.framework.launch' version='1.0.0'/>
+ <provided namespace='java.package' name='org.osgi.framework.hooks.bundle' version='1.0.0'/>
+ <provided namespace='java.package' name='org.osgi.framework.hooks.resolver' version='1.0.0'/>
+ <provided namespace='java.package' name='org.osgi.framework.hooks.service' version='1.0.0'/>
+ <provided namespace='java.package' name='org.osgi.framework.startlevel' version='1.0.0'/>
+ <provided namespace='java.package' name='org.osgi.framework.wiring' version='1.0.0'/>
+ <provided namespace='java.package' name='org.osgi.service.condpermadmin' version='1.1.0'/>
+ <provided namespace='java.package' name='org.osgi.service.framework' version='1.0.0'/>
+ <provided namespace='java.package' name='org.osgi.service.packageadmin' version='1.2.0'/>
+ <provided namespace='java.package' name='org.osgi.service.permissionadmin' version='1.2.0'/>
+ <provided namespace='java.package' name='org.osgi.service.startlevel' version='1.1.0'/>
+ <provided namespace='java.package' name='org.osgi.service.url' version='1.0.0'/>
+ <provided namespace='java.package' name='org.osgi.util.tracker' version='1.5.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.runtime.adaptor' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.runtime.internal.adaptor' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.runtime.internal.stats' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.baseadaptor' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.baseadaptor.bundlefile' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.baseadaptor.hooks' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.baseadaptor.loader' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.framework.adaptor' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.framework.debug' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.framework.internal.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.framework.internal.protocol' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.framework.internal.protocol.bundleentry' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.framework.internal.protocol.bundleresource' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.framework.internal.protocol.reference' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.framework.internal.reliablefile' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.framework.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.internal.baseadaptor' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.internal.composite' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.internal.loader' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.internal.loader.buddy' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.internal.module' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.internal.profile' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.internal.resolver' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.internal.serviceregistry' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.internal.permadmin' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.internal.provisional.service.security' version='1.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.internal.provisional.verifier' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.internal.service.security' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.internal.signedcontent' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.osgi.service.internal.composite' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.osgi' version='3.7.0.v20100910'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %systemBundle&#xA;Export-Package: org.eclipse.osgi.event;version=&quot;1.0&quot;,org.eclipse.osgi.framework.console;version=&quot;1.1&quot;,org.eclipse.osgi.framework.eventmgr;version=&quot;1.2&quot;,org.eclipse.osgi.framework.log;version=&quot;1.0&quot;,org.eclipse.osgi.launch; version=&quot;1.0&quot;,org.eclipse.osgi.service.datalocation;version=&quot;1.3&quot;,org.eclipse.osgi.service.debug;version=&quot;1.2&quot;,org.eclipse.osgi.service.environment;version=&quot;1.3&quot;,org.eclipse.osgi.service.localization;version=&quot;1.1&quot;,org.eclipse.osgi.service.pluginconversion;version=&quot;1.0&quot;,org.eclipse.osgi.service.resolver;version=&quot;1.4&quot;,org.eclipse.osgi.service.runnable;version=&quot;1.1&quot;,org.eclipse.osgi.service.security; version=&quot;1.0&quot;,org.eclipse.osgi.service.urlconversion;version=&quot;1.0&quot;,org.eclipse.osgi.signedcontent; version=&quot;1.0&quot;,org.eclipse.osgi.storagemanager;version=&quot;1.0&quot;,org.eclipse.osgi.util;version=&quot;1.1&quot;,org.osgi.framework;version=&quot;1.6&quot;,org.osgi.framework.launch; version=&quot;1.0&quot;,org.osgi.framework.hooks.bundle; version=&quot;1.0&quot;,org.osgi.framework.hooks.resolver; version=&quot;1.0&quot;,org.osgi.framework.hooks.service; version=&quot;1.0&quot;,org.osgi.framework.startlevel; version=&quot;1.0&quot;,org.osgi.framework.wiring; version=&quot;1.0&quot;,org.osgi.service.condpermadmin;version=&quot;1.1&quot;,org.osgi.service.framework; version=&quot;1.0&quot;; x-internal:=true,org.osgi.service.packageadmin;version=&quot;1.2&quot;,org.osgi.service.permissionadmin;version=&quot;1.2&quot;,org.osgi.service.startlevel;version=&quot;1.1&quot;,org.osgi.service.url;version=&quot;1.0&quot;,org.osgi.util.tracker;version=&quot;1.5.0&quot;,org.eclipse.core.runtime.adaptor;x-friends:=&quot;org.eclipse.core.runtime&quot;,org.eclipse.core.runtime.internal.adaptor;x-internal:=true,org.eclipse.core.runtime.internal.stats;x-friends:=&quot;org.eclipse.core.runtime&quot;,org.eclipse.osgi.baseadaptor;x-internal:=true,org.eclipse.osgi.baseadaptor.bundlefile;x-internal:=true,org.eclipse.osgi.baseadaptor.hooks;x-internal:=true,org.eclipse.osgi.baseadaptor.loader;x-internal:=true,org.eclipse.osgi.framework.adaptor;x-internal:=true,org.eclipse.osgi.framework.debug;x-internal:=true,org.eclipse.osgi.framework.internal.core;x-internal:=true,org.eclipse.osgi.framework.internal.protocol;x-internal:=true,org.eclipse.osgi.framework.internal.protocol.bundleentry;x-internal:=true,org.eclipse.osgi.framework.internal.protocol.bundleresource;x-internal:=true,org.eclipse.osgi.framework.internal.protocol.reference;x-internal:=true,org.eclipse.osgi.framework.internal.reliablefile;x-internal:=true,org.eclipse.osgi.framework.util;x-internal:=true,org.eclipse.osgi.internal.baseadaptor;x-internal:=true,org.eclipse.osgi.internal.composite; x-internal:=true,org.eclipse.osgi.internal.loader;x-internal:=true,org.eclipse.osgi.internal.loader.buddy; x-internal:=true,org.eclipse.osgi.internal.module;x-internal:=true,org.eclipse.osgi.internal.profile;x-internal:=true,org.eclipse.osgi.internal.resolver;x-internal:=true,org.eclipse.osgi.internal.serviceregistry; x-internal:=true,org.eclipse.osgi.internal.permadmin;x-internal:=true,org.eclipse.osgi.internal.provisional.service.security; x-friends:=&quot;org.eclipse.equinox.security.ui&quot;;version=&quot;1.0.0&quot;,org.eclipse.osgi.internal.provisional.verifier;x-friends:=&quot;org.eclipse.update.core,org.eclipse.ui.workbench,org.eclipse.equinox.p2.artifact.repository&quot;,org.eclipse.osgi.internal.service.security;x-friends:=&quot;org.eclipse.equinox.security.ui&quot;,org.eclipse.osgi.internal.signedcontent; x-internal:=true,org.eclipse.osgi.service.internal.composite; x-internal:=true&#xA;Bundle-DocUrl: http://www.eclipse.org&#xA;Export-Service: org.osgi.service.packageadmin.PackageAdmin,org.osgi.service.permissionadmin.PermissionAdmin,org.osgi.service.startlevel.StartLevel,org.eclipse.osgi.service.debug.DebugOptions&#xA;Bundle-Description: %systemBundle&#xA;Eclipse-ExtensibleAPI: true&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/framework/bundles/org.eclipse.osgi;tag=v20100910&#xA;Bundle-Vendor: %eclipse.org&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-SystemBundle: true&#xA;Manifest-Version: 1.0&#xA;Main-Class: org.eclipse.core.runtime.adaptor.EclipseStarter&#xA;Bundle-Version: 3.7.0.v20100910&#xA;Bundle-Localization: systembundle&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,OSGi/Minimum-1.2&#xA;Bundle-Copyright: %copyright&#xA;Bundle-Activator: org.eclipse.osgi.framework.internal.core.SystemBundleActivator&#xA;Bundle-SymbolicName: org.eclipse.osgi; singleton:=true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.ini.cocoa.macosx.x86_64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.cocoa.macosx.x86_64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);removeJvmArg(jvmArg:-XstartOnFirstThread);removeJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);addJvmArg(jvmArg:-XstartOnFirstThread);addJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.easymock' version='2.4.0.v20090202-0900' singleton='false'>
+ <update id='org.easymock' range='[0.0.0,2.4.0.v20090202-0900)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleName' value='EasyMock'/>
+ <property name='df_LT.bundleVendor' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleVendor'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.easymock' version='2.4.0.v20090202-0900'/>
+ <provided namespace='osgi.bundle' name='org.easymock' version='2.4.0.v20090202-0900'/>
+ <provided namespace='java.package' name='org.easymock' version='2.4.0'/>
+ <provided namespace='java.package' name='org.easymock.internal' version='2.4.0'/>
+ <provided namespace='java.package' name='org.easymock.internal.matchers' version='2.4.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.easymock' version='2.4.0.v20090202-0900'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-Vendor: %bundleVendor&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Bundle-Name: %bundleName&#xA;Export-Package: org.easymock;version=&quot;2.4.0&quot;,org.easymock.internal;version=&quot;2.4.0&quot;,org.easymock.internal.matchers;version=&quot;2.4.0&quot;&#xA;Bundle-Version: 2.4.0.v20090202-0900&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-SymbolicName: org.easymock
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.jmx.server.rmi' version='1.0.0.v20100503'>
+ <update id='org.eclipse.equinox.jmx.server.rmi' range='[0.0.0,1.0.0.v20100503)' severity='0'/>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.name' value='RMI Transport Server Plug-in (Incubation)'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.server.rmi' version='1.0.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.jmx.server.rmi' version='1.0.0.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='java.package' name='javax.management' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.remote' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.jmx.server' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.jmx.server.rmi' version='1.0.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Localization: plugin&#xA;Bundle-Activator: org.eclipse.equinox.jmx.internal.rmi.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/incubator/monitoring/bundles/org.eclipse.equinox.jmx.server.rmi;tag=v20100503&#xA;Bundle-Name: RMI Transport Server Plug-in (Incubation)&#xA;Bundle-Version: 1.0.0.v20100503&#xA;Bundle-Vendor: Eclipse.org&#xA;Bundle-SymbolicName: org.eclipse.equinox.jmx.server.rmi;singleton:=true&#xA;Import-Package: javax.management,javax.management.remote,org.eclipse.core.runtime;common=split,org.osgi.framework,org.eclipse.equinox.jmx.server&#xA;Manifest-Version: 1.0&#xA;Eclipse-LazyStart: true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='javax.management.remote' version='1.0.0.v20100427-1100' singleton='false'>
+ <update id='javax.management.remote' range='[0.0.0,1.0.0.v20100427-1100)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Bundle-Name.0' value='Java Management Remote Extensions API'/>
+ <property name='df_LT.Bundle-Vendor.0' value='Eclipse Orbit'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Bundle-Name.0'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Bundle-Vendor.0'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='javax.management.remote' version='1.0.0.v20100427-1100'/>
+ <provided namespace='osgi.bundle' name='javax.management.remote' version='1.0.0.v20100427-1100'/>
+ <provided namespace='java.package' name='javax.management.remote' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.management.remote.rmi' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='javax.management.remote' version='1.0.0.v20100427-1100'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-Vendor: %Bundle-Vendor.0&#xA;Bundle-SymbolicName: javax.management.remote&#xA;Export-Package: javax.management.remote,javax.management.remote.rmi&#xA;Bundle-Name: %Bundle-Name.0&#xA;Bundle-Version: 1.0.0.v20100427-1100
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.core.sdk.feature.group' version='3.6.0.v20100707-7sF9DFyVFUu63a364EfE' singleton='false'>
+ <update id='org.eclipse.equinox.core.sdk.feature.group' range='[0.0.0,3.6.0.v20100707-7sF9DFyVFUu63a364EfE)' severity='0'/>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Equinox Core SDK'/>
+ <property name='df_LT.providerName' value='Eclipse Equinox Project'/>
+ <property name='df_LT.description' value='A collection of core Equinox bundles and source including the Equinox framework implementation itself. &#xA;This feature includes the corresponding source and is intended to be added to target platforms at development time rather than deployed with end-user systems.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2009 EclipseSource and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;EclipseSource - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.core.sdk.feature.group' version='3.6.0.v20100707-7sF9DFyVFUu63a364EfE'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='35'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.osgi' range='[3.7.0.v20100910,3.7.0.v20100910]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.osgi.services' range='[3.2.100.v20100503,3.2.100.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.osgi.services.source' range='[3.2.100.v20100503,3.2.100.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.osgi.source' range='[3.7.0.v20100910,3.7.0.v20100910]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.common' range='[3.6.0.v20100503,3.6.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.common.source' range='[3.6.0.v20100503,3.6.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.2.0.v20100824b,1.2.0.v20100824b]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.source' range='[1.2.0.v20100824b,1.2.0.v20100824b]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.registry' range='[3.5.0.v20100503,3.5.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.registry.source' range='[3.5.0.v20100503,3.5.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.supplement' range='[1.3.100.v20100910,1.3.100.v20100910]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.supplement.source' range='[1.3.100.v20100910,1.3.100.v20100910]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.transforms.xslt' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.transforms.xslt.source' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.transforms.hook' range='[1.0.300.v20100719,1.0.300.v20100719]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.transforms.hook.source' range='[1.0.300.v20100719,1.0.300.v20100719]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.osgi.util' range='[3.2.100.v20100503,3.2.100.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.osgi.util.source' range='[3.2.100.v20100503,3.2.100.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.concurrent' range='[1.0.100.v20100503,1.0.100.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.concurrent.source' range='[1.0.100.v20100503,1.0.100.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.simpleconfigurator' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.simpleconfigurator.source' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.win32.x86' range='[1.0.200.v20100503,1.0.200.v20100503]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.win32.x86.source' range='[1.0.200.v20100503,1.0.200.v20100503]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.macosx' range='[1.100.100.v20100503,1.100.100.v20100503]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.macosx' range='[1.100.100.v20100503,1.100.100.v20100503]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.macosx' range='[1.100.100.v20100503,1.100.100.v20100503]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.macosx.source' range='[1.100.100.v20100503,1.100.100.v20100503]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.macosx.source' range='[1.100.100.v20100503,1.100.100.v20100503]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.macosx.source' range='[1.100.100.v20100503,1.100.100.v20100503]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.source' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.ui' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.ui.source' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.core.sdk.feature.jar' range='[3.6.0.v20100707-7sF9DFyVFUu63a364EfE,3.6.0.v20100707-7sF9DFyVFUu63a364EfE]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.equinox.ip' version='1.1.100.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.ip' range='[0.0.0,1.1.100.v20100503)' severity='0'/>
+ <properties size='6'>
+ <property name='df_LT.bundleVendor' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Initial Provisioning'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.description' value='Provides implementation of the Intial Provisioning servicedefined by OSGi specification release 4.'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleVendor'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='13'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.ip' version='1.1.100.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.ip' version='1.1.100.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.ip' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.ip.dscagent' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.ip.impl' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.ip.provider' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.ip.provider.env' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.ip.provider.file' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.ip.provider.http' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.ip.storage.cm' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.ip.storage.file' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='12'>
+ <required namespace='java.package' name='org.osgi.service.permissionadmin' range='1.0.0' optional='true'/>
+ <required namespace='java.package' name='javax.servlet' range='2.1.0'/>
+ <required namespace='java.package' name='javax.servlet.http' range='2.1.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.util.ref' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.util.timer' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.cm' range='1.2.0'/>
+ <required namespace='java.package' name='org.osgi.service.http' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.log' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.provisioning' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.useradmin' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='1.3.2'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.ip' version='1.1.100.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Version: 1.1.100.v20100503&#xA;Export-Package: org.eclipse.equinox.internal.ip;x-internal:=true,org.eclipse.equinox.internal.ip.dscagent;x-internal:=true,org.eclipse.equinox.internal.ip.impl;x-internal:=true,org.eclipse.equinox.internal.ip.provider;x-internal:=true,org.eclipse.equinox.internal.ip.provider.env;x-internal:=true,org.eclipse.equinox.internal.ip.provider.file;x-internal:=true,org.eclipse.equinox.internal.ip.provider.http;x-internal:=true,org.eclipse.equinox.internal.ip.storage.cm;x-internal:=true,org.eclipse.equinox.internal.ip.storage.file;x-internal:=true&#xA;Import-Package: javax.servlet;version=&quot;2.1&quot;,javax.servlet.http;version=&quot;2.1&quot;,org.eclipse.equinox.internal.util.ref;version=&quot;1.0&quot;,org.eclipse.equinox.internal.util.timer;version=&quot;1.0&quot;,org.osgi.framework;version=&quot;1.0&quot;,org.osgi.service.cm;version=&quot;1.2.0&quot;,org.osgi.service.http;version=&quot;1.0&quot;,org.osgi.service.log;version=&quot;1.3.0&quot;,org.osgi.service.provisioning;version=&quot;1.0&quot;,org.osgi.service.useradmin;version=&quot;1.0&quot;,org.osgi.util.tracker;version=&quot;1.3.2&quot;&#xA;Manifest-Version: 1.0&#xA;Bundle-Activator: org.eclipse.equinox.internal.ip.impl.ProvisioningAgent&#xA;PrvInfo-Providers: org.eclipse.equinox.internal.ip.provider.env.EnvironmentInfoProvider;300,org.eclipse.equinox.internal.ip.provider.http.HttpProvider;200,org.eclipse.equinox.internal.ip.provider.file.FileProvider;100&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.ip;tag=v20100503&#xA;Bundle-Localization: plugin&#xA;Bundle-SymbolicName: org.eclipse.equinox.ip&#xA;Content-Id: equinox.provisioning_agent&#xA;Prv-Storage: org.eclipse.equinox.internal.ip.storage.file.FileStorage&#xA;Bundle-Description: Provides implementation of the Intial Provisioning servicedefined by OSGi specification release 4.&#xA;DynamicImport-Package: org.osgi.service.permissionadmin; version=&quot;1.0&quot;&#xA;Bundle-Vendor: %bundleVendor&#xA;Bundle-Name: %bundleName&#xA;Bundle-ManifestVersion: 2
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.apache.commons.el' version='1.0.0.v201004212143' singleton='false'>
+ <update id='org.apache.commons.el' range='[0.0.0,1.0.0.v201004212143)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleProvider' value='Eclipse.org'/>
+ <property name='df_LT.bundleName' value='Apache Commons JSP 2.0 Expression Language Interpreter'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleProvider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.el' version='1.0.0.v201004212143'/>
+ <provided namespace='osgi.bundle' name='org.apache.commons.el' version='1.0.0.v201004212143'/>
+ <provided namespace='java.package' name='org.apache.commons.el' version='1.0.0'/>
+ <provided namespace='java.package' name='org.apache.commons.el.parser' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='7'>
+ <required namespace='java.package' name='javax.servlet' range='[2.4.0,3.0.0)'/>
+ <required namespace='java.package' name='javax.servlet.http' range='[2.4.0,3.0.0)'/>
+ <required namespace='java.package' name='javax.servlet.jsp' range='[2.0.0,2.1.0)'/>
+ <required namespace='java.package' name='javax.servlet.jsp.el' range='[2.0.0,2.1.0)'/>
+ <required namespace='java.package' name='javax.servlet.jsp.resources' range='[2.0.0,2.1.0)'/>
+ <required namespace='java.package' name='javax.servlet.jsp.tagext' range='[2.0.0,2.1.0)'/>
+ <required namespace='java.package' name='javax.servlet.resources' range='[2.4.0,3.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.apache.commons.el' version='1.0.0.v201004212143'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Export-Package: org.apache.commons.el;version=&quot;1.0.0&quot;,org.apache.commons.el.parser;version=&quot;1.0.0&quot;&#xA;Bundle-Localization: plugin&#xA;Bundle-Name: %bundleName&#xA;Bundle-Version: 1.0.0.v201004212143&#xA;Bundle-Vendor: %bundleProvider&#xA;Bundle-SymbolicName: org.apache.commons.el&#xA;Import-Package: javax.servlet;version=&quot;[2.4, 3.0)&quot;,javax.servlet.http;version=&quot;[2.4, 3.0)&quot;,javax.servlet.jsp;version=&quot;[2.0, 2.1)&quot;,javax.servlet.jsp.el;version=&quot;[2.0, 2.1)&quot;,javax.servlet.jsp.resources;version=&quot;[2.0, 2.1)&quot;,javax.servlet.jsp.tagext;version=&quot;[2.0, 2.1)&quot;,javax.servlet.resources;version=&quot;[2.4, 3.0)&quot;&#xA;Manifest-Version: 1.0
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.x86org.eclipse.equinox.common' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.common' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.http' version='1.0.400.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.http' range='[0.0.0,1.0.400.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleVendor' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='HTTP Service'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleVendor'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='8'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http' version='1.0.400.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.http' version='1.0.400.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.http' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.http.servlet' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.socket' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.socket.https' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='9'>
+ <required namespace='java.package' name='javax.servlet' range='0.0.0'/>
+ <required namespace='java.package' name='javax.servlet.http' range='0.0.0'/>
+ <required namespace='java.package' name='javax.net' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.cm' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.http' range='1.1.0'/>
+ <required namespace='java.package' name='org.osgi.service.log' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='1.1.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.http' version='1.0.400.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Import-Service: org.osgi.service.log.LogService&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.0/Foundation-1.0,OSGi/Minimum-1.1&#xA;Bundle-Name: %bundleName&#xA;Bundle-Activator: org.eclipse.equinox.http.Activator&#xA;Bundle-Vendor: %bundleVendor&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.http;tag=v20100503&#xA;Bundle-Copyright: %bundleCopyright&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.0.400.v20100503&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.equinox.http;x-internal:=true,org.eclipse.equinox.http.servlet;x-internal:=true,org.eclipse.equinox.socket;x-internal:=true,org.eclipse.equinox.socket.https;x-internal:=true&#xA;Bundle-SymbolicName: org.eclipse.equinox.http&#xA;Export-Service: org.osgi.service.http.HttpService&#xA;Import-Package: javax.servlet,javax.servlet.http,javax.net; resolution:=&quot;optional&quot;,org.osgi.framework;version=&quot;1.0&quot;,org.osgi.service.cm;version=&quot;1.0&quot;,org.osgi.service.http;version=&quot;1.1&quot;,org.osgi.service.log;version=&quot;1.0&quot;,org.osgi.util.tracker;version=&quot;1.1&quot;,org.eclipse.osgi.util
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.config.motif.aix.ppc' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.config.motif.aix.ppc' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.ide' name='org.eclipse.platform.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.ds.source' version='1.2.100.v20100830' singleton='false'>
+ <update id='org.eclipse.equinox.ds.source' range='[0.0.0,1.2.100.v20100830)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleVendor' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Declarative Services Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleVendor'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.ds.source' version='1.2.100.v20100830'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.ds.source' version='1.2.100.v20100830'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.ds.source' version='1.2.100.v20100830'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.2.100.v20100830&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.ds.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.ds;version=&quot;1.2.100.v20100830&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %bundleVendor
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.sdk.id.ini.carbon.macosx.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.ini.carbon.macosx.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.sdk.id' name='org.eclipse.rcp.sdk.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);removeJvmArg(jvmArg:-XstartOnFirstThread);removeJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);addJvmArg(jvmArg:-XstartOnFirstThread);addJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.workbench.texteditor.tests' version='3.7.0.v20100907-0800' singleton='false'>
+ <update id='org.eclipse.ui.workbench.texteditor.tests' range='[0.0.0,3.7.0.v20100907-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Workbench Text Editor Test Plug-in'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.workbench.texteditor.tests' version='3.7.0.v20100907-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor.tests' version='3.7.0.v20100907-0800'/>
+ <provided namespace='java.package' name='org.eclipse.ui.workbench.texteditor.tests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.workbench.texteditor.tests.revisions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.workbench.texteditor.tests.rulers' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='6'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.junit' range='3.8.2'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text.tests' range='[3.5.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.workbench.texteditor.tests' version='3.7.0.v20100907-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Export-Package: org.eclipse.ui.workbench.texteditor.tests,org.eclipse.ui.workbench.texteditor.tests.revisions,org.eclipse.ui.workbench.texteditor.tests.rulers&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jface.text;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.workbench.texteditor;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.junit;bundle-version=&quot;3.8.2&quot;,org.eclipse.text.tests;bundle-version=&quot;[3.5.0,4.0.0)&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.workbench.texteditor.tests;tag=v20100907-0800&#xA;Bundle-Name: %Plugin.name&#xA;Bundle-Version: 3.7.0.v20100907-0800&#xA;Bundle-Vendor: %Plugin.providerName&#xA;Bundle-SymbolicName: org.eclipse.ui.workbench.texteditor.tests&#xA;Bundle-ClassPath: workbenchtexteditortests.jar&#xA;Manifest-Version: 1.0
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.examples.contributions.source' version='3.3.100.I20100509-0800' singleton='false'>
+ <update id='org.eclipse.ui.examples.contributions.source' range='[0.0.0,3.3.100.I20100509-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.contributions.Activator.providerName' value='Eclipse.org'/>
+ <property name='df_LT.contributions.Activator.name' value='Command Contribution Examples Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%contributions.Activator.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%contributions.Activator.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.examples.contributions.source' version='3.3.100.I20100509-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.examples.contributions.source' version='3.3.100.I20100509-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.examples.contributions.source' version='3.3.100.I20100509-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.3.100.I20100509-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.examples.contributions.source&#xA;Bundle-Name: %contributions.Activator.name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ui.examples.contributions;version=&quot;3.3.100.I20100509-0800&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %contributions.Activator.providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.rcp.configuration_root.gtk.linux.ppc64' version='1.0.0.I20100921-1024'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration_root.gtk.linux.ppc64' version='1.0.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.rcp.configuration_root.gtk.linux.ppc64' version='1.0.0.I20100921-1024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='2'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:eclipse, permissions:755);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.ui.admin.rcp.source' version='1.0.100.v20100503a' singleton='false'>
+ <update id='org.eclipse.equinox.p2.ui.admin.rcp.source' range='[0.0.0,1.0.100.v20100503a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Provisioning Admin UI RCP (Incubation) Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.admin.rcp.source' version='1.0.100.v20100503a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.ui.admin.rcp.source' version='1.0.100.v20100503a'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.ui.admin.rcp.source' version='1.0.100.v20100503a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.100.v20100503a&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.ui.admin.rcp.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.ui.admin.rcp;version=&quot;1.0.100.v20100503a&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.solaris.sparcorg.eclipse.equinox.event' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.equinox.event' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.solaris.sparc' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ant.ui.source' version='3.5.100.v20100719' singleton='false'>
+ <update id='org.eclipse.ant.ui.source' range='[0.0.0,3.5.100.v20100719)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Ant UI Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ant.ui.source' version='3.5.100.v20100719'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ant.ui.source' version='3.5.100.v20100719'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ant.ui.source' version='3.5.100.v20100719'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.5.100.v20100719&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ant.ui.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ant.ui;version=&quot;3.5.100.v20100719&quot;;roots:=&quot;lib/remoteAntsrc,lib/antrunnersrc,.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.source' version='3.6.100.v201009211024' singleton='false'>
+ <update id='org.eclipse.pde.source' range='[0.0.0,3.6.100.v201009211024)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Eclipse Plug-in Development Environment Developer Resources'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.source' version='3.6.100.v201009211024'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.source' version='3.6.100.v201009211024'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.source' version='3.6.100.v201009211024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.6.100.v201009211024&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.pde.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.pde;version=&quot;3.6.100.v201009211024&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='com.ibm.icu' version='4.2.1.v20100412'>
+ <update id='com.ibm.icu' range='[0.0.0,4.2.1.v20100412)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.pluginName' value='International Components for Unicode for Java (ICU4J)'/>
+ <property name='df_LT.providerName' value='IBM Corporation'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='15'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='com.ibm.icu' version='4.2.1.v20100412'/>
+ <provided namespace='osgi.bundle' name='com.ibm.icu' version='4.2.1.v20100412'/>
+ <provided namespace='java.package' name='com.ibm.icu.lang' version='4.2.1.1'/>
+ <provided namespace='java.package' name='com.ibm.icu.math' version='4.2.1.1'/>
+ <provided namespace='java.package' name='com.ibm.icu.text' version='4.2.1.1'/>
+ <provided namespace='java.package' name='com.ibm.icu.util' version='4.2.1.1'/>
+ <provided namespace='java.package' name='com.ibm.icu.impl' version='0.0.0'/>
+ <provided namespace='java.package' name='com.ibm.icu.impl.data' version='0.0.0'/>
+ <provided namespace='java.package' name='com.ibm.icu.impl.data.icudt42b' version='0.0.0'/>
+ <provided namespace='java.package' name='com.ibm.icu.impl.data.icudt42b.brkitr' version='0.0.0'/>
+ <provided namespace='java.package' name='com.ibm.icu.impl.data.icudt42b.coll' version='0.0.0'/>
+ <provided namespace='java.package' name='com.ibm.icu.impl.data.icudt42b.rbnf' version='0.0.0'/>
+ <provided namespace='java.package' name='com.ibm.icu.impl.data.icudt42b.translit' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='com.ibm.icu' version='4.2.1.v20100412'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ClassPath: icu-jse4.jar,icu-data.jar,.&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 4.2.1.v20100412&#xA;Eclipse-LazyStart: true&#xA;Bundle-Vendor: %providerName&#xA;Eclipse-ExtensibleAPI: true&#xA;Export-Package: com.ibm.icu.lang;base=true;full=true;version=&quot;4.2.1.1&quot;,com.ibm.icu.math;base=true;full=true;version=&quot;4.2.1.1&quot;,com.ibm.icu.text;base=true;full=true;version=&quot;4.2.1.1&quot;,com.ibm.icu.util;base=true;full=true;version=&quot;4.2.1.1&quot;,com.ibm.icu.impl;x-internal:=true,com.ibm.icu.impl.data;x-internal:=true,com.ibm.icu.impl.data.icudt42b;x-internal:=true,com.ibm.icu.impl.data.icudt42b.brkitr;x-internal:=true,com.ibm.icu.impl.data.icudt42b.coll;x-internal:=true,com.ibm.icu.impl.data.icudt42b.rbnf;x-internal:=true,com.ibm.icu.impl.data.icudt42b.translit;x-internal:=true&#xA;Bundle-Copyright: Licensed Materials - Property of IBM (C) Copyright IBM Corp. 2000, 2010. All Rights Reserved. IBM is a registered trademark of IBM Corp.&#xA;Bundle-SymbolicName: com.ibm.icu; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.net.win32.x86' version='1.0.100.I20100511-0800'>
+ <update id='org.eclipse.core.net.win32.x86' range='[0.0.0,1.0.100.I20100511-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Proxy for Windows'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.net.win32.x86' version='1.0.100.I20100511-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.net.win32.x86' version='1.0.100.I20100511-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.core.net' version='1.0.100.I20100511-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.net' range='1.1.0'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.net.win32.x86' version='1.0.100.I20100511-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86;tag=I20100511-0800&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.core.net;bundle-version=&quot;1.1.0&quot;&#xA;Bundle-SymbolicName: org.eclipse.core.net.win32.x86;singleton:=true&#xA;Bundle-Version: 1.0.100.I20100511-0800&#xA;Eclipse-PlatformFilter: (&amp; (osgi.os=win32) (osgi.arch=x86))
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.config.win32.win32.x86_64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.win32.win32.x86_64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.transforms.xslt.source' version='1.0.200.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.transforms.xslt.source' range='[0.0.0,1.0.200.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='XSLT Transform Provider Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='bundle'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.transforms.xslt.source' version='1.0.200.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.transforms.xslt.source' version='1.0.200.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.transforms.xslt.source' version='1.0.200.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.200.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.transforms.xslt.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: bundle&#xA;Eclipse-SourceBundle: org.eclipse.equinox.transforms.xslt;version=&quot;1.0.200.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.motif.solaris.sparc.translated_host_properties' version='1.1.100.v20100824a'>
+ <hostRequirements size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher Motif Solaris Sparc Fragment'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.motif.solaris.sparc.translated_host_properties' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.directorywatcher' version='1.0.300.v20100809-1900'>
+ <update id='org.eclipse.equinox.p2.directorywatcher' range='[0.0.0,1.0.300.v20100809-1900)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Directory Watcher'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.directorywatcher' version='1.0.300.v20100809-1900'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.directorywatcher' version='1.0.300.v20100809-1900'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.directorywatcher' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='19'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.3.0,4.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.artifact.repository.simple' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.core.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata.expression' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.update' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.publisher' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.publisher.actions' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.publisher.eclipse' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.resolver' range='1.1.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.4.0'/>
+ <required namespace='java.package' name='org.osgi.service.packageadmin' range='1.2.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.directorywatcher' version='1.0.300.v20100809-1900'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 1.0.300.v20100809-1900&#xA;Import-Package: org.eclipse.equinox.internal.p2.artifact.repository.simple,org.eclipse.equinox.internal.p2.core.helpers,org.eclipse.equinox.internal.p2.metadata.expression,org.eclipse.equinox.internal.p2.update,org.eclipse.equinox.p2.core;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.publisher,org.eclipse.equinox.p2.publisher.actions,org.eclipse.equinox.p2.publisher.eclipse,org.eclipse.equinox.p2.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.osgi.service.resolver;version=&quot;1.1.0&quot;,org.eclipse.osgi.util,org.osgi.framework;version=&quot;1.4.0&quot;,org.osgi.service.packageadmin;version=&quot;1.2.0&quot;&#xA;Bundle-Activator: org.eclipse.equinox.internal.provisional.p2.directorywatcher.Activator&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;[3.3.0,4.0)&quot;&#xA;Export-Package: org.eclipse.equinox.internal.provisional.p2.directorywatcher;x-friends:=&quot;org.eclipse.equinox.p2.reconciler.dropins,org.eclipse.equinox.p2.extensionlocation&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.directorywatcher;tag=v20100809-1900&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.directorywatcher;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.configuration' version='3.7.0.I20100921-1024'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.configuration' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <requires size='153'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.linux.x86org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.linux.x86org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.carbon.macosx.ppc' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.ppcorg.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.gtk.linux.s390' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppc64org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.cocoa.macosx.x86_64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.motif.aix.ppc' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.cocoa.macosx.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.gtk.linux.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.gtk.linux.x86_64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.motif.hpux.ia64_32' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.gtk.linux.x86_64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppc64org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppc64org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.gtk.linux.s390x' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppc64org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.carbon.macosx.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.ppcorg.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.linux.x86org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.gtk.linux.s390x' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.cocoa.macosx.x86_64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.win32.win32.x86_64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.motif.hpux.ia64_32' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.gtk.solaris.sparc' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.ppcorg.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.motif.aix.ppc' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.gtk.linux.ppc' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.ppcorg.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.gtk.linux.s390' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.win32.win32.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.linux.x86org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.gtk.solaris.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.gtk.linux.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.linux.x86org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.linux.x86org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.linux.x86org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.motif.linux.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.ppcorg.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.sparcorg.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.gtk.linux.ppc' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.gtk.solaris.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.win32.win32.x86_64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.carbon.macosx.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.gtk.linux.ppc64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.motif.linux.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86_64org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.gtk.solaris.sparc' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppc64org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.cocoa.macosx.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.gtk.linux.ppc64' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.carbon.macosx.ppc' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppc64org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.equinox.event' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.hpux.ia64_32org.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.simpleconfigurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.ppcorg.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.core.runtime' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.ppcorg.eclipse.equinox.ds' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.win32.win32.x86' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86_64org.eclipse.equinox.common' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppc64org.eclipse.update.configurator' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.p2.reconciler.dropins' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='toolingwin32.win32.x86org.eclipse.equinox.ds' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingwin32.win32.x86org.eclipse.equinox.ds' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingwin32.win32.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.carbon.macosx' version='1.1.100.v20100824a'>
+ <update id='org.eclipse.equinox.launcher.carbon.macosx' range='[0.0.0,1.1.100.v20100824a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher MacOSX Carbon Fragment'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='launcher.carbon.macosx'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.carbon.macosx' version='1.1.100.v20100824a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.launcher.carbon.macosx' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.equinox.launcher' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.os=macosx)(osgi.ws=carbon)(|(osgi.arch=ppc)(osgi.arch=x86)))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.launcher.carbon.macosx' version='1.1.100.v20100824a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.carbon.macosx;tag=v20100824a&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: launcher.carbon.macosx&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.equinox.launcher;bundle-version=&quot;[1.0.0,1.3.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.launcher.carbon.macosx;singleton:=true&#xA;Bundle-Version: 1.1.100.v20100824a&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=carbon) (osgi.os=macosx) (|(osgi.arch=x86)(osgi.arch=ppc)) )
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.metadata.generator' version='1.0.200.v20100503a'>
+ <update id='org.eclipse.equinox.p2.metadata.generator' range='[0.0.0,1.0.200.v20100503a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Metadata Generator'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.metadata.generator' version='1.0.200.v20100503a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.metadata.generator' version='1.0.200.v20100503a'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata.generator' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata.generator.features' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.metadata.generator' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='26'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.osgi' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.repository' range='0.0.0'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.app' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.frameworkadmin' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.frameworkadmin.equinox' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.frameworkadmin.utils' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata.query' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.metadata.repository' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.repository.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.frameworkadmin' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata.expression' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.simpleconfigurator.manipulator' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.w3c.dom' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax.helpers' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.metadata.generator' version='1.0.200.v20100503a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 1.0.200.v20100503a&#xA;Import-Package: javax.xml.parsers,org.eclipse.equinox.app;version=&quot;1.0.0&quot;,org.eclipse.equinox.frameworkadmin;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.internal.frameworkadmin.equinox,org.eclipse.equinox.internal.frameworkadmin.utils,org.eclipse.equinox.internal.p2.metadata,org.eclipse.equinox.internal.p2.metadata.query,org.eclipse.equinox.internal.p2.metadata.repository,org.eclipse.equinox.internal.p2.repository.helpers,org.eclipse.equinox.internal.provisional.frameworkadmin,org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing,org.eclipse.equinox.p2.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata.expression;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.simpleconfigurator.manipulator;version=&quot;[2.0.0,3.0.0)&quot;,org.w3c.dom,org.xml.sax,org.xml.sax.helpers&#xA;Bundle-Activator: org.eclipse.equinox.internal.p2.metadata.generator.Activator&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.equinox.p2.core,org.eclipse.osgi,org.eclipse.equinox.common;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.equinox.p2.repository&#xA;Export-Package: org.eclipse.equinox.internal.p2.metadata.generator;x-internal:=true,org.eclipse.equinox.internal.p2.metadata.generator.features;x-friends:=&quot;org.eclipse.equinox.p2.updatesite,org.eclipse.equinox.p2.directorywatcher,org.eclipse.equinox.p2.extensionlocation&quot;,org.eclipse.equinox.internal.provisional.p2.metadata.generator; x-friends:=&quot;org.eclipse.equinox.p2.ui.sdk, org.eclipse.equinox.p2.touchpoint.eclipse, org.eclipse.equinox.p2.directorywatcher, org.eclipse.equinox.p2.extensionlocation, org.eclipse.equinox.p2.updatesite&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.metadata.generator;tag=v20100503a&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.metadata.generator;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcocoa.macosx.x86org.eclipse.equinox.common' version='1.1.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.common' version='1.1.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcocoa.macosx.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jface.databinding.source' version='1.5.0.I20100907-0800' singleton='false'>
+ <update id='org.eclipse.jface.databinding.source' range='[0.0.0,1.5.0.I20100907-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JFace Data Binding for SWT and JFace Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jface.databinding.source' version='1.5.0.I20100907-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jface.databinding.source' version='1.5.0.I20100907-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jface.databinding.source' version='1.5.0.I20100907-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.5.0.I20100907-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.jface.databinding.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.jface.databinding;version=&quot;1.5.0.I20100907-0800&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.ini.gtk.linux.ppc' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.gtk.linux.ppc' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.cocoa.macosx.x86_64' version='3.7.0.v3707'>
+ <update id='org.eclipse.swt.cocoa.macosx.x86_64' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for Mac OS X (Cocoa)'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.cocoa.macosx.x86_64' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.cocoa.macosx.x86_64' version='3.7.0.v3707'/>
+ <provided namespace='java.package' name='org.eclipse.swt.internal.cocoa' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.swt' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='[3.0.0,4.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.cocoa.macosx.x86_64' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.swt; bundle-version=&quot;[3.0.0,4.0.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.swt.cocoa.macosx.x86_64; singleton:=true&#xA;Bundle-Version: 3.7.0.v3707&#xA;Export-Package: org.eclipse.swt.internal.cocoa; x-internal:=true&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=cocoa) (osgi.os=macosx) (osgi.arch=x86_64) )
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.ui.admin.rcp' version='1.0.100.v20100503a'>
+ <update id='org.eclipse.equinox.p2.ui.admin.rcp' range='[0.0.0,1.0.100.v20100503a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Provisioning Admin UI RCP (Incubation)'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.admin.rcp' version='1.0.100.v20100503a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.ui.admin.rcp' version='1.0.100.v20100503a'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.ui.admin.rcp' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.ui.admin.rcp' version='1.0.100.v20100503a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-Name: %bundleName&#xA;Bundle-Activator: org.eclipse.equinox.internal.p2.ui.admin.rcp.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp;tag=v20100503a&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.ui.admin.rcp; singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.100.v20100503a&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.equinox.internal.p2.ui.admin.rcp;x-internal:=true&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jsch.ui.source' version='1.1.300.I20100505-1245' singleton='false'>
+ <update id='org.eclipse.jsch.ui.source' range='[0.0.0,1.1.300.I20100505-1245)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JSch UI Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jsch.ui.source' version='1.1.300.I20100505-1245'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jsch.ui.source' version='1.1.300.I20100505-1245'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jsch.ui.source' version='1.1.300.I20100505-1245'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.1.300.I20100505-1245&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.jsch.ui.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.jsch.ui;version=&quot;1.1.300.I20100505-1245&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.ui' version='3.6.100.v20100913'>
+ <update id='org.eclipse.pde.ui' range='[0.0.0,3.6.100.v20100913)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.name' value='PDE UI'/>
+ <property name='df_LT.provider-name' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%provider-name'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='60'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.ui' version='3.6.100.v20100913'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.ui' version='3.6.100.v20100913'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.build' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.commands' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.compare' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.correction' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.correction.java' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.dialogs' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.editor' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.editor.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.editor.build' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.editor.category' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.editor.contentassist' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.editor.contentassist.display' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.editor.context' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.editor.feature' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.editor.outline' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.editor.plugin' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.editor.plugin.rows' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.editor.product' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.editor.schema' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.editor.site' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.editor.targetdefinition' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.editor.text' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.editor.validation' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.elements' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.launcher' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.nls' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.parts' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.preferences' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.properties' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.refactoring' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.samples' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.search' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.search.dependencies' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.search.dialogs' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.shared' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.shared.target' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.views.dependencies' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.views.plugins' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.views.target' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.wizards' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.wizards.category' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.wizards.exports' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.wizards.extension' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.wizards.feature' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.wizards.imports' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.wizards.plugin' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.wizards.product' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.wizards.site' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.wizards.target' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.wizards.templates' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.internal.ui.wizards.tools' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.ui.launcher' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.ui.templates' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='46'>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.core' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.ui' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.debug.ui' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.launching' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.ui' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.build' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.search' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.core' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.forms' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ant.ui' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.junit' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.intro' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.cheatsheets' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views.log' range='[1.0.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ltk.core.refactoring' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.variables' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.compare' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.0.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ltk.ui.refactoring' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.navigator.resources' range='[3.3.100,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.ui' range='[2.0.0,3.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.engine' range='[2.0.0,3.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.director' range='[2.0.0,3.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.artifact.repository' range='[1.0.100,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.metadata.repository' range='[1.0.100,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.operations' range='[2.0.0,3.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.repository' range='[2.0.0,3.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.frameworkadmin' range='[2.0.0,3.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.frameworkadmin.equinox' range='[1.0.100,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.launching' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.console' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='[1.0.200,2.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.jdt.debug.core' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.ui' version='3.6.100.v20100913'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %name&#xA;Require-Bundle: org.eclipse.pde.core;bundle-version=&quot;[3.6.0,4.0.0)&quot;;visibility:=reexport,org.eclipse.core.runtime;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.ui.ide;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.ui.views;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.jface.text;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.workbench.texteditor;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.editors;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.debug.ui;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.jdt.core;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.jdt.debug.ui;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.jdt.launching;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.jdt.ui;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.pde.build;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.search;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.team.core;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.forms;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.ant.ui;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.jdt.junit;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.ui.intro;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.ui.cheatsheets;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.update.configurator;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.ui.views.log;bundle-version=&quot;[1.0.0,2.0.0)&quot;,org.eclipse.ltk.core.refactoring;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.variables;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.compare;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.filesystem;bundle-version=&quot;[1.0.0,2.0.0)&quot;,org.eclipse.ltk.ui.refactoring;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.core.expressions;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.ui.navigator.resources;bundle-version=&quot;[3.3.100,4.0.0)&quot;,org.eclipse.equinox.p2.ui;bundle-version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata;bundle-version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.engine;bundle-version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.core;bundle-version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.director;bundle-version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.artifact.repository;bundle-version=&quot;[1.0.100,2.0.0)&quot;,org.eclipse.equinox.p2.metadata.repository;bundle-version=&quot;[1.0.100,2.0.0)&quot;,org.eclipse.equinox.p2.operations;bundle-version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository;bundle-version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.frameworkadmin;bundle-version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.frameworkadmin.equinox;bundle-version=&quot;[1.0.100,2.0.0)&quot;,org.eclipse.pde.launching;bundle-version=&quot;[3.6.0,4.0.0)&quot;;visibility:=reexport,org.eclipse.ui.console;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.equinox.simpleconfigurator;bundle-version=&quot;[1.0.200,2.0.0)&quot;&#xA;Bundle-Activator: org.eclipse.pde.internal.ui.PDEPlugin&#xA;Bundle-Vendor: %provider-name&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/ui/org.eclipse.pde.ui;tag=v20100913&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.6.100.v20100913&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.pde.internal.ui;x-internal:=true,org.eclipse.pde.internal.ui.build;x-internal:=true,org.eclipse.pde.internal.ui.commands;x-internal:=true,org.eclipse.pde.internal.ui.compare;x-internal:=true,org.eclipse.pde.internal.ui.correction;x-internal:=true,org.eclipse.pde.internal.ui.correction.java;x-internal:=true,org.eclipse.pde.internal.ui.dialogs;x-internal:=true,org.eclipse.pde.internal.ui.editor;x-friends:=&quot;org.eclipse.pde.ds.ui,org.eclipse.pde.ua.ui&quot;,org.eclipse.pde.internal.ui.editor.actions;x-internal:=true,org.eclipse.pde.internal.ui.editor.build;x-internal:=true,org.eclipse.pde.internal.ui.editor.category;x-internal:=true,org.eclipse.pde.internal.ui.editor.contentassist;x-internal:=true,org.eclipse.pde.internal.ui.editor.contentassist.display;x-internal:=true,org.eclipse.pde.internal.ui.editor.context;x-internal:=true,org.eclipse.pde.internal.ui.editor.feature;x-internal:=true,org.eclipse.pde.internal.ui.editor.outline;x-internal:=true,org.eclipse.pde.internal.ui.editor.plugin;x-friends:=&quot;org.eclipse.pde.runtime&quot;,org.eclipse.pde.internal.ui.editor.plugin.rows;x-internal:=true,org.eclipse.pde.internal.ui.editor.product;x-internal:=true,org.eclipse.pde.internal.ui.editor.schema;x-internal:=true,org.eclipse.pde.internal.ui.editor.site;x-internal:=true,org.eclipse.pde.internal.ui.editor.targetdefinition;x-internal:=true,org.eclipse.pde.internal.ui.editor.text;x-internal:=true,org.eclipse.pde.internal.ui.editor.validation;x-internal:=true,org.eclipse.pde.internal.ui.elements;x-internal:=true,org.eclipse.pde.internal.ui.launcher;x-internal:=true,org.eclipse.pde.internal.ui.nls;x-internal:=true,org.eclipse.pde.internal.ui.parts;x-internal:=true,org.eclipse.pde.internal.ui.preferences;x-internal:=true,org.eclipse.pde.internal.ui.properties;x-internal:=true,org.eclipse.pde.internal.ui.refactoring;x-internal:=true,org.eclipse.pde.internal.ui.samples;x-internal:=true,org.eclipse.pde.internal.ui.search;x-internal:=true,org.eclipse.pde.internal.ui.search.dependencies;x-internal:=true,org.eclipse.pde.internal.ui.search.dialogs;x-internal:=true,org.eclipse.pde.internal.ui.shared;x-internal:=true,org.eclipse.pde.internal.ui.shared.target;x-internal:=true,org.eclipse.pde.internal.ui.util;x-internal:=true,org.eclipse.pde.internal.ui.views.dependencies;x-internal:=true,org.eclipse.pde.internal.ui.views.plugins;x-internal:=true,org.eclipse.pde.internal.ui.views.target;x-internal:=true,org.eclipse.pde.internal.ui.wizards;x-internal:=true,org.eclipse.pde.internal.ui.wizards.category;x-internal:=true,org.eclipse.pde.internal.ui.wizards.exports;x-internal:=true,org.eclipse.pde.internal.ui.wizards.extension;x-internal:=true,org.eclipse.pde.internal.ui.wizards.feature;x-internal:=true,org.eclipse.pde.internal.ui.wizards.imports;x-internal:=true,org.eclipse.pde.internal.ui.wizards.plugin;x-internal:=true,org.eclipse.pde.internal.ui.wizards.product;x-friends:=&quot;org.eclipse.pde.ui.templates&quot;,org.eclipse.pde.internal.ui.wizards.site;x-internal:=true,org.eclipse.pde.internal.ui.wizards.target;x-internal:=true,org.eclipse.pde.internal.ui.wizards.templates;x-internal:=true,org.eclipse.pde.internal.ui.wizards.tools;x-internal:=true,org.eclipse.pde.ui,org.eclipse.pde.ui.launcher,org.eclipse.pde.ui.templates&#xA;Bundle-SymbolicName: org.eclipse.pde.ui; singleton:=true&#xA;Import-Package: com.ibm.icu.text,org.eclipse.jdt.debug.core&#xA;Eclipse-LazyStart: true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.api.tools.source' version='1.0.300.v20100910' singleton='false'>
+ <update id='org.eclipse.pde.api.tools.source' range='[0.0.0,1.0.300.v20100910)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='API Tools Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.api.tools.source' version='1.0.300.v20100910'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.api.tools.source' version='1.0.300.v20100910'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.api.tools.source' version='1.0.300.v20100910'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.300.v20100910&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.pde.api.tools.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.pde.api.tools;version=&quot;1.0.300.v20100910&quot;;roots:=&quot;lib/apitooling-antsrc,.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ecf.provider.filetransfer.httpclient.ssl.translated_host_properties' version='1.0.0.v20100906-1425'>
+ <hostRequirements size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.httpclient' range='0.0.0' greedy='false'/>
+ </hostRequirements>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='df_LT.plugin.provider' value='Eclipse.org - ECF'/>
+ <property name='df_LT.plugin.name' value='ECF Filetransfer Httpclient SSL Fragment'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.httpclient.ssl.translated_host_properties' version='1.0.0.v20100906-1425'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.httpclient' range='0.0.0' greedy='false'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='toolingorg.eclipse.equinox.launcher.gtk.solaris.x86' version='1.1.100.v20100824a' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.gtk.solaris.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='org.eclipse.pde.build.default' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.gtk.solaris.x86' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='tooling' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.gtk.solaris.x86' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='unconfigure'>
+ removeProgramArg(programArg:--launcher.library);removeProgramArg(programArg:@artifact);
+ </instruction>
+ <instruction key='configure'>
+ addProgramArg(programArg:--launcher.library);addProgramArg(programArg:@artifact);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.examples.paint' version='3.1.100.v3707'>
+ <update id='org.eclipse.swt.examples.paint' range='[0.0.0,3.1.100.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.plugin.SWTPaintExample.name' value='SWT Paint Example Plugin'/>
+ <property name='org.eclipse.equinox.p2.name' value='%plugin.SWTPaintExample.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.paint' version='3.1.100.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.examples.paint' version='3.1.100.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='10'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.swt.examples' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.examples.paint' version='3.1.100.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Require-Bundle: org.eclipse.ui.ide,org.eclipse.ui.views,org.eclipse.jface.text,org.eclipse.ui.workbench.texteditor,org.eclipse.ui.editors,org.eclipse.core.runtime,org.eclipse.core.resources,org.eclipse.ui,org.eclipse.swt,org.eclipse.swt.examples&#xA;Bundle-Activator: org.eclipse.swt.examples.paint.PaintPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.swt.examples.paint;tag=v3707&#xA;Bundle-Name: %plugin.SWTPaintExample.name&#xA;Bundle-Version: 3.1.100.v3707&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.swt.examples.paint; singleton:=true&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ClassPath: paint.jar&#xA;Manifest-Version: 1.0
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.gtk.solaris.sparc' version='1.1.100.v20100824a'>
+ <update id='org.eclipse.equinox.launcher.gtk.solaris.sparc' range='[0.0.0,1.1.100.v20100824a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher Sparc Fragment'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='launcher.gtk.solaris.sparc'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.solaris.sparc' version='1.1.100.v20100824a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.launcher.gtk.solaris.sparc' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.equinox.launcher' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.launcher.gtk.solaris.sparc' version='1.1.100.v20100824a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.solaris.sparc;tag=v20100824a&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: launcher.gtk.solaris.sparc&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.equinox.launcher;bundle-version=&quot;[1.0.0,1.3.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.solaris.sparc;singleton:=true&#xA;Bundle-Version: 1.1.100.v20100824a&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=gtk) (osgi.os=solaris) (osgi.arch=sparc))
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.platform.ide' version='3.7.0.I20100921-1024'>
+ <update id='org.eclipse.platform.ide' range='0.0.0' severity='0'/>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.name' value='Eclipse Platform'/>
+ <property name='lineUp' value='true'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ </properties>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.ide' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <requires size='11'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.configuration' range='[1.0.0,1.0.0]'>
+ <filter>
+ (!(osgi.os=macosx))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration.feature.group' range='[1.0.0.I20100921-1024,1.0.0.I20100921-1024]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.user.ui.feature.group' range='[2.0.0.v20100503-897JFhOFdHjO2NRglsoDbZo,2.0.0.v20100503-897JFhOFdHjO2NRglsoDbZo]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='config.a.jre.javase' range='[1.6.0,1.6.0]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.configuration' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='tooling.org.eclipse.update.feature.default' range='[1.0.0,1.0.0]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.configuration.macosx' range='[1.0.0,1.0.0]'>
+ <filter>
+ (osgi.os=macosx)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='a.jre.javase' range='[1.6.0,1.6.0]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='tooling.source.default' range='[1.0.0,1.0.0]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.feature.group' range='[3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M,3.7.0.v20100729-9gF7GHFPFt6trrIGbNdrAdypdOBawUc9M]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='tooling.osgi.bundle.default' range='[1.0.0,1.0.0]'/>
+ </requires>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='configure'>
+ addRepository(type:0,location:http${#58}//download.eclipse.org/eclipse/updates/3.7,name:The Eclipse Project Updates);addRepository(type:1,location:http${#58}//download.eclipse.org/eclipse/updates/3.7,name:The Eclipse Project Updates);addRepository(type:0,location:http${#58}//download.eclipse.org/releases/indigo,name:Indigo);addRepository(type:1,location:http${#58}//download.eclipse.org/releases/indigo,name:Indigo);mkdir(path:${installFolder}/dropins);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='http://eclipse.org/legal/epl/notice.php' url='http://eclipse.org/legal/epl/notice.php'>
+ Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA; - Content may be structured and packaged into modules to facilitate delivering,&#xA; extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA; plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA; - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA; in a directory named &quot;plugins&quot;.&#xA; - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA; Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA; Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA; numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA; - Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA; named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA; - The top-level (root) directory&#xA; - Plug-in and Fragment directories&#xA; - Inside Plug-ins and Fragments packaged as JARs&#xA; - Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA; - Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA; - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA; - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA; - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA; - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA; - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA; 1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA; the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA; extending or updating the functionality of an Eclipse-based product.&#xA; 2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA; Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA; 3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA; govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA; Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA; with the Specification. Such Installable Software Agreement must inform the user of the&#xA; terms and conditions that govern the Installable Software and must solicit acceptance by&#xA; the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA; indication of agreement by the user, the provisioning Technology will complete installation&#xA; of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.
+ </license>
+ </licenses>
+ </unit>
+ <unit id='org.eclipse.ant.tests.ui' version='3.5.100.v20100910'>
+ <update id='org.eclipse.ant.tests.ui' range='[0.0.0,3.5.100.v20100910)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Ant UI Test Plugin'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='15'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ant.tests.ui' version='3.5.100.v20100910'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ant.tests.ui' version='3.5.100.v20100910'/>
+ <provided namespace='java.package' name='org.eclipse.ant.tests.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.tests.ui.debug' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.tests.ui.dtd' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.tests.ui.editor' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.tests.ui.editor.formatter' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.tests.ui.editor.performance' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.tests.ui.editor.support' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.tests.ui.externaltools' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.tests.ui.performance' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.tests.ui.separateVM' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.tests.ui.testplugin' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='20'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.apache.ant' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.launching' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ant.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.externaltools' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ant.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.console' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ant.launching' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.externaltools' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ant.tests.ui' version='3.5.100.v20100910'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-ClassPath: anttestsui.jar&#xA;Bundle-Version: 3.5.100.v20100910&#xA;Bundle-Activator: org.eclipse.ant.tests.ui.testplugin.AntUITestPlugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.ui.ide;resolution:=optional,org.eclipse.jface.text;resolution:=optional,org.eclipse.ui.workbench.texteditor;resolution:=optional,org.eclipse.ui.editors;resolution:=optional,org.apache.ant,org.junit,org.eclipse.core.resources,org.eclipse.jdt.core,org.eclipse.jdt.launching,org.eclipse.ui,org.eclipse.ant.core,org.eclipse.debug.core,org.eclipse.debug.ui,org.eclipse.ui.externaltools,org.eclipse.ant.ui,org.eclipse.core.runtime,org.eclipse.test.performance,org.eclipse.ui.console,org.eclipse.ant.launching,org.eclipse.core.externaltools&#xA;Export-Package: org.eclipse.ant.tests.ui,org.eclipse.ant.tests.ui.debug,org.eclipse.ant.tests.ui.dtd,org.eclipse.ant.tests.ui.editor,org.eclipse.ant.tests.ui.editor.formatter,org.eclipse.ant.tests.ui.editor.performance,org.eclipse.ant.tests.ui.editor.support,org.eclipse.ant.tests.ui.externaltools,org.eclipse.ant.tests.ui.performance,org.eclipse.ant.tests.ui.separateVM,org.eclipse.ant.tests.ui.testplugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ant.tests.ui;tag=v20100910&#xA;Bundle-SymbolicName: org.eclipse.ant.tests.ui; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.junit4' version='4.8.1.v20100525' singleton='false'>
+ <update id='org.junit4' range='[0.0.0,4.8.1.v20100525)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JUnit Testing Framework Version 4'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.junit4' version='4.8.1.v20100525'/>
+ <provided namespace='osgi.bundle' name='org.junit4' version='4.8.1.v20100525'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.hamcrest.core' range='1.1.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='4.8.1'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.junit4' version='4.8.1.v20100525'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Require-Bundle: org.hamcrest.core;bundle-version=&quot;1.1.0&quot;;visibility:=reexport,org.junit;bundle-version=&quot;4.8.1&quot;;visibility:=reexport&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 4.8.1.v20100525&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.junit4;tag=v20100525&#xA;Bundle-SymbolicName: org.junit4&#xA;Bundle-Localization: plugin&#xA;Bundle-Name: %pluginName&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.executable_root.gtk.solaris.sparc' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.gtk.solaris.sparc' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.equinox.executable_root.gtk.solaris.sparc' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.sdk.id.ini.cocoa.macosx.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.ini.cocoa.macosx.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.sdk.id' name='org.eclipse.rcp.sdk.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);removeJvmArg(jvmArg:-XstartOnFirstThread);removeJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addJvmArg(jvmArg:-Xdock${#58}icon=../Resources/Eclipse.icns);addJvmArg(jvmArg:-XstartOnFirstThread);addJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingmotif.linux.x86org.eclipse.equinox.event' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.linux.x86org.eclipse.equinox.event' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingmotif.linux.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.config.win32.win32.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.win32.win32.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.source.feature.jar' version='3.7.0.v20100824-0800-7z8dF_ZFMTfEO809v9JgQejMH155'>
+ <properties size='8'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Eclipse JDT Plug-in Developer Resources'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='API documentation and source code zips for Eclipse Java development tools.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2010 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.source.feature.jar' version='3.7.0.v20100824-0800-7z8dF_ZFMTfEO809v9JgQejMH155'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.jdt.source' version='3.7.0.v20100824-0800-7z8dF_ZFMTfEO809v9JgQejMH155'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.jdt.source' version='3.7.0.v20100824-0800-7z8dF_ZFMTfEO809v9JgQejMH155'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.ql.source' version='2.0.0.v20100503a' singleton='false'>
+ <update id='org.eclipse.equinox.p2.ql.source' range='[0.0.0,2.0.0.v20100503a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='p2 query language Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ql.source' version='2.0.0.v20100503a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.ql.source' version='2.0.0.v20100503a'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.ql.source' version='2.0.0.v20100503a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 2.0.0.v20100503a&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.ql.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.ql;version=&quot;2.0.0.v20100503a&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.equinox.launcher' version='1.2.0.v20100824b' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher' range='[1.2.0.v20100824b,1.2.0.v20100824b]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='org.eclipse.pde.build.default' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher' version='1.2.0.v20100824b'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='tooling' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher' range='[1.2.0.v20100824b,1.2.0.v20100824b]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='unconfigure'>
+ removeProgramArg(programArg:-startup);removeProgramArg(programArg:@artifact);
+ </instruction>
+ <instruction key='configure'>
+ addProgramArg(programArg:-startup);addProgramArg(programArg:@artifact);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.junit.core' version='3.7.0.v20100912-2000'>
+ <update id='org.eclipse.jdt.junit.core' range='[0.0.0,3.7.0.v20100912-2000)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Development Tools JUnit core support'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='12'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.junit.core' version='3.7.0.v20100912-2000'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.junit.core' version='3.7.0.v20100912-2000'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.junit' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.junit.buildpath' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.junit.launcher' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.junit.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.junit.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.junit' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.junit.launcher' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.junit.model' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='9'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.4.100,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.core' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.launching' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.junit.runtime' range='[3.4.100,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.variables' range='[3.2.200,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator.manipulator' range='[2.0.0,3.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.frameworkadmin' range='[2.0.0,3.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.junit.core' version='3.7.0.v20100912-2000'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.jdt.internal.junit.JUnitCorePlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.junit.core;tag=v20100912-2000&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.jdt.junit.core;singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.7.0.v20100912-2000&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.jdt.internal.junit;x-friends:=&quot;org.eclipse.jdt.junit&quot;,org.eclipse.jdt.internal.junit.buildpath;core=&quot;split&quot;; mandatory:=&quot;core&quot;;x-friends:=&quot;org.eclipse.jdt.junit&quot;,org.eclipse.jdt.internal.junit.launcher;core=&quot;split&quot;; mandatory:=&quot;core&quot;;x-friends:=&quot;org.eclipse.jdt.junit&quot;,org.eclipse.jdt.internal.junit.model;x-friends:=&quot;org.eclipse.jdt.junit&quot;,org.eclipse.jdt.internal.junit.util;core=&quot;split&quot;; mandatory:=&quot;core&quot;;x-friends:=&quot;org.eclipse.jdt.junit&quot;,org.eclipse.jdt.junit,org.eclipse.jdt.junit.launcher;core=&quot;split&quot;; mandatory:=&quot;core&quot;,org.eclipse.jdt.junit.model&#xA;Require-Bundle: org.eclipse.core.expressions;bundle-version=&quot;[3.4.100,4.0.0)&quot;,org.eclipse.debug.core;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jdt.core;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jdt.launching;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jdt.junit.runtime;bundle-version=&quot;[3.4.100,4.0.0)&quot;,org.eclipse.core.variables;bundle-version=&quot;[3.2.200,4.0.0)&quot;,org.eclipse.equinox.simpleconfigurator.manipulator;bundle-version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.frameworkadmin;bundle-version=&quot;[2.0.0,3.0.0)&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.update.scheduler' version='3.2.300.v20100512'>
+ <update id='org.eclipse.update.scheduler' range='[0.0.0,3.2.300.v20100512)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Automatic Updates Scheduler'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.scheduler' version='3.2.300.v20100512'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.update.scheduler' version='3.2.300.v20100512'/>
+ <provided namespace='java.package' name='org.eclipse.update.internal.scheduler' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.internal.scheduler.preferences' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.update.core' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.update.ui' range='[3.1.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='[3.1.100,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.update.scheduler' version='3.2.300.v20100512'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.update.internal.scheduler.UpdateSchedulerPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.update.scheduler;tag=v20100512&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.update.scheduler; singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-LazyStart: true&#xA;Bundle-Version: 3.2.300.v20100512&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.update.internal.scheduler;x-internal:=true,org.eclipse.update.internal.scheduler.preferences;x-internal:=true&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.update.core;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.update.ui;bundle-version=&quot;[3.1.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.update.configurator;bundle-version=&quot;[3.1.100,4.0.0)&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.rcp.source.feature.group' version='3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS' singleton='false'>
+ <update id='org.eclipse.rcp.source.feature.group' range='[0.0.0,3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS)' severity='0'/>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Eclipse RCP Plug-in Developer Resources'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Source code zips for the Eclipse RCP.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2010 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.source.feature.group' version='3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='49'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='com.ibm.icu.source' range='[4.2.1.v20100412,4.2.1.v20100412]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.commands.source' range='[3.6.0.I20100512-1500,3.6.0.I20100512-1500]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.databinding.source' range='[1.3.100.I20100601-0800,1.3.100.I20100601-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.databinding.observable.source' range='[1.3.0.I20100824-0800,1.3.0.I20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.databinding.property.source' range='[1.3.0.I20100601-0800,1.3.0.I20100601-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.databinding.beans.source' range='[1.2.100.I20100824-0800,1.2.100.I20100824-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.jobs.source' range='[3.5.100.v20100823,3.5.100.v20100823]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.expressions.source' range='[3.4.200.v20100505,3.4.200.v20100505]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime.source' range='[3.6.100.v20100628,3.6.100.v20100628]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime.compatibility.auth.source' range='[3.2.200.v20100517,3.2.200.v20100517]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.osgi.source' range='[3.7.0.v20100910,3.7.0.v20100910]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.osgi.services.source' range='[3.2.100.v20100503,3.2.100.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.source' range='[3.5.0.v20100524,3.5.0.v20100524]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jface.source' range='[3.7.0.I20100914-0100,3.7.0.I20100914-0100]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jface.databinding.source' range='[1.5.0.I20100907-0800,1.5.0.I20100907-0800]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.source' range='[3.7.0.I20100914-0100,3.7.0.I20100914-0100]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.workbench.source' range='[3.6.100.I20100914-0100,3.6.100.I20100914-0100]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.carbon.source' range='[4.0.100.I20100805-1200,4.0.100.I20100805-1200]'>
+ <filter>
+ (&amp;(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.cocoa.source' range='[1.0.2.I20100914-0100,1.0.2.I20100914-0100]'>
+ <filter>
+ (&amp;(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.configurator.source' range='[3.3.100.v20100512,3.3.100.v20100512]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.simpleconfigurator.source' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.win32.win32.x86.source' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.win32.win32.x86_64.source' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.linux.x86.source' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.linux.s390x.source' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.linux.s390.source' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.solaris.sparc.source' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.solaris.x86.source' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.linux.ppc.source' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.linux.ppc64.source' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.linux.x86_64.source' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.carbon.macosx.source' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.cocoa.macosx.source' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.cocoa.macosx.x86_64.source' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.motif.aix.ppc.source' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.motif.hpux.ia64_32.source' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.motif.linux.x86.source' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.motif.solaris.sparc.source' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=motif))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.photon.qnx.x86.source' range='[3.7.0.v3707,3.7.0.v3707]'>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=qnx)(osgi.ws=photon))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.source' range='[3.7.0.v201009211024,3.7.0.v201009211024]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.contenttype.source' range='[3.4.100.v20100505-1235,3.4.100.v20100505-1235]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.app.source' range='[1.3.100.v20100803,1.3.100.v20100803]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.common.source' range='[3.6.0.v20100503,3.6.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.ds.source' range='[1.2.100.v20100830,1.2.100.v20100830]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.util.source' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.preferences.source' range='[3.3.0.v20100503,3.3.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.registry.source' range='[3.5.0.v20100503,3.5.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.source' range='[1.2.0.v20100824b,1.2.0.v20100824b]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.source.feature.jar' range='[3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS,3.7.0.v20100705-9OBHFtrFtsdQwP_pVKeTFWS]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='toolingcarbon.macosx.x86org.eclipse.equinox.ds' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.x86org.eclipse.equinox.ds' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcarbon.macosx.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.jmx.server' version='1.0.0.v20100503'>
+ <update id='org.eclipse.equinox.jmx.server' range='[0.0.0,1.0.0.v20100503)' severity='0'/>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.name' value='Resource Monitoring Server Bundle (Incubation)'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.server' version='1.0.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.jmx.server' version='1.0.0.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.jmx.server' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='20'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='javax.management' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.loading' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.modelmbean' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.monitor' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.openmbean' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.relation' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.remote' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.remote.rmi' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.timer' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.jmx.common' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.jmx.common.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.service.log' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax.ext' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax.helpers' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.jmx.server' version='1.0.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: Resource Monitoring Server Bundle (Incubation)&#xA;Bundle-Version: 1.0.0.v20100503&#xA;Eclipse-LazyStart: true&#xA;Import-Package: javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,org.eclipse.core.runtime,org.eclipse.equinox.jmx.common,org.eclipse.equinox.jmx.common.util,org.eclipse.osgi.util,org.osgi.framework,org.osgi.service.log,org.osgi.util.tracker,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers&#xA;Bundle-Activator: org.eclipse.equinox.jmx.internal.server.Activator&#xA;Bundle-Vendor: Eclipse.org&#xA;Require-Bundle: org.eclipse.ui;resolution:=optional&#xA;Export-Package: org.eclipse.equinox.jmx.server&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/incubator/monitoring/bundles/org.eclipse.equinox.jmx.server;tag=v20100503&#xA;Bundle-SymbolicName: org.eclipse.equinox.jmx.server;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingmotif.linux.x86org.eclipse.equinox.ds' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.linux.x86org.eclipse.equinox.ds' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingmotif.linux.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.apache.lucene.analysis.source' version='1.9.1.v20100518-1140' singleton='false'>
+ <update id='org.apache.lucene.analysis.source' range='[0.0.0,1.9.1.v20100518-1140)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.pluginName' value='Apache Lucene Analysis Source'/>
+ <property name='df_LT.providerName' value='Eclipse Orbit'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.apache.lucene.analysis.source' version='1.9.1.v20100518-1140'/>
+ <provided namespace='osgi.bundle' name='org.apache.lucene.analysis.source' version='1.9.1.v20100518-1140'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.apache.lucene.analysis.source' version='1.9.1.v20100518-1140'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.apache.lucene.analysis.source&#xA;Eclipse-SourceBundle: org.apache.lucene.analysis;version=&quot;1.9.1.v20100518-1140&quot;&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 1.9.1.v20100518-1140
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.ql' version='2.0.0.v20100503a'>
+ <update id='org.eclipse.equinox.p2.ql' range='[0.0.0,2.0.0.v20100503a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='p2 query language'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ql' version='2.0.0.v20100503a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.ql' version='2.0.0.v20100503a'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.ql' version='2.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.5.1'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata.expression' range='[2.0.0,3.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.ql' version='2.0.0.v20100503a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-ClassPath: .&#xA;Bundle-Version: 2.0.0.v20100503a&#xA;Import-Package: org.eclipse.equinox.p2.metadata.expression;version=&quot;[2.0.0,3.0.0)&quot;&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;3.5.1&quot;&#xA;Export-Package: org.eclipse.equinox.p2.ql;version=&quot;2.0.0&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.ql;tag=v20100503a&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.ql;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.jobs.source' version='3.5.100.v20100823' singleton='false'>
+ <update id='org.eclipse.core.jobs.source' range='[0.0.0,3.5.100.v20100823)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Eclipse Jobs Mechanism Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.jobs.source' version='3.5.100.v20100823'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.jobs.source' version='3.5.100.v20100823'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.jobs.source' version='3.5.100.v20100823'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.5.100.v20100823&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.core.jobs.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.core.jobs;version=&quot;3.5.100.v20100823&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.jmx.client.xmlrpc' version='1.0.0.v20100503'>
+ <update id='org.eclipse.equinox.jmx.client.xmlrpc' range='[0.0.0,1.0.0.v20100503)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='XMLRPC Transport Client Plug-in (Incubation)'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.client.xmlrpc' version='1.0.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.jmx.client.xmlrpc' version='1.0.0.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='9'>
+ <required namespace='java.package' name='javax.management' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.remote' range='0.0.0'/>
+ <required namespace='java.package' name='javax.security.auth' range='0.0.0'/>
+ <required namespace='java.package' name='org.apache.xmlrpc' range='0.0.0'/>
+ <required namespace='java.package' name='org.apache.xmlrpc.client' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.jmx.client' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.jmx.client.remote' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.jmx.common' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.jmx.common.util' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.jmx.client.xmlrpc' version='1.0.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: XMLRPC Transport Client Plug-in (Incubation)&#xA;Bundle-Version: 1.0.0.v20100503&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/incubator/monitoring/bundles/org.eclipse.equinox.jmx.client.xmlrpc;tag=v20100503&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-SymbolicName: org.eclipse.equinox.jmx.client.xmlrpc;singleton:=true&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Import-Package: javax.management,javax.management.remote,javax.security.auth,org.apache.xmlrpc,org.apache.xmlrpc.client,org.eclipse.equinox.jmx.client,org.eclipse.equinox.jmx.client.remote,org.eclipse.equinox.jmx.common,org.eclipse.equinox.jmx.common.util
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.solaris.x86org.eclipse.update.configurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.solaris.x86org.eclipse.update.configurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.solaris.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:false);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.filesystem.solaris.sparc' version='1.2.0.v20100505-1235'>
+ <update id='org.eclipse.core.filesystem.solaris.sparc' range='[0.0.0,1.2.0.v20100505-1235)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Core File System for Solaris Sparc'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.solaris.sparc' version='1.2.0.v20100505-1235'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.filesystem.solaris.sparc' version='1.2.0.v20100505-1235'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.core.filesystem' version='1.2.0.v20100505-1235'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.3.0,2.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.filesystem.solaris.sparc' version='1.2.0.v20100505-1235'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Fragment-Host: org.eclipse.core.filesystem;bundle-version=&quot;[1.3.0,2.0.0)&quot;&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.2.0.v20100505-1235&#xA;Eclipse-PlatformFilter: (&amp; (osgi.os=solaris) (osgi.arch=sparc))&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.filesystem.solaris.sparc;tag=v20100505-1235&#xA;Bundle-SymbolicName: org.eclipse.core.filesystem.solaris.sparc;singleton:=true&#xA;Bundle-Localization: fragment&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.jmx.common.feature.feature.jar' version='1.0.0.v20070507-7D7A8dF7RZHQHHvSF9VLPG'>
+ <properties size='4'>
+ <property name='org.eclipse.equinox.p2.name' value='Resource Monitoring Common Feature (Incubation)'/>
+ <property name='org.eclipse.equinox.p2.description' value='Common infrastructure for managing OSGi-based systems using JMX.'/>
+ <property name='org.eclipse.equinox.p2.description.url' value='http://www.eclipse.org/equinox/incubator/monitoring/index.php'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jmx.common.feature.feature.jar' version='1.0.0.v20070507-7D7A8dF7RZHQHHvSF9VLPG'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.equinox.jmx.common.feature' version='1.0.0.v20070507-7D7A8dF7RZHQHHvSF9VLPG'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.equinox.jmx.common.feature' version='1.0.0.v20070507-7D7A8dF7RZHQHHvSF9VLPG'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='http://www.eclipse.org/org/documents/epl-v10.php' url='http://www.eclipse.org/org/documents/epl-v10.php'>
+ Eclipse Public License v1.0.
+ </license>
+ </licenses>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.id.ini.gtk.solaris.sparc' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.gtk.solaris.sparc' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.id' name='org.eclipse.rcp.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.apache.ws.jaxme' version='0.5.1.v20100427-1100' singleton='false'>
+ <update id='org.apache.ws.jaxme' range='[0.0.0,0.5.1.v20100427-1100)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Bundle-Provider' value='Eclipse Orbit'/>
+ <property name='df_LT.Bundle-Name' value='Apache JAX-ME Plug-in'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Bundle-Name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Bundle-Provider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='9'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.apache.ws.jaxme' version='0.5.1.v20100427-1100'/>
+ <provided namespace='osgi.bundle' name='org.apache.ws.jaxme' version='0.5.1.v20100427-1100'/>
+ <provided namespace='java.package' name='javax.xml' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.bind' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.bind.helpers' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.bind.util' version='0.0.0'/>
+ <provided namespace='java.package' name='javax.xml.namespace' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.apache.ws.jaxme' version='0.5.1.v20100427-1100'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-Vendor: %Bundle-Provider&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %Bundle-Name&#xA;Export-Package: javax.xml,javax.xml.bind,javax.xml.bind.helpers,javax.xml.bind.util,javax.xml.namespace&#xA;Bundle-Version: 0.5.1.v20100427-1100&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-SymbolicName: org.apache.ws.jaxme
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.gtk.linux.ppc' version='1.1.100.v20100824a'>
+ <update id='org.eclipse.equinox.launcher.gtk.linux.ppc' range='[0.0.0,1.1.100.v20100824a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher Linux PPC Fragment'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='launcher.gtk.linux.ppc'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.ppc' version='1.1.100.v20100824a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.launcher.gtk.linux.ppc' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.equinox.launcher' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.launcher.gtk.linux.ppc' version='1.1.100.v20100824a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.ppc;tag=v20100824a&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: launcher.gtk.linux.ppc&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.equinox.launcher;bundle-version=&quot;[1.0.0,1.3.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.ppc;singleton:=true&#xA;Bundle-Version: 1.1.100.v20100824a&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=ppc))
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.test_root' version='3.5.0.v20100427-7R7ZBiBgLiJz0B25N4DF59580221'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.test_root' version='3.5.0.v20100427-7R7ZBiBgLiJz0B25N4DF59580221'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.test_root' version='3.5.0.v20100427-7R7ZBiBgLiJz0B25N4DF59580221'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.updatechecker.source' version='1.1.100.v20100503a' singleton='false'>
+ <update id='org.eclipse.equinox.p2.updatechecker.source' range='[0.0.0,1.1.100.v20100503a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Update Checker Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.updatechecker.source' version='1.1.100.v20100503a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.updatechecker.source' version='1.1.100.v20100503a'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.updatechecker.source' version='1.1.100.v20100503a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.1.100.v20100503a&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.updatechecker.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.updatechecker;version=&quot;1.1.100.v20100503a&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.config.motif.hpux.ia64_32' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.motif.hpux.ia64_32' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingmotif.aix.ppcorg.eclipse.equinox.common' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingmotif.aix.ppcorg.eclipse.equinox.common' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingmotif.aix.ppc' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.config.win32.win32.x86_64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.win32.win32.x86_64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.sdk.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.compiler.apt.tests' version='1.0.300.v20100513-0845'>
+ <update id='org.eclipse.jdt.compiler.apt.tests' range='[0.0.0,1.0.300.v20100513-0845)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Annotation Processing Tests'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='11'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.compiler.apt.tests' version='1.0.300.v20100513-0845'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.compiler.apt.tests' version='1.0.300.v20100513-0845'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.compiler.apt.tests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.compiler.apt.tests.annotations' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.compiler.apt.tests.processors.base' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.compiler.apt.tests.processors.checkargs' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.compiler.apt.tests.processors.elements' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.compiler.apt.tests.processors.genclass' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.compiler.apt.tests.processors.visitors' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='3.5.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.jdt.internal.compiler.tool' range='0.0.0' optional='true'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.compiler.apt.tests' version='1.0.300.v20100513-0845'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: JavaSE-1.6&#xA;Bundle-Name: %pluginName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.compiler.apt.tests;tag=v20100513-0845&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ClassPath: compilerapttests.jar&#xA;Bundle-SymbolicName: org.eclipse.jdt.compiler.apt.tests;singleton:=true&#xA;Import-Package: org.eclipse.jdt.internal.compiler.tool;resolution:=optional&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.300.v20100513-0845&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.jdt.compiler.apt.tests,org.eclipse.jdt.compiler.apt.tests.annotations,org.eclipse.jdt.compiler.apt.tests.processors.base,org.eclipse.jdt.compiler.apt.tests.processors.checkargs,org.eclipse.jdt.compiler.apt.tests.processors.elements,org.eclipse.jdt.compiler.apt.tests.processors.genclass,org.eclipse.jdt.compiler.apt.tests.processors.visitors&#xA;Require-Bundle: org.junit,org.eclipse.jdt.core;bundle-version=&quot;3.5.0&quot;,org.eclipse.core.resources,org.eclipse.core.runtime
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.config.gtk.linux.s390x' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.config.gtk.linux.s390x' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.ide' name='org.eclipse.platform.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.compare.core.source' version='3.5.100.I20100526-0800' singleton='false'>
+ <update id='org.eclipse.compare.core.source' range='[0.0.0,3.5.100.I20100526-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Core Compare Support Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare.core.source' version='3.5.100.I20100526-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.compare.core.source' version='3.5.100.I20100526-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.compare.core.source' version='3.5.100.I20100526-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.5.100.I20100526-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.compare.core.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.compare.core;version=&quot;3.5.100.I20100526-0800&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.config.gtk.linux.ppc64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.gtk.linux.ppc64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.sdk.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jface' version='3.7.0.I20100914-0100' singleton='false'>
+ <update id='org.eclipse.jface' range='[0.0.0,3.7.0.I20100914-0100)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JFace'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='31'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jface' version='3.7.0.I20100914-0100'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jface' version='3.7.0.I20100914-0100'/>
+ <provided namespace='java.package' name='org.eclipse.jface' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.action' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.action.images' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.bindings' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.bindings.keys' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.bindings.keys.formatting' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.commands' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.contexts' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.dialogs' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.dialogs.images' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.fieldassist' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.fieldassist.images' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.images' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.internal' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.internal.provisional.action' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.layout' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.menus' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.operation' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.preference' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.preference.images' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.resource' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.viewers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.viewers.deferred' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.window' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.wizard' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.wizard.images' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='7'>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.commands' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.3.0,4.0.0)'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='0.0.0'/>
+ <required namespace='java.package' name='org.w3c.dom' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jface' version='3.7.0.I20100914-0100'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %pluginName&#xA;Bundle-ClassPath: .&#xA;Require-Bundle: org.eclipse.swt;bundle-version=&quot;[3.6.0,4.0.0)&quot;;visibility:=reexport,org.eclipse.core.commands;bundle-version=&quot;[3.4.0,4.0.0)&quot;;visibility:=reexport,org.eclipse.equinox.common;bundle-version=&quot;[3.3.0,4.0.0)&quot;&#xA;Bundle-Activator: org.eclipse.jface.internal.JFaceActivator&#xA;Bundle-Vendor: %providerName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jface;tag=I20100914-0100&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.7.0.I20100914-0100&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.jface,org.eclipse.jface.action,org.eclipse.jface.action.images,org.eclipse.jface.bindings,org.eclipse.jface.bindings.keys,org.eclipse.jface.bindings.keys.formatting,org.eclipse.jface.commands,org.eclipse.jface.contexts,org.eclipse.jface.dialogs,org.eclipse.jface.dialogs.images,org.eclipse.jface.fieldassist,org.eclipse.jface.fieldassist.images,org.eclipse.jface.images,org.eclipse.jface.internal;x-friends:=&quot;org.eclipse.ui.workbench&quot;,org.eclipse.jface.internal.provisional.action;x-friends:=&quot;org.eclipse.ui.workbench&quot;,org.eclipse.jface.layout,org.eclipse.jface.menus,org.eclipse.jface.operation,org.eclipse.jface.preference,org.eclipse.jface.preference.images,org.eclipse.jface.resource,org.eclipse.jface.util,org.eclipse.jface.viewers,org.eclipse.jface.viewers.deferred,org.eclipse.jface.window,org.eclipse.jface.wizard,org.eclipse.jface.wizard.images&#xA;Bundle-SymbolicName: org.eclipse.jface&#xA;Import-Package: javax.xml.parsers,org.osgi.framework,org.w3c.dom,org.xml.sax
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.tests.rcp' version='3.3.0.I20090525-2000'>
+ <update id='org.eclipse.ui.tests.rcp' range='[0.0.0,3.3.0.I20090525-2000)' severity='0'/>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.name' value='Eclipse RCP Tests'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.tests.rcp' version='3.3.0.I20090525-2000'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.tests.rcp' version='3.3.0.I20090525-2000'/>
+ <provided namespace='java.package' name='org.eclipse.ui.tests.rcp.util' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime.compatibility' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.tests.harness' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.tests.rcp' version='3.3.0.I20090525-2000'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Name: Eclipse RCP Tests&#xA;Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.tests.rcp;tag=I20090525-2000&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: Eclipse.org&#xA;Bundle-ClassPath: rcptests.jar&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.ui.tests.rcp; singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.3.0.I20090525-2000&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.ui.tests.rcp.util;x-internal:=true&#xA;Require-Bundle: org.eclipse.core.runtime.compatibility,org.eclipse.ui,org.junit,org.eclipse.test.performance,org.eclipse.ui.tests.harness
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.test' version='3.3.0'>
+ <update id='org.eclipse.test' range='[0.0.0,3.3.0)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Eclipse Automated Testing'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.test' version='3.3.0'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.test' version='3.3.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='6'>
+ <required namespace='osgi.bundle' name='org.apache.ant' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide.application' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.app' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.test' version='3.3.0'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin&#xA;Require-Bundle: org.apache.ant,org.junit,org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.ui.ide.application,org.eclipse.equinox.app&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.test;tag=v20100118&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 3.3.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.test; singleton:=true&#xA;Bundle-ClassPath: automated.jar&#xA;Manifest-Version: 1.0&#xA;Eclipse-LazyStart: true
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.id.ini.gtk.linux.s390x' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.gtk.linux.s390x' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.id' name='org.eclipse.rcp.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.apt.pluggable.core' version='1.0.400.v20100727-0100'>
+ <update id='org.eclipse.jdt.apt.pluggable.core' range='[0.0.0,1.0.400.v20100727-0100)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Compiler Apt IDE'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.apt.pluggable.core' version='1.0.400.v20100727-0100'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.apt.pluggable.core' version='1.0.400.v20100727-0100'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.apt.pluggable.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.apt.pluggable.core.dispatch' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.apt.pluggable.core.filer' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='8'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.apt.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.jdt.internal.compiler.tool' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.jdt.internal.compiler.apt.dispatch' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.jdt.internal.compiler.apt.model' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.jdt.internal.compiler.apt.util' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.apt.pluggable.core' version='1.0.400.v20100727-0100'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 1.0.400.v20100727-0100&#xA;Import-Package: org.eclipse.jdt.internal.compiler.tool,org.eclipse.jdt.internal.compiler.apt.dispatch,org.eclipse.jdt.internal.compiler.apt.model,org.eclipse.jdt.internal.compiler.apt.util&#xA;Bundle-Activator: org.eclipse.jdt.internal.apt.pluggable.core.Apt6Plugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.core.runtime,org.eclipse.jdt.apt.core,org.eclipse.jdt.core,org.eclipse.core.resources&#xA;Export-Package: org.eclipse.jdt.internal.apt.pluggable.core;x-internal:=true,org.eclipse.jdt.internal.apt.pluggable.core.dispatch;x-internal:=true,org.eclipse.jdt.internal.apt.pluggable.core.filer;x-internal:=true&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.apt.pluggable.core;tag=v20100727-0100&#xA;Bundle-SymbolicName: org.eclipse.jdt.apt.pluggable.core;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: JavaSE-1.6&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.resources.source' version='3.6.100.v20100830' singleton='false'>
+ <update id='org.eclipse.core.resources.source' range='[0.0.0,3.6.100.v20100830)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Core Resource Management Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.resources.source' version='3.6.100.v20100830'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.resources.source' version='3.6.100.v20100830'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.resources.source' version='3.6.100.v20100830'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.6.100.v20100830&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.core.resources.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.core.resources;version=&quot;3.6.100.v20100830&quot;;roots:=&quot;ant_tasks/resources-antsrc,.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.gtk.linux.ppc64.translated_host_properties' version='1.0.100.v20100824a'>
+ <hostRequirements size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher Linux PPC64 Fragment'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.ppc64.translated_host_properties' version='1.0.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='org.eclipse.equinox.http.registry.source' version='1.1.0.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.http.registry.source' range='[0.0.0,1.1.0.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Http Service Registry Extensions Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.registry.source' version='1.1.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.http.registry.source' version='1.1.0.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.http.registry.source' version='1.1.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.1.0.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.http.registry.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.http.registry;version=&quot;1.1.0.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.wireadmin.source' version='1.0.200.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.wireadmin.source' range='[0.0.0,1.0.200.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleVendor' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Wire Admin Service Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleVendor'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.wireadmin.source' version='1.0.200.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.wireadmin.source' version='1.0.200.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.wireadmin.source' version='1.0.200.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.200.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.wireadmin.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.wireadmin;version=&quot;1.0.200.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %bundleVendor
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.cocoa.macosx.x86_64.translated_host_properties' version='1.1.100.v20100824a'>
+ <hostRequirements size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher MacOSX Cocoa Fragment'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.cocoa.macosx.x86_64.translated_host_properties' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='org.eclipse.equinox.useradmin.source' version='1.1.200.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.useradmin.source' range='[0.0.0,1.1.200.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleVendor' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='User Admin Service Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleVendor'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.useradmin.source' version='1.1.200.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.useradmin.source' version='1.1.200.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.useradmin.source' version='1.1.200.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.1.200.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.useradmin.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.useradmin;version=&quot;1.1.200.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %bundleVendor
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.launching.macosx.source' version='3.2.100.v20100505' singleton='false'>
+ <update id='org.eclipse.jdt.launching.macosx.source' range='[0.0.0,3.2.100.v20100505)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Mac OS X Launcher Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.launching.macosx.source' version='3.2.100.v20100505'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.launching.macosx.source' version='3.2.100.v20100505'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <filter>
+ (osgi.os=macosx)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.launching.macosx.source' version='3.2.100.v20100505'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 3.2.100.v20100505&#xA;Eclipse-SourceBundle: org.eclipse.jdt.launching.macosx;version=&quot;3.2.100.v20100505&quot;;roots:=&quot;.&quot;&#xA;Eclipse-PlatformFilter: (osgi.os=macosx)&#xA;Bundle-SymbolicName: org.eclipse.jdt.launching.macosx.source&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.debug.examples.core' version='1.2.0.v20100505'>
+ <update id='org.eclipse.debug.examples.core' range='[0.0.0,1.2.0.v20100505)' severity='0'/>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.name' value='Example Debug Core Plug-in'/>
+ </properties>
+ <provides size='10'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.debug.examples.core' version='1.2.0.v20100505'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.debug.examples.core' version='1.2.0.v20100505'/>
+ <provided namespace='java.package' name='org.eclipse.debug.examples.core.midi.launcher' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.examples.core.pda' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.examples.core.pda.breakpoints' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.examples.core.pda.launcher' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.examples.core.pda.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.examples.core.pda.protocol' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.debug.examples.core.pda.sourcelookup' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.variables' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.debug.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.apache.ant' range='1.7.0' optional='true'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.debug.examples.core' version='1.2.0.v20100505'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Export-Package: org.eclipse.debug.examples.core.midi.launcher,org.eclipse.debug.examples.core.pda,org.eclipse.debug.examples.core.pda.breakpoints,org.eclipse.debug.examples.core.pda.launcher,org.eclipse.debug.examples.core.pda.model,org.eclipse.debug.examples.core.pda.protocol,org.eclipse.debug.examples.core.pda.sourcelookup&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Require-Bundle: org.eclipse.core.runtime,org.eclipse.core.resources,org.eclipse.core.variables,org.eclipse.debug.core,org.apache.ant;bundle-version=&quot;1.7.0&quot;;resolution:=optional&#xA;Bundle-Activator: org.eclipse.debug.examples.core.pda.DebugCorePlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.debug.examples.core;tag=v20100505&#xA;Bundle-Name: Example Debug Core Plug-in&#xA;Bundle-Version: 1.2.0.v20100505&#xA;Bundle-SymbolicName: org.eclipse.debug.examples.core;singleton:=true&#xA;Bundle-ActivationPolicy: lazy&#xA;Manifest-Version: 1.0&#xA;Eclipse-LazyStart: true
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.presentations.r21.source' version='3.2.200.I20100517-1500' singleton='false'>
+ <update id='org.eclipse.ui.presentations.r21.source' range='[0.0.0,3.2.200.I20100517-1500)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='R21 Presentation Plug-in Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.presentations.r21.source' version='3.2.200.I20100517-1500'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.presentations.r21.source' version='3.2.200.I20100517-1500'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.presentations.r21.source' version='3.2.200.I20100517-1500'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.2.200.I20100517-1500&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.presentations.r21.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ui.presentations.r21;version=&quot;3.2.200.I20100517-1500&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='com.ibm.icu.base.feature.jar' version='1.1.0.v20090119-79318s73533B57'>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='com.ibm.icu.base.feature.jar' version='1.1.0.v20090119-79318s73533B57'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='com.ibm.icu.base' version='1.1.0.v20090119-79318s73533B57'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='com.ibm.icu.base' version='1.1.0.v20090119-79318s73533B57'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.editors' version='3.6.100.v20100824-0800'>
+ <update id='org.eclipse.ui.editors' range='[0.0.0,3.6.100.v20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Default Text Editor'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='10'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.editors' version='3.6.100.v20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.editors' version='3.6.100.v20100824-0800'/>
+ <provided namespace='java.package' name='org.eclipse.ui.editors.text' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.editors.text.templates' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.editors.quickdiff' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.editors.text' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.texteditor' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.texteditor' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='9'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filebuffers' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.2.0,2.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.editors' version='3.6.100.v20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 3.6.100.v20100824-0800&#xA;Import-Package: com.ibm.icu.text&#xA;Bundle-Activator: org.eclipse.ui.internal.editors.text.EditorsPlugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.ide;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.jface.text;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui.workbench.texteditor;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.core.filebuffers;visibility:=reexport;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.filesystem;bundle-version=&quot;[1.2.0,2.0.0)&quot;&#xA;Export-Package: org.eclipse.ui.editors.text,org.eclipse.ui.editors.text.templates,org.eclipse.ui.internal.editors.quickdiff;x-internal:=true,org.eclipse.ui.internal.editors.text;x-internal:=true,org.eclipse.ui.internal.texteditor;x-internal:=true,org.eclipse.ui.texteditor&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.editors;tag=v20100824-0800&#xA;Bundle-SymbolicName: org.eclipse.ui.editors; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.releng.tools' version='3.6.0.v20100629'>
+ <update id='org.eclipse.releng.tools' range='[0.0.0,3.6.0.v20100629)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.PluginProvider' value='Eclipse.org'/>
+ <property name='df_LT.PluginName' value='RelEng Plug-in'/>
+ <property name='org.eclipse.equinox.p2.name' value='%PluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%PluginProvider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.releng.tools' version='3.6.0.v20100629'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.releng.tools' version='3.6.0.v20100629'/>
+ <provided namespace='java.package' name='org.eclipse.releng.tools' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.releng.tools.preferences' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='15'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.cvs.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.cvs.ui' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.compare' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.console' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.releng.tools' version='3.6.0.v20100629'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Name: %PluginName&#xA;Bundle-ClassPath: tools.jar&#xA;Bundle-Version: 3.6.0.v20100629&#xA;Bundle-Activator: org.eclipse.releng.tools.RelEngPlugin&#xA;Bundle-Vendor: %PluginProvider&#xA;Require-Bundle: org.eclipse.ui.ide;resolution:=optional,org.eclipse.ui.views;resolution:=optional,org.eclipse.jface.text;resolution:=optional,org.eclipse.ui.workbench.texteditor;resolution:=optional,org.eclipse.ui.editors;resolution:=optional,org.eclipse.core.resources,org.eclipse.ui,org.eclipse.team.cvs.core,org.eclipse.team.core,org.eclipse.team.cvs.ui;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.core.runtime,org.eclipse.team.core,org.eclipse.team.ui,org.eclipse.compare,org.eclipse.ui.console&#xA;Export-Package: org.eclipse.releng.tools,org.eclipse.releng.tools.preferences&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.releng.tools;tag=v20100629&#xA;Bundle-SymbolicName: org.eclipse.releng.tools; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ltk.ui.refactoring.tests' version='3.4.200.v20100824-0800'>
+ <update id='org.eclipse.ltk.ui.refactoring.tests' range='[0.0.0,3.4.200.v20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Refactoring UI Test Plug-in'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ltk.ui.refactoring.tests' version='3.4.200.v20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ltk.ui.refactoring.tests' version='3.4.200.v20100824-0800'/>
+ <provided namespace='java.package' name='org.eclipse.ltk.ui.refactoring.examples' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ltk.ui.refactoring.tests' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='8'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ltk.ui.refactoring' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.junit' range='3.8.2'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ltk.core.refactoring' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filebuffers' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text' range='[3.5.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ltk.ui.refactoring.tests' version='3.4.200.v20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-ClassPath: refuitests.jar&#xA;Bundle-Version: 3.4.200.v20100824-0800&#xA;Bundle-Activator: org.eclipse.ltk.ui.refactoring.tests.RefactoringUITestPlugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ltk.ui.refactoring;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.junit;bundle-version=&quot;3.8.2&quot;,org.eclipse.ltk.core.refactoring;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.core.filebuffers;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.text;bundle-version=&quot;[3.5.0,4.0.0)&quot;&#xA;Export-Package: org.eclipse.ltk.ui.refactoring.examples,org.eclipse.ltk.ui.refactoring.tests;x-internal:=true&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ltk.ui.refactoring.tests;tag=v20100824-0800&#xA;Bundle-SymbolicName: org.eclipse.ltk.ui.refactoring.tests;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.id.ini.gtk.linux.ppc64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.gtk.linux.ppc64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.id' name='org.eclipse.rcp.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.server.servletbridge.feature.jar' version='1.0.0.v20100510-42A79oB5855K5E'>
+ <properties size='6'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Servletbridge Feature'/>
+ <property name='df_LT.providerName' value='Eclipse Equinox Project'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2010 IBM, Composent, Inc. and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.server.servletbridge.feature.jar' version='1.0.0.v20100510-42A79oB5855K5E'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.equinox.server.servletbridge' version='1.0.0.v20100510-42A79oB5855K5E'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.equinox.server.servletbridge' version='1.0.0.v20100510-42A79oB5855K5E'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='toolinggtk.linux.ppc64org.eclipse.update.configurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppc64org.eclipse.update.configurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.ppc64' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:false);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.executable_root.cocoa.macosx.ppc' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.cocoa.macosx.ppc' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.equinox.executable_root.cocoa.macosx.ppc' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.win32.win32.x86_64' version='1.1.100.v20100824a'>
+ <update id='org.eclipse.equinox.launcher.win32.win32.x86_64' range='[0.0.0,1.1.100.v20100824a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher Win32 X86_64 Fragment'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='launcher.win32.win32.x86_64'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.win32.win32.x86_64' version='1.1.100.v20100824a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.launcher.win32.win32.x86_64' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.equinox.launcher' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.launcher.win32.win32.x86_64' version='1.1.100.v20100824a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.win32.win32.x86_64;tag=v20100824a&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: launcher.win32.win32.x86_64&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.equinox.launcher;bundle-version=&quot;[1.0.0,1.3.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.launcher.win32.win32.x86_64;singleton:=true&#xA;Bundle-Version: 1.1.100.v20100824a&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=win32) (osgi.os=win32) (osgi.arch=x86_64))
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.x86_64org.eclipse.core.runtime' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86_64org.eclipse.core.runtime' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.x86_64' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.apache.commons.el.source' version='1.0.0.v201004212143' singleton='false'>
+ <update id='org.apache.commons.el.source' range='[0.0.0,1.0.0.v201004212143)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleProvider' value='Eclipse.org'/>
+ <property name='df_LT.bundleName' value='Apache Commons JSP 2.0 Expression Language Interpreter Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleProvider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.el.source' version='1.0.0.v201004212143'/>
+ <provided namespace='osgi.bundle' name='org.apache.commons.el.source' version='1.0.0.v201004212143'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.apache.commons.el.source' version='1.0.0.v201004212143'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-Vendor: %bundleProvider&#xA;Bundle-SymbolicName: org.apache.commons.el.source&#xA;Eclipse-SourceBundle: org.apache.commons.el;version=&quot;1.0.0.v201004212143&quot;&#xA;Bundle-Name: %bundleName&#xA;Bundle-Version: 1.0.0.v201004212143
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.equinox.launcher.cocoa.macosx.x86_64' version='1.1.100.v20100824a' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.cocoa.macosx.x86_64' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='org.eclipse.pde.build.default' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.cocoa.macosx.x86_64' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='tooling' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.cocoa.macosx.x86_64' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='unconfigure'>
+ removeProgramArg(programArg:--launcher.library);removeProgramArg(programArg:@artifact);
+ </instruction>
+ <instruction key='configure'>
+ addProgramArg(programArg:--launcher.library);addProgramArg(programArg:@artifact);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.core.sdk.feature.jar' version='3.6.0.v20100707-7sF9DFyVFUu63a364EfE'>
+ <properties size='8'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Equinox Core SDK'/>
+ <property name='df_LT.providerName' value='Eclipse Equinox Project'/>
+ <property name='df_LT.description' value='A collection of core Equinox bundles and source including the Equinox framework implementation itself. &#xA;This feature includes the corresponding source and is intended to be added to target platforms at development time rather than deployed with end-user systems.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2009 EclipseSource and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;EclipseSource - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.core.sdk.feature.jar' version='3.6.0.v20100707-7sF9DFyVFUu63a364EfE'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.equinox.core.sdk' version='3.6.0.v20100707-7sF9DFyVFUu63a364EfE'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.equinox.core.sdk' version='3.6.0.v20100707-7sF9DFyVFUu63a364EfE'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.equinox.executable_root.gtk.linux.x86_64' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.gtk.linux.x86_64' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.equinox.executable_root.gtk.linux.x86_64' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='2'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:libcairo-swt.so, permissions:755);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.junit' version='4.8.1.v4_8_1_v20100427-1100' singleton='false'>
+ <update id='org.junit' range='[0.0.0,4.8.1.v4_8_1_v20100427-1100)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.pluginName' value='JUnit Testing Framework'/>
+ <property name='df_LT.providerName' value='Eclipse Orbit'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='31'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.junit' version='4.8.1.v4_8_1_v20100427-1100'/>
+ <provided namespace='osgi.bundle' name='org.junit' version='4.8.1.v4_8_1_v20100427-1100'/>
+ <provided namespace='java.package' name='junit.extensions' version='4.8.1'/>
+ <provided namespace='java.package' name='junit.framework' version='4.8.1'/>
+ <provided namespace='java.package' name='junit.runner' version='4.8.1'/>
+ <provided namespace='java.package' name='junit.textui' version='4.8.1'/>
+ <provided namespace='java.package' name='org.junit' version='4.8.1'/>
+ <provided namespace='java.package' name='org.junit.experimental' version='4.8.1'/>
+ <provided namespace='java.package' name='org.junit.experimental.categories' version='4.8.1'/>
+ <provided namespace='java.package' name='org.junit.experimental.max' version='4.8.1'/>
+ <provided namespace='java.package' name='org.junit.experimental.results' version='4.8.1'/>
+ <provided namespace='java.package' name='org.junit.experimental.runners' version='4.8.1'/>
+ <provided namespace='java.package' name='org.junit.experimental.theories' version='4.8.1'/>
+ <provided namespace='java.package' name='org.junit.experimental.theories.internal' version='4.8.1'/>
+ <provided namespace='java.package' name='org.junit.experimental.theories.suppliers' version='4.8.1'/>
+ <provided namespace='java.package' name='org.junit.internal' version='4.8.1'/>
+ <provided namespace='java.package' name='org.junit.internal.builders' version='4.8.1'/>
+ <provided namespace='java.package' name='org.junit.internal.matchers' version='4.8.1'/>
+ <provided namespace='java.package' name='org.junit.internal.requests' version='4.8.1'/>
+ <provided namespace='java.package' name='org.junit.internal.runners' version='4.8.1'/>
+ <provided namespace='java.package' name='org.junit.internal.runners.model' version='4.8.1'/>
+ <provided namespace='java.package' name='org.junit.internal.runners.statements' version='4.8.1'/>
+ <provided namespace='java.package' name='org.junit.matchers' version='4.8.1'/>
+ <provided namespace='java.package' name='org.junit.rules' version='4.8.1'/>
+ <provided namespace='java.package' name='org.junit.runner' version='4.8.1'/>
+ <provided namespace='java.package' name='org.junit.runner.manipulation' version='4.8.1'/>
+ <provided namespace='java.package' name='org.junit.runner.notification' version='4.8.1'/>
+ <provided namespace='java.package' name='org.junit.runners' version='4.8.1'/>
+ <provided namespace='java.package' name='org.junit.runners.model' version='4.8.1'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.hamcrest.core' range='1.1.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.junit' version='4.8.1.v4_8_1_v20100427-1100'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-ClassPath: junit.jar&#xA;Bundle-Localization: plugin&#xA;Bundle-Version: 4.8.1.v4_8_1_v20100427-1100&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Bundle-SymbolicName: org.junit&#xA;Require-Bundle: org.hamcrest.core;bundle-version=&quot;1.1.0&quot;;visibility:=reexport&#xA;Bundle-Vendor: %providerName&#xA;Manifest-Version: 1.0&#xA;Export-Package: junit.extensions;version=&quot;4.8.1&quot;,junit.framework;version=&quot;4.8.1&quot;,junit.runner;version=&quot;4.8.1&quot;,junit.textui;version=&quot;4.8.1&quot;,org.junit;version=&quot;4.8.1&quot;,org.junit.experimental;version=&quot;4.8.1&quot;,org.junit.experimental.categories;version=&quot;4.8.1&quot;,org.junit.experimental.max;version=&quot;4.8.1&quot;,org.junit.experimental.results;version=&quot;4.8.1&quot;,org.junit.experimental.runners;version=&quot;4.8.1&quot;,org.junit.experimental.theories;version=&quot;4.8.1&quot;,org.junit.experimental.theories.internal;version=&quot;4.8.1&quot;;x-internal:=true,org.junit.experimental.theories.suppliers;version=&quot;4.8.1&quot;,org.junit.internal;version=&quot;4.8.1&quot;;x-internal:=true,org.junit.internal.builders;version=&quot;4.8.1&quot;;x-internal:=true,org.junit.internal.matchers;version=&quot;4.8.1&quot;;x-internal:=true,org.junit.internal.requests;version=&quot;4.8.1&quot;;x-internal:=true,org.junit.internal.runners;version=&quot;4.8.1&quot;;x-internal:=true,org.junit.internal.runners.model;version=&quot;4.8.1&quot;;x-internal:=true,org.junit.internal.runners.statements;version=&quot;4.8.1&quot;;x-internal:=true,org.junit.matchers;version=&quot;4.8.1&quot;,org.junit.rules;version=&quot;4.8.1&quot;,org.junit.runner;version=&quot;4.8.1&quot;,org.junit.runner.manipulation;version=&quot;4.8.1&quot;,org.junit.runner.notification;version=&quot;4.8.1&quot;,org.junit.runners;version=&quot;4.8.1&quot;,org.junit.runners.model;version=&quot;4.8.1&quot;&#xA;Bundle-ManifestVersion: 2
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.releng.tools.feature.group' version='3.3.0.v20100427-45-7w3121173A' singleton='false'>
+ <update id='org.eclipse.releng.tools.feature.group' range='[0.0.0,3.3.0.v20100427-45-7w3121173A)' severity='0'/>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Eclipse Releng Tools'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Eclipse Releng Tools'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2010 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.releng.tools.feature.group' version='3.3.0.v20100427-45-7w3121173A'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.releng.tools' range='[3.6.0.v20100629,3.6.0.v20100629]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.releng.tools.feature.jar' range='[3.3.0.v20100427-45-7w3121173A,3.3.0.v20100427-45-7w3121173A]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='toolingorg.eclipse.configuration.macosx' version='1.0.0' singleton='false'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.configuration.macosx' version='1.0.0'/>
+ </provides>
+ <filter>
+ (osgi.os=macosx)
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:osgi.instance.area.default,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:osgi.instance.area.default,propValue:@user.home/Documents/workspace);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.apache.commons.httpclient.source' version='3.1.0.v201005080502' singleton='false'>
+ <update id='org.apache.commons.httpclient.source' range='[0.0.0,3.1.0.v201005080502)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleProvider' value='Eclipse Orbit'/>
+ <property name='df_LT.bundleName' value='Apache Commons HttpClient Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleProvider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.httpclient.source' version='3.1.0.v201005080502'/>
+ <provided namespace='osgi.bundle' name='org.apache.commons.httpclient.source' version='3.1.0.v201005080502'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.apache.commons.httpclient.source' version='3.1.0.v201005080502'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-Vendor: %bundleProvider&#xA;Bundle-SymbolicName: org.apache.commons.httpclient.source&#xA;Eclipse-SourceBundle: org.apache.commons.httpclient;version=&quot;3.1.0.v201005080502&quot;&#xA;Bundle-Name: %bundleName&#xA;Bundle-Version: 3.1.0.v201005080502
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jface.text.source' version='3.7.0.v20100915-1300' singleton='false'>
+ <update id='org.eclipse.jface.text.source' range='[0.0.0,3.7.0.v20100915-1300)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JFace Text Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jface.text.source' version='3.7.0.v20100915-1300'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jface.text.source' version='3.7.0.v20100915-1300'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jface.text.source' version='3.7.0.v20100915-1300'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.7.0.v20100915-1300&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.jface.text.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.jface.text;version=&quot;3.7.0.v20100915-1300&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.tools.versioning' version='1.0.0'>
+ <update id='org.eclipse.pde.tools.versioning' range='[0.0.0,1.0.0)' severity='0'/>
+ <properties size='4'>
+ <property name='df_LT.pluginName' value='Versioning Tools Plug-in'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.tools.versioning' version='1.0.0'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.tools.versioning' version='1.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.tools.internal.versioning' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.pde.tools.versioning' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='7'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.jdt.core' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.jdt.core.dom' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.jdt.core.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.update.configurator' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.update.core' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.update.core.model' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.tools.versioning' version='1.0.0'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.pde.tools.internal.versioning.Activator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.sdk.tests-feature/plugins/org.eclipse.pde.tools.versioning;tag=r20080922&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: Eclipse.org&#xA;Bundle-SymbolicName: org.eclipse.pde.tools.versioning;singleton:=true&#xA;Import-Package: org.eclipse.jdt.core,org.eclipse.jdt.core.dom,org.eclipse.jdt.core.util,org.eclipse.update.configurator,org.eclipse.update.core,org.eclipse.update.core.model&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-LazyStart: true&#xA;Bundle-Version: 1.0.0&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.pde.tools.internal.versioning,org.eclipse.pde.tools.versioning&#xA;Require-Bundle: org.eclipse.core.runtime
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.id.ini.gtk.linux.x86_64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.id.ini.gtk.linux.x86_64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.id' name='org.eclipse.rcp.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.junit.runtime' version='3.4.200.v20100824-0800'>
+ <update id='org.eclipse.jdt.junit.runtime' range='[0.0.0,3.4.200.v20100824-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Development Tools JUnit Runtime Support'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.junit.runtime' version='3.4.200.v20100824-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.junit.runtime' version='3.4.200.v20100824-0800'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.junit.runner' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.internal.junit.runner.junit3' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.junit' range='3.8.2'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.junit.runtime' version='3.4.200.v20100824-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.3&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.junit.runtime;tag=v20100824-0800&#xA;Require-Bundle: org.junit;bundle-version=&quot;3.8.2&quot;&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.jdt.junit.runtime;singleton:=true&#xA;Bundle-Version: 3.4.200.v20100824-0800&#xA;Export-Package: org.eclipse.jdt.internal.junit.runner;x-friends:=&quot;org.eclipse.jdt.junit.core,org.eclipse.jdt.junit4.runtime,org.eclipse.pde.junit.runtime&quot;,org.eclipse.jdt.internal.junit.runner.junit3;x-internal:=true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.team.ui.source' version='3.5.200.I20100912-2000' singleton='false'>
+ <update id='org.eclipse.team.ui.source' range='[0.0.0,3.5.200.I20100912-2000)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Team Support UI Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.ui.source' version='3.5.200.I20100912-2000'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.team.ui.source' version='3.5.200.I20100912-2000'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.team.ui.source' version='3.5.200.I20100912-2000'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.5.200.I20100912-2000&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.team.ui.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.team.ui;version=&quot;3.5.200.I20100912-2000&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.filesystem.linux.x86_64' version='1.2.0.v20100505-1235'>
+ <update id='org.eclipse.core.filesystem.linux.x86_64' range='[0.0.0,1.2.0.v20100505-1235)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Core File System for Linux'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.linux.x86_64' version='1.2.0.v20100505-1235'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.filesystem.linux.x86_64' version='1.2.0.v20100505-1235'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.core.filesystem' version='1.2.0.v20100505-1235'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.3.0,2.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.filesystem.linux.x86_64' version='1.2.0.v20100505-1235'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Fragment-Host: org.eclipse.core.filesystem;bundle-version=&quot;[1.3.0,2.0.0)&quot;&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.2.0.v20100505-1235&#xA;Eclipse-PlatformFilter: (&amp; (osgi.os=linux) (osgi.arch=x86_64))&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.filesystem.linux.x86_64;tag=v20100505-1235&#xA;Bundle-SymbolicName: org.eclipse.core.filesystem.linux.x86_64; singleton:=true&#xA;Bundle-Localization: fragment&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.app' version='1.3.100.v20100803'>
+ <update id='org.eclipse.equinox.app' range='[0.0.0,1.3.100.v20100803)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Application Container'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.app' version='1.3.100.v20100803'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.app' version='1.3.100.v20100803'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.app' version='1.1.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.app' version='0.0.0'/>
+ <provided namespace='java.package' name='org.osgi.service.application' version='1.1.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='16'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.registry' range='[3.4.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.2.0,4.0.0)'/>
+ <required namespace='java.package' name='org.osgi.service.event' range='1.0.0' optional='true'/>
+ <required namespace='java.package' name='org.eclipse.osgi.framework.console' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='org.eclipse.osgi.framework.log' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.datalocation' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.debug' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.environment' range='1.1.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.runnable' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.storagemanager' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.condpermadmin' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='org.osgi.service.event' range='1.0.0' optional='true'/>
+ <required namespace='java.package' name='org.osgi.service.packageadmin' range='1.2.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.app' version='1.3.100.v20100803'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Comment-Header: Both Eclipse-LazyStart and Bundle-ActivationPolicy are specified for compatibility with 3.2&#xA;Bundle-ManifestVersion: 2&#xA;DynamicImport-Package: org.osgi.service.event;version=&quot;1.0.0&quot;&#xA;Require-Bundle: org.eclipse.equinox.registry;bundle-version=&quot;[3.4.0,4.0.0)&quot;,org.eclipse.equinox.common;bundle-version=&quot;[3.2.0,4.0.0)&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.app;tag=v20100803&#xA;Comment-DynamicImport: this is only used to allow late binding of the package&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Import-Package: org.eclipse.osgi.framework.console;resolution:=optional,org.eclipse.osgi.framework.log,org.eclipse.osgi.service.datalocation,org.eclipse.osgi.service.debug,org.eclipse.osgi.service.environment; version=&quot;1.1&quot;,org.eclipse.osgi.service.runnable,org.eclipse.osgi.storagemanager,org.eclipse.osgi.util,org.osgi.framework;version=&quot;1.3&quot;,org.osgi.service.condpermadmin; resolution:=optional,org.osgi.service.event;version=&quot;1.0.0&quot;;resolution:=optional,org.osgi.service.packageadmin;version=&quot;1.2&quot;,org.osgi.util.tracker&#xA;Bundle-Activator: org.eclipse.equinox.internal.app.Activator&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 1.3.100.v20100803&#xA;Eclipse-LazyStart: true&#xA;Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.2,CDC-1.1/Foundation-1.1,J2SE-1.4&#xA;Export-Package: org.eclipse.equinox.app;version=&quot;1.1&quot;,org.eclipse.equinox.internal.app;x-friends:=&quot;org.eclipse.core.runtime&quot;,org.osgi.service.application;version=&quot;1.1&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.app; singleton:=true&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.sdk.tests.feature.jar' version='3.6.0.v20100427-9GA6G3lFjjntJuZ-FmoTmCM36O5E'>
+ <properties size='8'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Eclipse SDK Tests'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Eclipse SDK examples. Used in conjunction with Eclipse Project SDK.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2010 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk.tests.feature.jar' version='3.6.0.v20100427-9GA6G3lFjjntJuZ-FmoTmCM36O5E'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.sdk.tests' version='3.6.0.v20100427-9GA6G3lFjjntJuZ-FmoTmCM36O5E'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.sdk.tests' version='3.6.0.v20100427-9GA6G3lFjjntJuZ-FmoTmCM36O5E'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.jface.tests.databinding.conformance' version='1.1.0.I20100914-0100' singleton='false'>
+ <update id='org.eclipse.jface.tests.databinding.conformance' range='[0.0.0,1.1.0.I20100914-0100)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JFace Data Binding Conformance Tests'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='8'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jface.tests.databinding.conformance' version='1.1.0.I20100914-0100'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jface.tests.databinding.conformance' version='1.1.0.I20100914-0100'/>
+ <provided namespace='java.package' name='org.eclipse.jface.databinding.conformance' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.databinding.conformance.delegate' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.databinding.conformance.swt' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.databinding.conformance.util' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.databinding' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.databinding' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jface.tests.databinding.conformance' version='1.1.0.I20100914-0100'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jface.tests.databinding.conformance;tag=I20100914-0100&#xA;Require-Bundle: org.junit,org.eclipse.core.databinding,org.eclipse.jface.databinding,org.eclipse.swt,org.eclipse.core.runtime&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.jface.tests.databinding.conformance&#xA;Bundle-Version: 1.1.0.I20100914-0100&#xA;Export-Package: org.eclipse.jface.databinding.conformance;uses:=&quot;org.eclipse.core.databinding.observable,org.eclipse.jface.databinding.conformance.delegate,junit.framework&quot;,org.eclipse.jface.databinding.conformance.delegate,org.eclipse.jface.databinding.conformance.swt,org.eclipse.jface.databinding.conformance.util; uses:=&quot;org.eclipse.core.databinding.observable.map, org.eclipse.jface.databinding.conformance.delegate, org.eclipse.core.databinding.observable, org.eclipse.core.databinding.observable.list, org.eclipse.core.databinding.observable.value, junit.framework, org.eclipse.core.databinding.observable.set&quot;
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.apache.jasper.source' version='5.5.17.v201004212143' singleton='false'>
+ <update id='org.apache.jasper.source' range='[0.0.0,5.5.17.v201004212143)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleProvider' value='Eclipse.org'/>
+ <property name='df_LT.bundleName' value='Apache Jasper 2 Source Plug-in'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleProvider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.apache.jasper.source' version='5.5.17.v201004212143'/>
+ <provided namespace='osgi.bundle' name='org.apache.jasper.source' version='5.5.17.v201004212143'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.apache.jasper.source' version='5.5.17.v201004212143'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-Vendor: %bundleProvider&#xA;Bundle-SymbolicName: org.apache.jasper.source&#xA;Eclipse-SourceBundle: org.apache.jasper;version=&quot;5.5.17.v201004212143&quot;&#xA;Bundle-Name: %bundleName&#xA;Bundle-Version: 5.5.17.v201004212143
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jsch.core.source' version='1.1.200.I20100713-0800' singleton='false'>
+ <update id='org.eclipse.jsch.core.source' range='[0.0.0,1.1.200.I20100713-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JSch Core Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jsch.core.source' version='1.1.200.I20100713-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jsch.core.source' version='1.1.200.I20100713-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jsch.core.source' version='1.1.200.I20100713-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.1.200.I20100713-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.jsch.core.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.jsch.core;version=&quot;1.1.200.I20100713-0800&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.objectweb.asm' version='3.2.0.v200909071300' singleton='false'>
+ <update id='org.objectweb.asm' range='[0.0.0,3.2.0.v200909071300)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.pluginName' value='ASM'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='11'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.objectweb.asm' version='3.2.0.v200909071300'/>
+ <provided namespace='osgi.bundle' name='org.objectweb.asm' version='3.2.0.v200909071300'/>
+ <provided namespace='java.package' name='org.objectweb.asm' version='3.2.0'/>
+ <provided namespace='java.package' name='org.objectweb.asm.commons' version='3.2.0'/>
+ <provided namespace='java.package' name='org.objectweb.asm.signature' version='3.2.0'/>
+ <provided namespace='java.package' name='org.objectweb.asm.tree' version='3.2.0'/>
+ <provided namespace='java.package' name='org.objectweb.asm.tree.analysis' version='3.2.0'/>
+ <provided namespace='java.package' name='org.objectweb.asm.util' version='3.2.0'/>
+ <provided namespace='java.package' name='org.objectweb.asm.xml' version='3.2.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.objectweb.asm' version='3.2.0.v200909071300'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.3&#xA;Bundle-Name: %pluginName&#xA;Export-Package: org.objectweb.asm;version=&quot;3.2.0&quot;,org.objectweb.asm.commons;version=&quot;3.2.0&quot;,org.objectweb.asm.signature;version=&quot;3.2.0&quot;,org.objectweb.asm.tree;version=&quot;3.2.0&quot;,org.objectweb.asm.tree.analysis;version=&quot;3.2.0&quot;,org.objectweb.asm.util;version=&quot;3.2.0&quot;,org.objectweb.asm.xml;version=&quot;3.2.0&quot;&#xA;Bundle-Version: 3.2.0.v200909071300&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-SymbolicName: org.objectweb.asm
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.ini.gtk.linux.x86_64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.ini.gtk.linux.x86_64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.x86org.eclipse.update.configurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.update.configurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:false);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='javax.servlet.source' version='2.5.0.v200910301333' singleton='false'>
+ <update id='javax.servlet.source' range='[0.0.0,2.5.0.v200910301333)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleProvider' value='Eclipse.org'/>
+ <property name='df_LT.bundleName' value='Servlet API Source Bundle'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleProvider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='javax.servlet.source' version='2.5.0.v200910301333'/>
+ <provided namespace='osgi.bundle' name='javax.servlet.source' version='2.5.0.v200910301333'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='javax.servlet.source' version='2.5.0.v200910301333'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-Vendor: %bundleProvider&#xA;Bundle-SymbolicName: javax.servlet.source&#xA;Eclipse-SourceBundle: javax.servlet;version=&quot;2.5.0.v200910301333&quot;&#xA;Bundle-Name: %bundleName&#xA;Bundle-Version: 2.5.0.v200910301333
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.executable_root.gtk.linux.x86' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.gtk.linux.x86' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='binary' id='org.eclipse.equinox.executable_root.gtk.linux.x86' version='3.4.100.v20100830-7M7LFUFFIhIez-ehFK7c'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='2'>
+ <instructions size='2'>
+ <instruction key='install'>
+ unzip(source:@artifact, target:${installFolder});
+ </instruction>
+ <instruction key='uninstall'>
+ cleanupzip(source:@artifact, target:${installFolder});
+ </instruction>
+ </instructions>
+ <instructions size='1'>
+ <instruction key='install'>
+ chmod(targetDir:${installFolder}, targetFile:libcairo-swt.so, permissions:755);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.ds.ui.source' version='1.0.100.v20100601' singleton='false'>
+ <update id='org.eclipse.pde.ds.ui.source' range='[0.0.0,1.0.100.v20100601)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='PDE DS UI Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.ds.ui.source' version='1.0.100.v20100601'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.ds.ui.source' version='1.0.100.v20100601'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.ds.ui.source' version='1.0.100.v20100601'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.100.v20100601&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.pde.ds.ui.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.pde.ds.ui;version=&quot;1.0.100.v20100601&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.test.source' version='3.3.0' singleton='false'>
+ <update id='org.eclipse.test.source' range='[0.0.0,3.3.0)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Eclipse Automated Testing Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.test.source' version='3.3.0'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.test.source' version='3.3.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.test.source' version='3.3.0'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.3.0&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.test.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.test;version=&quot;3.3.0&quot;;roots:=&quot;automatedsrc&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.installer' version='1.0.200.v20100503a'>
+ <update id='org.eclipse.equinox.p2.installer' range='[0.0.0,1.0.200.v20100503a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Installer'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.installer' version='1.0.200.v20100503a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.installer' version='1.0.200.v20100503a'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.installer' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.installer.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.installer' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='12'>
+ <required namespace='osgi.bundle' name='org.eclipse.osgi' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.app' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.director' range='[2.0.0,3.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.metadata.repository' range='[1.1.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.engine' range='[2.0.0,3.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.artifact.repository' range='1.1.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.net' range='1.1.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.repository' range='1.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.installer' version='1.0.200.v20100503a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.5,J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.equinox.internal.p2.installer.InstallerActivator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.installer;tag=v20100503a&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.installer;singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.200.v20100503a&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.equinox.internal.p2.installer;x-internal:=true,org.eclipse.equinox.internal.p2.installer.ui;x-internal:=true,org.eclipse.equinox.internal.provisional.p2.installer;x-internal:=true&#xA;Require-Bundle: org.eclipse.osgi,org.eclipse.equinox.app,org.eclipse.equinox.common,org.eclipse.equinox.p2.director;bundle-version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata.repository;bundle-version=&quot;[1.1.0,2.0.0)&quot;,org.eclipse.equinox.p2.metadata;bundle-version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.engine;bundle-version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.core;bundle-version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.artifact.repository;bundle-version=&quot;1.1.0&quot;,org.eclipse.swt,org.eclipse.core.net;bundle-version=&quot;1.1.0&quot;,org.eclipse.equinox.p2.repository;bundle-version=&quot;1.0.0&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcocoa.macosx.x86org.eclipse.equinox.simpleconfigurator' version='1.1.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.simpleconfigurator' version='1.1.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcocoa.macosx.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:1);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.sdk.id.ini.gtk.linux.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.ini.gtk.linux.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.sdk.id' name='org.eclipse.rcp.sdk.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.sdk.feature.jar' version='3.7.0.v20100910-7H7R8Z7v8rz0a6Vs4_4B7NROhHvU'>
+ <properties size='8'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Equinox Target Components'/>
+ <property name='df_LT.providerName' value='Eclipse Equinox Project'/>
+ <property name='df_LT.description' value='All of the bundles and source that are produced by the Equinox project. This includes basic OSGi framework support, all implemented compendium services, the p2 provisioning platform and various server-side support bundles.&#xA;This feature includes the corresponding source and is intended to be added to target platforms at development time rather than deployed with end-user systems.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2009, 2010 EclipseSource and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;EclipseSource - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.sdk.feature.jar' version='3.7.0.v20100910-7H7R8Z7v8rz0a6Vs4_4B7NROhHvU'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.equinox.sdk' version='3.7.0.v20100910-7H7R8Z7v8rz0a6Vs4_4B7NROhHvU'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.equinox.sdk' version='3.7.0.v20100910-7H7R8Z7v8rz0a6Vs4_4B7NROhHvU'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='toolinggtk.linux.s390xorg.eclipse.equinox.ds' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.equinox.ds' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.s390x' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.ppcorg.eclipse.equinox.event' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.equinox.event' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.ppc' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.forms.source' version='3.5.100.v20100708' singleton='false'>
+ <update id='org.eclipse.ui.forms.source' range='[0.0.0,3.5.100.v20100708)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.name' value='Eclipse Forms Source'/>
+ <property name='df_LT.provider-name' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%provider-name'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.forms.source' version='3.5.100.v20100708'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.forms.source' version='3.5.100.v20100708'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.forms.source' version='3.5.100.v20100708'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.5.100.v20100708&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.forms.source&#xA;Bundle-Name: %name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ui.forms;version=&quot;3.5.100.v20100708&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %provider-name
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.config.gtk.solaris.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.config.gtk.solaris.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.ide' name='org.eclipse.platform.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcocoa.macosx.x86org.eclipse.update.configurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.update.configurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcocoa.macosx.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:false);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.config.gtk.linux.s390x' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.gtk.linux.s390x' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.sdk.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.tests.harness' version='1.1.0.I20100601-0800'>
+ <update id='org.eclipse.ui.tests.harness' range='[0.0.0,1.1.0.I20100601-0800)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='Harness Plug-in'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.tests.harness' version='1.1.0.I20100601-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.tests.harness' version='1.1.0.I20100601-0800'/>
+ <provided namespace='java.package' name='org.eclipse.ui.tests.harness' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.tests.harness.tests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.tests.harness.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.tests.internal.util' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.tests.harness' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.tests.harness' version='1.1.0.I20100601-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Activator: org.eclipse.ui.tests.harness.UITestHarnessPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.tests.harness;tag=I20100601-0800&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.core.tests.harness,org.junit,org.eclipse.core.resources&#xA;Bundle-Name: Harness Plug-in&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.tests.harness;singleton:=true&#xA;Bundle-Version: 1.1.0.I20100601-0800&#xA;Eclipse-LazyStart: true&#xA;Export-Package: org.eclipse.ui.tests.harness,org.eclipse.ui.tests.harness.tests,org.eclipse.ui.tests.harness.util,org.eclipse.ui.tests.internal.util;x-internal:=true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.update.scheduler.source' version='3.2.300.v20100512' singleton='false'>
+ <update id='org.eclipse.update.scheduler.source' range='[0.0.0,3.2.300.v20100512)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Automatic Updates Scheduler Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.scheduler.source' version='3.2.300.v20100512'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.update.scheduler.source' version='3.2.300.v20100512'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.update.scheduler.source' version='3.2.300.v20100512'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.2.300.v20100512&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.update.scheduler.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.update.scheduler;version=&quot;3.2.300.v20100512&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.debug.examples.ui.source' version='1.2.0.v20100526' singleton='false'>
+ <update id='org.eclipse.debug.examples.ui.source' range='[0.0.0,1.2.0.v20100526)' severity='0'/>
+ <properties size='3'>
+ <property name='df_LT.pluginName' value='Example Debug UI Plug-in Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.debug.examples.ui.source' version='1.2.0.v20100526'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.debug.examples.ui.source' version='1.2.0.v20100526'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.debug.examples.ui.source' version='1.2.0.v20100526'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 1.2.0.v20100526&#xA;Bundle-SymbolicName: org.eclipse.debug.examples.ui.source&#xA;Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-SourceBundle: org.eclipse.debug.examples.ui;version=&quot;1.2.0.v20100526&quot;;roots:=&quot;.&quot;&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.server.jetty.feature.group' version='1.0.0.v20100510-7I777iBgJ9DIARGH8IIQ' singleton='false'>
+ <update id='org.eclipse.equinox.server.jetty.feature.group' range='[0.0.0,1.0.0.v20100510-7I777iBgJ9DIARGH8IIQ)' severity='0'/>
+ <properties size='7'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Jetty Http Server Feature'/>
+ <property name='df_LT.providerName' value='Eclipse Equinox Project'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2010 IBM, Composent, Inc. and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.server.jetty.feature.group' version='1.0.0.v20100510-7I777iBgJ9DIARGH8IIQ'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='6'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='javax.servlet' range='[2.5.0.v200910301333,2.5.0.v200910301333]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.jetty' range='[2.0.0.v20100503,2.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.servlet' range='[1.1.0.v20100503,1.1.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.mortbay.jetty.server' range='[6.1.23.v201004211559,6.1.23.v201004211559]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.mortbay.jetty.util' range='[6.1.23.v201004211559,6.1.23.v201004211559]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.server.jetty.feature.jar' range='[1.0.0.v20100510-7I777iBgJ9DIARGH8IIQ,1.0.0.v20100510-7I777iBgJ9DIARGH8IIQ]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.ant.tests.core' version='3.2.200.v20100910'>
+ <update id='org.eclipse.ant.tests.core' range='[0.0.0,3.2.200.v20100910)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Ant Core Test Plugin'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ant.tests.core' version='3.2.200.v20100910'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ant.tests.core' version='3.2.200.v20100910'/>
+ <provided namespace='java.package' name='org.eclipse.ant.tests.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.tests.core.testplugin' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ant.tests.core.tests' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='7'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0' optional='true'/>
+ <required namespace='osgi.bundle' name='org.apache.ant' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ant.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ant.tests.core' version='3.2.200.v20100910'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-ClassPath: anttestscore.jar&#xA;Bundle-Version: 3.2.200.v20100910&#xA;Bundle-Activator: org.eclipse.ant.tests.core.testplugin.AntTestPlugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.ui.ide;resolution:=optional,org.apache.ant,org.junit,org.eclipse.core.resources,org.eclipse.ui,org.eclipse.ant.core,org.eclipse.core.runtime&#xA;Export-Package: org.eclipse.ant.tests.core,org.eclipse.ant.tests.core.testplugin,org.eclipse.ant.tests.core.tests&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ant.tests.core;tag=v20100910&#xA;Bundle-SymbolicName: org.eclipse.ant.tests.core; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.filesystem.linux.ppc' version='1.0.200.v20100505-1235'>
+ <update id='org.eclipse.core.filesystem.linux.ppc' range='[0.0.0,1.0.200.v20100505-1235)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Core File System for Linux PPC'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.linux.ppc' version='1.0.200.v20100505-1235'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.filesystem.linux.ppc' version='1.0.200.v20100505-1235'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.core.filesystem' version='1.0.200.v20100505-1235'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.1.0,2.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.filesystem.linux.ppc' version='1.0.200.v20100505-1235'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Fragment-Host: org.eclipse.core.filesystem;bundle-version=&quot;[1.1.0,2.0.0)&quot;&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.0.200.v20100505-1235&#xA;Eclipse-PlatformFilter: (&amp; (osgi.os=linux) (osgi.arch=ppc))&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.filesystem.linux.ppc;tag=v20100505-1235&#xA;Bundle-SymbolicName: org.eclipse.core.filesystem.linux.ppc;singleton:=true&#xA;Bundle-Localization: fragment&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.gtk.linux.ppc64.source' version='3.7.0.v3707' singleton='false'>
+ <update id='org.eclipse.swt.gtk.linux.ppc64.source' range='[0.0.0,3.7.0.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Standard Widget Toolkit for GTK 2.0 Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.gtk.linux.ppc64.source' version='3.7.0.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.gtk.linux.ppc64.source' version='3.7.0.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.gtk.linux.ppc64.source' version='3.7.0.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 3.7.0.v3707&#xA;Eclipse-SourceBundle: org.eclipse.swt.gtk.linux.ppc64;version=&quot;3.7.0.v3707&quot;&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=ppc64))&#xA;Bundle-SymbolicName: org.eclipse.swt.gtk.linux.ppc64.source&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.user.ui.source.feature.group' version='2.0.0.v20100503-897JFhOFdHjO2NRglsoDbZo' singleton='false'>
+ <update id='org.eclipse.equinox.p2.user.ui.source.feature.group' range='[0.0.0,2.0.0.v20100503-897JFhOFdHjO2NRglsoDbZo)' severity='0'/>
+ <properties size='9'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='df_LT.featureName' value='Eclipse p2 Provisioning Developer Resources'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Source code for the Equinox provisioning platform'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2008, 2009 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.user.ui.source.feature.group' version='2.0.0.v20100503-897JFhOFdHjO2NRglsoDbZo'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='43'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.ssl.source' range='[1.0.0.v20100906-1425,1.0.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.httpclient.ssl.source' range='[1.0.0.v20100906-1425,1.0.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.codec.source' range='[1.3.0.v20100518-1140,1.3.0.v20100518-1140]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.httpclient.source' range='[3.1.0.v201005080502,3.1.0.v201005080502]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.director.source' range='[2.0.0.v20100525,2.0.0.v20100525]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.core.source' range='[2.0.0.v20100510,2.0.0.v20100510]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.engine.source' range='[2.0.1.v20100712-1655,2.0.1.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.jarprocessor.source' range='[1.0.200.v20100503a,1.0.200.v20100503a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.metadata.source' range='[2.1.0.v20100831,2.1.0.v20100831]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.metadata.repository.source' range='[1.1.0.v20100513,1.1.0.v20100513]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.artifact.repository.source' range='[1.1.0.v20100809-1900,1.1.0.v20100809-1900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.touchpoint.eclipse.source' range='[2.0.100.v20100712-1655,2.0.100.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.touchpoint.natives.source' range='[1.0.200.v20100712-1655,1.0.200.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.frameworkadmin.source' range='[2.0.0.v20100503,2.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.frameworkadmin.equinox.source' range='[1.0.200.v20100505,1.0.200.v20100505]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.console.source' range='[1.0.300.v20100809-1900,1.0.300.v20100809-1900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.simpleconfigurator.manipulator.source' range='[2.0.0.v20100503,2.0.0.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.source' range='[2.0.0.v20100518,2.0.0.v20100518]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.sdk.source' range='[1.0.100.v20100513,1.0.100.v20100513]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.sdk.scheduler.source' range='[1.0.0.v20100507-1815,1.0.0.v20100507-1815]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.updatechecker.source' range='[1.1.100.v20100503a,1.1.100.v20100503a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.garbagecollector.source' range='[1.0.100.v20100503,1.0.100.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.directorywatcher.source' range='[1.0.300.v20100809-1900,1.0.300.v20100809-1900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.reconciler.dropins.source' range='[1.1.100.v20100712-1655,1.1.100.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.metadata.generator.source' range='[1.0.200.v20100503a,1.0.200.v20100503a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.updatesite.source' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.source' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.ui.source' range='[1.0.200.v20100503,1.0.200.v20100503]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.extensionlocation.source' range='[1.2.0.v20100518,1.2.0.v20100518]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.director.app.source' range='[1.0.300.v20100809-1900,1.0.300.v20100809-1900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.publisher.source' range='[1.2.0.v20100712-1655,1.2.0.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.repository.tools.source' range='[2.0.0.v20100712-1655,2.0.0.v20100712-1655]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.repository.source' range='[2.0.0.v20100519,2.0.0.v20100519]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.source' range='[3.1.0.v20100906-1425,3.1.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.filetransfer.source' range='[4.0.0.v20100906-1425,4.0.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.identity.source' range='[3.1.0.v20100906-1425,3.1.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.source' range='[3.1.0.v20100906-1425,3.1.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.httpclient.source' range='[4.0.0.v20100906-1425,4.0.0.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.ssl.source' range='[1.0.100.v20100906-1425,1.0.100.v20100906-1425]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.logging.source' range='[1.0.4.v201005080501,1.0.4.v201005080501]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.operations.source' range='[2.0.0.v20100809-1900,2.0.0.v20100809-1900]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ql.source' range='[2.0.0.v20100503a,2.0.0.v20100503a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.user.ui.source.feature.jar' range='[2.0.0.v20100503-897JFhOFdHjO2NRglsoDbZo,2.0.0.v20100503-897JFhOFdHjO2NRglsoDbZo]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.ecf.identity.source' version='3.1.0.v20100906-1425'>
+ <update id='org.eclipse.ecf.identity.source' range='[0.0.0,3.1.0.v20100906-1425)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='ECF Identity API Source'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org - ECF'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.identity.source' version='3.1.0.v20100906-1425'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ecf.identity.source' version='3.1.0.v20100906-1425'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ecf.identity.source' version='3.1.0.v20100906-1425'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: ECF Identity API Source&#xA;Bundle-Version: 3.1.0.v20100906-1425&#xA;Eclipse-SourceBundle: org.eclipse.ecf.identity;version=&quot;3.1.0.v20100906-1425&quot;;roots=&quot;.&quot;&#xA;Created-By: 1.5.0_22-b03 (Sun Microsystems Inc.)&#xA;Bundle-SymbolicName: org.eclipse.ecf.identity.source;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: Eclipse.org - ECF&#xA;Ant-Version: Apache Ant 1.7.1
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jsch.ui' version='1.1.300.I20100505-1245'>
+ <update id='org.eclipse.jsch.ui' range='[0.0.0,1.1.300.I20100505-1245)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JSch UI'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jsch.ui' version='1.1.300.I20100505-1245'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jsch.ui' version='1.1.300.I20100505-1245'/>
+ <provided namespace='java.package' name='org.eclipse.jsch.internal.ui' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jsch.internal.ui.preference' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jsch.ui' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='4'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jsch.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='com.jcraft.jsch' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jsch.ui' version='1.1.300.I20100505-1245'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.jsch.internal.ui.JSchUIPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jsch.ui;tag=I20100505-1245&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.jsch.ui;singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-LazyStart: true&#xA;Bundle-Version: 1.1.300.I20100505-1245&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.jsch.internal.ui;x-internal:=true,org.eclipse.jsch.internal.ui.preference;x-internal:=true,org.eclipse.jsch.ui&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.jsch.core,com.jcraft.jsch
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.touchpoint.eclipse' version='2.0.100.v20100712-1655'>
+ <update id='org.eclipse.equinox.p2.touchpoint.eclipse' range='[0.0.0,2.0.100.v20100712-1655)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Provisioning Eclipse Touchpoint'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='8'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.touchpoint.eclipse' version='2.0.100.v20100712-1655'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.touchpoint.eclipse' version='2.0.100.v20100712-1655'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.touchpoint.eclipse' version='2.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions' version='2.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.p2.update' version='2.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.touchpoint.eclipse.query' version='2.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='33'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.5.0,4.0.0)'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.frameworkadmin' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.core.helpers' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.engine' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.p2.garbagecollector' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.frameworkadmin' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.director' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.provisional.p2.repository' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.internal.simpleconfigurator.manipulator' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.core' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.engine' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.engine.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.metadata.expression' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.planner' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.publisher' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.publisher.eclipse' range='0.0.0' optional='true'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.query' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.artifact.spi' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.p2.repository.metadata' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.equinox.simpleconfigurator.manipulator' range='[2.0.0,3.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.datalocation' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.environment' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.resolver' range='1.2.0' optional='true'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.1.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.prefs' range='1.1.1'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='1.3.0'/>
+ <required namespace='java.package' name='org.w3c.dom' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.touchpoint.eclipse' version='2.0.100.v20100712-1655'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 2.0.100.v20100712-1655&#xA;Import-Package: javax.xml.parsers,org.eclipse.equinox.frameworkadmin;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.internal.p2.core.helpers,org.eclipse.equinox.internal.p2.engine,org.eclipse.equinox.internal.p2.garbagecollector,org.eclipse.equinox.internal.provisional.frameworkadmin,org.eclipse.equinox.internal.provisional.p2.director;resolution:=optional,org.eclipse.equinox.internal.provisional.p2.repository,org.eclipse.equinox.internal.simpleconfigurator.manipulator,org.eclipse.equinox.p2.core;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.engine;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.engine.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.metadata.expression;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.planner;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.publisher;resolution:=optional,org.eclipse.equinox.p2.publisher.eclipse;resolution:=optional,org.eclipse.equinox.p2.query;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.artifact.spi;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.p2.repository.metadata;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.equinox.simpleconfigurator.manipulator;version=&quot;[2.0.0,3.0.0)&quot;,org.eclipse.osgi.service.datalocation;version=&quot;1.0.0&quot;,org.eclipse.osgi.service.environment;version=&quot;1.0.0&quot;,org.eclipse.osgi.service.resolver;version=&quot;1.2.0&quot;;resolution:=optional,org.eclipse.osgi.util;version=&quot;1.1.0&quot;,org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.service.prefs;version=&quot;1.1.1&quot;,org.osgi.util.tracker;version=&quot;1.3.0&quot;,org.w3c.dom,org.xml.sax&#xA;Bundle-Activator: org.eclipse.equinox.internal.p2.touchpoint.eclipse.Activator&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;[3.5.0,4.0.0)&quot;&#xA;Export-Package: org.eclipse.equinox.internal.p2.touchpoint.eclipse;version=&quot;2.0.0&quot;;x-friends:=&quot;org.eclipse.equinox.p2.reconciler.dropins,org.eclipse.equinox.p2.extensionlocation&quot;,org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions;version=&quot;2.0.0&quot;;x-internal:=true,org.eclipse.equinox.internal.p2.update;version=&quot;2.0.0&quot;;x-friends:=&quot;org.eclipse.equinox.p2.reconciler.dropins,org.eclipse.equinox.p2.extensionlocation,org.eclipse.equinox.p2.directorywatcher&quot;,org.eclipse.equinox.p2.touchpoint.eclipse.query;version=&quot;2.0.0&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse;tag=v20100712-1655&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.touchpoint.eclipse;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,J2SE-1.4,CDC-1.1/Foundation-1.1&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.sdk.ide' version='3.7.0.I20100921-1024'>
+ <update id='org.eclipse.sdk.ide' range='0.0.0' severity='0'/>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.name' value='Eclipse SDK'/>
+ <property name='lineUp' value='true'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ </properties>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk.ide' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <requires size='12'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.configuration' range='[1.0.0,1.0.0]'>
+ <filter>
+ (!(osgi.os=macosx))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.configuration' range='[3.7.0.I20100921-1024,3.7.0.I20100921-1024]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.configuration.feature.group' range='[1.0.0.I20100921-1024,1.0.0.I20100921-1024]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.user.ui.feature.group' range='[2.0.0.v20100503-897JFhOFdHjO2NRglsoDbZo,2.0.0.v20100503-897JFhOFdHjO2NRglsoDbZo]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='config.a.jre.javase' range='[1.6.0,1.6.0]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk.feature.group' range='[3.7.0.v20100629-7Q7t-DPY2mYAyjigmrpYEb4Q44gPf5Y-94Wa22bALqtMJ,3.7.0.v20100629-7Q7t-DPY2mYAyjigmrpYEb4Q44gPf5Y-94Wa22bALqtMJ]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='tooling.org.eclipse.update.feature.default' range='[1.0.0,1.0.0]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.configuration.macosx.x86_64' range='[1.0.0,1.0.0]'>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx))
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.configuration.macosx' range='[1.0.0,1.0.0]'>
+ <filter>
+ (osgi.os=macosx)
+ </filter>
+ </required>
+ <required namespace='org.eclipse.equinox.p2.iu' name='a.jre.javase' range='[1.6.0,1.6.0]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='tooling.source.default' range='[1.0.0,1.0.0]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='tooling.osgi.bundle.default' range='[1.0.0,1.0.0]'/>
+ </requires>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='configure'>
+ addRepository(type:0,location:http${#58}//download.eclipse.org/eclipse/updates/3.7,name:The Eclipse Project Updates);addRepository(type:1,location:http${#58}//download.eclipse.org/eclipse/updates/3.7,name:The Eclipse Project Updates);addRepository(type:0,location:http${#58}//download.eclipse.org/releases/indigo,name:Indigo);addRepository(type:1,location:http${#58}//download.eclipse.org/releases/indigo,name:Indigo);mkdir(path:${installFolder}/dropins);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='http://eclipse.org/legal/epl/notice.php' url='http://eclipse.org/legal/epl/notice.php'>
+ Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA; - Content may be structured and packaged into modules to facilitate delivering,&#xA; extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA; plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA; - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA; in a directory named &quot;plugins&quot;.&#xA; - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA; Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA; Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA; numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA; - Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA; named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA; - The top-level (root) directory&#xA; - Plug-in and Fragment directories&#xA; - Inside Plug-ins and Fragments packaged as JARs&#xA; - Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA; - Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA; - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA; - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA; - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA; - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA; - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA; 1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA; the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA; extending or updating the functionality of an Eclipse-based product.&#xA; 2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA; Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA; 3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA; govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA; Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA; with the Specification. Such Installable Software Agreement must inform the user of the&#xA; terms and conditions that govern the Installable Software and must solicit acceptance by&#xA; the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA; indication of agreement by the user, the provisioning Technology will complete installation&#xA; of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.
+ </license>
+ </licenses>
+ </unit>
+ <unit id='toolingorg.eclipse.configuration.macosx.x86_64' version='1.0.0' singleton='false'>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.configuration.macosx.x86_64' version='1.0.0'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx512m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx512m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcarbon.macosx.ppcorg.eclipse.equinox.common' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcarbon.macosx.ppcorg.eclipse.equinox.common' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcarbon.macosx.ppc' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.expressions.source' version='3.4.200.v20100505' singleton='false'>
+ <update id='org.eclipse.core.expressions.source' range='[0.0.0,3.4.200.v20100505)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Expression Language Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.expressions.source' version='3.4.200.v20100505'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.expressions.source' version='3.4.200.v20100505'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.expressions.source' version='3.4.200.v20100505'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.4.200.v20100505&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.core.expressions.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.core.expressions;version=&quot;3.4.200.v20100505&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.views' version='3.5.0.I20100527-0800'>
+ <update id='org.eclipse.ui.views' range='[0.0.0,3.5.0.I20100527-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Views'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='9'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.views' version='3.5.0.I20100527-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.views' version='3.5.0.I20100527-0800'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.views' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.views.contentoutline' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.views.properties' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.views.contentoutline' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.views.properties' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='3'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.help' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.5.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.views' version='3.5.0.I20100527-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-ClassPath: .&#xA;Bundle-Version: 3.5.0.I20100527-0800&#xA;Bundle-Activator: org.eclipse.ui.internal.views.ViewsPlugin&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.help;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.5.0,4.0.0)&quot;&#xA;Export-Package: org.eclipse.ui.internal.views;x-internal:=true,org.eclipse.ui.internal.views.contentoutline;x-internal:=true,org.eclipse.ui.internal.views.properties; ui.views=&quot;split&quot;; mandatory:=&quot;ui.views&quot;; x-internal:=true,org.eclipse.ui.views.contentoutline,org.eclipse.ui.views.properties; ui.views=&quot;split&quot;; mandatory:=&quot;ui.views&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.views;tag=I20100527-0800&#xA;Bundle-SymbolicName: org.eclipse.ui.views; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.sdk.ide.config.motif.aix.ppc' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.sdk.ide.config.motif.aix.ppc' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.sdk.ide' name='org.eclipse.sdk.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.sdk.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.examples.ole.win32.source' version='3.1.100.v3707' singleton='false'>
+ <update id='org.eclipse.swt.examples.ole.win32.source' range='[0.0.0,3.1.100.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.plugin.SWTOLEExample.name' value='SWT OLE Example Plugin (Win32) Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%plugin.SWTOLEExample.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.ole.win32.source' version='3.1.100.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.examples.ole.win32.source' version='3.1.100.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.examples.ole.win32.source' version='3.1.100.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.1.100.v3707&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.swt.examples.ole.win32.source&#xA;Bundle-Name: %plugin.SWTOLEExample.name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.swt.examples.ole.win32;version=&quot;3.1.100.v3707&quot;;roots:=&quot;olewin32src&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.apache.lucene' version='1.9.1.v20100518-1140' singleton='false'>
+ <update id='org.apache.lucene' range='[0.0.0,1.9.1.v20100518-1140)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.pluginName' value='Apache Lucene'/>
+ <property name='df_LT.providerName' value='Eclipse Orbit'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='15'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.apache.lucene' version='1.9.1.v20100518-1140'/>
+ <provided namespace='osgi.bundle' name='org.apache.lucene' version='1.9.1.v20100518-1140'/>
+ <provided namespace='java.package' name='org.apache.lucene' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.lucene.analysis' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.lucene.analysis.de' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.lucene.analysis.standard' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.lucene.document' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.lucene.index' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.lucene.queryParser' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.lucene.search' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.lucene.search.spans' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.lucene.store' version='0.0.0'/>
+ <provided namespace='java.package' name='org.apache.lucene.util' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.apache.lucene' version='1.9.1.v20100518-1140'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.apache.lucene&#xA;Export-Package: org.apache.lucene,org.apache.lucene.analysis,org.apache.lucene.analysis.de,org.apache.lucene.analysis.standard,org.apache.lucene.document,org.apache.lucene.index,org.apache.lucene.queryParser,org.apache.lucene.search,org.apache.lucene.search.spans,org.apache.lucene.store,org.apache.lucene.util&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 1.9.1.v20100518-1140
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.pde.ui.tests' version='3.1.200.v20100910'>
+ <update id='org.eclipse.pde.ui.tests' range='[0.0.0,3.1.200.v20100910)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='PDE JUnit Tests'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.pde.ui.tests' version='3.1.200.v20100910'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.pde.ui.tests' version='3.1.200.v20100910'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='29'>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.test.performance' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.launching' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.pde.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.frameworkadmin' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.variables' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.metadata.repository' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.core' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.director' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.repository' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.metadata' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.engine' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.forms' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.search' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views.log' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.pde.ui.tests' version='3.1.200.v20100910'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Require-Bundle: org.junit,org.eclipse.pde.ui,org.eclipse.ui,org.eclipse.core.resources,org.eclipse.core.runtime,org.eclipse.jdt.core,org.eclipse.test.performance,org.eclipse.ui.ide,org.eclipse.team.core,org.eclipse.jdt.ui,org.eclipse.jdt.launching,org.eclipse.pde.core,org.eclipse.text,org.eclipse.pde.runtime,org.eclipse.core.filesystem,org.eclipse.equinox.frameworkadmin,org.eclipse.core.variables,org.eclipse.equinox.p2.metadata.repository,org.eclipse.equinox.p2.core,org.eclipse.equinox.p2.director,org.eclipse.equinox.p2.repository,org.eclipse.equinox.p2.metadata,org.eclipse.equinox.p2.engine,org.eclipse.ui.forms,org.eclipse.ui.workbench.texteditor,org.eclipse.jface.text,org.eclipse.search,org.eclipse.ui.editors,org.eclipse.ui.views.log&#xA;Bundle-Activator: org.eclipse.pde.internal.ui.tests.macro.MacroPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:pde/ui/org.eclipse.pde.ui.tests;tag=v20100910&#xA;Bundle-Name: PDE JUnit Tests&#xA;Bundle-Version: 3.1.200.v20100910&#xA;Bundle-Vendor: Eclipse.org&#xA;Bundle-SymbolicName: org.eclipse.pde.ui.tests; singleton:=true&#xA;Bundle-ClassPath: tests.jar&#xA;Manifest-Version: 1.0&#xA;Eclipse-LazyStart: true
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.gtk.linux.x86' version='1.1.100.v20100824a'>
+ <update id='org.eclipse.equinox.launcher.gtk.linux.x86' range='[0.0.0,1.1.100.v20100824a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher Linux X86 Fragment'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='launcher.gtk.linux.x86'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.x86' version='1.1.100.v20100824a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.launcher.gtk.linux.x86' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.equinox.launcher' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.launcher.gtk.linux.x86' version='1.1.100.v20100824a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86;tag=v20100824a&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: launcher.gtk.linux.x86&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.equinox.launcher;bundle-version=&quot;[1.0.0,1.3.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.x86;singleton:=true&#xA;Bundle-Version: 1.1.100.v20100824a&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x86))
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.config.cocoa.macosx.x86_64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.cocoa.macosx.x86_64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.x86org.eclipse.equinox.simpleconfigurator' version='1.1.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.equinox.simpleconfigurator' version='1.1.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.simpleconfigurator' range='1.0.200.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:1);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.frameworkadmin' version='2.0.0.v20100503'>
+ <update id='org.eclipse.equinox.frameworkadmin' range='[0.0.0,2.0.0.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Framework Admin'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='8'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.frameworkadmin' version='2.0.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.frameworkadmin' version='2.0.0.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.frameworkadmin' version='2.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.frameworkadmin.utils' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.provisional.configuratormanipulator' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.provisional.frameworkadmin' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='4'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.4.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.pluginconversion' range='1.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.1.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.frameworkadmin' version='2.0.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 2.0.0.v20100503&#xA;Import-Package: org.eclipse.osgi.service.pluginconversion;version=&quot;1.0.0&quot;,org.eclipse.osgi.util;version=&quot;1.1.0&quot;,org.osgi.framework;version=&quot;1.3.0&quot;&#xA;Bundle-Activator: org.eclipse.equinox.internal.frameworkadmin.utils.Activator&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;3.4.0&quot;&#xA;Export-Package: org.eclipse.equinox.frameworkadmin;version=&quot;2.0.0&quot;,org.eclipse.equinox.internal.frameworkadmin.utils; x-friends:=&quot;org.eclipse.equinox.frameworkadmin.equinox, org.eclipse.equinox.p2.metadata.generator, org.eclipse.equinox.p2.publisher, org.eclipse.equinox.simpleconfigurator.manipulator&quot;,org.eclipse.equinox.internal.provisional.configuratormanipulator;x-friends:=&quot;org.eclipse.equinox.frameworkadmin.equinox,org.eclipse.equinox.simpleconfigurator.manipulator&quot;,org.eclipse.equinox.internal.provisional.frameworkadmin; x-friends:=&quot;org.eclipse.equinox.frameworkadmin.equinox, org.eclipse.equinox.p2.metadata.generator, org.eclipse.equinox.p2.publisher, org.eclipse.equinox.p2.touchpoint.eclipse, org.eclipse.equinox.simpleconfigurator.manipulator, org.eclipse.pde.core, org.eclipse.pde.ui&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.frameworkadmin;tag=v20100503&#xA;Bundle-SymbolicName: org.eclipse.equinox.frameworkadmin;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.config.win32.win32.x86_64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.config.win32.win32.x86_64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.ide' name='org.eclipse.platform.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.sdk.examples.source.feature.jar' version='3.3.0.v20100527'>
+ <properties size='8'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Eclipse SDK Examples Source'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Eclipse SDK examples. Used in conjunction with Eclipse Project SDK.'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2000, 2007 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.sdk.examples.source.feature.jar' version='3.3.0.v20100527'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.sdk.examples.source' version='3.3.0.v20100527'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.sdk.examples.source' version='3.3.0.v20100527'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.equinox.security.macosx' version='1.100.100.v20100503'>
+ <update id='org.eclipse.equinox.security.macosx' range='[0.0.0,1.100.100.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.fragmentName' value='OS X Keystore service integration'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.macosx' version='1.100.100.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.security.macosx' version='1.100.100.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.security.osx' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.security.osx.nls' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.equinox.security' version='1.100.100.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.security' range='[1.0.0,2.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.os=macosx)(|(osgi.arch=ppc)(osgi.arch=x86)(osgi.arch=x86_64)))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.security.macosx' version='1.100.100.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Export-Package: org.eclipse.equinox.internal.security.osx;x-internal:=true,org.eclipse.equinox.internal.security.osx.nls;x-internal:=true&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: fragment&#xA;Eclipse-PlatformFilter: (&amp; (osgi.os=macosx) (|(osgi.arch=x86)(osgi.arch=x86_64)(osgi.arch=ppc)) )&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/security/bundles/org.eclipse.equinox.security.macosx;tag=v20100503&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 1.100.100.v20100503&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.equinox.security.macosx;singleton:=true&#xA;Fragment-Host: org.eclipse.equinox.security;bundle-version=&quot;[1.0.0,2.0.0)&quot;&#xA;Manifest-Version: 1.0
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.motif.solaris.sparc' version='1.1.100.v20100824a'>
+ <update id='org.eclipse.equinox.launcher.motif.solaris.sparc' range='[0.0.0,1.1.100.v20100824a)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='Sparc Fragment'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='launcher.motif.solaris.sparc'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.motif.solaris.sparc' version='1.1.100.v20100824a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.launcher.motif.solaris.sparc' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.equinox.launcher' version='1.1.100.v20100824a'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=motif))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.launcher.motif.solaris.sparc' version='1.1.100.v20100824a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Fragment-Host: org.eclipse.equinox.launcher;bundle-version=&quot;[1.0.0,1.3.0)&quot;&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.1.100.v20100824a&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=motif) (osgi.os=solaris) (osgi.arch=sparc))&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.solaris.sparc;tag=v20100824a&#xA;Bundle-SymbolicName: org.eclipse.equinox.launcher.motif.solaris.sparc;singleton:=true&#xA;Bundle-Localization: launcher.motif.solaris.sparc&#xA;Bundle-Name: Sparc Fragment
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.source' version='3.7.0.I20100914-0100' singleton='false'>
+ <update id='org.eclipse.ui.source' range='[0.0.0,3.7.0.I20100914-0100)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Eclipse UI Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.source' version='3.7.0.I20100914-0100'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.source' version='3.7.0.I20100914-0100'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.source' version='3.7.0.I20100914-0100'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.7.0.I20100914-0100&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.source&#xA;Bundle-Name: %Plugin.name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ui;version=&quot;3.7.0.I20100914-0100&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %Plugin.providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.mortbay.jetty.server.source' version='6.1.23.v201004211559' singleton='false'>
+ <update id='org.mortbay.jetty.server.source' range='[0.0.0,6.1.23.v201004211559)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.bundleProvider' value='Eclipse.org'/>
+ <property name='df_LT.bundleName' value='Jetty Server Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%bundleProvider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.mortbay.jetty.server.source' version='6.1.23.v201004211559'/>
+ <provided namespace='osgi.bundle' name='org.mortbay.jetty.server.source' version='6.1.23.v201004211559'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.mortbay.jetty.server.source' version='6.1.23.v201004211559'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Bundle-Vendor: %bundleProvider&#xA;Bundle-SymbolicName: org.mortbay.jetty.server.source&#xA;Eclipse-SourceBundle: org.mortbay.jetty.server;version=&quot;6.1.23.v201004211559&quot;&#xA;Bundle-Name: %bundleName&#xA;Bundle-Version: 6.1.23.v201004211559
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.sdk.id.ini.gtk.linux.x86_64' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.ini.gtk.linux.x86_64' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.sdk.id' name='org.eclipse.rcp.sdk.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.team.cvs.ssh2' version='3.2.300.I20100526-0800'>
+ <update id='org.eclipse.team.cvs.ssh2' range='[0.0.0,3.2.300.I20100526-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='CVS SSH2'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.cvs.ssh2' version='3.2.300.I20100526-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.team.cvs.ssh2' version='3.2.300.I20100526-0800'/>
+ <provided namespace='java.package' name='org.eclipse.team.internal.ccvs.ssh2' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='6'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.cvs.core' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.core' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.team.cvs.ssh' range='[3.2.0,4.0.0)' optional='true'/>
+ <required namespace='osgi.bundle' name='com.jcraft.jsch' range='[0.1.27,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jsch.core' range='[1.1.0,2.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.team.cvs.ssh2' version='3.2.300.I20100526-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.team.internal.ccvs.ssh2.CVSSSH2Plugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.team.cvs.ssh2;tag=I20100526-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.team.cvs.ssh2; singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-LazyStart: true&#xA;Bundle-Version: 3.2.300.I20100526-0800&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.team.internal.ccvs.ssh2;x-internal:=true&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.team.cvs.core;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.team.core;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.team.cvs.ssh;bundle-version=&quot;[3.2.0,4.0.0)&quot;;resolution:=optional,com.jcraft.jsch;bundle-version=&quot;[0.1.27,2.0.0)&quot;,org.eclipse.jsch.core;bundle-version=&quot;[1.1.0,2.0.0)&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jface.text' version='3.7.0.v20100915-1300' singleton='false'>
+ <update id='org.eclipse.jface.text' range='[0.0.0,3.7.0.v20100915-1300)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='JFace Text'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='27'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jface.text' version='3.7.0.v20100915-1300'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jface.text' version='3.7.0.v20100915-1300'/>
+ <provided namespace='java.package' name='org.eclipse.jface.contentassist' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.contentassist.images' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.internal.text' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.internal.text.html' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.internal.text.link.contentassist' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.internal.text.revisions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.internal.text.source' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.text' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.text.contentassist' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.text.formatter' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.text.hyperlink' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.text.information' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.text.link' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.text.presentation' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.text.quickassist' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.text.reconciler' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.text.revisions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.text.rules' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.text.source' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.text.source.projection' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.text.source.projection.images' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.text.templates' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jface.text.templates.persistence' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.text' range='[3.5.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface' range='[3.5.0,4.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jface.text' version='3.7.0.v20100915-1300'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Export-Package: org.eclipse.jface.contentassist,org.eclipse.jface.contentassist.images,org.eclipse.jface.internal.text;x-internal:=true,org.eclipse.jface.internal.text.html;x-friends:=&quot;org.eclipse.ui.workbench.texteditor, org.eclipse.ui.editors, org.eclipse.jdt.debug.ui, org.eclipse.jdt.ui, org.eclipse.ant.ui, org.eclipse.ltk.ui.refactoring, org.eclipse.pde.ui&quot;,org.eclipse.jface.internal.text.link.contentassist;x-internal:=true,org.eclipse.jface.internal.text.revisions;x-internal:=true,org.eclipse.jface.internal.text.source;x-internal:=true,org.eclipse.jface.text,org.eclipse.jface.text.contentassist,org.eclipse.jface.text.formatter,org.eclipse.jface.text.hyperlink,org.eclipse.jface.text.information,org.eclipse.jface.text.link,org.eclipse.jface.text.presentation,org.eclipse.jface.text.quickassist,org.eclipse.jface.text.reconciler,org.eclipse.jface.text.revisions,org.eclipse.jface.text.rules,org.eclipse.jface.text.source,org.eclipse.jface.text.source.projection,org.eclipse.jface.text.source.projection.images,org.eclipse.jface.text.templates,org.eclipse.jface.text.templates.persistence&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.5.0,4.0.0)&quot;,org.eclipse.text;bundle-version=&quot;[3.5.0,4.0.0)&quot;;visibility:=reexport,org.eclipse.swt;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.jface;bundle-version=&quot;[3.5.0,4.0.0)&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jface.text;tag=v20100915-1300&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 3.7.0.v20100915-1300&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.jface.text&#xA;Import-Package: com.ibm.icu.text&#xA;Manifest-Version: 1.0
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.ini.gtk.solaris.sparc' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.ini.gtk.solaris.sparc' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:-showsplash);removeProgramArg(programArg:org.eclipse.platform);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);removeProgramArg(programArg:--launcher.defaultAction);removeProgramArg(programArg:openFile);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:-showsplash);addProgramArg(programArg:org.eclipse.platform);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);addProgramArg(programArg:--launcher.defaultAction);addProgramArg(programArg:openFile);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.cheatsheets.source' version='3.4.0.v20100427' singleton='false'>
+ <update id='org.eclipse.ui.cheatsheets.source' range='[0.0.0,3.4.0.v20100427)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.PLUGIN_NAME' value='Cheat Sheets Source'/>
+ <property name='df_LT.PROVIDER_NAME' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%PLUGIN_NAME'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%PROVIDER_NAME'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.cheatsheets.source' version='3.4.0.v20100427'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.cheatsheets.source' version='3.4.0.v20100427'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.cheatsheets.source' version='3.4.0.v20100427'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.4.0.v20100427&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.cheatsheets.source&#xA;Bundle-Name: %PLUGIN_NAME&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ui.cheatsheets;version=&quot;3.4.0.v20100427&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %PROVIDER_NAME
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.tests.discovery' version='1.0.0.v20100503'>
+ <update id='org.eclipse.equinox.p2.tests.discovery' range='[0.0.0,1.0.0.v20100503)' severity='0'/>
+ <properties size='4'>
+ <property name='df_LT.Bundle-Name' value='Equinox Provisioning Discovery Tests'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Bundle-Name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Bundle-Provider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='8'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.tests.discovery' version='1.0.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.tests.discovery' version='1.0.0.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.discovery.tests' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.discovery.tests.core' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.discovery.tests.core.mock' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.p2.discovery.tests.core.util' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='6'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.discovery' range='1.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.discovery.compatibility' range='1.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.ui.discovery' range='1.0.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='3.8.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.1.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='3.1.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.tests.discovery' version='1.0.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %Bundle-Provider&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.tests.discovery;tag=v20100503&#xA;Require-Bundle: org.eclipse.equinox.p2.discovery;bundle-version=&quot;1.0.0&quot;,org.eclipse.equinox.p2.discovery.compatibility;bundle-version=&quot;1.0.0&quot;,org.eclipse.equinox.p2.ui.discovery;bundle-version=&quot;1.0.0&quot;,org.junit;bundle-version=&quot;3.8.0&quot;,org.eclipse.core.runtime;bundle-version=&quot;3.1.0&quot;,org.eclipse.ui;bundle-version=&quot;3.1.0&quot;&#xA;Bundle-Name: %Bundle-Name&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.tests.discovery;singleton:=true&#xA;Bundle-Version: 1.0.0.v20100503&#xA;Export-Package: org.eclipse.equinox.p2.discovery.tests;x-internal:=true,org.eclipse.equinox.p2.discovery.tests.core;x-internal:=true,org.eclipse.equinox.p2.discovery.tests.core.mock;x-internal:=true,org.eclipse.equinox.p2.discovery.tests.core.util;x-internal:=true
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.sdk.config.gtk.solaris.sparc' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.sdk.config.gtk.solaris.sparc' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.sdk' name='org.eclipse.platform.sdk.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.motif.linux.x86' version='1.1.100.v20100824a'>
+ <update id='org.eclipse.equinox.launcher.motif.linux.x86' range='[0.0.0,1.1.100.v20100824a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher Motif Linux X86 Fragment'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='launcher.motif.linux.x86'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.motif.linux.x86' version='1.1.100.v20100824a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.launcher.motif.linux.x86' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.equinox.launcher' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.launcher.motif.linux.x86' version='1.1.100.v20100824a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.linux.x86;tag=v20100824a&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: launcher.motif.linux.x86&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.equinox.launcher;bundle-version=&quot;[1.0.0,1.3.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.launcher.motif.linux.x86;singleton:=true&#xA;Bundle-Version: 1.1.100.v20100824a&#xA;Eclipse-PlatformFilter: (&amp; (osgi.ws=motif) (osgi.os=linux) (osgi.arch=x86))
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.core.source' version='3.7.0.v_B13a' singleton='false'>
+ <update id='org.eclipse.jdt.core.source' range='[0.0.0,3.7.0.v_B13a)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Development Tools Core Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.core.source' version='3.7.0.v_B13a'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.core.source' version='3.7.0.v_B13a'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.core.source' version='3.7.0.v_B13a'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.7.0.v_B13a&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.jdt.core.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.jdt.core;version=&quot;3.7.0.v_B13a&quot;;roots:=&quot;.,jdtCompilerAdaptersrc&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.tests.navigator' version='3.4.0.I20100601-0800'>
+ <update id='org.eclipse.ui.tests.navigator' range='[0.0.0,3.4.0.I20100601-0800)' severity='0'/>
+ <properties size='4'>
+ <property name='df_LT.bundlename' value='Common Navigator Tests'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundlename'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.tests.navigator' version='3.4.0.I20100601-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.tests.navigator' version='3.4.0.I20100601-0800'/>
+ <provided namespace='java.package' name='org.eclipse.ui.tests.navigator' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='10'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.navigator' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.navigator.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.tests.harness' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.tests.navigator' version='3.4.0.I20100601-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Name: %bundlename&#xA;Bundle-ClassPath: uinavtests.jar&#xA;Bundle-Version: 3.4.0.I20100601-0800&#xA;Bundle-Activator: org.eclipse.ui.tests.navigator.NavigatorTestsPlugin&#xA;Bundle-Vendor: Eclipse.org&#xA;Require-Bundle: org.eclipse.core.resources,org.eclipse.core.runtime,org.eclipse.ui.navigator,org.eclipse.ui,org.eclipse.ui.ide,org.eclipse.ui.workbench,org.junit,org.eclipse.ui.navigator.resources,org.eclipse.ui.tests.harness,org.eclipse.ui.editors&#xA;Export-Package: org.eclipse.ui.tests.navigator&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.tests.navigator;tag=I20100601-0800&#xA;Bundle-SymbolicName: org.eclipse.ui.tests.navigator;singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: plugin
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.initializer' version='1.0.0.v20100503'>
+ <update id='org.eclipse.equinox.initializer' range='[0.0.0,1.0.0.v20100503)' severity='0'/>
+ <properties size='3'>
+ <property name='df_LT.bundlename' value='Initializer Plug-in (Incubation)'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundlename'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.initializer' version='1.0.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.initializer' version='1.0.0.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='3'>
+ <required namespace='java.package' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.initializer' version='1.0.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Activator: org.eclipse.equinox.internal.initializer.Activator&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.0.0.v20100503&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/incubator/framework/bundles/org.eclipse.equinox.initializer;tag=v20100503&#xA;Bundle-SymbolicName: org.eclipse.equinox.initializer;singleton:=true&#xA;Import-Package: org.eclipse.core.runtime,org.eclipse.osgi.util,org.osgi.framework;version=&quot;1.3.0&quot;&#xA;Bundle-Localization: plugin&#xA;Bundle-Name: %bundlename&#xA;Eclipse-LazyStart: true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.s390xorg.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.s390xorg.eclipse.equinox.p2.reconciler.dropins' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.s390x' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.p2.reconciler.dropins' range='1.1.100.v20100712-1655'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingcocoa.macosx.x86org.eclipse.equinox.ds' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingcocoa.macosx.x86org.eclipse.equinox.ds' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolingcocoa.macosx.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.ds' range='1.2.100.v20100830'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.launcher.gtk.linux.x86_64.translated_host_properties' version='1.1.100.v20100824a'>
+ <hostRequirements size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='3'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Equinox Launcher Linux X86_64 Fragment'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.x86_64.translated_host_properties' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.0.0,1.3.0)' greedy='false'/>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='org.eclipse.core.runtime.compatibility' version='3.2.100.v20100505'>
+ <update id='org.eclipse.core.runtime.compatibility' range='[0.0.0,3.2.100.v20100505)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Core Runtime Plug-in Compatibility'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='10'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime.compatibility' version='3.2.100.v20100505'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.runtime.compatibility' version='3.2.100.v20100505'/>
+ <provided namespace='java.package' name='org.eclipse.core.boot' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.boot' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.compatibility' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.model' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.plugins' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.runtime.model' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='[3.1.100,4.0.0)'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax.helpers' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.runtime.compatibility' version='3.2.100.v20100505'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 3.2.100.v20100505&#xA;Eclipse-LazyStart: true&#xA;Import-Package: javax.xml.parsers,org.xml.sax,org.xml.sax.helpers&#xA;Bundle-Activator: org.eclipse.core.internal.plugins.CompatibilityActivator&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.2.0,4.0.0)&quot;;visibility:=reexport,org.eclipse.update.configurator;bundle-version=&quot;[3.1.100,4.0.0)&quot;;visibility:=reexport&#xA;Export-Package: org.eclipse.core.boot,org.eclipse.core.internal.boot;x-internal:=true,org.eclipse.core.internal.compatibility;x-internal:=true,org.eclipse.core.internal.model;x-internal:=true,org.eclipse.core.internal.plugins;x-internal:=true,org.eclipse.core.runtime.model&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.runtime.compatibility;tag=v20100505&#xA;Bundle-SymbolicName: org.eclipse.core.runtime.compatibility; singleton:=true&#xA;Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.transforms.hook' version='1.0.300.v20100719' singleton='false'>
+ <update id='org.eclipse.equinox.transforms.hook' range='[0.0.0,1.0.300.v20100719)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Transformer Hook Framework Extension'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='transformsHook'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.transforms.hook' version='1.0.300.v20100719'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.transforms.hook' version='1.0.300.v20100719'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.transforms' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.osgi' version='1.0.300.v20100719'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.osgi' range='[3.2.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.transforms.hook' version='1.0.300.v20100719'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Vendor: %providerName&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/components/bundles/org.eclipse.equinox.transforms.hook;tag=v20100719&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: transformsHook&#xA;Manifest-Version: 1.0&#xA;Fragment-Host: org.eclipse.osgi;bundle-version=&quot;[3.2.0,4.0.0)&quot;&#xA;Bundle-SymbolicName: org.eclipse.equinox.transforms.hook&#xA;Bundle-Version: 1.0.300.v20100719&#xA;Export-Package: org.eclipse.equinox.internal.transforms;x-internal:=true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.browser' version='3.3.0.v20100517'>
+ <update id='org.eclipse.ui.browser' range='[0.0.0,3.3.0.v20100517)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Browser Support'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='8'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.browser' version='3.3.0.v20100517'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.browser' version='3.3.0.v20100517'/>
+ <provided namespace='java.package' name='org.eclipse.ui.browser' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.browser' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.browser.browsers' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.browser.macosx' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='3'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.6.0,4.0.0)'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.browser' version='3.3.0.v20100517'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %Plugin.name&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.6.0,4.0.0)&quot;&#xA;Bundle-Activator: org.eclipse.ui.internal.browser.WebBrowserUIPlugin&#xA;Bundle-Vendor: %Plugin.providerName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.browser;tag=v20100517&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.3.0.v20100517&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.ui.browser,org.eclipse.ui.internal.browser;x-friends:=&quot;org.eclipse.ua.tests&quot;,org.eclipse.ui.internal.browser.browsers;x-internal:=true,org.eclipse.ui.internal.browser.macosx;x-internal:=true&#xA;Bundle-SymbolicName: org.eclipse.ui.browser; singleton:=true&#xA;Import-Package: com.ibm.icu.text&#xA;Eclipse-LazyStart: true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.update.configurator' version='3.3.100.v20100512'>
+ <update id='org.eclipse.update.configurator' range='[0.0.0,3.3.100.v20100512)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Install/Update Configurator'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='7'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.configurator' version='3.3.100.v20100512'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.update.configurator' version='3.3.100.v20100512'/>
+ <provided namespace='java.package' name='org.eclipse.update.configurator' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.internal.configurator' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.update.internal.configurator.branding' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='6'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.2.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.osgi' range='[3.2.0,4.0.0)'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='org.w3c.dom' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax.helpers' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.update.configurator' version='3.3.100.v20100512'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Name: %pluginName&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;[3.2.0,4.0.0)&quot;,org.eclipse.osgi;bundle-version=&quot;[3.2.0,4.0.0)&quot;&#xA;Bundle-Activator: org.eclipse.update.internal.configurator.ConfigurationActivator&#xA;Bundle-Vendor: %providerName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.update.configurator;tag=v20100512&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.3.100.v20100512&#xA;Service-Component: OSGI-INF/bundleGroup.xml&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.update.configurator,org.eclipse.update.internal.configurator;x-friends:=&quot;org.eclipse.update.core&quot;,org.eclipse.update.internal.configurator.branding;x-friends:=&quot;org.eclipse.update.core&quot;&#xA;Bundle-SymbolicName: org.eclipse.update.configurator; singleton:=true&#xA;Import-Package: javax.xml.parsers,org.w3c.dom,org.xml.sax,org.xml.sax.helpers&#xA;Eclipse-LazyStart: true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='master-equinox-p2.feature.group' version='1.0.0.v20091106-2-A77w31211614b' singleton='false'>
+ <update id='master-equinox-p2.feature.group' range='[0.0.0,1.0.0.v20091106-2-A77w31211614b)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='build utility feature for equinox p2 plugins'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ </properties>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='master-equinox-p2.feature.group' version='1.0.0.v20091106-2-A77w31211614b'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.installer' range='[1.0.200.v20100503a,1.0.200.v20100503a]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='master-equinox-p2.feature.jar' range='[1.0.0.v20091106-2-A77w31211614b,1.0.0.v20091106-2-A77w31211614b]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='org.eclipse.core.runtime.compatibility.auth' version='3.2.200.v20100517' singleton='false'>
+ <update id='org.eclipse.core.runtime.compatibility.auth' range='[0.0.0,3.2.200.v20100517)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Authorization Compatibility Plug-in'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime.compatibility.auth' version='3.2.200.v20100517'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.runtime.compatibility.auth' version='3.2.200.v20100517'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.runtime.auth' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='6'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='[3.2.0,4.0.0)'/>
+ <required namespace='java.package' name='org.eclipse.osgi.framework.log' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.service.datalocation' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.runtime.compatibility.auth' version='3.2.200.v20100517'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Version: 3.2.200.v20100517&#xA;Eclipse-LazyStart: true&#xA;Import-Package: org.eclipse.osgi.framework.log,org.eclipse.osgi.service.datalocation,org.eclipse.osgi.util;version=&quot;1.0.0&quot;,org.osgi.framework,org.osgi.util.tracker&#xA;Bundle-Activator: org.eclipse.core.internal.runtime.auth.Activator&#xA;Bundle-Vendor: %providerName&#xA;Require-Bundle: org.eclipse.equinox.common;bundle-version=&quot;[3.2.0,4.0.0)&quot;&#xA;Export-Package: org.eclipse.core.internal.runtime.auth;x-friends:=&quot;org.eclipse.core.runtime&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.runtime.compatibility.auth;tag=v20100517&#xA;Bundle-SymbolicName: org.eclipse.core.runtime.compatibility.auth&#xA;Manifest-Version: 1.0&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.equinox.launcher.gtk.linux.s390x' version='1.1.100.v20100824a' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.gtk.linux.s390x' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ <property name='org.eclipse.pde.build.default' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.launcher.gtk.linux.s390x' version='1.1.100.v20100824a'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='tooling' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher.gtk.linux.s390x' range='[1.1.100.v20100824a,1.1.100.v20100824a]' greedy='false'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact});
+ </instruction>
+ <instruction key='unconfigure'>
+ removeProgramArg(programArg:--launcher.library);removeProgramArg(programArg:@artifact);
+ </instruction>
+ <instruction key='configure'>
+ addProgramArg(programArg:--launcher.library);addProgramArg(programArg:@artifact);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.security.win32.x86.source' version='1.0.200.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.security.win32.x86.source' range='[0.0.0,1.0.200.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.fragmentName' value='Windows Data Protection services integration Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.win32.x86.source' version='1.0.200.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.security.win32.x86.source' version='1.0.200.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.security.win32.x86.source' version='1.0.200.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 1.0.200.v20100503&#xA;Eclipse-SourceBundle: org.eclipse.equinox.security.win32.x86;version=&quot;1.0.200.v20100503&quot;;roots:=&quot;.&quot;&#xA;Eclipse-PlatformFilter: (&amp; (osgi.os=win32) (osgi.arch=x86))&#xA;Bundle-SymbolicName: org.eclipse.equinox.security.win32.x86.source&#xA;Bundle-Localization: fragment&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.compare.examples.xml' version='3.3.200.I20100629-0800'>
+ <update id='org.eclipse.compare.examples.xml' range='[0.0.0,3.3.200.I20100629-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='XML Compare Support'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare.examples.xml' version='3.3.200.I20100629-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.compare.examples.xml' version='3.3.200.I20100629-0800'/>
+ <provided namespace='java.package' name='org.eclipse.compare.examples.xml' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.compare.examples.xml.ui' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='6'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.compare' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.compare.examples.xml' version='3.3.200.I20100629-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.compare.examples.xml.XMLPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.compare.examples.xml;tag=I20100629-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ClassPath: xmlcompareexamples.jar&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.compare.examples.xml; singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.3.200.I20100629-0800&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.compare.examples.xml,org.eclipse.compare.examples.xml.ui&#xA;Require-Bundle: org.eclipse.core.runtime,org.eclipse.core.resources,org.eclipse.compare,org.eclipse.ui,org.eclipse.jface.text,org.junit
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.workbench.texteditor.source' version='3.7.0.v20100915-1800' singleton='false'>
+ <update id='org.eclipse.ui.workbench.texteditor.source' range='[0.0.0,3.7.0.v20100915-1800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Text Editor Framework Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.workbench.texteditor.source' version='3.7.0.v20100915-1800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor.source' version='3.7.0.v20100915-1800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.workbench.texteditor.source' version='3.7.0.v20100915-1800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.7.0.v20100915-1800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ui.workbench.texteditor.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ui.workbench.texteditor;version=&quot;3.7.0.v20100915-1800&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='config.a.jre.javase' version='1.6.0' singleton='false'>
+ <hostRequirements size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='a.jre.javase' range='1.6.0'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='config.a.jre.javase' version='1.6.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='a.jre.javase' range='1.6.0'/>
+ </requires>
+ <touchpoint id='org.eclipse.equinox.p2.native' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='install'>
+
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.ppcorg.eclipse.core.runtime' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.core.runtime' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.ppc' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.user.ui.feature.jar' version='2.0.0.v20100503-897JFhOFdHjO2NRglsoDbZo'>
+ <properties size='8'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='df_LT.featureName' value='Equinox p2 Provisioning'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.description' value='Eclipse Provisioning Platform'/>
+ <property name='df_LT.copyright' value='Copyright (c) 2008, 2010 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
+ <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.user.ui.feature.jar' version='2.0.0.v20100503-897JFhOFdHjO2NRglsoDbZo'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.eclipse.equinox.p2.user.ui' version='2.0.0.v20100503-897JFhOFdHjO2NRglsoDbZo'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.eclipse.equinox.p2.user.ui' version='2.0.0.v20100503-897JFhOFdHjO2NRglsoDbZo'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseURL' url='%25licenseURL'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.eclipse.core.tests.net' version='1.2.100.I20100505-1245' singleton='false'>
+ <update id='org.eclipse.core.tests.net' range='[0.0.0,1.2.100.I20100505-1245)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='Net Tests Plug-in'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Eclipse.org'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.tests.net' version='1.2.100.I20100505-1245'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.tests.net' version='1.2.100.I20100505-1245'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='3'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.3.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.net' range='[1.0.0,2.0.0)'/>
+ <required namespace='osgi.bundle' name='org.junit' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.tests.net' version='1.2.100.I20100505-1245'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-Vendor: Eclipse.org&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Activator: org.eclipse.core.tests.net.Activator&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.tests.net;tag=I20100505-1245&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.3.0,4.0.0)&quot;,org.eclipse.core.net;bundle-version=&quot;[1.0.0,2.0.0)&quot;,org.junit&#xA;Bundle-Name: Net Tests Plug-in&#xA;Bundle-ActivationPolicy: lazy&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.core.tests.net&#xA;Bundle-Version: 1.2.100.I20100505-1245
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.jmx' version='1.0.0.v20100503'>
+ <update id='org.eclipse.swt.jmx' range='[0.0.0,1.0.0.v20100503)' severity='0'/>
+ <properties size='2'>
+ <property name='org.eclipse.equinox.p2.name' value='Resource Monitoring SWT Extensions (Incubation)'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.jmx' version='1.0.0.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.jmx' version='1.0.0.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='9'>
+ <required namespace='java.package' name='javax.management' range='0.0.0'/>
+ <required namespace='java.package' name='javax.management.remote' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.jmx.common' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.swt.graphics' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.swt.widgets' range='0.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.jmx.server' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.jmx' version='1.0.0.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Activator: org.eclipse.swt.jmx.internal.Activator&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5,CDC-1.0/Foundation-1.0,J2SE-1.3&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/incubator/monitoring/bundles/org.eclipse.swt.jmx;tag=v20100503&#xA;Import-Package: javax.management,javax.management.remote,org.eclipse.core.runtime; common=split,org.eclipse.equinox.jmx.common,org.eclipse.osgi.util,org.eclipse.swt.graphics,org.eclipse.swt.widgets,org.osgi.framework,org.eclipse.equinox.jmx.server&#xA;Bundle-Name: Resource Monitoring SWT Extensions (Incubation)&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.swt.jmx;singleton:=true&#xA;Bundle-Version: 1.0.0.v20100503&#xA;Eclipse-LazyStart: true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.equinox.p2.ui.admin.rcp.product.ini.cocoa.macosx.x86' version='1.1.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.equinox.p2.ui.admin.rcp.product.ini.cocoa.macosx.x86' version='1.1.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.equinox.p2.ui.admin.rcp.product' name='org.eclipse.equinox.p2.ui.admin.rcp.product.ini' version='1.1.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx256m);removeJvmArg(jvmArg:-XstartOnFirstThread);removeJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx256m);addJvmArg(jvmArg:-XstartOnFirstThread);addJvmArg(jvmArg:-Dorg.eclipse.swt.internal.carbon.smallFonts);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.examples.paint.source' version='3.1.100.v3707' singleton='false'>
+ <update id='org.eclipse.swt.examples.paint.source' range='[0.0.0,3.1.100.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.plugin.SWTPaintExample.name' value='SWT Paint Example Plugin Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%plugin.SWTPaintExample.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.paint.source' version='3.1.100.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.examples.paint.source' version='3.1.100.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.examples.paint.source' version='3.1.100.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.1.100.v3707&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.swt.examples.paint.source&#xA;Bundle-Name: %plugin.SWTPaintExample.name&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.swt.examples.paint;version=&quot;3.1.100.v3707&quot;;roots:=&quot;paintsrc&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.launching.source' version='3.6.0.v20100910' singleton='false'>
+ <update id='org.eclipse.jdt.launching.source' range='[0.0.0,3.6.0.v20100910)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Development Tools Launching Support Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.launching.source' version='3.6.0.v20100910'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.launching.source' version='3.6.0.v20100910'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.launching.source' version='3.6.0.v20100910'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.6.0.v20100910&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.jdt.launching.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.jdt.launching;version=&quot;3.6.0.v20100910&quot;;roots:=&quot;lib/launchingsupportsrc,.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.ui.sdk.source' version='1.0.100.v20100513' singleton='false'>
+ <update id='org.eclipse.equinox.p2.ui.sdk.source' range='[0.0.0,1.0.100.v20100513)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Equinox Provisioning Platform Update Support Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.sdk.source' version='1.0.100.v20100513'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.ui.sdk.source' version='1.0.100.v20100513'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.ui.sdk.source' version='1.0.100.v20100513'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.100.v20100513&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.ui.sdk.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.ui.sdk;version=&quot;1.0.100.v20100513&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ecf' version='3.1.0.v20100906-1425'>
+ <update id='org.eclipse.ecf' range='[0.0.0,3.1.0.v20100906-1425)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.plugin.provider' value='Eclipse.org - ECF'/>
+ <property name='df_LT.plugin.name' value='ECF Core API'/>
+ <property name='org.eclipse.equinox.p2.name' value='%plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%plugin.provider'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='14'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf' version='3.1.0.v20100906-1425'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ecf' version='3.1.0.v20100906-1425'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.core' version='3.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.core.events' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.core.jobs' version='1.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.core.provider' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.core.security' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.core.start' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.core.status' version='1.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.core.user' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.core.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ecf.internal.core' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='9'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.registry' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ecf.identity' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.core.runtime.jobs' range='0.0.0'/>
+ <required namespace='java.package' name='org.eclipse.equinox.concurrent.future' range='1.0.0' optional='true'/>
+ <required namespace='java.package' name='org.eclipse.osgi.util' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.service.log' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='1.3.2'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ecf' version='3.1.0.v20100906-1425'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Import-Package: org.eclipse.core.runtime.jobs,org.eclipse.equinox.concurrent.future;version=&quot;1.0.0&quot;;resolution:=optional,org.eclipse.osgi.util;version=&quot;1.0.0&quot;,org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.service.log;version=&quot;1.3.0&quot;,org.osgi.util.tracker;version=&quot;1.3.2&quot;&#xA;Bundle-ManifestVersion: 2&#xA;Created-By: 1.5.0_22-b03 (Sun Microsystems Inc.)&#xA;Manifest-Version: 1.0&#xA;Bundle-Name: %plugin.name&#xA;Bundle-Vendor: %plugin.provider&#xA;Bundle-ActivationPolicy: lazy&#xA;Ant-Version: Apache Ant 1.7.1&#xA;Bundle-Version: 3.1.0.v20100906-1425&#xA;Export-Package: org.eclipse.ecf.core;version=&quot;3.0.0&quot;,org.eclipse.ecf.core.events,org.eclipse.ecf.core.jobs;version=&quot;1.0&quot;;x-internal:=true,org.eclipse.ecf.core.provider,org.eclipse.ecf.core.security,org.eclipse.ecf.core.start,org.eclipse.ecf.core.status;version=&quot;1.0&quot;;x-internal:=true,org.eclipse.ecf.core.user,org.eclipse.ecf.core.util,org.eclipse.ecf.internal.core;x-internal:=true&#xA;Require-Bundle: org.eclipse.equinox.common,org.eclipse.equinox.registry,org.eclipse.ecf.identity;visibility:=reexport&#xA;Bundle-Activator: org.eclipse.ecf.internal.core.ECFPlugin&#xA;Bundle-SymbolicName: org.eclipse.ecf;singleton:=true&#xA;Eclipse-LazyStart: true&#xA;Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,J2SE-1.3&#xA;Bundle-Localization: plugin
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.ppcorg.eclipse.equinox.common' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.equinox.common' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.ppc' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.common' range='3.6.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.rcp' version='3.7.0.v201009211024'>
+ <update id='org.eclipse.rcp' range='[0.0.0,3.7.0.v201009211024)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Eclipse RCP'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp' version='3.7.0.v201009211024'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.rcp' version='3.7.0.v201009211024'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.rcp' version='3.7.0.v201009211024'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Eclipse-AutoStart: true&#xA;Bundle-Name: %pluginName&#xA;Bundle-Version: 3.7.0.v201009211024&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.sdk-feature/plugins/org.eclipse.rcp;tag=v20100705&#xA;Bundle-SymbolicName: org.eclipse.rcp; singleton:=true&#xA;Bundle-Localization: plugin&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ltk.ui.refactoring.source' version='3.5.100.v20100831-0800' singleton='false'>
+ <update id='org.eclipse.ltk.ui.refactoring.source' range='[0.0.0,3.5.100.v20100831-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Refactoring UI Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ltk.ui.refactoring.source' version='3.5.100.v20100831-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ltk.ui.refactoring.source' version='3.5.100.v20100831-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ltk.ui.refactoring.source' version='3.5.100.v20100831-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.5.100.v20100831-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.ltk.ui.refactoring.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.ltk.ui.refactoring;version=&quot;3.5.100.v20100831-0800&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.jdt.apt.core' version='3.3.500.v20100727-0100'>
+ <update id='org.eclipse.jdt.apt.core' range='[0.0.0,3.3.500.v20100727-0100)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Java Annotation Processing Core'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='18'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.apt.core' version='3.3.500.v20100727-0100'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.jdt.apt.core' version='3.3.500.v20100727-0100'/>
+ <provided namespace='java.package' name='com.sun.mirror.apt' version='0.0.0'/>
+ <provided namespace='java.package' name='com.sun.mirror.declaration' version='0.0.0'/>
+ <provided namespace='java.package' name='com.sun.mirror.type' version='0.0.0'/>
+ <provided namespace='java.package' name='com.sun.mirror.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.core.build' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.core.env' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.core.internal' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.core.internal.build' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.core.internal.declaration' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.core.internal.env' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.core.internal.generatedfile' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.core.internal.type' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.core.internal.util' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.jdt.apt.core.util' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='4'>
+ <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.100,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.apache.ant' range='[1.6.5,1.8.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.jdt.apt.core' version='3.3.500.v20100727-0100'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.jdt.apt.core.internal.AptPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.jdt.apt.core;tag=v20100727-0100&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.jdt.apt.core; singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.3.500.v20100727-0100&#xA;Bundle-Localization: plugin&#xA;Export-Package: com.sun.mirror.apt,com.sun.mirror.declaration,com.sun.mirror.type,com.sun.mirror.util,org.eclipse.jdt.apt.core.build,org.eclipse.jdt.apt.core.env,org.eclipse.jdt.apt.core.internal;x-friends:=&quot;org.eclipse.jdt.apt.pluggable.core,org.eclipse.jdt.apt.tests,org.eclipse.jdt.apt.ui,org.eclipse.jdt.apt.pluggable.tests&quot;,org.eclipse.jdt.apt.core.internal.build;x-friends:=&quot;org.eclipse.jdt.apt.pluggable.core,org.eclipse.jdt.apt.tests,org.eclipse.jdt.apt.ui,org.eclipse.jdt.apt.pluggable.tests&quot;,org.eclipse.jdt.apt.core.internal.declaration;x-friends:=&quot;org.eclipse.jdt.apt.pluggable.core,org.eclipse.jdt.apt.tests,org.eclipse.jdt.apt.ui,org.eclipse.jdt.apt.pluggable.tests&quot;,org.eclipse.jdt.apt.core.internal.env;x-friends:=&quot;org.eclipse.jdt.apt.pluggable.core,org.eclipse.jdt.apt.tests,org.eclipse.jdt.apt.ui,org.eclipse.jdt.apt.pluggable.tests&quot;,org.eclipse.jdt.apt.core.internal.generatedfile;x-friends:=&quot;org.eclipse.jdt.apt.pluggable.core,org.eclipse.jdt.apt.tests,org.eclipse.jdt.apt.ui,org.eclipse.jdt.apt.pluggable.tests&quot;,org.eclipse.jdt.apt.core.internal.type;x-friends:=&quot;org.eclipse.jdt.apt.pluggable.core,org.eclipse.jdt.apt.tests,org.eclipse.jdt.apt.ui,org.eclipse.jdt.apt.pluggable.tests&quot;,org.eclipse.jdt.apt.core.internal.util;x-friends:=&quot;org.eclipse.jdt.apt.pluggable.core,org.eclipse.jdt.apt.tests,org.eclipse.jdt.apt.ui,org.eclipse.jdt.apt.pluggable.tests&quot;,org.eclipse.jdt.apt.core.util&#xA;Require-Bundle: org.eclipse.jdt.core;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.core.runtime;bundle-version=&quot;[3.5.100,4.0.0)&quot;,org.eclipse.core.resources;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.apache.ant;bundle-version=&quot;[1.6.5,1.8)&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.navigator' version='3.5.0.I20100601-0800'>
+ <update id='org.eclipse.ui.navigator' range='[0.0.0,3.5.0.I20100601-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.Plugin.providerName' value='Eclipse.org'/>
+ <property name='df_LT.Plugin.name' value='Common Navigator View'/>
+ <property name='org.eclipse.equinox.p2.name' value='%Plugin.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%Plugin.providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='13'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.navigator' version='3.5.0.I20100601-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.navigator' version='3.5.0.I20100601-0800'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.navigator' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.navigator.actions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.navigator.dnd' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.navigator.extensions' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.navigator.filters' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.navigator.framelist' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.navigator.sorters' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.navigator.wizards' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.navigator' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='3'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.4.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.navigator' version='3.5.0.I20100601-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: %Plugin.name&#xA;Bundle-Activator: org.eclipse.ui.internal.navigator.NavigatorPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.navigator;tag=I20100601-0800&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %Plugin.providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.ui.navigator; singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.5.0.I20100601-0800&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.ui.internal.navigator;x-friends:=&quot;org.eclipse.ui.navigator.ide,org.eclipse.ui.navigator.resources&quot;,org.eclipse.ui.internal.navigator.actions;x-friends:=&quot;org.eclipse.ui.navigator.ide,org.eclipse.ui.navigator.resources&quot;,org.eclipse.ui.internal.navigator.dnd;x-friends:=&quot;org.eclipse.ui.navigator.ide,org.eclipse.ui.navigator.resources&quot;,org.eclipse.ui.internal.navigator.extensions;x-friends:=&quot;org.eclipse.ui.navigator.ide,org.eclipse.ui.navigator.resources&quot;,org.eclipse.ui.internal.navigator.filters;x-friends:=&quot;org.eclipse.ui.navigator.ide,org.eclipse.ui.navigator.resources,org.eclipse.ui.tests.navigator&quot;,org.eclipse.ui.internal.navigator.framelist;x-friends:=&quot;org.eclipse.ui.navigator.ide,org.eclipse.ui.navigator.resources,org.eclipse.ui.tests.navigator&quot;,org.eclipse.ui.internal.navigator.sorters;x-internal:=true,org.eclipse.ui.internal.navigator.wizards;x-internal:=true,org.eclipse.ui.navigator&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.core.expressions;bundle-version=&quot;[3.4.0,4.0.0)&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.swt.examples.browser' version='3.1.100.v3707'>
+ <update id='org.eclipse.swt.examples.browser' range='[0.0.0,3.1.100.v3707)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.plugin.SWTBrowserExample.name' value='SWT Browser Example Plugin'/>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%plugin.SWTBrowserExample.name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.swt.examples.browser' version='3.1.100.v3707'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.swt.examples.browser' version='3.1.100.v3707'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='9'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.views' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface.text' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.swt' range='0.0.0'/>
+ <required namespace='osgi.bundle' name='org.eclipse.swt.examples' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.swt.examples.browser' version='3.1.100.v3707'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Localization: plugin&#xA;Require-Bundle: org.eclipse.ui.ide,org.eclipse.ui.views,org.eclipse.jface.text,org.eclipse.ui.workbench.texteditor,org.eclipse.ui.editors,org.eclipse.core.runtime,org.eclipse.ui,org.eclipse.swt,org.eclipse.swt.examples&#xA;Bundle-Activator: org.eclipse.swt.examples.browserexample.BrowserPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.swt.examples.browser;tag=v3707&#xA;Bundle-Name: %plugin.SWTBrowserExample.name&#xA;Bundle-Version: 3.1.100.v3707&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.swt.examples.browser; singleton:=true&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-ClassPath: browserexample.jar&#xA;Manifest-Version: 1.0
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.p2.updatesite.source' version='1.0.200.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.p2.updatesite.source' range='[0.0.0,1.0.200.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.pluginName' value='Update site repository adapter bundle (Incubation) Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.updatesite.source' version='1.0.200.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.p2.updatesite.source' version='1.0.200.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.p2.updatesite.source' version='1.0.200.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.200.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.p2.updatesite.source&#xA;Bundle-Name: %pluginName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.p2.updatesite;version=&quot;1.0.200.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.platform.ide.config.motif.hpux.ia64_32' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.platform.ide.config.motif.hpux.ia64_32' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.platform.ide' name='org.eclipse.platform.ide.config' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:);setProgramProperty(propName:osgi.splashPath,propValue:);setProgramProperty(propName:eclipse.application,propValue:);setProgramProperty(propName:eclipse.product,propValue:);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:eclipse.buildId,propValue:I20100921-1024);setProgramProperty(propName:osgi.splashPath,propValue:platform${#58}/base/plugins/org.eclipse.platform);setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);setProgramProperty(propName:eclipse.product,propValue:org.eclipse.platform.ide);setProgramProperty(propName:osgi.bundles.defaultStartLevel,propValue:4);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolingorg.eclipse.rcp.sdk.id.ini.win32.win32.x86' version='3.7.0.I20100921-1024' singleton='false'>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolingorg.eclipse.rcp.sdk.id.ini.win32.win32.x86' version='3.7.0.I20100921-1024'/>
+ <provided namespace='toolingorg.eclipse.rcp.sdk.id' name='org.eclipse.rcp.sdk.id.ini' version='3.7.0.I20100921-1024'/>
+ </provides>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
+ </filter>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='unconfigure'>
+ removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx384m);removeProgramArg(programArg:--launcher.XXMaxPermSize);removeProgramArg(programArg:256m);
+ </instruction>
+ <instruction key='configure'>
+ addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx384m);addProgramArg(programArg:--launcher.XXMaxPermSize);addProgramArg(programArg:256m);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.forms' version='3.5.100.v20100708' singleton='false'>
+ <update id='org.eclipse.ui.forms' range='[0.0.0,3.5.100.v20100708)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.name' value='Eclipse Forms'/>
+ <property name='df_LT.provider-name' value='Eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.name' value='%name'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%provider-name'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='10'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.forms' version='3.5.100.v20100708'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.forms' version='3.5.100.v20100708'/>
+ <provided namespace='java.package' name='org.eclipse.ui.forms' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.forms.editor' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.forms.events' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.forms.widgets' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.forms' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.ui.internal.forms.widgets' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='7'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.jface' range='[3.6.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.6.0,4.0.0)' optional='true'/>
+ <required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/>
+ <required namespace='java.package' name='javax.xml.parsers' range='0.0.0'/>
+ <required namespace='java.package' name='org.w3c.dom' range='0.0.0'/>
+ <required namespace='java.package' name='org.xml.sax' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.forms' version='3.5.100.v20100708'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %name&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.jface;bundle-version=&quot;[3.6.0,4.0.0)&quot;,org.eclipse.ui;bundle-version=&quot;[3.6.0,4.0.0)&quot;;resolution:=optional&#xA;Bundle-Activator: org.eclipse.ui.internal.forms.FormsPlugin&#xA;Bundle-Vendor: %provider-name&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.forms;tag=v20100708&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 3.5.100.v20100708&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.ui.forms,org.eclipse.ui.forms.editor,org.eclipse.ui.forms.events,org.eclipse.ui.forms.widgets,org.eclipse.ui.internal.forms;x-internal:=true,org.eclipse.ui.internal.forms.widgets;x-friends:=&quot;org.eclipse.ui.tests.forms&quot;&#xA;Bundle-SymbolicName: org.eclipse.ui.forms&#xA;Import-Package: com.ibm.icu.text,javax.xml.parsers,org.w3c.dom,org.xml.sax&#xA;Eclipse-LazyStart: true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.ppcorg.eclipse.update.configurator' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppcorg.eclipse.update.configurator' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.ppc' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.update.configurator' range='3.3.100.v20100512'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:);
+ </instruction>
+ <instruction key='configure'>
+ setProgramProperty(propName:org.eclipse.update.reconcile, propValue:false);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.mortbay.jetty.util' version='6.1.23.v201004211559' singleton='false'>
+ <update id='org.mortbay.jetty.util' range='[0.0.0,6.1.23.v201004211559)' severity='0'/>
+ <properties size='4'>
+ <property name='org.eclipse.equinox.p2.name' value='Jetty Utilities'/>
+ <property name='org.eclipse.equinox.p2.description' value='Utility classes for Jetty'/>
+ <property name='org.eclipse.equinox.p2.provider' value='Mort Bay Consulting'/>
+ <property name='org.eclipse.equinox.p2.doc.url' value='http://jetty.mortbay.org'/>
+ </properties>
+ <provides size='9'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.mortbay.jetty.util' version='6.1.23.v201004211559'/>
+ <provided namespace='osgi.bundle' name='org.mortbay.jetty.util' version='6.1.23.v201004211559'/>
+ <provided namespace='java.package' name='org.mortbay.log' version='6.1.23'/>
+ <provided namespace='java.package' name='org.mortbay.util.ajax' version='6.1.23'/>
+ <provided namespace='java.package' name='org.mortbay.servlet' version='6.1.23'/>
+ <provided namespace='java.package' name='org.mortbay.thread' version='6.1.23'/>
+ <provided namespace='java.package' name='org.mortbay.util' version='6.1.23'/>
+ <provided namespace='java.package' name='org.mortbay.component' version='6.1.23'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ </provides>
+ <requires size='3'>
+ <required namespace='java.package' name='org.slf4j' range='1.3.0' optional='true' greedy='false'/>
+ <required namespace='java.package' name='javax.servlet' range='0.0.0'/>
+ <required namespace='java.package' name='javax.servlet.http' range='0.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.mortbay.jetty.util' version='6.1.23.v201004211559'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Export-Package: org.mortbay.log;uses:=&quot;org.mortbay.util,org.slf4j&quot;;version=&quot;6.1.23&quot;,org.mortbay.util.ajax;uses:=&quot;org.mortbay.log,javax.servlet,org.mortbay.util,javax.servlet.http&quot;;version=&quot;6.1.23&quot;,org.mortbay.servlet;uses:=&quot;org.mortbay.log,javax.servlet,org.mortbay.util.ajax,org.mortbay.util,javax.servlet.http&quot;;version=&quot;6.1.23&quot;,org.mortbay.thread;uses:=&quot;org.mortbay.log,org.mortbay.component&quot;;version=&quot;6.1.23&quot;,org.mortbay.util;uses:=&quot;org.mortbay.log,org.mortbay.thread&quot;;version=&quot;6.1.23&quot;,org.mortbay.component;uses:=&quot;org.mortbay.log,org.mortbay.util&quot;;version=&quot;6.1.23&quot;&#xA;implementation-version: 6.1.23&#xA;Bundle-Version: 6.1.23.v201004211559&#xA;Manifest-Version: 1.0&#xA;mode: development&#xA;Created-By: 1.6.0_16 (Sun Microsystems Inc.)&#xA;Bundle-Name: Jetty Utilities&#xA;Import-Package: javax.servlet,javax.servlet.http,org.slf4j;resolution:=optional;version=&quot;1.3&quot;&#xA;Bundle-DocURL: http://jetty.mortbay.org&#xA;package: org.mortbay&#xA;Bundle-ManifestVersion: 2&#xA;Bnd-LastModified: 1270506691374&#xA;Tool: Bnd-0.0.238&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;url: http://www.eclipse.org/jetty/jetty-parent/project/modules/jetty-util&#xA;Built-By: jesse&#xA;Bundle-SymbolicName: org.mortbay.jetty.util&#xA;Originally-Created-By: 1.6.0_16 (Sun Microsystems Inc.)&#xA;Ignore-Package: org.mortbay.log,org.mortbay.util.ajax,org.mortbay.servlet,org.mortbay.thread,org.mortbay.util,org.mortbay.component&#xA;Archiver-Version: Plexus Archiver&#xA;Bundle-Description: Utility classes for Jetty&#xA;Bundle-Vendor: Mort Bay Consulting&#xA;Bundle-License: http://www.apache.org/licenses/LICENSE-2.0, http://www.eclipse.org/org/documents/epl-v10.php&#xA;Build-Jdk: 1.6.0_16
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.ppc64org.eclipse.equinox.event' version='3.7.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.ppc64org.eclipse.equinox.event' version='3.7.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.ppc64' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.equinox.event' range='1.2.0.v20100503'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:2);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.variables' version='3.2.400.v20100505'>
+ <update id='org.eclipse.core.variables' range='[0.0.0,3.2.400.v20100505)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.pluginName' value='Core Variables'/>
+ <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.variables' version='3.2.400.v20100505'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.variables' version='3.2.400.v20100505'/>
+ <provided namespace='java.package' name='org.eclipse.core.internal.variables' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.core.variables' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.3.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.variables' version='3.2.400.v20100505'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Name: %pluginName&#xA;Bundle-Activator: org.eclipse.core.variables.VariablesPlugin&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.variables;tag=v20100505&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-SymbolicName: org.eclipse.core.variables; singleton:=true&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.2.400.v20100505&#xA;Bundle-Localization: plugin&#xA;Export-Package: org.eclipse.core.internal.variables;x-internal:=true,org.eclipse.core.variables&#xA;Require-Bundle: org.eclipse.core.runtime;bundle-version=&quot;[3.3.0,4.0.0)&quot;
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.transforms.xslt' version='1.0.200.v20100503' singleton='false'>
+ <update id='org.eclipse.equinox.transforms.xslt' range='[0.0.0,1.0.200.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='XSLT Transform Provider'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='bundle'/>
+ </properties>
+ <provides size='6'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.transforms.xslt' version='1.0.200.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.transforms.xslt' version='1.0.200.v20100503'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.transforms' version='0.0.0'/>
+ <provided namespace='java.package' name='org.eclipse.equinox.internal.transforms.xslt' version='0.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='3'>
+ <required namespace='java.package' name='org.eclipse.osgi.framework.log' range='1.0.0'/>
+ <required namespace='java.package' name='org.osgi.framework' range='1.3.0'/>
+ <required namespace='java.package' name='org.osgi.util.tracker' range='1.0.0'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.transforms.xslt' version='1.0.200.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-ActivationPolicy: lazy&#xA;Bundle-Name: %bundleName&#xA;Bundle-Activator: org.eclipse.equinox.internal.transforms.xslt.Activator&#xA;Bundle-Vendor: %providerName&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:org.eclipse.equinox/components/bundles/org.eclipse.equinox.transforms.xslt;tag=v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.0.200.v20100503&#xA;Bundle-Localization: bundle&#xA;Comment-Header: Both Eclipse-LazyStart and Bundle-ActivationPolicy are specified for compatibility with 3.2&#xA;Export-Package: org.eclipse.equinox.internal.transforms;x-internal:=true,org.eclipse.equinox.internal.transforms.xslt;x-internal:=true&#xA;Bundle-SymbolicName: org.eclipse.equinox.transforms.xslt&#xA;Import-Package: org.eclipse.osgi.framework.log;version=&quot;1.0.0&quot;,org.osgi.framework;version=&quot;1.3.0&quot;,org.osgi.util.tracker;version=&quot;1.0&quot;&#xA;Eclipse-LazyStart: true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.workbench.compatibility' version='3.2.100.I20100511-0800' singleton='false'>
+ <update id='org.eclipse.ui.workbench.compatibility' range='[0.0.0,3.2.100.I20100511-0800)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Workbench Compatibility'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment-compatibility'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.workbench.compatibility' version='3.2.100.I20100511-0800'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.workbench.compatibility' version='3.2.100.I20100511-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.ui.workbench' version='3.2.100.I20100511-0800'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.ui.workbench' range='[3.0.0,4.0.0)'/>
+ <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.2.0,4.0.0)'/>
+ </requires>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.workbench.compatibility' version='3.2.100.I20100511-0800'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='2'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.4&#xA;Bundle-Localization: fragment-compatibility&#xA;Require-Bundle: org.eclipse.core.resources;bundle-version=&quot;[3.2.0,4.0.0)&quot;&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.ui.workbench.compatibility;tag=I20100511-0800&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 3.2.100.I20100511-0800&#xA;Bundle-Vendor: %providerName&#xA;Bundle-SymbolicName: org.eclipse.ui.workbench.compatibility&#xA;Fragment-Host: org.eclipse.ui.workbench;bundle-version=&quot;[3.0.0,4.0.0)&quot;&#xA;Bundle-ClassPath: compatibility.jar&#xA;Manifest-Version: 1.0
+ </instruction>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.core.filesystem.win32.x86' version='1.1.300.v20100823'>
+ <update id='org.eclipse.core.filesystem.win32.x86' range='[0.0.0,1.1.300.v20100823)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Core File System for Windows'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment'/>
+ </properties>
+ <provides size='5'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.win32.x86' version='1.1.300.v20100823'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.core.filesystem.win32.x86' version='1.1.300.v20100823'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+ <provided namespace='osgi.fragment' name='org.eclipse.core.filesystem' version='1.1.300.v20100823'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.1.0,2.0.0)'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=win32))
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.core.filesystem.win32.x86' version='1.1.300.v20100823'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Fragment-Host: org.eclipse.core.filesystem;bundle-version=&quot;[1.1.0,2.0.0)&quot;&#xA;Manifest-Version: 1.0&#xA;Bundle-Version: 1.1.300.v20100823&#xA;Eclipse-PlatformFilter: (&amp; (osgi.os=win32) (osgi.arch=x86))&#xA;Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.core.filesystem.win32.x86;tag=v20100823&#xA;Bundle-SymbolicName: org.eclipse.core.filesystem.win32.x86; singleton:=true&#xA;Bundle-Localization: fragment&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='toolinggtk.linux.x86org.eclipse.core.runtime' version='1.1.0.I20100921-1024' singleton='false'>
+ <hostRequirements size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </hostRequirements>
+ <properties size='1'>
+ <property name='org.eclipse.equinox.p2.type.fragment' value='true'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='toolinggtk.linux.x86org.eclipse.core.runtime' version='1.1.0.I20100921-1024'/>
+ <provided namespace='org.eclipse.equinox.p2.flavor' name='toolinggtk.linux.x86' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.6.100.v20100628'/>
+ <required namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' range='[1.0.0,2.0.0)' greedy='false'/>
+ </requires>
+ <filter>
+ (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
+ </filter>
+ <touchpoint id='null' version='0.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='4'>
+ <instruction key='install'>
+ installBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='uninstall'>
+ uninstallBundle(bundle:${artifact})
+ </instruction>
+ <instruction key='unconfigure'>
+ setStartLevel(startLevel:-1);markStarted(started: false);
+ </instruction>
+ <instruction key='configure'>
+ setStartLevel(startLevel:4);markStarted(started: true);
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.equinox.jsp.jasper.source' version='1.0.200.v20100421' singleton='false'>
+ <update id='org.eclipse.equinox.jsp.jasper.source' range='[0.0.0,1.0.200.v20100421)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
+ <property name='df_LT.bundleName' value='Jasper Jsp Support Bundle Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%bundleName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.jsp.jasper.source' version='1.0.200.v20100421'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.equinox.jsp.jasper.source' version='1.0.200.v20100421'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.equinox.jsp.jasper.source' version='1.0.200.v20100421'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.0.200.v20100421&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.equinox.jsp.jasper.source&#xA;Bundle-Name: %bundleName&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.equinox.jsp.jasper;version=&quot;1.0.200.v20100421&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.ui.carbon.source' version='4.0.100.I20100805-1200' singleton='false'>
+ <update id='org.eclipse.ui.carbon.source' range='[0.0.0,4.0.100.I20100805-1200)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.providerName' value='Eclipse.org'/>
+ <property name='df_LT.fragmentName' value='Eclipse UI MacOS X Enhancements Source'/>
+ <property name='org.eclipse.equinox.p2.name' value='%fragmentName'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='fragment-carbon'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.carbon.source' version='4.0.100.I20100805-1200'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.ui.carbon.source' version='4.0.100.I20100805-1200'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <filter>
+ (osgi.ws=carbon)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.ui.carbon.source' version='4.0.100.I20100805-1200'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Name: %fragmentName&#xA;Bundle-Version: 4.0.100.I20100805-1200&#xA;Eclipse-SourceBundle: org.eclipse.ui.carbon;version=&quot;4.0.100.I20100805-1200&quot;;roots:=&quot;.&quot;&#xA;Eclipse-PlatformFilter: (osgi.ws=carbon)&#xA;Bundle-SymbolicName: org.eclipse.ui.carbon.source&#xA;Bundle-Localization: fragment-carbon&#xA;Manifest-Version: 1.0&#xA;Bundle-Vendor: %providerName
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ <unit id='org.eclipse.osgi.services.source' version='3.2.100.v20100503' singleton='false'>
+ <update id='org.eclipse.osgi.services.source' range='[0.0.0,3.2.100.v20100503)' severity='0'/>
+ <properties size='5'>
+ <property name='df_LT.osgiServices' value='OSGi Release 4.2.0 Services Source'/>
+ <property name='df_LT.eclipse.org' value='Eclipse.org - Equinox'/>
+ <property name='org.eclipse.equinox.p2.name' value='%osgiServices'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%eclipse.org'/>
+ <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
+ </properties>
+ <provides size='4'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.osgi.services.source' version='3.2.100.v20100503'/>
+ <provided namespace='osgi.bundle' name='org.eclipse.osgi.services.source' version='3.2.100.v20100503'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='source' version='1.0.0'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <artifacts size='1'>
+ <artifact classifier='osgi.bundle' id='org.eclipse.osgi.services.source' version='3.2.100.v20100503'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='manifest'>
+ Bundle-ManifestVersion: 2&#xA;Bundle-Version: 3.2.100.v20100503&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.eclipse.osgi.services.source&#xA;Bundle-Name: %osgiServices&#xA;Bundle-Localization: plugin&#xA;Eclipse-SourceBundle: org.eclipse.osgi.services;version=&quot;3.2.100.v20100503&quot;;roots:=&quot;.&quot;&#xA;Bundle-Vendor: %eclipse.org
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+ </units>
+</repository>

Back to the top