This commit was manufactured by cvs2svn to create tag 'vI200608121113'.
diff --git a/releng.dali/.project b/releng.dali/.project
deleted file mode 100644
index 65177c3..0000000
--- a/releng.dali/.project
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>releng.dali</name>
-	<comment></comment>
-	<projects>
-	</projects>
-</projectDescription>
diff --git a/releng.dali/maps/build.cfg b/releng.dali/maps/build.cfg
deleted file mode 100644
index 7f26af9..0000000
--- a/releng.dali/maps/build.cfg
+++ /dev/null
@@ -1 +0,0 @@
-wtpBuilderVersion=v200604131517
\ No newline at end of file
diff --git a/releng.dali/maps/dali.map b/releng.dali/maps/dali.map
deleted file mode 100644
index 6f515b0..0000000
--- a/releng.dali/maps/dali.map
+++ /dev/null
@@ -1,16 +0,0 @@
-!*************** dali.map
-
-feature@org.eclipse.dali=v200604170000,:pserver:anonymous@dev.eclipse.org:/cvsroot/technology,,org.eclipse.dali/features/org.eclipse.dali.feature
-
-plugin@org.eclipse.dali.utility=v200604200000,:pserver:anonymous@dev.eclipse.org:/cvsroot/technology,,org.eclipse.dali/plugins/org.eclipse.dali.utility
-plugin@org.eclipse.dali.db=v200604170000,:pserver:anonymous@dev.eclipse.org:/cvsroot/technology,,org.eclipse.dali/plugins/org.eclipse.dali.db
-plugin@org.eclipse.dali.core=v200604170001,:pserver:anonymous@dev.eclipse.org:/cvsroot/technology,,org.eclipse.dali/plugins/org.eclipse.dali.core
-plugin@org.eclipse.dali.db.ddl=v200604170001,:pserver:anonymous@dev.eclipse.org:/cvsroot/technology,,org.eclipse.dali/plugins/org.eclipse.dali.db.ddl
-plugin@org.eclipse.dali.gen=v200604170000,:pserver:anonymous@dev.eclipse.org:/cvsroot/technology,,org.eclipse.dali/plugins/org.eclipse.dali.gen
-plugin@org.eclipse.dali.edit=v200604170001,:pserver:anonymous@dev.eclipse.org:/cvsroot/technology,,org.eclipse.dali/plugins/org.eclipse.dali.edit
-plugin@org.eclipse.dali.ui.binding=v200604170000,:pserver:anonymous@dev.eclipse.org:/cvsroot/technology,,org.eclipse.dali/plugins/org.eclipse.dali.ui.binding
-plugin@org.eclipse.dali.ui.selection=v200604170000,:pserver:anonymous@dev.eclipse.org:/cvsroot/technology,,org.eclipse.dali/plugins/org.eclipse.dali.ui.selection
-plugin@org.eclipse.dali.ui=v200604170001,:pserver:anonymous@dev.eclipse.org:/cvsroot/technology,,org.eclipse.dali/plugins/org.eclipse.dali.ui
-plugin@org.eclipse.dali.doc.user=v200604170000,:pserver:anonymous@dev.eclipse.org:/cvsroot/technology,,org.eclipse.dali/plugins/org.eclipse.dali.doc.user
-
-!*************** 
diff --git a/releng.dali/maps/dali.tests.map b/releng.dali/maps/dali.tests.map
deleted file mode 100644
index 59638e9..0000000
--- a/releng.dali/maps/dali.tests.map
+++ /dev/null
@@ -1,9 +0,0 @@
-!*************** dali.tests.map
-
-feature@org.eclipse.dali.tests=v200604170000,:pserver:anonymous@dev.eclipse.org:/cvsroot/technology,,org.eclipse.dali/features/org.eclipse.dali.tests.feature
-
-plugin@org.eclipse.dali.utility.tests=v200604200000,:pserver:anonymous@dev.eclipse.org:/cvsroot/technology,,org.eclipse.dali/tests/org.eclipse.dali.utility.tests
-plugin@org.eclipse.dali.core.tests=v200604170000,:pserver:anonymous@dev.eclipse.org:/cvsroot/technology,,org.eclipse.dali/tests/org.eclipse.dali.core.tests
-plugin@org.eclipse.dali.ui.tests=v200604170000,:pserver:anonymous@dev.eclipse.org:/cvsroot/technology,,org.eclipse.dali/tests/org.eclipse.dali.ui.tests
-
-!*************** 
diff --git a/releng.dali/maps/dependencies.properties b/releng.dali/maps/dependencies.properties
deleted file mode 100644
index 76056d6..0000000
--- a/releng.dali/maps/dependencies.properties
+++ /dev/null
@@ -1,156 +0,0 @@
-#######################################################################################
-# A dependency is identied by:
-# groupId: a simple component name that adheres to java 
-#           variable naming conventions. e.g. wtp
-# url:  Url to a remote repository that can be used by a 
-#       http GET request to download the library 
-#       to a local cache repository. URL should not include the file.
-#       See the next description for the file
-# file: Name of the library that is used.  If the library is platform dependent
-#       it must have suffixes such as: file.linux.gtk.x86
-#       These suffixes are the same as those useb by releng baseos,basews,basearch
-#            baseos= linux or win32
-#            basews= gtk or win32
-#            basearch=x86
-# name:  A short user readable name for the library.
-# description:  One line description for the library.
-# autodownload: [optional] default true.  Set this to false if the file cannot be
-#                downloaded automatically (i.e. requies license accept click through).
-#                If autodownload is false, and the library is not avaialbe in the local
-#                repository (cache).  User must download the library and copy it into
-#                the local repository. 
-# releng.url: [optional] Copies the original to a releng repository.  Useful for libraries
-#                        that can get deleted from their original URLs.  Releng will use
-#                        the local cache, original url, releng.url in that order to get the
-#                        the dependency.  If a releng.url is not provided, the library will
-#                        always be requested from itrs original site.
-# 
-# Example:
-# wtp.url  = http://download.eclipse.org/webtools/downloads/drops/R-0.7-200507290654
-# wtp.file = wtp-sdk-0.7.zip
-# wtp.name = WTP 0.7 SDK
-# wtp.description = WTP 0.7 SDK distribution
-#######################################################################################
-
-#	Dali Dependencies:
-#		eclipse-SDK-3.1.1
-#		eclipseTestFramework
-#		emf-sdo-xsd-SDK-2.1.1
-#		GEF-SDK-3.1.1
-#		JEM-SDK-1.1.0.1
-#		wst-sdk-1.0  
-
-#######################################################################################
-# WTP Releng Builder Dependency
-# WTP Releng Builder zip to be downloaded
-# The WTP Releng Builder will be used for building the distribution
-# groupID : wtpBuilder
-#wtpBuilder.url  = http://download.eclipse.org/webtools/downloads/releng.builder/drops/R-0.7-200507290654
-#wtpBuilder.file = wtp-releng-builder-0.7.zip
-#wtpBuilder.name = WTP Releng Builder 0.7
-#wtpBuilder.description = WTP Releng Builder 0.7
-#######################################################################################
-
-#######################################################################################
-# Eclipse SDK Dependency
-# Eclipse zip to be downloaded
-# Eclipse SDK will be used for building the distribution
-# groupID : eclipse
-#eclipse.url  = http://download.eclipse.org/eclipse/downloads/drops/S-3.2M4-200512151506
-#eclipse.file.linux-gtk-x86=eclipse-SDK-3.2M4-linux-gtk.tar.gz
-#eclipse.file.linux-gtk-ppc=eclipse-SDK-3.2M4-linux-gtk-ppc.tar.gz
-#eclipse.file.win32-win32-x86=eclipse-SDK-3.2M4-win32.zip
-#eclipse.name = Eclipse SDK v3.2M4
-#eclipse.description = Eclipse SDK v3.2M4 
-eclipse.url  = http://download.eclipse.org/eclipse/downloads/drops/S-3.2M5a-200602231656/
-#eclipse.releng.url = http://download.eclipse.org/webtools/downloads/drivers/
-eclipse.file.linux-gtk-x86=eclipse-SDK-3.2M5a-linux-gtk.tar.gz
-eclipse.file.linux-gtk-ppc=eclipse-SDK-3.2M5a-linux-gtk-ppc.tar.gz
-eclipse.file.win32-win32-x86=eclipse-SDK-3.2M5a-win32.zip
-eclipse.name = Eclipse SDK v3.2 M5a
-eclipse.description = Eclipse SDK v3.2 M5a
-#######################################################################################
-
-#######################################################################################
-# Eclipse Graphical Editing Framework (GEF) Dependency
-# GEF zip to be downloaded
-# GEF SDK will be used for building the distribution
-# groupID : gef
-#gef.url  = http://download.eclipse.org/tools/gef/downloads/drops/S-3.2M4-200512231410
-#gef.releng.url = http://download.eclipse.org/webtools/downloads/drivers/
-#gef.file = GEF-SDK-3.2M4.zip
-#gef.name = GEF sdk v3.2M4
-#gef.description = GEF sdk  v3.2M4 
-gef.url  =  http://download.eclipse.org/tools/gef/downloads/drops/S-3.2M5-200602241621
-gef.releng.url = http://download.eclipse.org/webtools/downloads/drivers/
-gef.file = GEF-SDK-3.2M5.zip
-gef.name = GEF sdk v3.2 v3.2M5
-gef.description = GEF sdk  v3.2M5
-#######################################################################################
-
-#######################################################################################
-# Java EMF Model (JEM) Dependency
-# JEM zip to be downloaded
-# JEM SDK will be used for building the distribution
-# groupID : jem
-#jem.url  = http://download.eclipse.org/tools/ve/downloads/drops/S-1.2M1-200512210749
-#jem.releng.url = http://download.eclipse.org/webtools/downloads/drivers/
-#jem.file = JEM-SDK-1.2M1.zip
-#jem.name = JEM sdk v1.2M1
-#jem.description = JEM sdk v1.2M1 
-jem.url  = http://download.eclipse.org/tools/ve/downloads/drops/S-1.2M2-200602271803
-jem.releng.url = http://download.eclipse.org/webtools/downloads/drivers/
-jem.file = JEM-SDK-1.2M2.zip
-jem.name = JEM sdk v1.2 v1.2M2
-jem.description = JEM sdk v1.2 M2
-#######################################################################################
-
-#######################################################################################
-# Eclipse Modeling Framework (EMF) Dependency
-# EMF zip to be downloaded
-# EMF SDO XSD SDK will be used for building the distribution
-# groupID : emf
-#emf.url  = http://download.eclipse.org/tools/emf/downloads/drops/2.2.0/S200512220106
-#emf.releng.url = http://download.eclipse.org/webtools/downloads/drivers/
-#emf.file = emf-sdo-xsd-SDK-2.2.0M4.zip
-#emf.name = EMF SDO XSD sdk v2.2.0M4
-#emf.description = EMF XSD SDO sdk bundle v2.2.0M4 
-emf.url  = http://download.eclipse.org/tools/emf/downloads/drops/2.2.0/S200602241148
-emf.releng.url = http://download.eclipse.org/webtools/downloads/drivers/
-emf.file = emf-sdo-xsd-SDK-2.2.0M5.zip
-emf.name = EMF SDO XSD sdk v2.2.0 M5
-emf.description = EMF XSD SDO sdk bundle v2.2.0 M5
-#######################################################################################
-
-#######################################################################################
-# Web Standard Tools  (WST) and J2EE Standard Tools (JST) Dependency
-# WST JST bundle zip to be downloaded
-# WST JST SDK will be used for building the distribution
-# groupID : wst
-#wst.url  = http://download.eclipse.org/tools/ve/downloads/drops/S-1.2M1-200512210749
-#wst.releng.url = http://download.eclipse.org/webtools/downloads/drivers/
-#wst.file = WST-SDK-1.2M1.zip
-#wst.name = WST sdk v1.2M1
-#wst.description = WST sdk v1.2M1
-wst.url  = http://download.eclipse.org/webtools/downloads/drops/S-1.5M5-200603022222/
-wst.releng.url = http://download.eclipse.org/webtools/downloads/drivers/
-wst.file = wtp-sdk-S-1.5M5-200603022222.zip
-wst.name = WST JST sdk v1.5 200603022222
-wst.description = WST JST sdk bundle v1.5 200603022222
-#######################################################################################
-
-#######################################################################################
-# Eclipse Test Framework
-# Eclipse Test Framework support zip to be downloaded
-# Eclipse Test Framework will be used for testing and building the tests
-# groupID : eclipseTestFramework
-#eclipseTestFramework.url  = http://download.eclipse.org/eclipse/downloads/drops/S-3.2M4-200512151506
-#eclipseTestFramework.file = eclipse-test-framework-3.2M4.zip
-#eclipseTestFramework.name = Eclipse test framework v3.2M4
-#eclipseTestFramework.description = Eclipse test framework v3.2M4
-eclipseTestFramework.url  = http://download.eclipse.org/eclipse/downloads/drops/S-3.2M5a-200602231656/
-#eclipseTestFramework.releng.url = http://download.eclipse.org/webtools/downloads/drivers/
-eclipseTestFramework.file = eclipse-test-framework-3.2M5a.zip
-eclipseTestFramework.name = Eclipse test framework v3.2 M5a
-eclipseTestFramework.description = Eclipse test framework v3.2 M5a
-#######################################################################################