Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2012-08-16 14:11:45 +0000
committerslewis2012-08-16 14:11:45 +0000
commit133dd81d591447ada8112a5003fd676f7a6ce268 (patch)
tree63f4ff62eb9cad429757ef1c71cb961fdbb4bc90
parent5a4edc3b3b38c87ce3bc2017e57421aa42e9bad5 (diff)
downloadorg.eclipse.simrel.build-133dd81d591447ada8112a5003fd676f7a6ce268.tar.gz
org.eclipse.simrel.build-133dd81d591447ada8112a5003fd676f7a6ce268.tar.xz
org.eclipse.simrel.build-133dd81d591447ada8112a5003fd676f7a6ce268.zip
Changing enabled to 'true' for ECF project
-rw-r--r--ecf.b3aggrcon2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecf.b3aggrcon b/ecf.b3aggrcon
index d7ddf0e7d..a650d4cb7 100644
--- a/ecf.b3aggrcon
+++ b/ecf.b3aggrcon
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ASCII"?>
-<aggregator:Contribution xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:aggregator="http://www.eclipse.org/b3/2011/aggregator/1.1.0" enabled="false" label="ECF">
+<aggregator:Contribution xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:aggregator="http://www.eclipse.org/b3/2011/aggregator/1.1.0" enabled="true" label="ECF">
<repositories location="http://download.eclipse.org/rt/ecf/3.5.6/site.p2" description="ECF updates">
<features name="org.eclipse.ecf.core.feature.group" versionRange="3.5.6.v20120610-1946">
<categories href="simrel.b3aggr#//@customCategories[identifier='Collaboration']"/>

Back to the top