Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6370cc0194185ad113dd5deb617006ed2fce5a27 (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
<?xml version="1.0" encoding="UTF-8"?>
<cs:cspec xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0" name="org.eclipse.mdt.papyrus.releng.buckminster"
	componentType="buckminster" version="0.9.0.qualifier">
	<cs:dependencies>
        <cs:dependency name="org.eclipse.sdk" componentType="eclipse.feature"/>
        <cs:dependency name="org.eclipse.pde.junit.runtime" componentType="osgi.bundle"/>
        <cs:dependency name="org.eclipse.papyrus.sdk.feature" componentType="eclipse.feature"/>
        <cs:dependency name="org.eclipse.papyrus.tests.build.feature" componentType="eclipse.feature"/>

		<!-- these are dependencies for imported packages, that are not resolved otherwise -->
        <cs:dependency name="org.w3c.dom.events" componentType="osgi.bundle"/>
        <cs:dependency name="javax.el" componentType="osgi.bundle"/>
        <cs:dependency name="org.aopalliance" componentType="osgi.bundle"/>
        <cs:dependency name="org.apache.batik.dom" componentType="osgi.bundle"/>
        <cs:dependency name="org.apache.batik.dom.svg" componentType="osgi.bundle"/>
        <cs:dependency name="org.apache.batik.parser" componentType="osgi.bundle"/>
        <cs:dependency name="org.apache.batik.css" componentType="osgi.bundle"/>
        <cs:dependency name="org.apache.batik.bridge" componentType="osgi.bundle"/>
        <cs:dependency name="org.apache.batik.transcoder" componentType="osgi.bundle"/>
        <cs:dependency name="org.apache.batik.pdf" componentType="osgi.bundle"/>
        
	</cs:dependencies>
</cs:cspec>

Back to the top