Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorTran Le2014-05-20 23:15:32 +0000
committerTran Le2014-05-20 23:15:32 +0000
commit11b4b17c2ad849d86a37820535c53caf2c139b8f (patch)
tree87ce0cf22ba79cbb9f70adbf460c7f5aa1cfba29 /releng
parent29eb3e2463e54e33ffd0be512dd0de1647a49d34 (diff)
downloadwebtools.maps-11b4b17c2ad849d86a37820535c53caf2c139b8f.tar.gz
webtools.maps-11b4b17c2ad849d86a37820535c53caf2c139b8f.tar.xz
webtools.maps-11b4b17c2ad849d86a37820535c53caf2c139b8f.zip
Update prereqs for WTP 3.6.0
Diffstat (limited to 'releng')
-rw-r--r--releng/luna/dependencies.properties44
1 files changed, 30 insertions, 14 deletions
diff --git a/releng/luna/dependencies.properties b/releng/luna/dependencies.properties
index c4b5f60d5..d1eafc287 100644
--- a/releng/luna/dependencies.properties
+++ b/releng/luna/dependencies.properties
@@ -233,16 +233,16 @@ emfandxsd.build.home=http://www.eclipse.org/modeling/emf/downloads/
# Eclipse Modeling Framework (EMF) Transaction Dependency
# groupID : emftransaction
-emftransaction.id=1.7.0
-emftransaction.dir.id=R201306111400
+emftransaction.id=1.8.0M7
+emftransaction.dir.id=S201405051603
-emftransaction.mirror.prefixuri=/modeling/emf/transaction/downloads/drops/1.7.0/${emftransaction.dir.id}
+emftransaction.mirror.prefixuri=/modeling/emf/transaction/downloads/drops/1.8.0/${emftransaction.dir.id}
emftransaction.file=emf-transaction-runtime-${emftransaction.id}.zip
emftransaction.repo=emf-transaction-Update-${emftransaction.id}.zip
#emftransaction.tobeinstalledfeaturegroups=org.eclipse.emf.transaction.feature.group,org.eclipse.emf.workspace.feature.group
-emftransaction.name=EMF Transaction v1.7.0
+emftransaction.name=EMF Transaction v1.8.0
emftransaction.description=(Required for JPA Diagram Editor)
emftransaction.url=http://download.eclipse.org${emftransaction.mirror.prefixuri}
@@ -253,16 +253,16 @@ emftransaction.build.home=http://www.eclipse.org/modeling/emf/downloads/?project
# Eclipse Modeling Framework (EMF) Validation Dependency
# groupID : emfvalidation
-emfvalidation.id=1.7.0
-emfvalidation.dir.id=R201306111341
+emfvalidation.id=1.8.0M7
+emfvalidation.dir.id=S201405051521
-emfvalidation.mirror.prefixuri=/modeling/emf/validation/downloads/drops/1.7.0/${emfvalidation.dir.id}
+emfvalidation.mirror.prefixuri=/modeling/emf/validation/downloads/drops/1.8.0/${emfvalidation.dir.id}
emfvalidation.file=emf-validation-runtime-${emfvalidation.id}.zip
emfvalidation.repo=emf-validation-Update-${emfvalidation.id}.zip
#emfvalidation.tobeinstalledfeaturegroups=org.eclipse.emf.validation.feature.group
-emfvalidation.name=EMF Validation v1.7.0
+emfvalidation.name=EMF Validation v1.8.0
emfvalidation.description=(Required for JPA Diagram Editor)
emfvalidation.url=http://download.eclipse.org${emfvalidation.mirror.prefixuri}
@@ -272,23 +272,39 @@ emfvalidation.build.home=http://www.eclipse.org/modeling/emf/downloads/?project=
#################################################################################
# Graphiti Dependency
# groupID : graphiti
-graphiti.id=0.10.0.201306120936
-graphiti.dir.id=0.10.0
+#Milestones
+graphiti.id=0.11.0M7.201405070848
+graphiti.dir.id=S-0.11.0M7-201405070848
-graphiti.mirror.prefixuri=/graphiti/updates/${graphiti.dir.id}
+graphiti.mirror.prefixuri=/graphiti/updates/milestones/${graphiti.dir.id}
graphiti.mirror.zip.prefixuri=/graphiti/archives/milestones
-graphiti.file=org.eclipse.graphiti.site_0.10.0.201306120936.zip
+graphiti.file=org.eclipse.graphiti.site_${graphiti.id}.zip
graphiti.repo=org.eclipse.graphiti.site_${graphiti.id}.zip
graphiti.tobeinstalledfeaturegroups=org.eclipse.graphiti.feature.feature.group
-graphiti.name=Graphiti v0.10.0
+graphiti.name=Graphiti v0.11.0
graphiti.description=(Required for JPA Diagram Editor)
graphiti.url=http://download.eclipse.org${graphiti.mirror.prefixuri}
graphiti.build.home=http://www.eclipse.org/graphiti/download.php
-
+#Release
+#graphiti.id=0.10.0.201306120936
+#graphiti.dir.id=0.10.0
+#
+#graphiti.mirror.prefixuri=/graphiti/updates/${graphiti.dir.id}
+#graphiti.mirror.zip.prefixuri=/graphiti/archives/milestones
+#graphiti.file=org.eclipse.graphiti.site_0.10.0.201306120936.zip
+#
+#graphiti.repo=org.eclipse.graphiti.site_${graphiti.id}.zip
+#graphiti.tobeinstalledfeaturegroups=org.eclipse.graphiti.feature.feature.group
+#
+#graphiti.name=Graphiti v0.10.0
+#graphiti.description=(Required for JPA Diagram Editor)
+#
+#graphiti.url=http://download.eclipse.org${graphiti.mirror.prefixuri}
+#graphiti.build.home=http://www.eclipse.org/graphiti/download.php
#######################################################################################
# Eclipse Graphical Editing Framework (GEF) Dependency

Back to the top