mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 09:16:02 +02:00
Bug 303083 - Rename spawner bundle to 'native'
Native more accurately reflects what we've put there. They're native utilities that can be reused by other Eclipse bundles to access native services. Also fixed up the cdt 4.4 target which had fixed version numbers for some of the dependencies and used RSE out of the Luna repo instead of their latest milestones. Change-Id: I259aa9e92212409378679a8c61bf2fffd05c67a2 Reviewed-on: https://git.eclipse.org/r/27304 Tested-by: Hudson CI Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
This commit is contained in:
parent
46b8b34661
commit
451cdd5787
59 changed files with 82 additions and 80 deletions
|
@ -4,7 +4,7 @@ Bundle-Name: %fragmentName.aix
|
|||
Bundle-SymbolicName: org.eclipse.cdt.core.aix; singleton:=true
|
||||
Bundle-Version: 5.4.0.qualifier
|
||||
Bundle-Vendor: %providerName
|
||||
Fragment-Host: org.eclipse.cdt.core.spawner;bundle-version="[5.7.0,6.0.0)"
|
||||
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[5.7.0,6.0.0)"
|
||||
Bundle-Localization: plugin
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
||||
Eclipse-PlatformFilter: (osgi.os=aix)
|
||||
|
|
|
@ -4,5 +4,5 @@ Bundle-Name: %fragmentName.linux.ia64
|
|||
Bundle-SymbolicName: org.eclipse.cdt.core.linux.ia64;singleton:=true
|
||||
Bundle-Version: 5.2.0.qualifier
|
||||
Bundle-Vendor: %providerName
|
||||
Fragment-Host: org.eclipse.cdt.core.spawner;bundle-version="[5.7.0,6.0.0)"
|
||||
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[5.7.0,6.0.0)"
|
||||
Bundle-Localization: plugin
|
||||
|
|
|
@ -4,6 +4,6 @@ Bundle-Name: %fragmentName.linux.ppc
|
|||
Bundle-SymbolicName: org.eclipse.cdt.core.linux.ppc;singleton:=true
|
||||
Bundle-Version: 5.2.0.qualifier
|
||||
Bundle-Vendor: %providerName
|
||||
Fragment-Host: org.eclipse.cdt.core.spawner;bundle-version="[5.7.0,6.0.0)"
|
||||
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[5.7.0,6.0.0)"
|
||||
Bundle-Localization: plugin
|
||||
Eclipse-PlatformFilter: (&(osgi.os=linux)(osgi.arch=ppc))
|
||||
|
|
|
@ -4,6 +4,6 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Localization: plugin
|
||||
Bundle-Name: %fragmentName.linux.ppc64
|
||||
Bundle-Version: 5.2.0.qualifier
|
||||
Fragment-Host: org.eclipse.cdt.core.spawner;bundle-version="[5.7.0,6.0.0)"
|
||||
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[5.7.0,6.0.0)"
|
||||
Bundle-Vendor: %providerName
|
||||
Eclipse-PlatformFilter: (&(osgi.os=linux)(osgi.arch=ppc64))
|
||||
|
|
|
@ -4,6 +4,6 @@ Bundle-Name: %fragmentName.linux.x86
|
|||
Bundle-SymbolicName: org.eclipse.cdt.core.linux.x86;singleton:=true
|
||||
Bundle-Version: 5.3.0.qualifier
|
||||
Bundle-Vendor: %providerName
|
||||
Fragment-Host: org.eclipse.cdt.core.spawner;bundle-version="[5.7.0,6.0.0)"
|
||||
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[5.7.0,6.0.0)"
|
||||
Bundle-Localization: plugin
|
||||
Eclipse-PlatformFilter: (&(osgi.os=linux)(osgi.arch=x86))
|
||||
|
|
|
@ -4,6 +4,6 @@ Bundle-Name: %fragmentName.linux.x86_64
|
|||
Bundle-SymbolicName: org.eclipse.cdt.core.linux.x86_64;singleton:=true
|
||||
Bundle-Version: 5.3.0.qualifier
|
||||
Bundle-Vendor: %providerName
|
||||
Fragment-Host: org.eclipse.cdt.core.spawner;bundle-version="[5.7.0,6.0.0)"
|
||||
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[5.7.0,6.0.0)"
|
||||
Bundle-Localization: plugin
|
||||
Eclipse-PlatformFilter: (&(osgi.os=linux)(osgi.arch=x86_64))
|
||||
|
|
|
@ -4,7 +4,7 @@ Bundle-Name: %fragmentName.linux
|
|||
Bundle-SymbolicName: org.eclipse.cdt.core.linux; singleton:=true
|
||||
Bundle-Version: 5.3.0.qualifier
|
||||
Bundle-Vendor: %providerName
|
||||
Fragment-Host: org.eclipse.cdt.core.spawner;bundle-version="[5.7.0,6.0.0)"
|
||||
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[5.7.0,6.0.0)"
|
||||
Bundle-Localization: plugin
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
||||
Eclipse-PlatformFilter: (osgi.os=linux)
|
||||
|
|
|
@ -4,7 +4,7 @@ Bundle-Name: %fragmentName.macosx
|
|||
Bundle-SymbolicName: org.eclipse.cdt.core.macosx; singleton:=true
|
||||
Bundle-Version: 5.3.0.qualifier
|
||||
Bundle-Vendor: %providerName
|
||||
Fragment-Host: org.eclipse.cdt.core.spawner;bundle-version="[5.7.0,6.0.0)"
|
||||
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[5.7.0,6.0.0)"
|
||||
Bundle-Localization: plugin
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
||||
Eclipse-PlatformFilter: (osgi.os=macosx)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.eclipse.cdt.core.spawner</name>
|
||||
<name>org.eclipse.cdt.core.native</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
|
@ -1,7 +1,7 @@
|
|||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.core.spawner; singleton:=true
|
||||
Bundle-SymbolicName: org.eclipse.cdt.core.native;singleton:=true
|
||||
Bundle-Version: 5.7.0.qualifier
|
||||
Bundle-Activator: org.eclipse.cdt.internal.core.spawner.CSpawnerPlugin
|
||||
Bundle-Vendor: %providerName
|
|
@ -9,8 +9,7 @@
|
|||
# IBM Corporation - initial API and implementation
|
||||
# Martin Oberhuber (Wind River) - [303083] Split out the Spawner
|
||||
###############################################################################
|
||||
bin.includes = plugin.xml,\
|
||||
plugin.properties,\
|
||||
bin.includes = plugin.properties,\
|
||||
about.html,\
|
||||
.,\
|
||||
META-INF/
|
28
core/org.eclipse.cdt.core.native/plugin.properties
Executable file
28
core/org.eclipse.cdt.core.native/plugin.properties
Executable file
|
@ -0,0 +1,28 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2003, 2014 IBM Corporation and others.
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
# http://www.eclipse.org/legal/epl-v10.html
|
||||
#
|
||||
# Contributors:
|
||||
# IBM Corporation - initial API and implementation
|
||||
# Anton Leherbauer (Wind River Systems)
|
||||
# Martin Oberhuber (Wind River) - [303083] Split out the Spawner
|
||||
###############################################################################
|
||||
pluginName=C/C++ Development Tools Core Native Utilities
|
||||
providerName=Eclipse CDT
|
||||
|
||||
fragmentName.aix = C/C++ Development Tools Core Native Utilities for AIX
|
||||
fragmentName.linux = C/C++ Development Tools Core Native Utilities for Linux
|
||||
fragmentName.linux.ia64 = C/C++ Development Tools Core Native Utilities for Linux (ia64)
|
||||
fragmentName.linux.ppc = C/C++ Development Tools Core Native Utilities for Linux (ppc)
|
||||
fragmentName.linux.ppc64 = C/C++ Development Tools Core Native Utilities for Linux (ppc64)
|
||||
fragmentName.linux.x86 = C/C++ Development Tools Core Native Utilities for Linux (x86)
|
||||
fragmentName.linux.x86_64 = C/C++ Development Tools Core Native Utilities for Linux (x86_64)
|
||||
fragmentName.qnx = C/C++ Development Tools Core Native Utilities for QNX
|
||||
fragmentName.solaris = C/C++ Development Tools Core Native Utilities for Solaris
|
||||
fragmentName.win32 = C/C++ Development Tools Core Native Utilities for Windows
|
||||
fragmentName.win32.x86 = C/C++ Development Tools Core Native Utilities for Windows (x86)
|
||||
fragmentName.win32.x86_64 = C/C++ Development Tools Core Native Utilities for Windows (x86_64)
|
||||
fragmentName.macosx = C/C++ Development Tools Core Native Utilities for MacOS X
|
|
@ -12,6 +12,6 @@
|
|||
</parent>
|
||||
|
||||
<version>5.7.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.core.spawner</artifactId>
|
||||
<artifactId>org.eclipse.cdt.core.native</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
|
@ -5,6 +5,6 @@ Bundle-SymbolicName: org.eclipse.cdt.core.qnx; singleton:=true
|
|||
Bundle-Version: 5.2.0.qualifier
|
||||
Bundle-ClassPath: cdt_qnx.jar
|
||||
Bundle-Vendor: %providerName
|
||||
Fragment-Host: org.eclipse.cdt.core.spawner;bundle-version="[5.7.0,6.0.0)"
|
||||
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[5.7.0,6.0.0)"
|
||||
Bundle-Localization: plugin
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
||||
|
|
|
@ -4,7 +4,7 @@ Bundle-Name: %fragmentName.solaris
|
|||
Bundle-SymbolicName: org.eclipse.cdt.core.solaris; singleton:=true
|
||||
Bundle-Version: 5.3.0.qualifier
|
||||
Bundle-Vendor: %providerName
|
||||
Fragment-Host: org.eclipse.cdt.core.spawner;bundle-version="[5.7.0,6.0.0)"
|
||||
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[5.7.0,6.0.0)"
|
||||
Bundle-Localization: plugin
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
||||
Eclipse-PlatformFilter: (&(osgi.os=solaris)(osgi.arch=sparc))
|
||||
|
|
|
@ -1,28 +0,0 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2003, 2014 IBM Corporation and others.
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
# http://www.eclipse.org/legal/epl-v10.html
|
||||
#
|
||||
# Contributors:
|
||||
# IBM Corporation - initial API and implementation
|
||||
# Anton Leherbauer (Wind River Systems)
|
||||
# Martin Oberhuber (Wind River) - [303083] Split out the Spawner
|
||||
###############################################################################
|
||||
pluginName=C/C++ Development Tools Core Spawner
|
||||
providerName=Eclipse CDT
|
||||
|
||||
fragmentName.aix = C/C++ Development Tools Core for AIX
|
||||
fragmentName.linux = C/C++ Development Tools Core for Linux
|
||||
fragmentName.linux.ia64 = C/C++ Development Tools Core for Linux (ia64)
|
||||
fragmentName.linux.ppc = C/C++ Development Tools Core for Linux (ppc)
|
||||
fragmentName.linux.ppc64 = C/C++ Development Tools Core for Linux (ppc64)
|
||||
fragmentName.linux.x86 = C/C++ Development Tools Core for Linux (x86)
|
||||
fragmentName.linux.x86_64 = C/C++ Development Tools Core for Linux (x86_64)
|
||||
fragmentName.qnx = C/C++ Development Tools Core for QNX
|
||||
fragmentName.solaris = C/C++ Development Tools Core for Solaris
|
||||
fragmentName.win32 = C/C++ Development Tools Core for Windows
|
||||
fragmentName.win32.x86 = C/C++ Development Tools Core for Windows (x86)
|
||||
fragmentName.win32.x86_64 = C/C++ Development Tools Core for Windows (x86_64)
|
||||
fragmentName.macosx = C/C++ Development Tools Core for MacOS X
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?eclipse version="3.0"?>
|
||||
<plugin>
|
||||
<!-- Empty dummy plugin.xml just to allow fragment.xml files to contribute -->
|
||||
</plugin>
|
|
@ -4,7 +4,7 @@ Bundle-Name: %fragmentName.win32.x86
|
|||
Bundle-SymbolicName: org.eclipse.cdt.core.win32.x86;singleton:=true
|
||||
Bundle-Version: 5.3.0.qualifier
|
||||
Bundle-Vendor: %providerName
|
||||
Fragment-Host: org.eclipse.cdt.core.spawner;bundle-version="[5.7.0,6.0.0)"
|
||||
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[5.7.0,6.0.0)"
|
||||
Bundle-Localization: plugin
|
||||
Eclipse-PlatformFilter: (&(osgi.os=win32)(osgi.arch=x86))
|
||||
Eclipse-BundleShape: dir
|
||||
|
|
|
@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Name: %fragmentName.win32.x86_64
|
||||
Bundle-SymbolicName: org.eclipse.cdt.core.win32.x86_64;singleton:=true
|
||||
Bundle-Version: 5.3.0.qualifier
|
||||
Fragment-Host: org.eclipse.cdt.core.spawner;bundle-version="[5.7.0,6.0.0)"
|
||||
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[5.7.0,6.0.0)"
|
||||
Eclipse-PlatformFilter: (&(osgi.os=win32)(osgi.arch=x86_64))
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
|
|
|
@ -4,7 +4,7 @@ Bundle-Name: %fragmentName.win32
|
|||
Bundle-SymbolicName: org.eclipse.cdt.core.win32; singleton:=true
|
||||
Bundle-Version: 5.4.0.qualifier
|
||||
Bundle-Vendor: %providerName
|
||||
Fragment-Host: org.eclipse.cdt.core.spawner;bundle-version="[5.7.0,6.0.0)"
|
||||
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[5.7.0,6.0.0)"
|
||||
Bundle-Localization: plugin
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
||||
Eclipse-PlatformFilter: (osgi.os=win32)
|
||||
|
|
|
@ -111,7 +111,7 @@ Export-Package: org.eclipse.cdt.core;org.eclipse.cdt.core=split;mandatory=org.ec
|
|||
org.eclipse.cdt.utils.som.parser,
|
||||
org.eclipse.cdt.utils.xcoff,
|
||||
org.eclipse.cdt.utils.xcoff.parser
|
||||
Require-Bundle: org.eclipse.cdt.core.spawner;bundle-version="[5.7.0,6.0.0)";visibility:=reexport,
|
||||
Require-Bundle: org.eclipse.cdt.core.native;bundle-version="[5.7.0,6.0.0)";visibility:=reexport,
|
||||
org.eclipse.core.contenttype;bundle-version="[3.3.0,4.0.0)",
|
||||
org.eclipse.core.expressions;bundle-version="[3.2.0,4.0.0)",
|
||||
org.eclipse.core.filebuffers;bundle-version="[3.2.0,4.0.0)",
|
||||
|
|
11
pom.xml
11
pom.xml
|
@ -43,9 +43,7 @@
|
|||
</licenses>
|
||||
|
||||
<modules>
|
||||
<module>releng/org.eclipse.cdt</module>
|
||||
<module>core/org.eclipse.cdt.core</module>
|
||||
<module>core/org.eclipse.cdt.core.spawner</module>
|
||||
<module>core/org.eclipse.cdt.core.native</module>
|
||||
<module>core/org.eclipse.cdt.core.linux</module>
|
||||
<module>core/org.eclipse.cdt.core.linux.x86</module>
|
||||
<module>core/org.eclipse.cdt.core.linux.x86_64</module>
|
||||
|
@ -56,6 +54,11 @@
|
|||
<module>core/org.eclipse.cdt.core.macosx</module>
|
||||
<module>core/org.eclipse.cdt.core.aix</module>
|
||||
<module>core/org.eclipse.cdt.core.solaris</module>
|
||||
<module>releng/org.eclipse.cdt.native-feature</module>
|
||||
<module>releng/org.eclipse.cdt.native.source-feature</module>
|
||||
|
||||
<module>releng/org.eclipse.cdt</module>
|
||||
<module>core/org.eclipse.cdt.core</module>
|
||||
<module>codan/org.eclipse.cdt.codan.core</module>
|
||||
<module>codan/org.eclipse.cdt.codan.ui</module>
|
||||
<module>codan/org.eclipse.cdt.codan.core.cxx</module>
|
||||
|
@ -74,8 +77,6 @@
|
|||
<module>dsf/org.eclipse.cdt.dsf.ui</module>
|
||||
<module>releng/org.eclipse.cdt.platform-feature</module>
|
||||
<module>releng/org.eclipse.cdt.platform.source-feature</module>
|
||||
<module>releng/org.eclipse.cdt.spawner-feature</module>
|
||||
<module>releng/org.eclipse.cdt.spawner.source-feature</module>
|
||||
|
||||
<module>build/org.eclipse.cdt.managedbuilder.gnu.ui</module>
|
||||
<module>build/org.eclipse.cdt.gnu.build-feature</module>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.eclipse.cdt.spawner-feature</name>
|
||||
<name>org.eclipse.cdt.native-feature</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
@ -16,7 +16,7 @@
|
|||
# This file should be translated.
|
||||
|
||||
# "featureName" property - name of the feature
|
||||
featureName=C/C++ Development Platform Spawner
|
||||
featureName=C/C++ Development Tooling Native Utilities
|
||||
|
||||
# "providerName" property - name of the company that provides the feature
|
||||
providerName=Eclipse CDT
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<feature
|
||||
id="org.eclipse.cdt.spawner"
|
||||
id="org.eclipse.cdt.native"
|
||||
label="%featureName"
|
||||
version="8.4.0.qualifier"
|
||||
provider-name="%providerName"
|
||||
|
@ -20,7 +20,7 @@
|
|||
</license>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.cdt.core.spawner"
|
||||
id="org.eclipse.cdt.core.native"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
|
@ -12,6 +12,6 @@
|
|||
</parent>
|
||||
|
||||
<groupId>org.eclipse.cdt.features</groupId>
|
||||
<artifactId>org.eclipse.cdt.spawner</artifactId>
|
||||
<artifactId>org.eclipse.cdt.native</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.eclipse.cdt.spawner.source-feature</name>
|
||||
<name>org.eclipse.cdt.native.source-feature</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
@ -16,7 +16,7 @@
|
|||
# This file should be translated.
|
||||
|
||||
# "featureName" property - name of the feature
|
||||
featureName=C/C++ Development Platform Spawner Source
|
||||
featureName=C/C++ Development Tooling Native Utilities Source
|
||||
|
||||
# "providerName" property - name of the company that provides the feature
|
||||
providerName=Eclipse CDT
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<feature
|
||||
id="org.eclipse.cdt.spawner.source"
|
||||
id="org.eclipse.cdt.native.source"
|
||||
label="%featureName"
|
||||
version="8.4.0.qualifier"
|
||||
provider-name="%providerName"
|
||||
|
@ -20,7 +20,7 @@
|
|||
</license>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.cdt.core.spawner.source"
|
||||
id="org.eclipse.cdt.core.native.source"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
|
@ -12,6 +12,6 @@
|
|||
</parent>
|
||||
|
||||
<groupId>org.eclipse.cdt.features</groupId>
|
||||
<artifactId>org.eclipse.cdt.spawner.source</artifactId>
|
||||
<artifactId>org.eclipse.cdt.native.source</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
|
@ -20,7 +20,7 @@
|
|||
</license>
|
||||
|
||||
<includes
|
||||
id="org.eclipse.cdt.spawner"
|
||||
id="org.eclipse.cdt.native"
|
||||
version="0.0.0"/>
|
||||
|
||||
<plugin
|
||||
|
|
|
@ -19,6 +19,10 @@
|
|||
%license
|
||||
</license>
|
||||
|
||||
<includes
|
||||
id="org.eclipse.cdt.native.source"
|
||||
version="0.0.0"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.cdt.core.source"
|
||||
download-size="0"
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
id="org.eclipse.cdt.platform.source"
|
||||
version="0.0.0"/>
|
||||
|
||||
<includes
|
||||
id="org.eclipse.cdt.spawner.source"
|
||||
version="0.0.0"/>
|
||||
|
||||
<includes
|
||||
id="org.eclipse.cdt.gnu.build.source"
|
||||
version="0.0.0"/>
|
||||
|
|
|
@ -8,4 +8,11 @@
|
|||
</buildSpec>
|
||||
<natures>
|
||||
</natures>
|
||||
<linkedResources>
|
||||
<link>
|
||||
<name>parent-pom.xml</name>
|
||||
<type>1</type>
|
||||
<locationURI>PARENT-2-PROJECT_LOC/pom.xml</locationURI>
|
||||
</link>
|
||||
</linkedResources>
|
||||
</projectDescription>
|
||||
|
|
|
@ -2,16 +2,16 @@
|
|||
<?pde version="3.8"?><target name="cdt_e4.4" sequenceNumber="15">
|
||||
<locations>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.jetty.bundles.f.feature.group" version="8.1.11.201307080411"/>
|
||||
<unit id="org.eclipse.jetty.bundles.f.feature.group" version="0.0.0"/>
|
||||
<repository location="http://download.eclipse.org/jetty/updates/jetty-bundles-8.x"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.apache.log4j" version="1.2.15.v201012070815"/>
|
||||
<unit id="org.apache.log4j.source" version="1.2.15.v201012070815"/>
|
||||
<unit id="net.sourceforge.lpg.lpgjavaruntime" version="1.1.0.v201004271650"/>
|
||||
<unit id="org.junit" version="4.8.2.v4_8_2_v20130308-0413"/>
|
||||
<unit id="org.junit.source" version="4.8.2.v4_8_2_v20130308-0413"/>
|
||||
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20130517111416/repository/"/>
|
||||
<unit id="org.apache.log4j" version="0.0.0"/>
|
||||
<unit id="org.apache.log4j.source" version="0.0.0"/>
|
||||
<unit id="net.sourceforge.lpg.lpgjavaruntime" version="0.0.0"/>
|
||||
<unit id="org.junit" version="0.0.0"/>
|
||||
<unit id="org.junit.source" version="0.0.0"/>
|
||||
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
|
||||
|
@ -21,7 +21,7 @@
|
|||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.rse.feature.group" version="0.0.0"/>
|
||||
<repository location="http://download.eclipse.org/releases/luna/"/>
|
||||
<repository location="http://download.eclipse.org/tm/updates/3.6milestones/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue