Skip to main content
summaryrefslogtreecommitdiffstats
blob: dbf46dc80cdf8eff050c57a07075835e30ef92aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<cspecExtension
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0"
	xmlns="http://www.eclipse.org/buckminster/CSpec-1.0">
	<dependencies>
		<dependency name="org.eclipse.platform" componentType="eclipse.feature"/>
		<dependency name="org.eclipse.equinox.concurrent" componentType="osgi.bundle"/>
		<dependency name="org.apache.commons.httpclient" componentType="osgi.bundle"/>
		<!-- Explicitly reflect the import-package dependency as defined by -->
		<!-- org.apache.httpcomponents.httpclient 4.1.2, because Buckminster -->
		<!-- does not handle import-package definitions and thus needs a little -->
		<!-- help figuring out what bundle to select -->
		<dependency name="org.apache.commons.logging" versionDesignator="1.1.1" componentType="osgi.bundle"/>
		<dependency name="org.apache.commons.codec" componentType="osgi.bundle"/>
		<!-- Add filetransfer tests -->
		<dependency name="org.eclipse.ecf.tests.filetransfer.feature" componentType="eclipse.feature"/>
	</dependencies>
	<generators>
		<!-- Place your Generators here -->
	</generators>
	<artifacts>
		<!-- Place your Artifacts here -->
	</artifacts>
	<actions>
		<!-- Place your Actions here -->
	</actions>
	<groups>
		<!-- Place your Groups here -->
	</groups>
	<alterDependencies>
		<!-- Place your Dependencies alterations here -->
	</alterDependencies>
	<alterArtifacts>
		<!-- Place your Artifact alterations here -->
	</alterArtifacts>
	<alterActions>
		<!-- Place your Action alterations here -->
	</alterActions>
	<alterGroups>
		<!-- Place your Group alterations here -->
	</alterGroups>
</cspecExtension>

Back to the top