Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2011-11-29 22:39:08 +0000
committertle2011-11-29 22:39:08 +0000
commit608ac823251ed6ad09e6e02f79ce46b8a6ec49f0 (patch)
treed122c9a80589343ef41643d30497219f11a30126
parentc52e816012bba298b869103e426e0406e3a08f3d (diff)
downloadwebtools.maps-608ac823251ed6ad09e6e02f79ce46b8a6ec49f0.tar.gz
webtools.maps-608ac823251ed6ad09e6e02f79ce46b8a6ec49f0.tar.xz
webtools.maps-608ac823251ed6ad09e6e02f79ce46b8a6ec49f0.zip
361871 - Dali build tests should get EclipseLink libraries from bundled librariesR3_1_maintenance
-rw-r--r--releng.dali/maps/dependencies.properties33
1 files changed, 12 insertions, 21 deletions
diff --git a/releng.dali/maps/dependencies.properties b/releng.dali/maps/dependencies.properties
index 7519133f0..2fd45f4b9 100644
--- a/releng.dali/maps/dependencies.properties
+++ b/releng.dali/maps/dependencies.properties
@@ -381,6 +381,18 @@ jsf.1_1.name=Apache MyFaces 1.1.5
jsf.1_1.description=Apache MyFaces 1.1.5 reference implementation libraries
#######################################################################################
+#######################################################################################
+# Java Persistence API Tools(JPT) Runtime Library Dependency
+# EclipseLink library zip to be downloaded
+# EclipseLink Library will be used for JUnit testing the Dali distribution
+# groupID: eclipselink
+eclipselink.url=http://download.eclipse.org/rt/eclipselink/milestones/2.3.2/RC1/
+eclipselink.file=eclipselink-2.3.2.v20111125-r10461.zip
+eclipselink.name=EclipseLink v2.3.2
+eclipselink.description=EclipseLink libraries
+########################################################################################
+
+
#URL to Web Tools downloads
# non-mirrored site: webtoolsDownloadURL=http://download.eclipse.org/webtools/downloads/drops
# use mirrored site as follows:
@@ -388,27 +400,6 @@ webtoolsDownloadURL=http://www.eclipse.org/downloads/download.php?file=/webtools
eclipse.fspath.prefix=/home/data/httpd/download.eclipse.org
-#######################################################################################
-# Java Persistence API Tools(JPT) Runtime Library Dependency
-# JPT Runtime library zip to be downloaded
-# JPT Runtime Library will be used for JUnit testing the JPT Tools features
-# groupID : jpt-persistence.jar
-jpt-persistence.jar.url=http://www.eclipse.org/webtools/dali/dev/
-jpt-persistence.jar.file=jpt-persistence-2.0.3.zip
-jpt-persistence.jar.name=Persistence Jar
-jpt-persistence.jar.description=Persistence libraries
-#######################################################################################
-
-#######################################################################################
-# Java Persistence API Tools(JPT) Runtime Library Dependency
-# EclipseLink library zip to be downloaded
-# EclipseLink Library will be used for JUnit testing the JPT Tools features
-# groupID : jpt-eclipselink.jar
-jpt-eclipselink.jar.url=http://www.eclipse.org/webtools/dali/dev/
-jpt-eclipselink.jar.file=jpt-eclipselink-2.3.1.zip
-jpt-eclipselink.jar.name=EclipseLink Jar
-jpt-eclipselink.jar.description=EclipseLink libraries
-#######################################################################################
#######################################################################################
# WTP 3.3.1 SDK Dependency

Back to the top