Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaloyan Raev2017-08-23 08:44:14 +0000
committerKaloyan Raev2017-08-23 08:44:14 +0000
commit528beb51df01011977c015c5b2c24eb83a4a38fa (patch)
tree80479a85f11df2ef3c95234d899e17a7baaf55ea /pdt.aggrcon
parent4af864bcdfa31e3ef74f2c81e7346fffb876b2e5 (diff)
downloadorg.eclipse.simrel.build-528beb51df01011977c015c5b2c24eb83a4a38fa.tar.gz
org.eclipse.simrel.build-528beb51df01011977c015c5b2c24eb83a4a38fa.tar.xz
org.eclipse.simrel.build-528beb51df01011977c015c5b2c24eb83a4a38fa.zip
PDT contribution to Oxygen.1 RC1
Change-Id: I1cfd20152605798fd4f9adc2dd02a7e8de0b65d6 Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
Diffstat (limited to 'pdt.aggrcon')
-rw-r--r--pdt.aggrcon5
1 files changed, 4 insertions, 1 deletions
diff --git a/pdt.aggrcon b/pdt.aggrcon
index ccea2d38f..78d5504b8 100644
--- a/pdt.aggrcon
+++ b/pdt.aggrcon
@@ -1,6 +1,6 @@
<?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/cbi/p2repo/2011/aggregator/1.1.0" label="PDT">
- <repositories location="http://download.eclipse.org/tools/pdt/updates/5.1-m1" description="PDT 5.1">
+ <repositories location="http://download.eclipse.org/tools/pdt/updates/5.1-rc1" description="PDT 5.1">
<features name="org.eclipse.php.feature.group">
<categories href="simrel.aggr#//@customCategories[identifier='Web%2C%20XML%2C%20Java%20EE%20and%20OSGi%20Enterprise%20Development']"/>
<categories href="simrel.aggr#//@customCategories[identifier='Programming%20Languages']"/>
@@ -20,6 +20,9 @@
<categories href="simrel.aggr#//@customCategories[identifier='Performance%2C%20Profiling%20and%20Tracing%20Tools']"/>
<categories href="simrel.aggr#//@customCategories[identifier='Programming%20Languages']"/>
</features>
+ <features name="org.eclipse.php.rdt.sync.feature.group">
+ <categories href="simrel.aggr#//@customCategories[identifier='Programming%20Languages']"/>
+ </features>
</repositories>
<contacts href="simrel.aggr#//@contacts[email='zulus@w3des.net']"/>
<contacts href="simrel.aggr#//@contacts[email='kaloyan.r@zend.com']"/>

Back to the top