Skip to content

Commit 81f811a

Browse files
authored
Merge pull request #98 from scottslewis/master
Added bndtools support functionality and removed bndtools support from build
2 parents 5fb3d40 + 14a0676 commit 81f811a

File tree

13 files changed

+202
-974
lines changed

13 files changed

+202
-974
lines changed

Diff for: pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
<module>tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi</module>
209209

210210
<module>tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde</module>
211-
<module>tooling/plugins/org.eclipse.ecf.remoteservices.tooling.bndtools</module>
211+
<!-- <module>tooling/plugins/org.eclipse.ecf.remoteservices.tooling.bndtools</module>-->
212212

213213
<module>releng/features/org.eclipse.ecf.console.feature</module>
214214
<module>releng/features/org.eclipse.ecf.core</module>
@@ -244,7 +244,7 @@
244244
<module>releng/features/org.eclipse.ecf.tests.feature</module>
245245
<module>releng/features/org.eclipse.ecf.tests.filetransfer.feature</module>
246246
<module>releng/features/org.eclipse.ecf.xmpp.feature</module>
247-
<module>releng/features/org.eclipse.ecf.remoteservices.tooling.bndtools.feature</module>
247+
<!-- <module>releng/features/org.eclipse.ecf.remoteservices.tooling.bndtools.feature</module>-->
248248

249249
<module>releng/org.eclipse.ecf.releng.target</module>
250250
<module>releng/org.eclipse.ecf.releng.repository</module>

Diff for: releng/features/org.eclipse.ecf.core/feature.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,11 @@
209209
version="0.0.0"
210210
unpack="false"/>
211211

212-
<plugin
212+
<!-- <plugin
213213
id="org.eclipse.ecf.remoteservices.tooling.bndtools"
214214
download-size="0"
215215
install-size="0"
216216
version="0.0.0"
217217
unpack="false"/>
218-
218+
-->
219219
</feature>

Diff for: releng/features/org.eclipse.ecf.remoteservices.tooling.bndtools.feature/feature.xml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<feature
33
id="org.eclipse.ecf.remoteservices.tooling.bndtools.feature"
4-
label="ECF Bndtools Support"
5-
version="1.1.0.qualifier"
4+
label="ECF Remote Services Bndtools Support"
5+
version="1.2.0.qualifier"
66
provider-name="%featureProvider">
77

88
<description url="http://www.example.com/description">
@@ -17,6 +17,10 @@
1717
[Enter License Description here.]
1818
</license>
1919

20+
<requires>
21+
<import feature="bndtools.main.feature" version="7.1.0" match="compatible"/>
22+
</requires>
23+
2024
<plugin
2125
id="org.eclipse.ecf.remoteservices.tooling.bndtools"
2226
download-size="0"

Diff for: releng/features/org.eclipse.ecf.remoteservices.tooling.bndtools.feature/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<relativePath>../../../</relativePath>
1010
</parent>
1111
<artifactId>org.eclipse.ecf.remoteservices.tooling.bndtools.feature</artifactId>
12-
<version>1.1.0-SNAPSHOT</version>
12+
<version>1.2.0-SNAPSHOT</version>
1313
<packaging>eclipse-feature</packaging>
1414
</project>

Diff for: releng/org.eclipse.ecf.releng.repository/category.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,13 @@
129129
<feature id="org.eclipse.ecf.xmpp.feature.source" version="0.0.0">
130130
<category name="other"/>
131131
</feature>
132-
<feature id="org.eclipse.ecf.remoteservices.tooling.bndtools.feature">
132+
<!-- <feature id="org.eclipse.ecf.remoteservices.tooling.bndtools.feature">
133133
<category name="bndtools"/>
134134
</feature>
135-
<category-def name="sdk" label="ECF SDK for Eclipse"/>
135+
--> <category-def name="sdk" label="ECF SDK for Eclipse"/>
136136
<category-def name="core" label="ECF Core Features"/>
137137
<category-def name="core sources" label="ECF Core Source Features"/>
138138
<category-def name="remoteservices" label="ECF Remote Services SDK"/>
139139
<category-def name="other" label="Other ECF Features"/>
140-
<category-def name="bndtools" label="ECF Bndtools Core Support"/>
141-
</site>
140+
<!-- <category-def name="bndtools" label="ECF Bndtools Core Support"/>
141+
--></site>

0 commit comments

Comments
 (0)