Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ef75f054867da8d8bad601482926edd5d8179f56 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="UTF-8"?>
<cs:cspecExtension xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0">
	<cs:dependencies>
		<cs:dependency name="org.eclipse.emf.cdo.site" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.emf.cdo.examples.server" componentType="osgi.bundle"/>
		<cs:dependency name="org.eclipse.emf.cdo.efs" componentType="osgi.bundle"/>
		<cs:dependency name="org.eclipse.emf.cdo.ui.efs" componentType="osgi.bundle"/>

		<cs:dependency name="org.eclipse.equinox.executable" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.platform" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.platform.source" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.jdt" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.jdt.source" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.pde" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.pde.source" componentType="eclipse.feature"/>

		<cs:dependency name="org.eclipse.emf.base" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.emf.base.source" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.emf" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.emf.source" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.ocl" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.ocl.source" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.emf.transaction" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.emf.transaction.source" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.emf.workspace" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.emf.workspace.source" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.emf.teneo.hibernate" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.emf.teneo.hibernate.source" componentType="eclipse.feature"/>

		<cs:dependency name="org.eclipse.zest" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.zest.source" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.gef" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.gef.source" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.gmf" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.gmf.source" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.emf.mwe.core" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.emf.mwe2.runtime.sdk" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.emf.ecoretools" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.emf.ecoretools.source" componentType="eclipse.feature"/>

		<cs:dependency name="org.eclipse.swtbot" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.swtbot.eclipse" componentType="eclipse.feature"/>
		<cs:dependency name="org.eclipse.swtbot.eclipse.gef" componentType="eclipse.feature"/>

		<!--
		<cs:dependency name="org.eclipse.xtext.sdk" componentType="eclipse.feature"/>
		-->

		<!--
		<cs:dependency name="org.eclipse.rap.rwt.source" componentType="osgi.bundle"/>
		<cs:dependency name="org.eclipse.rap.rwt.q07" componentType="osgi.bundle"/>
		<cs:dependency name="org.eclipse.rap.rwt.q07.source" componentType="osgi.bundle"/>
		<cs:dependency name="org.eclipse.rap.jface.source" componentType="osgi.bundle"/>
		<cs:dependency name="org.eclipse.rap.ui.source" componentType="osgi.bundle"/>
		<cs:dependency name="org.eclipse.rap.ui.forms.source" componentType="osgi.bundle"/>
		<cs:dependency name="org.eclipse.rap.ui.views.source" componentType="osgi.bundle"/>
		<cs:dependency name="org.eclipse.rap.ui.workbench.source" componentType="osgi.bundle"/>
		-->

		<cs:dependency name="com.mysql.jdbc" componentType="eclipse.feature"/>
		<cs:dependency name="org.hsqldb" componentType="eclipse.feature"/>
		<cs:dependency name="org.postgresql.jdbc3" componentType="eclipse.feature"/>
		<cs:dependency name="com.db4o" componentType="eclipse.feature"/>

		<cs:dependency name="org.hibernate" componentType="eclipse.feature"/>
		<cs:dependency name="org.dom4j" componentType="eclipse.feature"/>
		<cs:dependency name="javax.persistence" componentType="eclipse.feature"/>

		<!--
		<cs:dependency name="com.google.collect" componentType="osgi.bundle"/>
		<cs:dependency name="com.google.collect.source" componentType="osgi.bundle"/>
		<cs:dependency name="com.google.inject" componentType="osgi.bundle"/>
		<cs:dependency name="com.google.inject.source" componentType="osgi.bundle"/>
		-->

	</cs:dependencies>
</cs:cspecExtension>

Back to the top