Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Jongman2012-09-11 10:23:45 +0000
committerWim Jongman2012-09-11 10:23:45 +0000
commit68f215821226d226e9595035a368d02a1390d5ef (patch)
tree150f919a432328ad4097a10e258d499b163a57c9 /releng/features
parent77dcfff595e0032a1f92cbe885766bea5147731b (diff)
downloadorg.eclipse.ecf-68f215821226d226e9595035a368d02a1390d5ef.tar.gz
org.eclipse.ecf-68f215821226d226e9595035a368d02a1390d5ef.tar.xz
org.eclipse.ecf-68f215821226d226e9595035a368d02a1390d5ef.zip
Bug 251740 - Added httpclient4 to the sdk and pimped p2 update site.
The was done by moving the filetransfer patch into its own category, moving the filetransfer features into their own category and creating an "Uncategorized" category for uncategorized features. The latter is done in build.properties. https://bugs.eclipse.org/bugs/show_bug.cgi?id=251740
Diffstat (limited to 'releng/features')
-rw-r--r--releng/features/org.eclipse.ecf.sdk/build.properties12
-rw-r--r--releng/features/org.eclipse.ecf.sdk/feature.xml4
2 files changed, 14 insertions, 2 deletions
diff --git a/releng/features/org.eclipse.ecf.sdk/build.properties b/releng/features/org.eclipse.ecf.sdk/build.properties
index c31a427f5..dce85d47f 100644
--- a/releng/features/org.eclipse.ecf.sdk/build.properties
+++ b/releng/features/org.eclipse.ecf.sdk/build.properties
@@ -10,7 +10,15 @@ generate.feature@org.eclipse.ecf.core.featurepatch.source=org.eclipse.ecf.core.f
generate.feature@org.eclipse.ecf.remoteservice.sdk.feature.source=org.eclipse.ecf.remoteservice.sdk.feature
category.id.core=Eclipse Communication Framework (ECF)
category.desciption.core=Category for the ECF Target Components
-category.members.core=org.eclipse.ecf.core,org.eclipse.ecf.core.featurepatch,org.eclipse.ecf.remoteservice.sdk.feature,org.eclipse.ecf.core.source,org.eclipse.ecf.core.featurepatch.source,org.eclipse.ecf.remoteservice.sdk.feature.source
-
+category.members.core=org.eclipse.ecf.core,org.eclipse.ecf.remoteservice.sdk.feature,org.eclipse.ecf.core.source,org.eclipse.ecf.remoteservice.sdk.feature.source
+category.id.ftpatch=Eclipse Communication Framework File Transfer Feature Patch (ECF)
+category.desciption.ftpatch=Category for the ECF File Transfer Feature Patch
+category.members.ftpatch=org.eclipse.ecf.core.featurepatch,org.eclipse.ecf.core.featurepatch.source
+category.id.ft=Eclipse Communication Framework File Transfer Features (ECF)
+category.desciption.ft=Category for the ECF File Transfer Features
+category.members.ft=org.eclipse.ecf.filetransfer.httpclient.feature,org.eclipse.ecf.filetransfer.feature,org.eclipse.ecf.filetransfer.httpclient4.feature
+category.id.dft=Eclipse Communication Framework Uncategorized Features (ECF)
+category.desciption.dft=Category for the ECF Uncategorized Features
+category.default=dft
\ No newline at end of file
diff --git a/releng/features/org.eclipse.ecf.sdk/feature.xml b/releng/features/org.eclipse.ecf.sdk/feature.xml
index a1d2160de..a5881e10f 100644
--- a/releng/features/org.eclipse.ecf.sdk/feature.xml
+++ b/releng/features/org.eclipse.ecf.sdk/feature.xml
@@ -327,4 +327,8 @@ limitations under the License.
id="org.eclipse.ecf.filetransfer.feature"
version="0.0.0"/>
+ <includes
+ id="org.eclipse.ecf.filetransfer.httpclient4.feature"
+ version="0.0.0"/>
+
</feature>

Back to the top