Get only what necessary from the Eclipse CBI build.

Eclipse Platform CBI build requires only a few things from eclipse-build, mostly
some linux specific scripts (which needs to be installed).

Additionally, some poms were added to build initializer.
diff --git a/eclipse-build/.project b/.project
similarity index 77%
rename from eclipse-build/.project
rename to .project
index 13c5398..ae6256b 100644
--- a/eclipse-build/.project
+++ b/.project
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>eclipse-build</name>
+	<name>org.eclipse.linuxtools.eclipse-build</name>
 	<comment></comment>
 	<projects>
 	</projects>
diff --git a/TMP/jdtpde/category.xml b/TMP/jdtpde/category.xml
new file mode 100644
index 0000000..9b7f82d
--- /dev/null
+++ b/TMP/jdtpde/category.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<site pack200="true">
+
+
+   <feature url="features/org.eclipse.jdt_0.0.0.jar" id="org.eclipse.jdt" version="0.0.0">
+   </feature>
+   
+   <feature url="features/org.eclipse.sdk_0.0.0.jar" id="org.eclipse.sdk" version="0.0.0">
+   </feature>
+
+</site>
diff --git a/TMP/jdtpde/pom.xml b/TMP/jdtpde/pom.xml
new file mode 100644
index 0000000..b744c0e
--- /dev/null
+++ b/TMP/jdtpde/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright (c) 2012 Eclipse Foundation.
+  All rights reserved. This program and the accompanying materials
+  are made available under the terms of the Eclipse Distribution License v1.0
+  which accompanies this distribution, and is available at
+  http://www.eclipse.org/org/documents/edl-v10.php
+ 
+  Contributors:
+     Igor Fedorenko - initial implementation
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.eclipse</groupId>
+    <artifactId>eclipse-parent</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+    <relativePath>../../eclipse-parent</relativePath>
+  </parent>
+
+  <artifactId>org.eclipse.jdt.update-site</artifactId>
+  <version>4.2.0-SNAPSHOT</version>
+  <packaging>eclipse-repository</packaging>
+</project>
diff --git a/eclipse-build/eclipse.desktop b/desktopintegration/eclipse.desktop
similarity index 98%
rename from eclipse-build/eclipse.desktop
rename to desktopintegration/eclipse.desktop
index f63d9ec..2fcbf87 100644
--- a/eclipse-build/eclipse.desktop
+++ b/desktopintegration/eclipse.desktop
@@ -5,4 +5,4 @@
 Icon=eclipse
 Exec=eclipse
 Terminal=false
-Categories=Development;IDE;Java;
+Categories=Development;IDE;Java;
\ No newline at end of file
diff --git a/eclipse-build-config/.project b/eclipse-build-config/.project
deleted file mode 100644
index caa03f5..0000000
--- a/eclipse-build-config/.project
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>eclipse-build-config</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-	</buildSpec>
-	<natures>
-	</natures>
-</projectDescription>
diff --git a/eclipse-build-config/ChangeLog b/eclipse-build-config/ChangeLog
deleted file mode 100644
index 4acb9ca..0000000
--- a/eclipse-build-config/ChangeLog
+++ /dev/null
@@ -1,149 +0,0 @@
-2011-04-06  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.properties.in: Don't ask javac to be verbose, it just clutters the output.
-
-2010-07-14  Andrew Overholt  <overholt@redhat.com>
-
-	* build.properties.in: Remove svn:executable property.
-	* customAssembly.xml: Likewise.
-	* customTargets.xml: Likewise.
-
-2010-06-11  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* productFiles/platform.sdk/p2.inf: Update to 3.6.0. 
-	* productFiles/platform.sdk/platform.product: Likewise
-	* productFiles/platform/p2.inf: Likewise.
-	* productFiles/platform/platform.product: Likewise. 
-	* productFiles/rcp.sdk/rcp.product: Likewise.
-	* productFiles/rcp/rcp.product: Likewise.
-	* productFiles/sdk/p2.inf: Likewise.
-	* productFiles/sdk/sdk.product: Likewise.
-
-2010-05-31  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #313079
-
-	* productFiles/platform.sdk/platform.product: Add ability to open a file
-	from the launcher.
-	* productFiles/platform/platform.product: Likewise.
-	* productFiles/sdk/sdk.product: Likewise.
-
-2010-03-06  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* productFiles/sdk/sdk.product: Do not break platform provisioning.
-
-2010-02-11  Andrew Overholt  <overholt@redhat.com>
-
-	* productFiles/sdk/sdk.product: Update for 3.5.2.
-	* productFiles/rcp.sdk/rcp.product: Likewise.
-
-2009-11-13  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* productFiles/rcpConfig/build.properties: Remove duplicated root.linux.gtk.ppc line
-
-2009-11-11  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #294877
-
-	* productFiles/sdk/sdk.product: Set HotSpot JIT excludes to avoid crashes.
-
-2009-11-03  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #293952 (Matthias Klose)
-
-	* build.properties.in: Re-name from build.properties and copy to
-	build.properties at build time.
-
-2009-11-03  Matthias Klose  <doko@ubuntu.com>
-
-	Bug #293951
-
-	* build.properties: Add MIPS and PA_RISC.
-	* productFiles/rcpConfig/build.properties: Likewise.
-
-2009-11-02  Matthias Klose  <doko@ubuntu.com>
-
-	Bug #293951
-
-	* productFiles/rcpConfig/build.properties: Add arm support.
-	* build.properties: Likewise.
-
-2009-10-22  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* productFiles/rcpConfig/build.properties: Add rootfiles for sparc[64].
-
-2009-09-30  Andrew Overholt  <overholt@redhat.com>
-
-	* productFiles/sdk/sdk.product: Update for 3.5.1.
-	* productFiles/rcp.sdk/rcp.product: Likewise.
-
-2009-09-22  Andrew Overholt  <overholt@redhat.com>
-
-	* productFiles/sdk/sdk.product: Remote dropins from default eclipse.ini as
-	it causes the tests to pick up system-installed stuff.  We'll add it to
-	eclipse.ini later.
-
-2009-09-14  Andrew Overholt  <overholt@redhat.com>
-
-	* productFiles/sdk/sdk.product: Add /usr/share/eclipse/dropins to list of
-	dropins locations.
-
-2009-08-06  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* customTargets.xml: Add ppc64 rootfiles.
-	* productFiles/rcpConfig/build.properties: Likewise.
-
-2009-07-22  Andrew Overholt  <overholt@redhat.com>
-
-	* productFiles/rcpConfig/buildConfiguration.xml: Don't source
-	buildConfig's build.properties.  Remove some debugging statements.
-
-2009-07-22  Andrew Overholt  <overholt@redhat.com>
-
-	* productFiles/rcpConfig/p2.inf: Remove generated properties.
-	* productFiles/rcpConfig/buildConfiguration.xml: Pass buildDirectory to
-	buildConfiguration.xml call.
-
-2009-07-20  Andrew Overholt  <overholt@redhat.com>
-
-	* productFiles/rcpConfig/buildConfiguration.xml: Remove extraneous
-	debugging statement.
-
-2009-07-20  Andrew Overholt  <overholt@redhat.com>
-
-	* productFiles/rcpConfig/buildConfiguration.xml: Don't try to use undefined
-	buildDirectory property for launcher.paths property.  Add some debugging
-	statements.
-
-2009-06-22  Andrew Overholt  <overholt@redhat.com>
-
-	* productFiles/rcpConfig/build.properties: Initial checkin. Used to ensure IUs
-	for root files are created and installed.
-	* productFiles/rcpConfig/buildConfiguration.xml: Likewise.
-	* productFiles/rcpConfig/config.product: Likewise.
-	* productFiles/rcpConfig/feature.properties: Likewise.
-	* productFiles/rcpConfig/feature.xml: Likewise.
-	* productFiles/rcpConfig/p2.inf: Likewise.
-
-2009-06-17  Andrew Overholt  <overholt@redhat.com>
-
-	* build.properties: Explicitly enable flattenDependencies and
-	parallelCompilation.
-
-2009-06-17  Andrew Overholt  <overholt@redhat.com>
-
-	* productFiles/platform/p2.inf: Initial checkin.
-	* productFiles/platform/platform.product: Likewise.
-	* productFiles/platform.sdk/p2.inf: Likewise.
-	* productFiles/platform.sdk/platform.product:Likewise.
-	* productFiles/rcp/rcp.product: Likewise.
-	* productFiles/rcp.sdk/rcp.product: Likewise.
-	* productFiles/sdk/p2.inf: Likewise.
-	* productFiles/sdk/sdk.product: Likewise.
-
-2009-06-09  Andrew Overholt  <overholt@redhat.com>
-
-	* allElements.xml: Initial checkin.
-	* customTargets.xml: Likewise.
-	* customAssembly.xml: Likewise.
-	* build.properties: Likewise.
\ No newline at end of file
diff --git a/eclipse-build-config/allElements.xml b/eclipse-build-config/allElements.xml
deleted file mode 100644
index 0bb5016..0000000
--- a/eclipse-build-config/allElements.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-<project name="allElements Delegator">
-	<property name="defaultAssemblyEnabled" value="true" />
-	
- 	<!-- ===================================================================== 	-->
- 	<!-- Run a given ${target} on all elements being built						-->
- 	<!-- By default ${topLevelElementType} and ${topLevelElementId} should be	--> 
- 	<!-- defined in the builder's build.properties file.  You can customize by	--> 
- 	<!-- setting the type/id values directly here.								-->
-	<!-- You can add additional calls to ${genericTargets} to build more top 	-->
-	<!-- level elements.									   					-->
-	<!--																		-->
-	<!-- The top level must exist in the ${buildDirectory}, ${baseLocation} or	-->
-	<!-- ${pluginPath} locations.												-->
- 	<!-- ===================================================================== 	-->
- 	<target name="allElementsDelegator">
- 		<ant antfile="${genericTargets}" target="${target}">
-	 		<property name="type" value="${topLevelElementType}" />
-	 		<property name="id" value="${topLevelElementId}" />
- 		</ant>
- 	</target>
- 
-	<!-- ====================================================================== -->
-	<!--  The default assemble target, this will be called to assemble each		-->	 
-	<!--  config if a custom assemble target is not defined.					-->
-	<!-- The following properties will be defined:								-->
-	<!-- 		config : The configuration being assembled eg "win32.win32.x86"	-->
-	<!-- 		element: The element being assembled eg "org.eclipse.sdk"		-->
-	<!-- 		assembleScriptName: The assemble script to be called			-->
-	<!-- ====================================================================== -->
-	<target name="defaultAssemble">
-		<ant antfile="${assembleScriptName}" dir="${buildDirectory}" />
-	</target>	
-	
- 	<!-- =====================================================================	-->
- 	<!-- Custom targets to assemble the built elements for particular 			-->
- 	<!-- configurations.  These generally call the generated assemble scripts 	-->
- 	<!-- (named in  ${assembleScriptName}) but may also add pre and post		--> 
- 	<!-- processing      														-->
- 	<!-- Add one target for each root element and each configuration for which	--> 
- 	<!-- custom processing is desired. Replace element.id with the id of the 	-->
- 	<!-- top level element being built.  A property with a matching name must 	-->
- 	<!-- be defined for this custom target to be called instead of the 			-->
- 	<!-- defaultAssemble target above.											-->
-	<!--	Example:  name="assemble.org.eclipse.sdk"							-->
-	<!--	Example:  name="assemble.org.eclipse.sdk.win32.win32.x86"			-->
- 	<!-- ====================================================================== -->
-	<property name="assemble.element.id[.config.spec]" value="true" />
- 	<target name="assemble.element.id[.config.spec]">
- 		<ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
- 	</target>
-	
-</project>
diff --git a/eclipse-build-config/build.properties.in b/eclipse-build-config/build.properties.in
deleted file mode 100644
index c0843b6..0000000
--- a/eclipse-build-config/build.properties.in
+++ /dev/null
@@ -1,52 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2006 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-#     IBM Corporation - initial API and implementation
-#     Red Hat, Inc. - modified from "master" for eclipse-build
-###############################################################################
-topLevelElementId=eclipse-build-feature
-topLevelElementType=feature
-baseLocation=
-outputUpdateJars = true
-individualSourceBundles=true
-flattenDependencies=true
-parallelCompilation=true
-runPackager=true
-groupConfigurations=true
-p2.gathering=true
-p2.compress=true
-p2.publishonerror=true
-name=${p2.repo.name}
-skipMirroring=true
-p2.build.repo=file:${buildDirectory}/buildRepo
-generateAPIDescription=false
-buildDirectory=${basedir}/build
-bootclasspath=${java.home}/lib/rt.jar
-buildType=I
-buildId=build
-buildLabel=${buildType}.${buildId}
-timestamp=0000
-collPlace=eclipse
-collBase=.
-configs=\
-	linux, gtk, @build_arch@
-
-archivesFormat =group,group,group-zip
-javacFailOnError=false
-javacDebugInfo=on
-compilerArg=-inlineJSR -enableJavadoc -encoding ISO-8859-1
-
-zipargs=
-tarargs=--owner=0 --group=0 
-
-collectingFolder=eclipse
-archivePrefix=eclipse
-
-baseos=linux
-basews=gtk
-basearch=x86
diff --git a/eclipse-build-config/customAssembly.xml b/eclipse-build-config/customAssembly.xml
deleted file mode 100644
index 9c53657..0000000
--- a/eclipse-build-config/customAssembly.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<project name="Build specific targets and properties" default="noDefault">
-
-	<!-- =====================================================================
-	    
-	    The Following Properties are available in all targets:
-		 - eclipse.base : the base folder everything will be collected into
-		 - eclipse.plugins : the plugins folder
-		 - eclipse.features: the features folder
-		 - archiveFullPath : the full path of the final archive once it is created
-		 
-		 ===================================================================== -->
-		 
-	<!-- =====================================================================  -->
-	<!-- Called after each invocation of the gather.bin.parts target on the     -->
-	<!-- individual plugins and features.                                       -->
-	<!-- Available properties are:                                              -->
-	<!--   projectLocation: location of the project being gathered              -->
-	<!--   projectName: symbolic name with version (org.eclipse.foo_1.0.0.v123) -->
-	<!--   target.folder: the destination, eclipse/plugins or eclipse/features  -->
-	<!--                                                                        -->
-	<!-- The generated pattern is that plugins/features are gathered into the   -->
-	<!-- folder ${target.folder}/${projectName}                                 -->
-	<!-- =====================================================================  -->
-	<target name="gather.bin.parts">	
-	</target>
-
-	
-	<!-- ===================================================================== -->
-	<!-- Called after invoking the gather.bin.parts targets for all plugins    -->
-	<!-- and features. Results exist as folders and have not yet been jarred.  -->
-	<!-- ===================================================================== -->
-	<target name="post.gather.bin.parts">
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Called just prior to signing a jar                                    -->
-	<!-- In addititon to the properties listed above:						   -->
-	<!--    - source : plugins or features directory                           -->
-	<!--    - elementName: element being signed without .jar                   -->
-	<!--                   (eg "org.eclipse.foo_1.0.0"                         -->
-	<!-- ===================================================================== -->
-	<target name="pre.jarSigning">
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Called after all plugins and features have been jarred                -->
-	<!-- (and potentially signed)                                              -->
-	<!-- ===================================================================== -->
-	<target name="post.jarUp">
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Called just before the archive file is built                          -->
-	<!-- In addititon to the properties listed above:						   -->
-	<!--    - rootFolder : the folder containing the root files                -->
-	<!-- ===================================================================== -->
-	<target name="pre.archive">
-	</target>
-	
-	<!-- ===================================================================== -->
-	<!-- Default target                                                        -->
-	<!-- ===================================================================== -->
-	<target name="noDefault">
-		<echo message="You must specify a target when invoking this file" />
-	</target>
-
-</project>
diff --git a/eclipse-build-config/customTargets.xml b/eclipse-build-config/customTargets.xml
deleted file mode 100644
index fd5f90a..0000000
--- a/eclipse-build-config/customTargets.xml
+++ /dev/null
@@ -1,237 +0,0 @@
-<project name="Build specific targets and properties" default="noDefault">
-
-	<property name="postingDirectory" value="${buildDirectory}" />
-	<property name="archiveName" value="eclipse-SDK-${buildId}.zip" />
-	<property name="archiveFullPath" value="${buildDirectory}/${buildLabel}/${archiveName}" />
-	<property name="mapsRoot" value="org.eclipse.releng/maps" />
-
-
-	<!-- ===================================================================== -->
-	<!-- Run a given ${target} on all elements being built -->
-	<!-- Add on <ant> task for each top level element being built. -->
-	<!-- ===================================================================== -->
-	<available property="allElementsFile" file="${builder}/allElements.xml" value="${builder}/allElements.xml" />
-	<property name="allElementsFile" location="${eclipse.pdebuild.templates}/headless-build/allElements.xml" />
-
-	<import file="${allElementsFile}" />
-	<target name="allElements">
-		<antcall target="allElementsDelegator" />
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Check out map files from correct repository -->
-	<!-- Replace values for mapsCheckoutTag as desired. -->
-	<!-- ===================================================================== -->
-
-	<target name="getMapFiles">
-	</target>
-
-	<!-- ===================================================================== -->
-
-	<target name="clean" unless="noclean">
-		<antcall target="allElements">
-			<param name="target" value="cleanElement" />
-		</antcall>
-	</target>
-
-	<target name="gatherLogs">
-		<mkdir dir="${buildDirectory}/${buildLabel}/compilelogs" />
-		<antcall target="allElements">
-			<param name="target" value="gatherLogs" />
-		</antcall>
-		<unzip dest="${buildDirectory}/${buildLabel}/compilelogs" overwrite="true">
-			<fileset dir="${buildDirectory}/features">
-				<include name="**/*.log.zip" />
-			</fileset>
-		</unzip>
-		<copy todir="${postingDirectory}/${buildLabel}/compilelogs" overwrite="true" failonerror="false">
-			<fileset dir="${buildDirectory}/features/org.eclipse.platform/feature.temp.folder" />
-		</copy>
-		<copy todir="${postingDirectory}/${buildLabel}/compilelogs" overwrite="true" failonerror="false">
-			<fileset dir="${buildDirectory}/features/org.eclipse.sdk/feature.temp.folder" />
-		</copy>
-		<copy todir="${postingDirectory}/${buildLabel}/compilelogs" overwrite="true" failonerror="false">
-			<fileset dir="${buildDirectory}/features/org.eclipse.help/feature.temp.folder" />
-		</copy>
-		<copy todir="${postingDirectory}/${buildLabel}/compilelogs" overwrite="true" failonerror="false">
-			<fileset dir="${buildDirectory}/features/org.eclipse.pde/feature.temp.folder" />
-		</copy>
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do before setup -->
-	<!-- ===================================================================== -->
-	<target name="preSetup">
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do after setup but before starting the build proper -->
-	<!-- ===================================================================== -->
-	<target name="postSetup">
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do before fetching the build elements -->
-	<!-- ===================================================================== -->
-	<target name="preFetch">
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do after fetching the build elements -->
-	<!-- ===================================================================== -->
-	<target name="postFetch">
-	<!--
-		<zip zipfile="${buildDirectory}/plugins/org.eclipse.platform/launchersrc.zip" basedir="${buildDirectory}/features/org.eclipse.equinox.executable" includes="library/" />
-		<mkdir dir="${buildDirectory}/features/org.eclipse.platform/launchertmp" />
-		<mkdir dir="${buildDirectory}/launchertmp" />
-
-         -->
-		<!--copy linux motif about_files to in temp location where it will be copied into root of eclipse at assembly time-->
-		<property name="linux.motif.rootfiles" value="${buildDirectory}/features/org.eclipse.platform/about_files/linux.motif.x86" />
-		<mkdir dir="${linux.motif.rootfiles}" />
-		<copy tofile="${linux.motif.rootfiles}/about.html" file="${buildDirectory}/plugins/org.eclipse.swt.motif.linux.x86/about.html" />
-		<copy todir="${linux.motif.rootfiles}">
-			<fileset dir="${buildDirectory}/plugins/org.eclipse.swt.motif.linux.x86" includes="about_files/**" />
-		</copy>
-
-		<!--copy linux gtk x86 about_files to in temp location where it will be copied into root of eclipse at assembly time-->
-		<property name="linux.gtk.x86.rootfiles" value="${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.x86" />
-		<mkdir dir="${linux.gtk.x86.rootfiles}" />
-		<copy tofile="${linux.gtk.x86.rootfiles}/about.html" file="${buildDirectory}/plugins/org.eclipse.swt.gtk.linux.x86/about.html" />
-
-		<copy todir="${linux.gtk.x86.rootfiles}">
-			<fileset dir="${buildDirectory}/plugins/org.eclipse.swt.gtk.linux.x86" includes="about_files/**" />
-		</copy>
-
-		<!--copy linux gtk x86_64 about_files to in temp location where it will be copied into root of eclipse at assembly time-->
-		<property name="linux.gtk.x86_64.rootfiles" value="${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.x86_64" />
-		<mkdir dir="${linux.gtk.x86_64.rootfiles}" />
-		<copy tofile="${linux.gtk.x86_64.rootfiles}/about.html" file="${buildDirectory}/plugins/org.eclipse.swt.gtk.linux.x86_64/about.html" />
-
-		<copy todir="${linux.gtk.x86_64.rootfiles}">
-			<fileset dir="${buildDirectory}/plugins/org.eclipse.swt.gtk.linux.x86_64" includes="about_files/**" />
-		</copy>
-
-		<!--copy linux gtk ppc about_files to in temp location where it will be copied into root of eclipse at assembly time-->
-		<property name="linux.gtk.ppc.rootfiles" value="${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.ppc" />
-		<mkdir dir="${linux.gtk.ppc.rootfiles}" />
-		<copy tofile="${linux.gtk.ppc.rootfiles}/about.html" file="${buildDirectory}/plugins/org.eclipse.swt.gtk.linux.ppc/about.html" />
-
-		<copy todir="${linux.gtk.ppc.rootfiles}">
-			<fileset dir="${buildDirectory}/plugins/org.eclipse.swt.gtk.linux.ppc" includes="about_files/**" />
-		</copy>
-		
-		<!--copy linux gtk ppc64 about_files to in temp location where it will be copied into root of eclipse at assembly time-->
-		<property name="linux.gtk.ppc64.rootfiles" value="${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.ppc64" />
-		<mkdir dir="${linux.gtk.ppc64.rootfiles}" />
-		<copy tofile="${linux.gtk.ppc64.rootfiles}/about.html" file="${buildDirectory}/plugins/org.eclipse.swt.gtk.linux.ppc64/about.html" />
-
-		<copy todir="${linux.gtk.ppc64.rootfiles}">
-			<fileset dir="${buildDirectory}/plugins/org.eclipse.swt.gtk.linux.ppc64" includes="about_files/**" />
-		</copy>
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do before the repositories are being processed -->
-	<!-- ===================================================================== -->
-	<target name="preProcessRepos">
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do after the repositories have been processed -->
-	<!-- ===================================================================== -->
-	<target name="postProcessRepos">
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do before generating the build scripts. -->
-	<!-- ===================================================================== -->
-	<target name="preGenerate">
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do after generating the build scripts. -->
-	<!-- ===================================================================== -->
-	<target name="postGenerate">
-		<antcall target="clean" />
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do before running the build.xmls for the elements being built. -->
-	<!-- ===================================================================== -->
-	<target name="preProcess">
-		<replace dir="${buildDirectory}/plugins" value="${buildId}" token="@build@">
-			<include name="**/about.mappings" />
-		</replace>
-		<replace dir="${buildDirectory}/features/org.eclipse.platform" value="${buildId}" token="@build@">
-			<include name="**/config.ini" />
-		</replace>
-		<replace dir="${buildDirectory}/features/org.eclipse.sdk" value="${buildId}" token="@build@">
-			<include name="**/config.ini" />
-		</replace>
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do after running the build.xmls for the elements being built. -->
-	<!-- ===================================================================== -->
-	<target name="postProcess">
-		<antcall target="gatherLogs" />
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do before running assemble. -->
-	<!-- ===================================================================== -->
-	<target name="preAssemble">
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do after  running assemble. -->
-	<!-- ===================================================================== -->
-	<target name="postAssemble">
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do before running package. -->
-	<!-- ===================================================================== -->
-	<target name="prePackage">
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do after  running package. -->
-	<!-- ===================================================================== -->
-	<target name="postPackage">
-		<exec executable="zip" dir="${buildDirectory}/${buildLabel}">
-			<arg line="-d ${archiveName} win32** wce** linux** solaris** aix** hpux** macosx** qnx**" />
-		</exec>
-		<exec dir="${buildDirectory}/buildRepo" executable="zip">
-			<arg line="-r ${archiveFullPath} ." />
-		</exec>
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do after the build is done. -->
-	<!-- ===================================================================== -->
-	<target name="postBuild">
-		<antcall target="gatherLogs" />
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do to test the build results -->
-	<!-- ===================================================================== -->
-	<target name="test">
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do to publish the build results -->
-	<!-- ===================================================================== -->
-	<target name="publish">
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Default target                                                        -->
-	<!-- ===================================================================== -->
-	<target name="noDefault">
-		<echo message="You must specify a target when invoking this file" />
-	</target>
-
-</project>
diff --git a/eclipse-build-config/productFiles/platform.sdk/p2.inf b/eclipse-build-config/productFiles/platform.sdk/p2.inf
deleted file mode 100644
index d5ab993..0000000
--- a/eclipse-build-config/productFiles/platform.sdk/p2.inf
+++ /dev/null
@@ -1,58 +0,0 @@
-instructions.configure=\
-addRepository(type:0,location:http${#58}//download.eclipse.org/eclipse/updates/4.2,name:The Eclipse Project Updates);\
-addRepository(type:1,location:http${#58}//download.eclipse.org/eclipse/updates/4.2,name:The Eclipse Project Updates);\
-addRepository(type:0,location:http${#58}//download.eclipse.org/e4/updates/0.12,name:e4 0.11 Updates);\
-addRepository(type:1,location:http${#58}//download.eclipse.org/e4/updates/0.12,name:e4 0.11 Updates);\
-addRepository(type:0,location:http${#58}//download.eclipse.org/releases/juno,name:Juno);\
-addRepository(type:1,location:http${#58}//download.eclipse.org/releases/juno,name:Juno);\
-  mkdir(path:${installFolder}/dropins);
-requires.1.namespace=org.eclipse.equinox.p2.iu
-requires.1.name=toolingorg.eclipse.configuration.macosx
-requires.1.filter=(osgi.os=macosx)
-requires.1.range=[1.0.0,1.0.0]
-requires.1.greedy=true
-
-requires.2.namespace=org.eclipse.equinox.p2.iu
-requires.2.name=toolingorg.eclipse.configuration
-requires.2.filter=(!(osgi.os=macosx))
-requires.2.range=[1.0.0,1.0.0]
-requires.2.greedy=true
-
-units.1.id=toolingorg.eclipse.configuration.macosx
-units.1.version=1.0.0
-units.1.provides.1.namespace=org.eclipse.equinox.p2.iu
-units.1.provides.1.name=toolingorg.eclipse.configuration.macosx
-units.1.provides.1.version=1.0.0
-units.1.filter=(osgi.os=macosx)
-units.1.touchpoint.id=org.eclipse.equinox.p2.osgi
-units.1.touchpoint.version=1.0.0
-units.1.instructions.configure=setProgramProperty(propName:osgi.instance.area.default,propValue:@user.home/Documents/workspace);
-units.1.instructions.unconfigure=setProgramProperty(propName:osgi.instance.area.default,propValue:);
-
-units.2.id=toolingorg.eclipse.configuration
-units.2.version=1.0.0
-units.2.provides.1.namespace=org.eclipse.equinox.p2.iu
-units.2.provides.1.name=toolingorg.eclipse.configuration
-units.2.provides.1.version=1.0.0
-units.2.filter=(!(osgi.os=macosx))
-units.2.touchpoint.id=org.eclipse.equinox.p2.osgi
-units.2.touchpoint.version=1.0.0
-units.2.instructions.configure=setProgramProperty(propName:osgi.instance.area.default,propValue:@user.home/workspace);
-units.2.instructions.unconfigure=setProgramProperty(propName:osgi.instance.area.default,propValue:);
-
-requires.3.namespace=org.eclipse.equinox.p2.iu
-requires.3.name=toolingorg.eclipse.configuration.gtk.linux.x86_64
-requires.3.filter=(&(osgi.os=linux) (osgi.arch=x86_64) (osgi.ws=gtk))
-requires.3.range=[1.0.0,1.0.0]
-requires.3.greedy=true
-
-units.3.id=toolingorg.eclipse.configuration.gtk.linux.x86_64
-units.3.version=1.0.0
-units.3.provides.1.namespace=org.eclipse.equinox.p2.iu
-units.3.provides.1.name=toolingorg.eclipse.configuration.gtk.linux.x86_64
-units.3.provides.1.version=1.0.0
-units.3.filter=(&(osgi.os=linux) (osgi.arch=x86_64) (osgi.ws=gtk))
-units.3.touchpoint.id=org.eclipse.equinox.p2.osgi
-units.3.touchpoint.version=1.0.0
-units.3.instructions.configure=setProgramProperty(propName:org.eclipse.swt.internal.gtk.useCairo,propValue:true);
-units.3.instructions.unconfigure=removeProgramProperty(propName:org.eclipse.swt.internal.gtk.useCairo);
diff --git a/eclipse-build-config/productFiles/platform.sdk/platform.product b/eclipse-build-config/productFiles/platform.sdk/platform.product
deleted file mode 100644
index 56c9635..0000000
--- a/eclipse-build-config/productFiles/platform.sdk/platform.product
+++ /dev/null
@@ -1,177 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?pde version="3.5"?>
-
-<product name="Eclipse Platform SDK" uid="org.eclipse.platform.sdk" id="org.eclipse.platform.ide" application="org.eclipse.ui.ide.workbench" version="3.7.0.@qualifier@" useFeatures="true" includeLaunchers="true">
-
-   <configIni use="default">
-   </configIni>
-
-   <launcherArgs>
-      <programArgs>-showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile</programArgs>
-      <vmArgs>-Xms40m -Xmx384m</vmArgs>
-      <vmArgsMac>-Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
-   </launcherArgs>
-
-   <splash
-      location="org.eclipse.platform" />
-   <launcher name="eclipse">
-      <solaris/>
-      <win useIco="false">
-         <bmp/>
-      </win>
-   </launcher>
-
-   <vm>
-   </vm>
-
-   <license>
-        <url>http://eclipse.org/legal/epl/notice.php</url>
-        <text>
-   Eclipse Foundation Software User Agreement
-February 1, 2011
-
-Usage Of Content
-
-THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR
-OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).
-USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS
-AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR
-NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU
-AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT
-AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS
-OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE
-TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS
-OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED
-BELOW, THEN YOU MAY NOT USE THE CONTENT.
-
-Applicable Licenses
-
-Unless otherwise indicated, all Content made available by the
-Eclipse Foundation is provided to you under the terms and conditions of
-the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.
-For purposes of the EPL, &quot;Program&quot; will mean the Content.
-
-Content includes, but is not limited to, source code, object code,
-documentation and other files maintained in the Eclipse Foundation source code
-repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available
-as downloadable archives (&quot;Downloads&quot;).
-
-      - Content may be structured and packaged into modules to facilitate delivering,
-         extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),
-         plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).
-       - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)
-         in a directory named &quot;plugins&quot;.
-       - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.
-         Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.
-         Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version
-         numbers of the Plug-ins and/or Fragments associated with that Feature.
-       - Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files
-         named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.
-
-The terms and conditions governing Plug-ins and Fragments should be
-contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and
-conditions governing Features and Included Features should be contained
-in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature
-Licenses may be located in any directory of a Download or Module
-including, but not limited to the following locations:
-
-       - The top-level (root) directory
-       - Plug-in and Fragment directories
-       - Inside Plug-ins and Fragments packaged as JARs
-       - Sub-directories of the directory named &quot;src&quot; of certain Plug-ins
-       - Feature directories
-
-Note: if a Feature made available by the Eclipse Foundation is installed using the
-Provisioning Technology (as defined below), you must agree to a license (&quot;Feature 
-Update License&quot;) during the installation process. If the Feature contains
-Included Features, the Feature Update License should either provide you
-with the terms and conditions governing the Included Features or inform
-you where you can locate them. Feature Update Licenses may be found in
-the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.
-Such Abouts, Feature Licenses, and Feature Update Licenses contain the
-terms and conditions (or references to such terms and conditions) that
-govern your use of the associated Content in that directory.
-
-THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER
-TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.
-SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):
-
-       - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)
-       - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)
-       - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)
-       - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)
-       - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)
-       - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)
-
-IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR
-TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License
-is provided, please contact the Eclipse Foundation to determine what terms and conditions
-govern that particular Content.
-
-Use of Provisioning Technology
-
-The Eclipse Foundation makes available provisioning software, examples of which include,
-but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for
-the purpose of allowing users to install software, documentation, information and/or
-other materials (collectively &quot;Installable Software&quot;). This capability is provided with
-the intent of allowing such users to install, extend and update Eclipse-based products.
-Information about packaging Installable Software is available at
-http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).
-
-You may use Provisioning Technology to allow other parties to install Installable Software.
-You shall be responsible for enabling the applicable license agreements relating to the
-Installable Software to be presented to, and accepted by, the users of the Provisioning Technology
-in accordance with the Specification. By using Provisioning Technology in such a manner and
-making it available in accordance with the Specification, you further acknowledge your
-agreement to, and the acquisition of all necessary rights to permit the following:
-
-       1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute
-          the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,
-          extending or updating the functionality of an Eclipse-based product.
-       2. During the Provisioning Process, the Provisioning Technology may cause third party
-          Installable Software or a portion thereof to be accessed and copied to the Target Machine.
-       3. Pursuant to the Specification, you will provide to the user the terms and conditions that
-          govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such
-          Installable Software Agreement shall be accessed from the Target Machine in accordance
-          with the Specification. Such Installable Software Agreement must inform the user of the
-          terms and conditions that govern the Installable Software and must solicit acceptance by
-          the end user in the manner prescribed in such Installable Software Agreement. Upon such
-          indication of agreement by the user, the provisioning Technology will complete installation
-          of the Installable Software.
-
-Cryptography
-
-Content may contain encryption software. The country in which you are
-currently may have restrictions on the import, possession, and use,
-and/or re-export to another country, of encryption software. BEFORE
-using any encryption software, please check the country&apos;s laws,
-regulations and policies concerning the import, possession, or use, and
-re-export of encryption software, to see if this is permitted.
-
-Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.
-         </text>
-   </license>
-
-   <plugins>
-   </plugins>
-
-   <features>
-      <feature id="org.eclipse.platform"/>
-      <feature id="org.eclipse.platform.source"/>
-      <feature id="org.eclipse.equinox.p2.user.ui"/>
-      <feature id="org.eclipse.rcp.configuration"/>
-   </features>
-
-   <configurations>
-      <plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="4" />
-      <plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
-      <plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="2" />
-      <plugin id="org.eclipse.equinox.event" autoStart="true" startLevel="2" />
-      <plugin id="org.eclipse.equinox.p2.reconciler.dropins" autoStart="true" startLevel="4" />
-      <plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
-      <plugin id="org.eclipse.update.configurator" autoStart="true" startLevel="3" />
-   </configurations>
-
-</product>
-
diff --git a/eclipse-build-config/productFiles/platform/p2.inf b/eclipse-build-config/productFiles/platform/p2.inf
deleted file mode 100644
index d5ab993..0000000
--- a/eclipse-build-config/productFiles/platform/p2.inf
+++ /dev/null
@@ -1,58 +0,0 @@
-instructions.configure=\
-addRepository(type:0,location:http${#58}//download.eclipse.org/eclipse/updates/4.2,name:The Eclipse Project Updates);\
-addRepository(type:1,location:http${#58}//download.eclipse.org/eclipse/updates/4.2,name:The Eclipse Project Updates);\
-addRepository(type:0,location:http${#58}//download.eclipse.org/e4/updates/0.12,name:e4 0.11 Updates);\
-addRepository(type:1,location:http${#58}//download.eclipse.org/e4/updates/0.12,name:e4 0.11 Updates);\
-addRepository(type:0,location:http${#58}//download.eclipse.org/releases/juno,name:Juno);\
-addRepository(type:1,location:http${#58}//download.eclipse.org/releases/juno,name:Juno);\
-  mkdir(path:${installFolder}/dropins);
-requires.1.namespace=org.eclipse.equinox.p2.iu
-requires.1.name=toolingorg.eclipse.configuration.macosx
-requires.1.filter=(osgi.os=macosx)
-requires.1.range=[1.0.0,1.0.0]
-requires.1.greedy=true
-
-requires.2.namespace=org.eclipse.equinox.p2.iu
-requires.2.name=toolingorg.eclipse.configuration
-requires.2.filter=(!(osgi.os=macosx))
-requires.2.range=[1.0.0,1.0.0]
-requires.2.greedy=true
-
-units.1.id=toolingorg.eclipse.configuration.macosx
-units.1.version=1.0.0
-units.1.provides.1.namespace=org.eclipse.equinox.p2.iu
-units.1.provides.1.name=toolingorg.eclipse.configuration.macosx
-units.1.provides.1.version=1.0.0
-units.1.filter=(osgi.os=macosx)
-units.1.touchpoint.id=org.eclipse.equinox.p2.osgi
-units.1.touchpoint.version=1.0.0
-units.1.instructions.configure=setProgramProperty(propName:osgi.instance.area.default,propValue:@user.home/Documents/workspace);
-units.1.instructions.unconfigure=setProgramProperty(propName:osgi.instance.area.default,propValue:);
-
-units.2.id=toolingorg.eclipse.configuration
-units.2.version=1.0.0
-units.2.provides.1.namespace=org.eclipse.equinox.p2.iu
-units.2.provides.1.name=toolingorg.eclipse.configuration
-units.2.provides.1.version=1.0.0
-units.2.filter=(!(osgi.os=macosx))
-units.2.touchpoint.id=org.eclipse.equinox.p2.osgi
-units.2.touchpoint.version=1.0.0
-units.2.instructions.configure=setProgramProperty(propName:osgi.instance.area.default,propValue:@user.home/workspace);
-units.2.instructions.unconfigure=setProgramProperty(propName:osgi.instance.area.default,propValue:);
-
-requires.3.namespace=org.eclipse.equinox.p2.iu
-requires.3.name=toolingorg.eclipse.configuration.gtk.linux.x86_64
-requires.3.filter=(&(osgi.os=linux) (osgi.arch=x86_64) (osgi.ws=gtk))
-requires.3.range=[1.0.0,1.0.0]
-requires.3.greedy=true
-
-units.3.id=toolingorg.eclipse.configuration.gtk.linux.x86_64
-units.3.version=1.0.0
-units.3.provides.1.namespace=org.eclipse.equinox.p2.iu
-units.3.provides.1.name=toolingorg.eclipse.configuration.gtk.linux.x86_64
-units.3.provides.1.version=1.0.0
-units.3.filter=(&(osgi.os=linux) (osgi.arch=x86_64) (osgi.ws=gtk))
-units.3.touchpoint.id=org.eclipse.equinox.p2.osgi
-units.3.touchpoint.version=1.0.0
-units.3.instructions.configure=setProgramProperty(propName:org.eclipse.swt.internal.gtk.useCairo,propValue:true);
-units.3.instructions.unconfigure=removeProgramProperty(propName:org.eclipse.swt.internal.gtk.useCairo);
diff --git a/eclipse-build-config/productFiles/platform/platform.product b/eclipse-build-config/productFiles/platform/platform.product
deleted file mode 100644
index 5d06907..0000000
--- a/eclipse-build-config/productFiles/platform/platform.product
+++ /dev/null
@@ -1,178 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?pde version="3.5"?>
-
-<product name="Eclipse Platform" id="org.eclipse.platform.ide" application="org.eclipse.ui.ide.workbench" version="3.7.0.@qualifier@" useFeatures="true">
-
-   <configIni use="default">
-   </configIni>
-
-   <launcherArgs>
-      <programArgs>-showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile</programArgs>
-      <vmArgs>-Xms40m -Xmx384m</vmArgs>
-      <vmArgsMac>-Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
-   </launcherArgs>
-
-   <splash
-      location="org.eclipse.platform" />
-   <launcher name="eclipse">
-      <solaris/>
-      <win useIco="false">
-         <bmp/>
-      </win>
-   </launcher>
-
-   <vm>
-   </vm>
-
-   <license>
-        <url>http://eclipse.org/legal/epl/notice.php</url>
-        <text>
-   Eclipse Foundation Software User Agreement
-February 1, 2011
-
-Usage Of Content
-
-THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR
-OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).
-USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS
-AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR
-NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU
-AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT
-AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS
-OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE
-TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS
-OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED
-BELOW, THEN YOU MAY NOT USE THE CONTENT.
-
-Applicable Licenses
-
-Unless otherwise indicated, all Content made available by the
-Eclipse Foundation is provided to you under the terms and conditions of
-the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.
-For purposes of the EPL, &quot;Program&quot; will mean the Content.
-
-Content includes, but is not limited to, source code, object code,
-documentation and other files maintained in the Eclipse Foundation source code
-repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available
-as downloadable archives (&quot;Downloads&quot;).
-
-      - Content may be structured and packaged into modules to facilitate delivering,
-         extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),
-         plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).
-       - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)
-         in a directory named &quot;plugins&quot;.
-       - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.
-         Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.
-         Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version
-         numbers of the Plug-ins and/or Fragments associated with that Feature.
-       - Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files
-         named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.
-
-The terms and conditions governing Plug-ins and Fragments should be
-contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and
-conditions governing Features and Included Features should be contained
-in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature
-Licenses may be located in any directory of a Download or Module
-including, but not limited to the following locations:
-
-       - The top-level (root) directory
-       - Plug-in and Fragment directories
-       - Inside Plug-ins and Fragments packaged as JARs
-       - Sub-directories of the directory named &quot;src&quot; of certain Plug-ins
-       - Feature directories
-
-Note: if a Feature made available by the Eclipse Foundation is installed using the
-Provisioning Technology (as defined below), you must agree to a license (&quot;Feature 
-Update License&quot;) during the installation process. If the Feature contains
-Included Features, the Feature Update License should either provide you
-with the terms and conditions governing the Included Features or inform
-you where you can locate them. Feature Update Licenses may be found in
-the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.
-Such Abouts, Feature Licenses, and Feature Update Licenses contain the
-terms and conditions (or references to such terms and conditions) that
-govern your use of the associated Content in that directory.
-
-THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER
-TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.
-SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):
-
-       - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)
-       - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)
-       - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)
-       - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)
-       - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)
-       - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)
-
-IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR
-TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License
-is provided, please contact the Eclipse Foundation to determine what terms and conditions
-govern that particular Content.
-
-Use of Provisioning Technology
-
-The Eclipse Foundation makes available provisioning software, examples of which include,
-but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for
-the purpose of allowing users to install software, documentation, information and/or
-other materials (collectively &quot;Installable Software&quot;). This capability is provided with
-the intent of allowing such users to install, extend and update Eclipse-based products.
-Information about packaging Installable Software is available at
-http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).
-
-You may use Provisioning Technology to allow other parties to install Installable Software.
-You shall be responsible for enabling the applicable license agreements relating to the
-Installable Software to be presented to, and accepted by, the users of the Provisioning Technology
-in accordance with the Specification. By using Provisioning Technology in such a manner and
-making it available in accordance with the Specification, you further acknowledge your
-agreement to, and the acquisition of all necessary rights to permit the following:
-
-       1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute
-          the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,
-          extending or updating the functionality of an Eclipse-based product.
-       2. During the Provisioning Process, the Provisioning Technology may cause third party
-          Installable Software or a portion thereof to be accessed and copied to the Target Machine.
-       3. Pursuant to the Specification, you will provide to the user the terms and conditions that
-          govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such
-          Installable Software Agreement shall be accessed from the Target Machine in accordance
-          with the Specification. Such Installable Software Agreement must inform the user of the
-          terms and conditions that govern the Installable Software and must solicit acceptance by
-          the end user in the manner prescribed in such Installable Software Agreement. Upon such
-          indication of agreement by the user, the provisioning Technology will complete installation
-          of the Installable Software.
-
-Cryptography
-
-Content may contain encryption software. The country in which you are
-currently may have restrictions on the import, possession, and use,
-and/or re-export to another country, of encryption software. BEFORE
-using any encryption software, please check the country&apos;s laws,
-regulations and policies concerning the import, possession, or use, and
-re-export of encryption software, to see if this is permitted.
-
-Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.
-         </text>
-   </license>
-
-   <plugins>
-   </plugins>
-
-   <features>
-      <feature id="org.eclipse.platform"/>
-      <feature id="org.eclipse.equinox.p2.user.ui"/>
-      <feature id="org.eclipse.rcp.configuration"/>
-   </features>
-
-   <configurations>
-      <plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="4" />
-      <plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
-      <plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="2" />
-      <plugin id="org.eclipse.equinox.event" autoStart="true" startLevel="2" />
-      <plugin id="org.eclipse.equinox.p2.reconciler.dropins" autoStart="true" startLevel="4" />
-      <plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
-      <plugin id="org.eclipse.update.configurator" autoStart="true" startLevel="3" />
-      <property name="org.eclipse.update.reconcile" value="false" />                                        
-      <property name="osgi.bundles.defaultStartLevel" value="4" />   
-      <property name="eclipse.buildId" value="@qualifier@"/>   
-   </configurations>
-
-</product>
diff --git a/eclipse-build-config/productFiles/rcp.sdk/rcp.product b/eclipse-build-config/productFiles/rcp.sdk/rcp.product
deleted file mode 100644
index 3aa82d3..0000000
--- a/eclipse-build-config/productFiles/rcp.sdk/rcp.product
+++ /dev/null
@@ -1,172 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?pde version="3.5"?>
-
-<product name="Eclipse RCP SDK" uid="org.eclipse.rcp.sdk.id" version="3.7.0.@qualifier@" useFeatures="true" includeLaunchers="true">
-
-   <configIni use="default">
-   </configIni>
-
-   <launcherArgs>
-      <programArgs>--launcher.XXMaxPermSize 256m</programArgs>
-      <vmArgs>-Xms40m -Xmx384m</vmArgs>
-      <vmArgsMac>-Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
-   </launcherArgs>
-
-   <launcher name="eclipse">
-      <solaris/>
-      <win useIco="false">
-         <bmp/>
-      </win>
-   </launcher>
-
-   <vm>
-   </vm>
-
-   <license>
-        <url>http://eclipse.org/legal/epl/notice.php</url>
-        <text>
-   Eclipse Foundation Software User Agreement
-February 1, 2011
-
-Usage Of Content
-
-THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR
-OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).
-USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS
-AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR
-NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU
-AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT
-AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS
-OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE
-TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS
-OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED
-BELOW, THEN YOU MAY NOT USE THE CONTENT.
-
-Applicable Licenses
-
-Unless otherwise indicated, all Content made available by the
-Eclipse Foundation is provided to you under the terms and conditions of
-the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.
-For purposes of the EPL, &quot;Program&quot; will mean the Content.
-
-Content includes, but is not limited to, source code, object code,
-documentation and other files maintained in the Eclipse Foundation source code
-repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available
-as downloadable archives (&quot;Downloads&quot;).
-
-      - Content may be structured and packaged into modules to facilitate delivering,
-         extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),
-         plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).
-       - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)
-         in a directory named &quot;plugins&quot;.
-       - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.
-         Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.
-         Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version
-         numbers of the Plug-ins and/or Fragments associated with that Feature.
-       - Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files
-         named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.
-
-The terms and conditions governing Plug-ins and Fragments should be
-contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and
-conditions governing Features and Included Features should be contained
-in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature
-Licenses may be located in any directory of a Download or Module
-including, but not limited to the following locations:
-
-       - The top-level (root) directory
-       - Plug-in and Fragment directories
-       - Inside Plug-ins and Fragments packaged as JARs
-       - Sub-directories of the directory named &quot;src&quot; of certain Plug-ins
-       - Feature directories
-
-Note: if a Feature made available by the Eclipse Foundation is installed using the
-Provisioning Technology (as defined below), you must agree to a license (&quot;Feature 
-Update License&quot;) during the installation process. If the Feature contains
-Included Features, the Feature Update License should either provide you
-with the terms and conditions governing the Included Features or inform
-you where you can locate them. Feature Update Licenses may be found in
-the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.
-Such Abouts, Feature Licenses, and Feature Update Licenses contain the
-terms and conditions (or references to such terms and conditions) that
-govern your use of the associated Content in that directory.
-
-THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER
-TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.
-SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):
-
-       - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)
-       - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)
-       - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)
-       - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)
-       - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)
-       - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)
-
-IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR
-TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License
-is provided, please contact the Eclipse Foundation to determine what terms and conditions
-govern that particular Content.
-
-Use of Provisioning Technology
-
-The Eclipse Foundation makes available provisioning software, examples of which include,
-but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for
-the purpose of allowing users to install software, documentation, information and/or
-other materials (collectively &quot;Installable Software&quot;). This capability is provided with
-the intent of allowing such users to install, extend and update Eclipse-based products.
-Information about packaging Installable Software is available at
-http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).
-
-You may use Provisioning Technology to allow other parties to install Installable Software.
-You shall be responsible for enabling the applicable license agreements relating to the
-Installable Software to be presented to, and accepted by, the users of the Provisioning Technology
-in accordance with the Specification. By using Provisioning Technology in such a manner and
-making it available in accordance with the Specification, you further acknowledge your
-agreement to, and the acquisition of all necessary rights to permit the following:
-
-       1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute
-          the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,
-          extending or updating the functionality of an Eclipse-based product.
-       2. During the Provisioning Process, the Provisioning Technology may cause third party
-          Installable Software or a portion thereof to be accessed and copied to the Target Machine.
-       3. Pursuant to the Specification, you will provide to the user the terms and conditions that
-          govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such
-          Installable Software Agreement shall be accessed from the Target Machine in accordance
-          with the Specification. Such Installable Software Agreement must inform the user of the
-          terms and conditions that govern the Installable Software and must solicit acceptance by
-          the end user in the manner prescribed in such Installable Software Agreement. Upon such
-          indication of agreement by the user, the provisioning Technology will complete installation
-          of the Installable Software.
-
-Cryptography
-
-Content may contain encryption software. The country in which you are
-currently may have restrictions on the import, possession, and use,
-and/or re-export to another country, of encryption software. BEFORE
-using any encryption software, please check the country&apos;s laws,
-regulations and policies concerning the import, possession, or use, and
-re-export of encryption software, to see if this is permitted.
-
-Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.
-         </text>
-   </license>
-
-   <plugins>
-   </plugins>
-
-   <features>
-      <feature id="org.eclipse.rcp"/>
-      <feature id="org.eclipse.rcp.source"/>
-      <feature id="org.eclipse.rcp.configuration"/>
-   </features>
-
-   <configurations>
-      <plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="4" />
-      <plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
-      <plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="2" />
-      <plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
-      <plugin id="org.eclipse.update.configurator" autoStart="true" startLevel="3" />
-   </configurations>
-
-</product>
-
diff --git a/eclipse-build-config/productFiles/rcp/rcp.product b/eclipse-build-config/productFiles/rcp/rcp.product
deleted file mode 100644
index dbec686..0000000
--- a/eclipse-build-config/productFiles/rcp/rcp.product
+++ /dev/null
@@ -1,169 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?pde version="3.5"?>
-
-<product name="Eclipse RCP" uid="org.eclipse.rcp.id" version="3.7.0.@qualifier@" useFeatures="true" includeLaunchers="true">
-
-   <configIni use="default">
-   </configIni>
-
-   <launcherArgs>
-      <programArgs>--launcher.XXMaxPermSize 256m</programArgs>
-      <vmArgs>-Xms40m -Xmx384m</vmArgs>
-      <vmArgsMac>-Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
-   </launcherArgs>
-
-   <launcher name="eclipse">
-      <solaris/>
-      <win useIco="false">
-         <bmp/>
-      </win>
-   </launcher>
-
-   <vm>
-   </vm>
-
-   <license>
-        <url>http://eclipse.org/legal/epl/notice.php</url>
-        <text>
-   February 1, 2011
-
-Usage Of Content
-
-THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR
-OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).
-USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS
-AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR
-NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU
-AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT
-AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS
-OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE
-TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS
-OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED
-BELOW, THEN YOU MAY NOT USE THE CONTENT.
-
-Applicable Licenses
-
-Unless otherwise indicated, all Content made available by the
-Eclipse Foundation is provided to you under the terms and conditions of
-the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.
-For purposes of the EPL, &quot;Program&quot; will mean the Content.
-
-Content includes, but is not limited to, source code, object code,
-documentation and other files maintained in the Eclipse Foundation source code
-repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available
-as downloadable archives (&quot;Downloads&quot;).
-
-      - Content may be structured and packaged into modules to facilitate delivering,
-         extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),
-         plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).
-       - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)
-         in a directory named &quot;plugins&quot;.
-       - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.
-         Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.
-         Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version
-         numbers of the Plug-ins and/or Fragments associated with that Feature.
-       - Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files
-         named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.
-
-The terms and conditions governing Plug-ins and Fragments should be
-contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and
-conditions governing Features and Included Features should be contained
-in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature
-Licenses may be located in any directory of a Download or Module
-including, but not limited to the following locations:
-
-       - The top-level (root) directory
-       - Plug-in and Fragment directories
-       - Inside Plug-ins and Fragments packaged as JARs
-       - Sub-directories of the directory named &quot;src&quot; of certain Plug-ins
-       - Feature directories
-
-Note: if a Feature made available by the Eclipse Foundation is installed using the
-Provisioning Technology (as defined below), you must agree to a license (&quot;Feature 
-Update License&quot;) during the installation process. If the Feature contains
-Included Features, the Feature Update License should either provide you
-with the terms and conditions governing the Included Features or inform
-you where you can locate them. Feature Update Licenses may be found in
-the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.
-Such Abouts, Feature Licenses, and Feature Update Licenses contain the
-terms and conditions (or references to such terms and conditions) that
-govern your use of the associated Content in that directory.
-
-THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER
-TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.
-SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):
-
-       - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)
-       - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)
-       - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)
-       - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)
-       - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)
-       - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)
-
-IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR
-TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License
-is provided, please contact the Eclipse Foundation to determine what terms and conditions
-govern that particular Content.
-
-Use of Provisioning Technology
-
-The Eclipse Foundation makes available provisioning software, examples of which include,
-but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for
-the purpose of allowing users to install software, documentation, information and/or
-other materials (collectively &quot;Installable Software&quot;). This capability is provided with
-the intent of allowing such users to install, extend and update Eclipse-based products.
-Information about packaging Installable Software is available at
-http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).
-
-You may use Provisioning Technology to allow other parties to install Installable Software.
-You shall be responsible for enabling the applicable license agreements relating to the
-Installable Software to be presented to, and accepted by, the users of the Provisioning Technology
-in accordance with the Specification. By using Provisioning Technology in such a manner and
-making it available in accordance with the Specification, you further acknowledge your
-agreement to, and the acquisition of all necessary rights to permit the following:
-
-       1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute
-          the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,
-          extending or updating the functionality of an Eclipse-based product.
-       2. During the Provisioning Process, the Provisioning Technology may cause third party
-          Installable Software or a portion thereof to be accessed and copied to the Target Machine.
-       3. Pursuant to the Specification, you will provide to the user the terms and conditions that
-          govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such
-          Installable Software Agreement shall be accessed from the Target Machine in accordance
-          with the Specification. Such Installable Software Agreement must inform the user of the
-          terms and conditions that govern the Installable Software and must solicit acceptance by
-          the end user in the manner prescribed in such Installable Software Agreement. Upon such
-          indication of agreement by the user, the provisioning Technology will complete installation
-          of the Installable Software.
-
-Cryptography
-
-Content may contain encryption software. The country in which you are
-currently may have restrictions on the import, possession, and use,
-and/or re-export to another country, of encryption software. BEFORE
-using any encryption software, please check the country&apos;s laws,
-regulations and policies concerning the import, possession, or use, and
-re-export of encryption software, to see if this is permitted.
-
-Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.
-         </text>
-   </license>
-
-   <plugins>
-   </plugins>
-
-   <features>
-      <feature id="org.eclipse.rcp"/>
-      <feature id="org.eclipse.rcp.configuration"/>
-   </features>
-
-   <configurations>
-      <plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="4" />
-      <plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
-      <plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="2" />
-      <plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
-      <plugin id="org.eclipse.update.configurator" autoStart="true" startLevel="3" />
-   </configurations>
-
-</product>
diff --git a/eclipse-build-config/productFiles/rcpConfig/build.properties b/eclipse-build-config/productFiles/rcpConfig/build.properties
deleted file mode 100644
index d4aa678..0000000
--- a/eclipse-build-config/productFiles/rcpConfig/build.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-###############################################################################
-#  Copyright (c) 2000, 2009 IBM Corporation and others.
-#  All rights reserved. This program and the accompanying materials
-#  are made available under the terms of the Eclipse Public License v1.0
-#  which accompanies this distribution, and is available at
-#  http://www.eclipse.org/legal/epl-v10.html
-# 
-#  Contributors:
-#     IBM Corporation - initial API and implementation
-###############################################################################
-
-root.permissions.755=eclipse
-root.win32.win32.x86=absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/win32/win32/x86
-root.win32.win32.x86_64=absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/win32/win32/x86_64
-root.win32.wpf.x86=absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/wpf/win32/x86
-root.aix.motif.ppc=absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/motif/aix/ppc
-#root.hpux.motif.PA_RISC=absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/motif/hpux/PA_RISC
-root.hpux.motif.ia64_32=absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/motif/hpux/ia64_32
-root.solaris.gtk.sparc=absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/solaris/sparc
-root.solaris.gtk.x86=absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/solaris/x86
-
-root.linux.gtk.arm=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.arm,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/linux/arm
-root.linux.gtk.arm.permissions.755=*.so*
-root.linux.gtk.mips=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.mips,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/linux/mips
-root.linux.gtk.mips.permissions.755=*.so*
-root.linux.gtk.mipsel=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.mipsel,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/linux/mipsel
-root.linux.gtk.mipsel.permissions.755=*.so*
-root.linux.gtk.PA_RISC=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.PA_RISC,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/linux/PA_RISC
-root.linux.gtk.PA_RISC.permissions.755=*.so*
-root.linux.gtk.x86=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.x86,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/linux/x86
-root.linux.gtk.x86.permissions.755=*.so*
-root.linux.gtk.ppc=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.ppc,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/linux/ppc
-root.linux.gtk.ppc.permissions.755=*.so*
-root.linux.gtk.ppc64=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.ppc64,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/linux/ppc64
-root.linux.gtk.ppc64.permissions.755=*.so*
-root.linux.gtk.sparc=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.sparc,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/linux/sparc
-root.linux.gtk.sparc.permissions.755=*.so*
-root.linux.gtk.sparc64=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.sparc64,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/linux/sparc64
-root.linux.gtk.sparc64.permissions.755=*.so*
-root.linux.gtk.s390=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.s390,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/linux/s390
-root.linux.gtk.s390.permissions.755=*.so*
-root.linux.gtk.s390x=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.s390x,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/linux/s390x
-root.linux.gtk.s390x.permissions.755=*.so*
-root.linux.gtk.x86_64=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.x86_64,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/linux/x86_64
-root.linux.gtk.x86_64.permissions.755=*.so*
-root.linux.gtk.ia64=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.ia64,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/linux/ia64
-root.linux.gtk.ia64.permissions.755=*.so*
-
-root.linux.motif.x86=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.motif.x86,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/motif/linux/x86,absolue:file:${buildDirectory}/features/plugins/org.eclipse.swt.motif.linux.x86/libXm.so.2
-root.linux.motif.x86.permissions.755=*.so*
-
-root.macosx.carbon.ppc.folder.Eclipse.app/Contents/MacOS=absolute:file:${buildDirectory}/features/org.eclipse.equinox.executable/bin/carbon/macosx/x86/Eclipse.app/Contents/MacOS/eclipse
-root.macosx.carbon.ppc.folder.Eclipse.app/Contents/Resources=absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/carbon/macosx/x86/Eclipse.app/Contents/Resources
-root.macosx.carbon.ppc.folder.Eclipse.app/Contents=absolute:file:${buildDirectory}/features/org.eclipse.equinox.executable/bin/carbon/macosx/x86/Eclipse.app/Contents/Info.plist
-root.macosx.carbon.ppc.permissions.755=Eclipse.app/Contents/MacOS/eclipse,Eclipse.app/Contents/MacOS/java_swt
-
-root.macosx.cocoa.x86.folder.Eclipse.app/Contents/MacOS=absolute:file:${buildDirectory}/features/org.eclipse.equinox.executable/bin/cocoa/macosx/x86/Eclipse.app/Contents/MacOS/eclipse
-root.macosx.cocoa.x86.folder.Eclipse.app/Contents/Resources=absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/cocoa/macosx/x86/Eclipse.app/Contents/Resources
-root.macosx.cocoa.x86.folder.Eclipse.app/Contents=absolute:file:${buildDirectory}/features/org.eclipse.equinox.executable/bin/cocoa/macosx/x86/Eclipse.app/Contents/Info.plist
-root.macosx.cocoa.x86.permissions.755=Eclipse.app/Contents/MacOS/eclipse,Eclipse.app/Contents/MacOS/java_swt
-
-root.macosx.cocoa.x86_64.folder.Eclipse.app/Contents/MacOS=absolute:file:${buildDirectory}/features/org.eclipse.equinox.executable/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/eclipse
-root.macosx.cocoa.x86_64.folder.Eclipse.app/Contents/Resources=absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Resources
-root.macosx.cocoa.x86_64.folder.Eclipse.app/Contents=absolute:file:${buildDirectory}/features/org.eclipse.equinox.executable/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist
-root.macosx.cocoa.x86_64.permissions.755=Eclipse.app/Contents/MacOS/eclipse,Eclipse.app/Contents/MacOS/java_swt
-
-
-
-
-
-
diff --git a/eclipse-build-config/productFiles/rcpConfig/buildConfiguration.xml b/eclipse-build-config/productFiles/rcpConfig/buildConfiguration.xml
deleted file mode 100644
index 37f02d7..0000000
--- a/eclipse-build-config/productFiles/rcpConfig/buildConfiguration.xml
+++ /dev/null
@@ -1,54 +0,0 @@
-<project name="org.eclipse.rcp.configuration" default="main">
-
-	<target name="main" >
-        <property name="product" value="${basedir}/config.product" />
-        <property name="id" value="org.eclipse.pde.build.container.feature" />
-        <property name="type" value="feature" />
-		<property name="verify" value="false" />
-		
-		<!--
-		<echo message="In buildConfiguration.xml"/>
-		<echo message="basedir=${basedir}"/>
-		<echo message="buildDirectory=${buildDirectory}"/>
-		<echo message="buildConfig=${buildConfig}"/>
-		<echo message="buildId=${buildId}"/>
-		<echo message="product=${product}"/>
-		<echo message="eclipse.pdebuild.scripts=${eclipse.pdebuild.scripts}"/>
-		-->
-
-		<path id="launcher.paths">
-			<fileset dir="${reposource}" includes="plugins/org.eclipse.equinox.launcher*" />
-			<!-- the built version of the org.eclipse.equinox.executable feature -->
-			<dirset dir="${baseBuildPath}" includes="features/org.eclipse.equinox.executable*" />  
-		</path>
-
-		<!-- generate a feature based on our .product file -->
-		<ant antfile="${eclipse.pdebuild.scripts}/productBuild/productBuild.xml" target="generateFeature" >
-			<property name="nestedInclusions" value="false" />
-			<property name="buildDirectory" value="${basedir}/temp"/>
-		</ant>
-		<!-- generate product build scripts for the generated feature -->
-		<echo message="About to call generateScript with buildDirectory = ${basedir}/temp"/>
-		<ant antfile="${eclipse.pdebuild.scripts}/genericTargets.xml" target="generateScript">
-            <property name="buildDirectory" value="${basedir}/temp"/>
-			<property name="baseLocation" value="" />
-			<property name="transformedRepoLocation" value="" />
-			<property name="pluginPath" refid="launcher.paths" />
-			<property name="forceContextQualifier" value="${buildId}" />
-        </ant>
-
-		<!-- get the generate p2.inf that got generated with the above scripts --> 
-		<move file="${basedir}/temp/features/org.eclipse.pde.build.container.feature/product/p2.inf" tofile="${basedir}/p2.inf" overwrite="true" />
-		<replace file="${basedir}/p2.inf" token="@FLAVOR@" value="tooling" />
-		
-		<!-- publish the configuration feature with the generated p2.inf -->
-		<replace file="${basedir}/feature.xml" token="@qualifier@" value="${buildId}" />
-		<property name="buildDirectory" value="${baseBuildPath}"/>
-		<eclipse.gatherFeature
-			metadataRepository="file:${reposource}"
-			artifactRepository="file:${reposource}"
-			buildResultFolder="${basedir}"
-			baseDirectory="${basedir}"
-		/>
-	</target>
-</project>
diff --git a/eclipse-build-config/productFiles/rcpConfig/config.product b/eclipse-build-config/productFiles/rcpConfig/config.product
deleted file mode 100644
index da4fbe9..0000000
--- a/eclipse-build-config/productFiles/rcpConfig/config.product
+++ /dev/null
@@ -1,5 +0,0 @@
-<product uid="org.eclipse.rcp.configuration" version="1.0.0.qualifier" useFeatures="true" includeLaunchers="true">
-	<features>
-		<feature id="org.eclipse.equinox.executable" />
-	</features>
-</product>
diff --git a/eclipse-build-config/productFiles/rcpConfig/feature.properties b/eclipse-build-config/productFiles/rcpConfig/feature.properties
deleted file mode 100644
index 3f01361..0000000
--- a/eclipse-build-config/productFiles/rcpConfig/feature.properties
+++ /dev/null
@@ -1,24 +0,0 @@
-###############################################################################
-# Copyright (c) 2009 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-# 
-# Contributors:
-#     IBM Corporation - initial API and implementation
-###############################################################################
-# feature.properties
-# contains externalized strings for feature.xml
-# "%foo" in feature.xml corresponds to the key "foo" in this file
-# java.io.Properties file (ISO 8859-1 with "\" escapes)
-# This file should be translated.
-
-# "featureName" property - name of the feature
-featureName=Eclipse Product Configuration
-
-# "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org
-
-# "description" property - description of the feature
-description=Configuration information for the Eclipse product
diff --git a/eclipse-build-config/productFiles/rcpConfig/feature.xml b/eclipse-build-config/productFiles/rcpConfig/feature.xml
deleted file mode 100644
index 89c8eb5..0000000
--- a/eclipse-build-config/productFiles/rcpConfig/feature.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
-      id="org.eclipse.rcp.configuration"
-      label="%featureName"
-      version="1.0.0.@qualifier@"
-      provider-name="%providerName">
-
-   <description>
-      %description
-   </description>
-
-</feature>
diff --git a/eclipse-build-config/productFiles/rcpConfig/p2.inf b/eclipse-build-config/productFiles/rcpConfig/p2.inf
deleted file mode 100644
index 118d852..0000000
--- a/eclipse-build-config/productFiles/rcpConfig/p2.inf
+++ /dev/null
@@ -1,9 +0,0 @@
-org.eclipse.pde.build.append.startlevels=false
-org.eclipse.pde.build.append.launchers=true
-properties.1.name=org.eclipse.equinox.p2.type.group
-properties.1.value=false
-
-instructions.configure.import=org.eclipse.equinox.p2.touchpoint.eclipse.setLauncherName
-instructions.configure=setLauncherName(name:eclipse);
-instructions.unconfigure.import=org.eclipse.equinox.p2.touchpoint.eclipse.setLauncherName
-instructions.unconfigure=setLauncherName();
diff --git a/eclipse-build-config/productFiles/sdk/p2.inf b/eclipse-build-config/productFiles/sdk/p2.inf
deleted file mode 100644
index 43d7000..0000000
--- a/eclipse-build-config/productFiles/sdk/p2.inf
+++ /dev/null
@@ -1,56 +0,0 @@
-instructions.configure=\
-addRepository(type:0,location:http${#58}//download.eclipse.org/eclipse/updates/3.7,name:The Eclipse Project Updates);\
-addRepository(type:1,location:http${#58}//download.eclipse.org/eclipse/updates/3.7,name:The Eclipse Project Updates);\
-addRepository(type:0,location:http${#58}//download.eclipse.org/releases/indigo,name:Indigo);\
-addRepository(type:1,location:http${#58}//download.eclipse.org/releases/indigo,name:Indigo);\
-  mkdir(path:${installFolder}/dropins);
-requires.1.namespace=org.eclipse.equinox.p2.iu
-requires.1.name=toolingorg.eclipse.configuration.macosx
-requires.1.filter=(osgi.os=macosx)
-requires.1.range=[1.0.0,1.0.0]
-requires.1.greedy=true
-
-requires.2.namespace=org.eclipse.equinox.p2.iu
-requires.2.name=toolingorg.eclipse.configuration
-requires.2.filter=(!(osgi.os=macosx))
-requires.2.range=[1.0.0,1.0.0]
-requires.2.greedy=true
-
-requires.3.namespace=org.eclipse.equinox.p2.iu
-requires.3.name=toolingorg.eclipse.configuration.macosx.x86_64
-requires.3.filter=(&(osgi.os=macosx) (osgi.arch=x86_64))
-requires.3.range=[1.0.0,1.0.0]
-requires.3.greedy=true
-
-units.1.id=toolingorg.eclipse.configuration.macosx
-units.1.version=1.0.0
-units.1.provides.1.namespace=org.eclipse.equinox.p2.iu
-units.1.provides.1.name=toolingorg.eclipse.configuration.macosx
-units.1.provides.1.version=1.0.0
-units.1.filter=(osgi.os=macosx)
-units.1.touchpoint.id=org.eclipse.equinox.p2.osgi
-units.1.touchpoint.version=1.0.0
-units.1.instructions.configure=setProgramProperty(propName:osgi.instance.area.default,propValue:@user.home/Documents/workspace);
-units.1.instructions.unconfigure=setProgramProperty(propName:osgi.instance.area.default,propValue:);
-
-units.2.id=toolingorg.eclipse.configuration
-units.2.version=1.0.0
-units.2.provides.1.namespace=org.eclipse.equinox.p2.iu
-units.2.provides.1.name=toolingorg.eclipse.configuration
-units.2.provides.1.version=1.0.0
-units.2.filter=(!(osgi.os=macosx))
-units.2.touchpoint.id=org.eclipse.equinox.p2.osgi
-units.2.touchpoint.version=1.0.0
-units.2.instructions.configure=setProgramProperty(propName:osgi.instance.area.default,propValue:@user.home/workspace);
-units.2.instructions.unconfigure=setProgramProperty(propName:osgi.instance.area.default,propValue:);
-
-units.3.id=toolingorg.eclipse.configuration.macosx.x86_64
-units.3.version=1.0.0
-units.3.provides.1.namespace=org.eclipse.equinox.p2.iu
-units.3.provides.1.name=toolingorg.eclipse.configuration.macosx.x86_64
-units.3.provides.1.version=1.0.0
-units.3.filter=(&(osgi.os=macosx) (osgi.arch=x86_64))
-units.3.touchpoint.id=org.eclipse.equinox.p2.osgi
-units.3.touchpoint.version=1.0.0
-units.3.instructions.configure=addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx512m);
-units.3.instructions.unconfigure=removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx512m);
diff --git a/eclipse-build-config/productFiles/sdk/sdk.product b/eclipse-build-config/productFiles/sdk/sdk.product
deleted file mode 100644
index e88d366..0000000
--- a/eclipse-build-config/productFiles/sdk/sdk.product
+++ /dev/null
@@ -1,182 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?pde version="3.5"?>
-
-<product name="Eclipse SDK" id="org.eclipse.sdk.ide" application="org.eclipse.ui.ide.workbench" version="4.1.0.@qualifier@" useFeatures="true" includeLaunchers="true">
-
-   <configIni use="default">
-   </configIni>
-
-   <launcherArgs>
-      <programArgs>-showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile</programArgs>
-      <vmArgs>-Xms40m -Xmx384m</vmArgs>
-      <vmArgsMac>-Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
-   </launcherArgs>
-
-   <windowImages/>
-
-   <splash
-      location="org.eclipse.platform" />
-   <launcher name="eclipse">
-      <solaris/>
-      <win useIco="false">
-         <bmp/>
-      </win>
-   </launcher>
-
-   <vm>
-   </vm>
-
-   <license>
-        <url>http://eclipse.org/legal/epl/notice.php</url>
-        <text>
-   Eclipse Foundation Software User Agreement
-February 1, 2011
-
-Usage Of Content
-
-THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR
-OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).
-USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS
-AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR
-NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU
-AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT
-AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS
-OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE
-TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS
-OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED
-BELOW, THEN YOU MAY NOT USE THE CONTENT.
-
-Applicable Licenses
-
-Unless otherwise indicated, all Content made available by the
-Eclipse Foundation is provided to you under the terms and conditions of
-the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.
-For purposes of the EPL, &quot;Program&quot; will mean the Content.
-
-Content includes, but is not limited to, source code, object code,
-documentation and other files maintained in the Eclipse Foundation source code
-repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available
-as downloadable archives (&quot;Downloads&quot;).
-
-      - Content may be structured and packaged into modules to facilitate delivering,
-         extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),
-         plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).
-       - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)
-         in a directory named &quot;plugins&quot;.
-       - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.
-         Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.
-         Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version
-         numbers of the Plug-ins and/or Fragments associated with that Feature.
-       - Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files
-         named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.
-
-The terms and conditions governing Plug-ins and Fragments should be
-contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and
-conditions governing Features and Included Features should be contained
-in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature
-Licenses may be located in any directory of a Download or Module
-including, but not limited to the following locations:
-
-       - The top-level (root) directory
-       - Plug-in and Fragment directories
-       - Inside Plug-ins and Fragments packaged as JARs
-       - Sub-directories of the directory named &quot;src&quot; of certain Plug-ins
-       - Feature directories
-
-Note: if a Feature made available by the Eclipse Foundation is installed using the
-Provisioning Technology (as defined below), you must agree to a license (&quot;Feature 
-Update License&quot;) during the installation process. If the Feature contains
-Included Features, the Feature Update License should either provide you
-with the terms and conditions governing the Included Features or inform
-you where you can locate them. Feature Update Licenses may be found in
-the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.
-Such Abouts, Feature Licenses, and Feature Update Licenses contain the
-terms and conditions (or references to such terms and conditions) that
-govern your use of the associated Content in that directory.
-
-THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER
-TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.
-SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):
-
-       - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)
-       - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)
-       - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)
-       - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)
-       - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)
-       - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)
-
-IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR
-TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License
-is provided, please contact the Eclipse Foundation to determine what terms and conditions
-govern that particular Content.
-
-Use of Provisioning Technology
-
-The Eclipse Foundation makes available provisioning software, examples of which include,
-but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for
-the purpose of allowing users to install software, documentation, information and/or
-other materials (collectively &quot;Installable Software&quot;). This capability is provided with
-the intent of allowing such users to install, extend and update Eclipse-based products.
-Information about packaging Installable Software is available at
-http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).
-
-You may use Provisioning Technology to allow other parties to install Installable Software.
-You shall be responsible for enabling the applicable license agreements relating to the
-Installable Software to be presented to, and accepted by, the users of the Provisioning Technology
-in accordance with the Specification. By using Provisioning Technology in such a manner and
-making it available in accordance with the Specification, you further acknowledge your
-agreement to, and the acquisition of all necessary rights to permit the following:
-
-       1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute
-          the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,
-          extending or updating the functionality of an Eclipse-based product.
-       2. During the Provisioning Process, the Provisioning Technology may cause third party
-          Installable Software or a portion thereof to be accessed and copied to the Target Machine.
-       3. Pursuant to the Specification, you will provide to the user the terms and conditions that
-          govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such
-          Installable Software Agreement shall be accessed from the Target Machine in accordance
-          with the Specification. Such Installable Software Agreement must inform the user of the
-          terms and conditions that govern the Installable Software and must solicit acceptance by
-          the end user in the manner prescribed in such Installable Software Agreement. Upon such
-          indication of agreement by the user, the provisioning Technology will complete installation
-          of the Installable Software.
-
-Cryptography
-
-Content may contain encryption software. The country in which you are
-currently may have restrictions on the import, possession, and use,
-and/or re-export to another country, of encryption software. BEFORE
-using any encryption software, please check the country&apos;s laws,
-regulations and policies concerning the import, possession, or use, and
-re-export of encryption software, to see if this is permitted.
-
-Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.
-         </text>
-   </license>
-
-   <plugins>
-   </plugins>
-
-   <features>
-      <feature id="org.eclipse.sdk"/>
-      <feature id="org.eclipse.equinox.p2.user.ui"/>
-      <feature id="org.eclipse.rcp.configuration"/>
-      <feature id="org.eclipse.license"/>
-   </features>
-
-   <configurations>
-      <plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="4" />
-      <plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
-      <plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="2" />
-      <plugin id="org.eclipse.equinox.event" autoStart="true" startLevel="2" />
-      <plugin id="org.eclipse.equinox.p2.reconciler.dropins" autoStart="true" startLevel="4" />
-      <plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
-      <plugin id="org.eclipse.update.configurator" autoStart="true" startLevel="3" />
-      <property name="org.eclipse.update.reconcile" value="false" />                                        
-      <property name="osgi.bundles.defaultStartLevel" value="4" />   
-      <property name="eclipse.buildId" value="@qualifier@"/>    
-   </configurations>
-
-</product>
-
diff --git a/eclipse-build-feature/.project b/eclipse-build-feature/.project
deleted file mode 100644
index d9e97c4..0000000
--- a/eclipse-build-feature/.project
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>eclipse-build-feature</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-	</buildSpec>
-	<natures>
-	</natures>
-</projectDescription>
diff --git a/eclipse-build-feature/ChangeLog b/eclipse-build-feature/ChangeLog
deleted file mode 100644
index 681e569..0000000
--- a/eclipse-build-feature/ChangeLog
+++ /dev/null
@@ -1,41 +0,0 @@
-2011-03-09  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* feature.xml: Update to 3.6.2.
-
-2010-07-14  Andrew Overholt  <overholt@redhat.com>
-
-	* build.properties: Remove svn:executable property.
-	* feature.xml: Likewise.
-
-2010-06-11  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* feature.xml: Update to 3.6.0.
-
-2010-04-19  Alexander Kurtakov    <akurtako@redhat.com>
-
-	* feature.xml: Remove dependency on o.e.swt.tools.
-
-2010-02-26  Andrew Overholt  <overholt@redhat.com>
-
-	* feature.xml: Remove dependency on icu4j source bundle.
-
-2010-02-25  Andrew Overholt  <overholt@redhat.com>
-
-	* feature.xml: Remove com.ibm.icu.base.
-
-2010-02-11  Andrew Overholt  <overholt@redhat.com>
-
-	* feature.xml: Update to 3.5.2.
-
-2009-09-29  Andrew Overholt  <overholt@redhat.com>
-
-	* feature.xml: Update to 3.5.1
-
-2009-06-17  Andrew Overholt  <overholt@redhat.com>
-
-	* feature.xml: Include master-jetty feature to avoid building loops.
-
-2009-06-09  Andrew Overholt  <overholt@redhat.com>
-
-	* build.properties: Initial checkin.
-	* feature.xml: Likewise.
diff --git a/eclipse-build-feature/build.properties b/eclipse-build-feature/build.properties
deleted file mode 100644
index 72c67f8..0000000
--- a/eclipse-build-feature/build.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-###############################################################################
-# Copyright (c) 2009 Red Hat, Inc. and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-#     Red Hat, Inc. - initial API and implementation
-###############################################################################
diff --git a/eclipse-build-feature/feature.xml b/eclipse-build-feature/feature.xml
deleted file mode 100644
index fd7f0e0..0000000
--- a/eclipse-build-feature/feature.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
-      id="eclipse-build-feature"
-      version="4.2.0.qualifier">
-
-   <includes
-         id="master-jetty"
-         version="0.0.0"/>
-         
-   <includes
-	 id="org.eclipse.emf.common"
-	version="0.0.0"/>
-	
-   <includes
-	id="org.eclipse.emf.ecore"
-	version="0.0.0"/>
-	
-   <includes
-         id="org.eclipse.sdk"
-         version="0.0.0"/>
-         
-   <includes
-         id="org.eclipse.license"
-         version="0.0.0"/>
-
-   <includes
-         id="org.eclipse.equinox.executable"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.eclipse.equinox.initializer"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-</feature>
diff --git a/eclipse-build/.gitignore b/eclipse-build/.gitignore
deleted file mode 100644
index 528c658..0000000
--- a/eclipse-build/.gitignore
+++ /dev/null
@@ -1,37 +0,0 @@
-/eclipse-build-config
-/eclipse-build-feature
-/eclipse-*-src.tar.bz2
-/eclipse-sdktests-*.tar.bz2
-/eclipse-sdktests-*-scripts
-/emfFore4-2.7.0-src.tar.bz2
-home
-build_*.log
-*Fetch.log
-userhome
-org.eclipse.releng.basebuilder
-org.eclipse.releng.eclipsebuilder
-build
-*-stamp
-eclipse*-src
-eclipse-build*
-workspace
-buildworkspace
-task-bin
-p2
-bootstrap
-configuration
-generatedScripts
-testsBuild
-Xvnc.log
-sdk-tests.properties
-tests_*
-EMFbuildworkspace
-/eclipse
-/fetch
-/baseworkspace
-/temp.folder
-/.ant-targets-build.xml
-/.ant-targets-testsBuild.xml
-/.directory
-/temp
-/.options
diff --git a/eclipse-build/ChangeLog b/eclipse-build/ChangeLog
deleted file mode 100644
index a1bab84..0000000
--- a/eclipse-build/ChangeLog
+++ /dev/null
@@ -1,2007 +0,0 @@
-2012-04-25  Sami Wagiaalla  <swagiaal@redhat.com>
-
-	* patches/eclipse-add-archs-net.patch:
-	Add org.eclipse.core.net.linux.s390 and
-	org.eclipse.core.net.linux.s390x fragments to
-	org.eclipse.platform/feature.xml.
-
-2012-04-18  Sami Wagiaalla  <swagiaal@redhat.com>
-
-	* patches/fix-gnomeproxy-includes.patch:
-	New patch.
-	* build.xml: apply above patch.
-
-2012-03-05  Sami Wagiaalla  <swagiaal@redhat.com>
-
-	* patches/add-plugin-version-of-arm-net.patch:
-	New patch.
-	* build.xml: Apply the above patch.
-
-2012-02-22  Sami Wagiaalla  <swagiaal@redhat.com>
-
-	* patches/add-plugin-version-of-arm-launcher-fragment.patch:
-	New patch.
-	* build.xml: Apply the above patch.
-	* eclipse-build-additionalArchs.tar.bz2: Update the arm fragments
-	base on x86 fragments.
-
-2012-01-24  Andrew Robinson  <arobinso@redhat.com>
-
-	Bug #210014.
-
-	* pdebuild/eclipse-copy-platform.sh: Make symlinking paths relative.
-
-2012-01-20  Sami Wagiaalla  <swagiaal@redhat.com>
-
-	* patches/eclipse-dont-link-in-orbit2.patch: New patch.
-	* build.xml: Apply patch eclipse-dont-link-in-orbit2.patch.
-
-2012-01-06  Roland Grunberg  <rgrunber@redhat.com>
-
-	* build.xml: Create proper org.junit_3* and org.junit_4* jar files by
-	merging the system jar classes with the manifest and other content.
-
-2011-12-19  Roland Grunberg  <rgrunber@redhat.com>
-
-	* jdtnonosgidependencies.properties:
-		Use the junit 4 system jar for junit 3 dependencies.
-
-2011-11-08  Roland Grunberg  <rgrunber@redhat.com>
-
-	* build.xml : Add new patches, and modify conents of pre-generated
-	build scripts.
-	* patches/eclipse-equinox-http-jetty.patch:
-	Update dependency versions.
-	* patches/eclipse-equinox-http-servlet.patch:
-	Update dependency versions, and API.
-	* patches/eclipse-equinox-jsp-jasper.patch:
-	Update depenency versions, and API.
-	* patches/eclipse-help-feature.patch:
-	Add/Update dependency versions for this feature.
-	* patches/eclipse-ua.patch:
-	Update API.
-	* dependencies.properties: Update jar versions for Tomcat 7 Jasper
-	and specify system location.
-	* jasper7.sh : Make the following changes to the contents of
-	eclipse-build-generatedScripts.tar.bz2.
-	java.servlet_2.5.0.qualifier => javax.servlet_3.0.0
-	java.servlet.jsp_2.0.0.qualifier => javax.servlet.jsp_2.2.0
-	org.apache.jasper_5.5.17.qualifier => org.apache.jasper_7.0.21
-
-	Rename.
-	* dependencyManifests/javax.servlet.jsp_{2.0.0.v201101211617,2.2.0}.jar/META-INF/MANIFEST.MF
-	* dependencyManifests/javax.servlet_{2.5.0.v201103041518,3.0.0}.jar/META-INF/MANIFEST.MF
-	* dependencyManifests/org.apache.jasper_{5.5.17.v200903231320,7.0.21}.jar/META-INF/MANIFEST.MF
-
-	New.
-	* dependencyManifests/javax.el_2.2.0.jar/META-INF/MANIFEST.MF
-	* dependencyManifests/org.apache.juli_7.0.21.jar/META-INF/MANIFEST.MF
-	* dependencyManifests/org.apache.tomcat_7.0.21.jar/META-INF/MANIFEST.MF
-	* dependencyManifests/org.apache.el_7.0.21.jar/META-INF/MANIFEST.MF
-
-2011-10-31  Sami Wagiaalla  <swagiaal@redhat.com>
-
-	* build.xml: Move running of the initializer to its own
-	target, and add a property to prevent running it.
-
-2011-10-03  Sami Wagiaalla  <swagiaal@redhat.com>
-
-	* pdebuild.xml: Do not uninstall the initializer.
-	Remove all empty metadata directories.
-
-2011-08-23  Sami Wagiaalla  <swagiaal@redhat.com>
-
-	* buildSDKSource.sh: Remove directory scmCache.
-
-2011-08-23  Sami Wagiaalla  <swagiaal@redhat.com>
-
-	* dependencies.properties: Remove org.apache.lucene entry.
-	* build.xml: apply remove-lucene-dependency.patch patch.
-
-2011-08-22  Sami Wagiaalla  <swagiaal@redhat.com> 
-
-	* build.xml: Set buildDirectory relative to plugins directory.
-
-2011-08-22  Sami Wagiaalla  <swagiaal@redhat.com>
-
-	* buildSDKSource.sh: update build label to 3.8-M1.
-	* build.properties: Ditto.
-	* pdebuild.properties: Ditto.
-	* regenerateBootstrapFiles.sh: Correct data path.
-
-2011-08-18  Sami Wagiaalla  <swagiaal@redhat.com> 
-
-	* pdebuild.xml: Remove CorrectJarPaths.
-	* task-src/org/eclipse/linuxtools/eclipsebuild/CorrectJarPaths.java:
-	Deleted.
-
-2011-08-18  Sami Wagiaalla  <swagiaal@redhat.com>
-
-	* pdebuild.xml: Created new target copyDeps.
-	Pass property copyfiles to Symlink tasks.
-	* task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkJars.java: New.
-	* task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkInstalledOSGiJars.java:
-	Extend SymlinkJars.
-	* task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkOSGiJars.java: Ditto.
-	* task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkNonOSGiJars.java: Ditto.
-
-2011-08-16  Sami Wagiaalla  <swagiaal@redhat.com>
-
-	* task-src/org/eclipse/linuxtools/eclipsebuild/CorrectJarPaths.java:
-	Fix path correction.
-
-2011-08-16  Sami Wagiaalla  <swagiaal@redhat.com> 
-
-	* dependencies.properties: Remove incorrect path for org.apache.lucene.
-
-2011-08-16  Sami Wagiaalla  <swagiaal@redhat.com>
-
-	* build.properties: Update build tags and ID's.
-	* pdebuild.properties: Ditto.
-	* regenerateBootstrapFiles.sh: Correct data path.
-
-2011-08-15  Sami Wagiaalla  <swagiaal@redhat.com> 
-
-	* buildSDKSource.sh: update build label to 3.8.
-
-2011-08-15  Sami Wagiaalla  <swagiaal@redhat.com>
-
-	* buildSDKSource.sh: Use buildID for eclipseBuilderTag.
-
-2011-08-15  Sami Wagiaalla  <swagiaal@redhat.com> 
-
-	* pdebuild.xml: Remove org.apache.lucene from build list.
-
-2011-08-15  Sami Wagiaalla  <swagiaal@redhat.com>
-
-	* pdebuild.xml: Use new taks to correct jar paths.
-	* task-src/org/eclipse/linuxtools/eclipsebuild/CorrectJarPaths.java:
-	New.
-
-2011-08-09  Niels Thykier  <niels@thykier.net>
-
-	Bug #322271
-
-	* pdebuild/eclipse-pdebuild.sh: Pass JVM arguments directly to the VM and
-	pass -data to avoid using the user's real workspace.
-
-2011-08-11  Sami Wagiaalla  <swagiaal@redhat.com>
-
-	* build.xml: Apply addDontFetchBinaries-executable.patch and
-	addDontFetchBinaries-launcher.patch.
-	Pass dontFetchBinaries=true to build.
-
-2011-08-11  Sami Wagiaalla  <swagiaal@redhat.com>
-
-	* buildSDKSource.sh: Prevent 'find' statement from matching diretories.
-
-2011-08-11  Sami Wagiaalla  <swagiaal@redhat.com>
-
-	* regenerateBootstrapFiles.sh: Correct data path.
-	Correct src path.
-
-2011-08-11  Sami Wagiaalla  <swagiaal@redhat.com>
-	Patch provided by Niels Thykier.
-	* build.xml: Move org.eclipse.osgi.services up in the build order.
-	Add a patch to build org.eclipse.osgi.services from source.
-	* buildSDKSource.sh: Unzip org.eclipse.osgi.services src.zip.
-
-2011-08-08  Sami Wagiaalla  <swagiaal@redhat.com>
-
-	* buildSDKSource.sh: Update baseBuilderTag and eclipseBuilderTag.
-	Prevent 'find' statements from matching diretories.
-
-2011-08-05  Niels Thykier  <niels@thykier.net>
-
-	* build.xml: Re-enabled four patches for adding extra architectures to eclipse.
-	* patches/donotstorebuildlogsinfiles.patch: Refreshed to apply cleanly.
-	* patches/eclipse-add-archs-executable.patch: Ditto
-	* patches/eclipse-add-archs-filesystem.patch: Ditto
-	* patches/eclipse-add-archs-swt.patch: Ditto
-	* patches/eclipse-add-ppc64-sparc64-s390-s390x.patch: Ditto
-	* patches/eclipse-addArchesAnd64bitSWT.patch: Ditto
-	* patches/eclipse-buildswtnatives.patch: Ditto
-	* patches/eclipse-no-jetty5.patch: Ditto
-	* patches/eclipse-swt-buildagainstxulrunner.patch: Ditto, though this patch
-	was not re-enabled.
-
-2011-08-02  Sami Wagiaalla  <swagiaal@redhat.com>
-
-	* build.xml: Check if eclipse-build-config and eclipse-build-feature are present
-	before creating symlinks.
-
-2011-07-22  Sami Wagiaalla  <swagiaal@redhat.com>
-
-	* build.xml: Automatically create symbolic links in the build directory
-	to  eclipse-build-config eclipse-build-feature
-
-2011-07-18  Sami Wagiaalla  <swagiaal@redhat.com>
-
-	* task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkInstalledOSGiJars.java (execute):
-	Trim file names before constructing file objects.
-	* task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkOSGiJars.java (execute): Ditto.
-	* task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkNonOSGiJars.java (execute): Ditto.
-
-2011-04-08  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* patches/no-gnome-vfs.patch: Fix Program.launch(executable) when libswt-gnome is missing.
-
-2011-04-06  Chris Aniszczyk <zx@redhat.com>
-
-        * patches/eclipse-relax-sat4j-deps.patch: New file.
-        * build.xml: Apply patch to relax sat4j deps.
-
-2011-04-06  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* buildEclipseBuildSource.sh: Make the tarball use xz compression.
-    * patches/remove-old-ant-plugins.patch: New file.
-	* build.xml: Apply patch to remove old ant plugins from ant bundle manifest.
-
-2011-04-05  Alexander Kurtakov  <akurtako@redhat.com>
-	Fix for webkit crash. Thanks to Sami Wagiaalla (bz#341640).
-	* patches/webkit-missing-hearder.patch: New file.
-	* build.xml: Apply new patch to fix webkit crash.
-
-2011-04-04  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* dependencies.properties: Use jsp-api from tomcat6.
-	* nonosgidependencies.properties: Drop ant-trax and ant-nodeps - they are gone since Ant 1.8.2.
-
-2011-03-28  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* patches/webkitgtk.patch: Change patch to use pkg-config instead of hardcoding options.
-	
-2011-03-28  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* patches/no-gnome-vfs.patch: New file.
-	* build.xml: Apply patch to fix working without gnome-vfs.
-
-2011-03-16  Stephen Shaw <sshaw@decriptor.com>
-
-	* build.properties:
-	* pdebuild.properties: accounts for jvm being in
-	/usr/lib64 on 64bit machines
-
-2011-03-11  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* buildEclipseBuildSource.sh: Adapt for the move to git.
-
-2011-03-09  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.xml: Override files when symlinking.
-
-2011-03-07 Alexander Kurtakov  <akurtako@redhat.com>
-
-	* buildSDKSource.sh: Cleanup temp resources.
-
-2011-01-19  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Aggregate test results with proper JUNIT.XSL.
-
-2011-01-18  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #334716
-
-	* build.xml: Provision SDK and test framework for use by tests.
-	* runtests.sh: Use SDK and test framework provisioned by build.xml.
-
-2011-01-11  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #319476
-
-	* patches/bz319476-compile-jar-in-jar-loader.patch: Backport patch to
-	build jar-in-jar-loader in JDT UI (bz324794).
-	* build.xml: Add patch to build jar-in-jar-loader.
-
-2010-12-10  Severin Gehwolf <sgehwolf@redhat.com>
-
-	* patches/eclipse-help-webapps-xss-BZ329582.patch: Backport patch for XSS vulnerability
-	  of org.eclipse.help.webapp.
-	* build.xml: Add backport patch to applyPatches target.
-
-2010-10-26  Severin Gehwolf <sgehwolf@redhat.com>
-
-	* patches/eclipse-pde.build-add-package-build.patch: Fix the
-	  patch. Earlier version produced syntax errors such as:
-	  'prepare-build-dir.sh: line 60: [: argument expected'
-
-2010-10-02  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.properties: Update for 3.6.1.
-	* build.xml: Better fail messages.
-	* pdebuild.properties: Update for 3.6.1
-
-2010-10-01  Alexander Kurtakov  <akurtako@redhat.com>
-    Update buildSDKSource.sh for 3.6.1 release. (Chris Aniszczyk bz#326597)
-	* patches/eclipse-removeSkipMapsCheck.patch: New file.
-	* buildSDKSource.sh: Update to 3.6.1.
-
-2010-08-23  Roland Grunberg  <rgrunber@redhat.com>
-
-	* runtests.sh: Remove org.junit4/ and junit4.jar during the launch of the
-	o.e.pde.ui.tests. They are recognized as plugins but not as bundles.
-	This causes some failures.
-
-2010-08-17  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Use ${label} instead of "3.5.2" for SWT JAR
-	symlinks.  Pass in profile to use when installing.  Further
-	clean installation of build path references.  Apply patch from
-	Benjamin Drung to clean up some of these references (bug
-	#322283).
-
-2010-08-17  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #294114
-
-	* build.xml: New target 'provisionSDKinDropins' which copies JDT
-	and SDK into the dropins directory of the installation.  New
-	target 'installPlatformAndCVS' which wraps provision.cvs and
-	install.
-	* jdtnonosgidependencies.properties: Re-name from
-	sdknonosgidependencies.properties.
-	* sdknonosgidependencies.properties: Renamed.
-	* jdtdependencies.properties: New file.  OSGi dependencies
-	present in the JDT but not the Platform.
-	* sdkdependencies.properties: Move JDT bits to
-	jdtdependencies.properties.
-
-2010-08-11  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Make symlink to eclipse.ini absolute again to
-	please our Debian friends.
-
-2010-08-11  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #293731
-
-	* build.xml: Add ability to provision just the platform or just the
-	platform and the CVS feature (default is still entire SDK).  Parametrize
-	JUnit4 JAR location.  Replace @qualifier@ also in platform.product since
-	we're using it now.  No longer copy content.{xml,jar} over for debugging
-	during publishing.  Extract publishing of SDK into a common target that
-	can be used by other publishing tasks.  Extract provisioning of SDK into
-	common target.  Add installPlatform/installPlatformAndCVS targets for
-	installing just the platform/platform+CVS.
-	* publishProduct.xml: Parametrize the product file to use.
-	* sdknonosgidependencies.properties: New file.  Non-OSGi dependencies
-	present in the SDK but not the platform.
-	* sdkdependencies.properties: New file.  OSGi dependencies present in the
-	SDK but not the platform.
-	* nonosgidependencies.properties: Strip SDK-only dependencies.
-	* dependencies.properties: Likewise.
-
-2010-08-11  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Make symlink to eclipse.ini relative.
-	* Xvnc.cfg: Add to svn:ignore.
-
-2010-08-09  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Apply ant core and UI test patch to not be so strict with
-	ant -version output.
-
-2010-08-06  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #286825
-
-	* patches/donotstorebuildlogsinfiles.patch: Output SWT build information
-	to stdout and not a log file (Niels Thykier).
-
-2010-08-04  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #321612
-
-	* build.xml: Add ability to pass through -v and -d flags to runtests.sh.
-	Use -DdebugTests=true or -DverboseTests=true.
-	* runtests.sh: Add verbose option (-v).  Pass -data option to test runs.
-
-2010-08-04  Andrew Overholt  <overholt@redhat.com>
- 
-	Bug #321660
-
-	* build.xml: Remove sdk-tests.properties in clean-sdk task and tests_* in
-	distclean task.  Clean up formatting a bit. 
-
-2010-08-03  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #321284
-
-	* build.xml: Set installation directory after resolving libdir.
-
-2010-07-29  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #319479
-
-	* patches/eclipse-swt-compile-xpt.patch: New file.  Patch from Benjamin
-	Drung to build .xpt file for SWT.
-	* build.xml: Apply above patch.
-
-2010-07-28  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Use bootstrap JARs to build Equinox Initializer.
-
-2010-07-28  Andrew Overholt  <overholt@redhat.com>
-
-	* runtests.sh: Properly canonicalize test build and installation
-	directories.
-
-2010-07-28  Andrew Overholt  <overholt@redhat.com>
-
-	* build.properties: Property-ify test framework.
-	* build.xml: Use variables for provision and installation directories.
-	Build Equinox Initializer application in build target and not in
-	provision.sdk target.  Pass tests build directory and provisioned SDK
-	directory to runtests.sh.
-	* runtests.sh: Take passed-in tests build directory and provisioned SDK
-	directory.  Pass testframework variable to runtests.sh.
-	* junitHelper.xml: Use property of testframework.
-
-2010-07-28  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Fix version of org.eclipse.test (3.2.0 -> 3.3.0).
-	* junitHelper.xml: Likewise.
-	* runtests.sh: Likewise.
-	* sdk-tests.properties: Add to svn:ignore.
-	* tests_*: Add to svn:ignore.
-
-2010-07-23  Andrew Overholt  <overholt@redhat.com>
-
-	* dependencies.properties: 
-	* junitHelper.xml: 
-	* runtests.sh: 
-	* patches/tests-nop2discoverytests.patch: New file.  Don't build the p2
-	discovery tests since that feature isn't part of the SDK.
-	* patches/org.eclipse.pde.ui.tests-LocalTargetDefinitionTests.patch: Removed.
-	* patches/tests-org.eclipse.pde.ui.tests-LocalTargetDefinitionTests.patch:
-	Renamed to clarify that it's a patch for the tests. 
-	* build.xml: Correct typo with LocationTargetDefinitionTests patch name.
-	
-2010-07-27  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #295098
-
-	* patches/org.eclipse.pde.ui.tests-LocalTargetDefinitionTests.patch: New
-	file.  Patch out checking for source bundles not likely to be present in
-	distros.
-	* build.xml: Apply above patch to tests.
-	* symlinks-stamp: Add to svn:ignore.
-	* task-bin: Likewise.
-
-2010-07-27  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #320328
-
-	* pdebuild.xml: Use ${label} instead of hard-coding "3.5.0".
-	* build.xml: Use PDE Build of built SDK to build SDK tests.
-	
-
-2010-07-19  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #319110
-
-	* build.xml: Apply patch from Benjamin Drung to rename some ant targets
-	(distclean -> clean, clean -> clean-sdk).  "distclean" now removes *.log.
-
-2010-07-19  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #319473
-
-	* build.xml: Apply patch from Benjamin Drung to extract SWT .so files.
-	* extract_patterns.txt: New file.  Filename patterns to extract
-	("initialize") from bundle JARs. 
-
-2010-07-14  Andrew Overholt  <overholt@redhat.com>
-
-	* additionalArchs/rename.sh: Add svn:executable property.
-	* pdebuild/eclipse-copy-platform.sh: Likewise.
-	* regenerateBootstrapFiles.sh: Likewise.
-	* runtests.sh: Likewise.
-	* swt_bundle.sh: Likewise.
-
-2010-07-14  Andrew Overholt  <overholt@redhat.com>
- 
-	Bug #319474
-
-	* patches/eclipse-pde.build-add-package-build.patch: Apply patch from
-	Adnan Hodzic to remove bash-isms from prepare-build-dir.sh.
-
-2010-07-08  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* patches/bz318912.patch: New file.
-	* build.xml: Apply the new patch.
-
-2010-07-07  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.xml: Fix strip of the patch.
-	* patches/junit4-nochecksum.patch: Rediff patch.
-	
-
-2010-07-07  Alexander Kurtakov  <akurtako@redhat.com>
-    Remove mediawiki pages which are outdated.
-	* ABOUT.mediawiki: Removed.
-	* README.mediawiki: Removed.
-	* TODO.mediawiki: Removed.
-	
-2010-07-07  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.sh: Removed.
-	* build.xml: Save output to log file.
-
-2010-07-06  Alexander Kurtakov  <akurtako@redhat.com>
-    Fix for bz#317391 (Benjamin Drung).
-	* build.properties: Remove buildArch it's autoset by buildscript.
-	* build.sh: Remove buildArch checking code.
-	* build.xml: Determine buildArch by ant.
-	
-2010-07-06  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* regenerateBootstrapFiles.sh: Let launcher dir be a parameter.
-
-2010-07-05  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* buildSDKSource.sh: Remove *.orig files. (Benjamin Drung bz#316525)
-	
-2010-07-05  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* patches/java-home.patch: New file.
-	* build.xml: Do not blindly override JAVA_HOME.
-	* dependencies.properties:  Add icu4j for Debian (Benjamin Drung).
-	
-2010-07-05  Alexander Kurtakov  <akurtako@redhat.com>
-    Refresh all patches. (Benjamin Drung)
-	* build.xml: Make every patch applies in build directory.
-	* dependencies.properties: Remove my testing leftovers.
-	* patches/donotsetjavahomeandoptimizeliblocalfile.patch: Update patch for Helios. 
-	* patches/donotstorebuildlogsinfiles.patch: Likewise.
-	* patches/eclipse-add-archs-executable.patch: Likewise.
-	* patches/eclipse-add-archs-filesystem.patch: Likewise.
-	* patches/eclipse-add-archs-swt.patch: Likewise.
-	* patches/eclipse-add-ppc64-sparc64-s390-s390x.patch: Likewise. 
-	* patches/eclipse-addArchesAnd64bitSWT.patch: Likewise.
-	* patches/eclipse-buildswtnatives.patch: Likewise.
-	* patches/eclipse-no-jetty5.patch: Likewise.
-	* patches/eclipse-nosourcebundlesfordependencies.patch: Likewise. 
-	* patches/eclipse-pde.build-add-package-build.patch: Likewise.
-	* patches/eclipse-swt-buildagainstxulrunner.patch: Likewise.
-	* patches/eclipse-use-newer-commons-codec.patch: Likewise.
-	* patches/gnomeproxy-makefile.patch: Likewise.
-	* patches/junit4-nochecksum.patch: Likewise.
-	* patches/osgi-util.patch: Likewise.
-
-2010-06-23  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* dependencies.properties: Fix jetty and jetty utils lists.
-
-2010-06-11  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* patches/swt_webkit.patch: Removed. Applied upstream.
-	* bootstrap/configuration/config.ini: Start o.e.e.event.
-	* build.xml: Drop patch applied upstream. Don't unzip o.e.e.util/src.zip it's done by the buildSDKSource.sh now.
-
-2010-06-10  Andrew Overholt  <overholt@redhat.com>
-
-	* build.properties: Update release ID.
-	* buildSDKSource.sh: Update release ID.  Unpack osgi.util src.zip into
-	osgi.util/src.
-
-2010-06-10  Andrew Overholt  <overholt@redhat.com>
-
-	* dependencyManifests/org.apache.commons.codec_1.3.0.v20080530-1600.jar/META-INF/MANIFEST.MF:
-	Update to latest SDK-included dependency manifest.
-	* dependencyManifests/org.apache.commons.el_1.0.0.v200806031608.jar/META-INF/MANIFEST.MF:
-	Likewise. 
-	* dependencyManifests/org.apache.jasper_5.5.17.v200903231320.jar/META-INF/MANIFEST.MF:
-	Likewise. 
-
-2010-06-10  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.xml: Unzip o.e.equinox.osgi.util src.zip.
-	* nonosgidependencies.properties: Fix junit names.
-	
-2010-06-10  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* dependencyManifests/com.ibm.icu_4.2.1.v20100212.jar/META-INF/MANIFEST.MF: Removed.
-	* dependencyManifests/org.apache.commons.httpclient_3.1.0.v20080605-1935.jar/META-INF/MANIFEST.MF: Removed.
-	* dependencyManifests/org.apache.commons.logging_1.0.4.v200904062259.jar/META-INF/MANIFEST.MF: Removed.
-	* dependencyManifests/org.apache.lucene.analysis_1.9.1.v20080530-1600.jar/META-INF/MANIFEST.MF: Removed.
-	* dependencyManifests/org.apache.lucene_1.9.1.v20080530-1600.jar/META-INF/MANIFEST.MF: Removed.
-	* dependencyManifests/org.mortbay.jetty.server_6.1.15.v200905151201.jar/META-INF/MANIFEST.MF: Removed.
-	* dependencyManifests/org.mortbay.jetty.util_6.1.15.v200905182336.jar/META-INF/MANIFEST.MF: Removed.
-	* dependencyManifests/org.sat4j.pb_2.2.0.v20100225.jar/META-INF/MANIFEST.MF: Removed.
-	* dependencyManifests/com.ibm.icu_4.2.1.v20100412.jar/META-INF/MANIFEST.MF: New file.
-	* dependencyManifests/org.apache.commons.logging_1.0.4.v201005080501.jar/META-INF/MANIFEST.MF: New file.
-	* dependencyManifests/org.apache.lucene.analysis_1.9.1.v20100518-1140.jar/META-INF/MANIFEST.MF: New file.
-	* dependencyManifests/org.apache.lucene_1.9.1.v20100518-1140.jar/META-INF/MANIFEST.MF: New file.
-	* dependencyManifests/org.mortbay.jetty.server_6.1.23.v201004211559.jar/META-INF/MANIFEST.MF: New file.
-	* dependencyManifests/org.mortbay.jetty.util_6.1.23.v201004211559.jar/META-INF/MANIFEST.MF: New file.
-	* dependencyManifests/org.sat4j.core_2.2.0.v20100429.jar/META-INF/MANIFEST.MF: New file.
-	* dependencyManifests/org.sat4j.pb_2.2.0.v20100429.jar/META-INF/MANIFEST.MF: New file.
-	* dependencyManifests/org.apache.commons.httpclient_3.1.0.v201005080502.jar/META-INF/MANIFEST.MF: New file.
-	* build.xml: Fix source preparations.
-	* dependencies.properties: Update to new deps.
-	* nonosgidependencies.properties: Update to new deps.
-	* eclipse-build-generatedScripts.tar.bz2: Regenerated.
-	* patches/eclipse-use-newer-commons-codec.patch: Reset other deps versions too.
-	* pdebuild.xml: Add apache commons to bootstrap.
-
-2010-05-27 Alexander Kurtakov    <akurtako@redhat.com>
-
-	* patches/osgi-util.patch: New patch fixing o.e.osgi.util build from source. (Author: Niels Thykier)
-	* build.xml: Apply the patch.
-
-2010-04-22  Alexander Kurtakov    <akurtako@redhat.com>
-
-	* patches/swt_webkit.patch: New file.
-	* build.xml: Apply webkit patch.
-	* patches/eclipse-buildswtnatives.patch: Add webkit sources.
-
-2010-04-21  Alexander Kurtakov    <akurtako@redhat.com>
-
-	* build.xml: Adapt to the new source tarball structure. Ecf-src is where it belongs to.
-	There is no need to trouble with bootstrap/p2 content. 
-	
-2010-04-21  Alexander Kurtakov    <akurtako@redhat.com>
-
-	* buildSDKSource.sh: New I-build. Put ecf in the main plugins/features directories.
-
-2010-04-21  Alexander Kurtakov    <akurtako@redhat.com>
-
-	* patches/junit4-nochecksum.patch: New file.
-	* build.xml: Apply junit4 checksum patch and remove all checksum files.
-
-2010-04-20  Alexander Kurtakov    <akurtako@redhat.com>
-
-	* bootstrap/configuration/config.ini: Add equinox.ds and deps. 
-	* pdebuild.xml: Likewise.
-
-2010-04-19  Alexander Kurtakov    <akurtako@redhat.com>
-
-	* dependencyManifests/com.ibm.icu_4.0.1.v20090822.jar/META-INF/MANIFEST.MF: Removed.
-	* dependencyManifests/javax.servlet_2.5.0.v200806031605.jar/META-INF/MANIFEST.MF: Removed.
-	* dependencyManifests/org.objectweb.asm_3.1.0.v200803061910.jar/META-INF/MANIFEST.MF: Removed.
-	* dependencyManifests/org.sat4j.core_2.1.1.v20090825.jar/META-INF/MANIFEST.MF: Removed.
-	* dependencyManifests/org.sat4j.pb_2.1.1.v20090825.jar/META-INF/MANIFEST.MF: Removed.
-	* dependencyManifests/com.ibm.icu_4.2.1.v20100212.jar/META-INF/MANIFEST.MF: New file.
-	* dependencyManifests/javax.servlet_2.5.0.v200910301333.jar/META-INF/MANIFEST.MF: New file.
-	* dependencyManifests/org.objectweb.asm_3.2.0.v200909071300.jar/META-INF/MANIFEST.MF: New file.
-	* dependencyManifests/org.sat4j.core_2.2.0.v20100225.jar/META-INF/MANIFEST.MF: New file.
-	* dependencyManifests/org.sat4j.pb_2.2.0.v20100225.jar/META-INF/MANIFEST.MF: New file.
-	* bootstrap/configuration/config.ini: Add org.hamcrest.core to the list of bundles to load.
-	* build.properties: Update for 3.6.
-	* build.xml: Likewise.
-	* dependencies.properties: Likewise.
-	* eclipse-build-generatedScripts.tar.bz2: Regenerated.
-	* nonosgidependencies.properties: Likewise.
-	* patches/donotsetjavahomeandoptimizeliblocalfile.patch: Likewise.
-	* patches/donotstorebuildlogsinfiles.patch: Likewise.
-	* patches/eclipse-add-archs-executable.patch: Likewise.
-	* patches/eclipse-add-ppc64-sparc64-s390-s390x.patch: Likewise.
-	* patches/eclipse-addArchesAnd64bitSWT.patch: Likewise.
-	* patches/eclipse-buildswtnatives.patch: Likewise.
-	* patches/gnomeproxy-makefile.patch: Likewise.
-	* pdebuild.properties: Likewise.
-	* pdebuild.xml: Likewise.
-	* regenerateBootstrapFiles.sh: Likewise. 
-
-2010-04-13  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* buildSDKSource.sh: Make it generate 3.6 stream tarballs.
-
-2010-03-18  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* buildEclipseBuildSource.sh: Produce bzipped tarballs.
-	
-2010-03-18  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* patches/droppluginversions.patch: New file..
-	* build.xml: Apply patch to match upstream 3.5.2 qualifiers.
-
-2010-03-12  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Remove unnecessary copying of test result XML files.
-
-2010-03-12  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Remove provision.tests task; do test provisioning in
-	runtests.sh.
-	* runtests.sh: Re-factor.  Clean test installation between runs of each
-	test suite. (Roland Grunberg)
-
-2010-03-10  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.xml: Create swt symlinks on install.
-
-2010-03-10  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #305002
-
-	* patches/addEcfQualifiers.patch: New file.  Make ECF plugins have
-	qualifiers matching upstream.
-	* build.xml: Apply above patch.
-
-2010-03-08  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.xml: Fix multilib install.
-
-2010-03-08  Andrew Overholt  <overholt@redhat.com>
-
-	* buildSDKSource.sh: Revert to fetching from CVS ourselves to get
-	featureVersions.properties and pluginVersions.properties. 
-
-2010-03-08  Andrew Overholt  <overholt@redhat.com>
-
-	* buildEclipseBuildSource.sh: Remove .settings and .project when creating
-	eclipse-build tarball.
-
-2010-03-05  Roland Grunberg  <rgrunber@redhat.com>
-
-	* buildSDKSource.sh: Clean up script to build tarball of sdk tests
-	for 3.5.2.
-
-2010-03-04  Andrew Overholt  <overholt@redhat.com>
-
-	* buildSDKSource.sh: Drop .cvsignore files.
-
-2010-03-03  Andrew Overholt  <overholt@redhat.com>
-
-	* Merge symlinkDependencies branch.
-
-2010-03-02  Andrew Overholt  <overholt@redhat.com>
-
-	* task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkInstalledOSGiJars.java
-	(importantManifestEntries): Only compare Bundle-SymbolicName when
-	symlinking at install time since we know it will be correct based on
-	build time symlinks.
-
-2010-03-02  Andrew Overholt  <overholt@redhat.com>
-
-	* task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkOSGiJars.java
-	(execute): Correct symlink location.
-
-2010-03-02  Andrew Overholt  <overholt@redhat.com>
- 
-	* dependencies.properties: Fix up Debian jasper JAR location.
-
-2010-03-02  Andrew Overholt  <overholt@redhat.com>
-
-	* dependencies.properties: 
-	* task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkOSGiJars.java
-	(execute): Continue to next potential system JAR instead of failing if the
-	first one doesn't work.
-
-2010-03-01  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Re-symlink to system JARs after p2 director installation.
-	* task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkInstalledOSGiJars.java: 
-	New file.  Symlink OSGI bundles again after p2 installation step.
-	* task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkOSGiJars.java:
-	Remove unused parts.
-
-2010-02-26  Andrew Overholt  <overholt@redhat.com>
-
-	* build.properties: Make buildID same as 3.5.2.
-	* pdebuild.properties: Likewise.
-
-2010-02-26  Andrew Overholt  <overholt@redhat.com>
-
-	* buildSDKSource.sh: Clean up a bit (Benjamin Drung).
-
-2010-02-26  Andrew Overholt  <overholt@redhat.com>
-
-	* buildSDKSource.sh: Generate source tarball using upstream srcIncluded
-	drop.
-
-2010-02-26  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Use new source tarball name and directory structure (no more
-	"-fetched").  Update version number and label.  For now, don't re-symlink
-	in installation directory.
-	* regenerateBootstrapFiles.sh: Likewise.
-	* generateAdditionalPlatforms.xml: Likewise.
-	* pdebuild.xml: Likewise.  Don't reference .source bundles.
-	* build.properties: Set label to 3.5.2. 
-	* pdebuild.properties: Likewise.
-
-2010-02-26  Andrew Overholt  <overholt@redhat.com>
-
-	* patches/eclipse-nosourcebundlesfordependencies.patch: Don't generate
-	JUnit4 source bundle.
-
-2010-02-26  Andrew Overholt  <overholt@redhat.com>
-
-	* task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkOSGiJars.java
-	(execute): Don't assume location of dependency manifests.  Create symlink
-	filenames based on Bundle-SymbolicName_Bundle-Version when keepOrigNames
-	is false (used at installation time).
-	* build.xml: Remove old system JAR files before re-symlinking in
-	installation.
-	* buildSDKSource.sh: Remove more binaries (Benjamin Drung, bug #303447).
-
-2010-02-26  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #280688
-
-	* dependencies.properties: Update Debian/Ubuntu locations (Benjamin Drung).
-
-2010-02-26  Andrew Overholt  <overholt@redhat.com>
-
-	* patches/eclipse-nosourcebundlesfordependencies.patch: Remove references
-	to dependency source bundles.
-	* build.xml: Apply above patch.
-
-2010-02-26  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #280688
-
-	* dependencies.properties: Add Debian/Ubuntu locations (Benjamin Drung). 
-	* nonosgidependencies.properties: Likewise.
-
-2010-02-26  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* patches/eclipse-use-newer-commons-codec.patch: New file.
-	* build.xml: Apply patch to use whatever commons-codec version is available.
-	* dependencies.properties: Add unversioned jetty jars (needed for Fedora 13).
-
-2010-02-25  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Re-symlink in installation directory.
-
-2010-02-25  Andrew Overholt  <overholt@redhat.com>
-
-	* task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkOSGiJars.java
-	(execute): Handle bundle versions with less than 4 components.
-
-2010-02-25  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Add debuginfo to ant task .class files.
-
-
-2010-02-25  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Only build symlink task and symlink deps once (stamp file).
-	Remove JAR signatures from JUnit and Ant META-INF.
-	* task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkNonOSGiJars.java
-	(execute): Delete symlink target before creating it.
-	* task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkOSGiJars.java
-	(execute): Likewise.
-	* dependencies.properties: Fix sat4j versions and qualifiers.
-
-2010-02-25  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #303447
-
-	* buildSDKSource.sh: Delete more unused files (Benjamin Drung).
-
-2010-02-25  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* pdebuild/eclipse-pdebuild.sh: Add exit 1 on unknown option.
-
-2010-02-24  Andrew Overholt  <overholt@redhat.com>
-
-	* dependencyManifests/com.ibm.icu_4.0.1.v20090822.jar/META-INF/MANIFEST.MF: New file.
-	* dependencyManifests/com.jcraft.jsch_0.1.41.v200903070017.jar/META-INF/MANIFEST.MF: New file.
-	* dependencyManifests/javax.servlet.jsp_2.0.0.v200806031607.jar/META-INF/MANIFEST.MF: New file.
-	* dependencyManifests/javax.servlet_2.5.0.v200806031605.jar/META-INF/MANIFEST.MF: New file.
-	* dependencyManifests/org.apache.commons.codec_1.3.0.v20080530-1600.jar/META-INF/MANIFEST.MF: New file.
-	* dependencyManifests/org.apache.commons.el_1.0.0.v200806031608.jar/META-INF/MANIFEST.MF: New file.
-	* dependencyManifests/org.apache.commons.httpclient_3.1.0.v20080605-1935.jar/META-INF/MANIFEST.MF: New file.
-	* dependencyManifests/org.apache.commons.logging_1.0.4.v200904062259.jar/META-INF/MANIFEST.MF: New file.
-	* dependencyManifests/org.apache.jasper_5.5.17.v200903231320.jar/META-INF/MANIFEST.MF: New file.
-	* dependencyManifests/org.apache.lucene.analysis_1.9.1.v20080530-1600.jar/META-INF/MANIFEST.MF: New file.
-	* dependencyManifests/org.apache.lucene_1.9.1.v20080530-1600.jar/META-INF/MANIFEST.MF: New file.
-	* dependencyManifests/org.hamcrest.core_1.1.0.v20090501071000.jar/META-INF/MANIFEST.MF: New file.
-	* dependencyManifests/org.mortbay.jetty.server_6.1.15.v200905151201.jar/META-INF/MANIFEST.MF: New file.
-	* dependencyManifests/org.mortbay.jetty.util_6.1.15.v200905182336.jar/META-INF/MANIFEST.MF: New file.
-	* dependencyManifests/org.objectweb.asm_3.1.0.v200803061910.jar/META-INF/MANIFEST.MF: New file.
-	* dependencyManifests/org.sat4j.core_2.1.1.v20090825.jar/META-INF/MANIFEST.MF: New file.
-	* dependencyManifests/org.sat4j.pb_2.1.1.v20090825.jar/META-INF/MANIFEST.MF: New file.
-
-2010-02-24  Andrew Overholt  <overholt@redhat.com>
-
-	* task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkSystemJars.java:
-	Removed.
-	* task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkOSGiJars.java:
-	Renamed for clarity.
-	* build.xml: Use new class name for ant task.
-
-2010-02-24  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Build ant task and run it to symlink to dependencies.  
-	* dependencies.properties: New file.  Map between Eclipse-included OSGi
-	dependencies and potential system locations.
-	* nonosgidependencies.properties: New file.  Map between Eclipse-included
-	non-OSGi dependencies and potential system locations.
-	* task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkNonOSGiJars.java: New 
-	file.  Ant task for symlinking to all non-OSGi JARs listed in
-	nonosgidependencies.properties.  
-	* task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkSystemJars.java: New
-	file.  Ant task for symlinking to all OSGi JARs listed in
-	dependencies.properties.
-
-2010-02-22  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #294557
-
-	* pdebuild/eclipse-pdebuild.sh: Maintain Eclipse's exit code (Niels
-	Thykier). 
-
-2010-02-22  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.sh: Propagate the error code from ant and fix in a call to a
-    dpkg-architecture (Niels Thykier).
-
-2010-02-22  Alexander Kurtakov  <akurtako@redhat.com>
-    Remove jetty5 dependency. (Niels Thykier)
-	* patches/eclipse-no-jetty5.patch: New file.
-	* build.xml: Apply no-jetty5.patch and remove jetty5 bundles.
-	* eclipse-build-generatedScripts.tar.bz2: Regenerated.
-	* pdebuild.xml: Don't build o.e.equinox.http.jetty_1.1.100.
-
-2010-02-19  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* ecf-filetransfer-build.properties: Removed.
-	* ecf-filetransfer-feature.xml: Removed.
-	* build.xml: Reduce the ecf section.
-
-2010-02-18  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* regenerateBootstrapFiles.sh: New file.(Fedora specific but let's at least keep it in the repo)
-	* build.xml: Don't build ecf. It's done in pdebuild now.
-	* eclipse-build-generatedScripts.tar.bz2: Regenerated.
-	* pdebuild.xml: Build ecf.
-
-2010-02-16  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #302256
-
-	* build.xml: Add -Xmx to JVM arguments when forking separate java
-	processes (Matt Whitlock).
-
-2010-02-16  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* pdebuild.properties: Fix properties to match 3.5.2 M-build.
-	* eclipse-build-generatedScripts.tar.bz2: Regenerated.
-
-2010-02-11  Andrew Overholt  <overholt@redhat.com>
-
-	* patches/eclipse-add-archs-executable.patch: Re-generate.
-	* build.xml: Apply eclipse-add-arches-executable.patch in proper location.
-
-2010-02-11  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Remove patches present in 3.5.2.
-	* patches/eclipse-help-toolbar.patch: Removed.
-	* patches/gtk2.18zorder.patch: Removed.
-	* patches/swtbug290395-updatedialog.patch: Removed.
-	* patches/swtbug291128.patch: Removed.
-	* patches/swtbug296284-xulrunner192.patch: Removed.
-	* patches/transformclipping.patch: Removed.
-	* build.properties: Update for build towards 3.5.2.
-	* buildSDKSource.sh: Likewise. 
-	* patches/eclipse-add-archs-executable.patch: Likewise.
-
-2010-01-14  Andrew Overholt  <overholt@redhat.com>
-
-	* patches/swtbug290395-updatedialog.patch: Backport patch from 3.5
-	maintenance branch.
-	* patches/swtbug296284-xulrunner192.patch: Likewise.
-	* build.xml: Add above 2 patches.
-
-2009-12-22  Andrew Overholt  <overholt@redhat.com>
-
-	* patches/swtbug291128.patch: Add back-ported patch from bug #291128.
-	* build.xml: Add above patch.
-
-2009-12-08  Roland Grunberg  <rgrunber@redhat.com>
-
-	* patches/tests-BZ295666.patch: New file.
-	* build.xml: Fix for bug #295666
-
-2009-12-03  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.xml: Install eclipse.ini in etc/. (bug #295523 Benjamin Drung)
-
-2009-12-03  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.xml: Fix dropins path in eclipse.ini. (bug #295525 Benjamin Drung)
-
-2009-12-01  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Add patch for transform clipping with GTK 2.18 (bug #286687).
-	* patches/transformclipping.patch: Likewise.
-
-2009-11-17  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.xml: Remove version string from extracted eclipse tarball when running unpacked. (Benjamin Drung) 
-
-2009-11-11  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* pdebuild/eclipse-pdebuild.sh: Do not escape $orbitDepsDir.
-
-2009-11-05  Alexander Kurtakov  <akurtako@redhat.com>
-	Fix for bug #294264.
-	* build.xml: Use ${buildWorkspace} instead of $HOME/workspace.
-
-2009-11-03  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #292706
-
-	* buildSDKSource.sh: Apply patch from Benjamin Drung to remove binaries
-	and CVS files from source tarball. 
-
-2009-11-03  Andrew Overholt  <overholt@redhat.com>
-
-	* patches/eclipse-jdt_launch-customBuild.patch: Correct offset.
-	* patches/eclipse-addArchesAnd64bitSWT.patch: Fix end of file.
-	* patches/eclipse-add-archs-executable.patch: Likewise.
-	* build.xml: File strip level for above patch (5 -> 6).
-
-2009-11-03  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #293952
-
-	* build.xml: Only build for target (idea courtesy Matthias Klose).
-
-2009-11-03  Matthias Klose  <doko@ubuntu.com>
-
-	* eclipse-build-additionalArchs.tar.bz2:  Add files for arm, mips, mipsel,
-	PA_RISC, alpha, ia64.  Fix existing files for 64-bit platforms (ppc64 and
-	sparc64).  Copy over fix for bug #293974.
-
-2009-11-03  Matthias Klose  <doko@ubuntu.com>
-
-	Bug #293948
-
-	* patches/eclipse-add-archs-filesystem.patch: Add MIPs, PA_RISC, alpha,
-	arm, ia64.  Alphabetize platforms.
-	* patches/eclipse-add-archs-executable.patch: Likewise.
-	* patches/eclipse-add-archs-swt.patch: Likewise.
-	* patches/eclipse-add-ppc64-sparc64-s390-s390x.patch: Add MIPS and arm.
-	* build.xml: Set strip=0 for eclipse-add-pp64-sparc64-s390-s390x.patch.
-	Add application of patches/eclipse-addArchesAnd64bitSWT.patch.
-	* patches/eclipse-64bitSWT.patch: New file.  Add arm, PA_RISC, sparcv9,
-	MIPS to SWT build.sh.  Make SWT 64-bit on alpha, too. 
-
-2009-11-03  Matthias Klose  <doko@ubuntu.com>
-
-	Bug #293951
-
-	* build.sh: Add MIPS and PA_RISC.
-
-2009-10-26  Matthias Klose  <doko@ubuntu.com>
-
-	* additionalArchs/rename.sh: Remove bashism.
-
-2009-11-02  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Re-name variable for clarity. 
-
-2009-11-02  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #292475 (Benjamin Drung)
-
-	* build.xml: Support build with extracted source (not just with tarball).
-
-2009-10-30  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #292610 (Benjamin Drung)
-
-	* build.xml: Apply patches from Benjamin Drung to maintain permissions upon
-	installation.  Also give executable bit to package-build shell scripts.
-
-2009-10-29  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* patches/eclipse-pde.build-add-package-build.patch: Remove one shell script (done in ant now).
-
-2009-10-22  Alexander Kurtakov  <akurtako@redhat.com>
-    Fix #292078. (Niels Thykier)
-	* patches/gnomeproxy-makefile.patch: New file.
-	* build.xml: Build libgnomeproxy only on x86.
-
-2009-10-21  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* patches/eclipse-add-ppc64-filesystem.patch: Removed.
-	* patches/eclipse-add-ppc64-swt.patch: Removed.
-	* patches/eclipse-add-archs-executable.patch: New file.
-	* patches/eclipse-add-archs-filesystem.patch: New file.
-	* patches/eclipse-add-archs-swt.patch: New file.
-	* build.xml: Apply new patches adding sparc support and launcher fragments.
-	* eclipse-build-additionalArchs.tar.bz2: Regenerated.
-	* generateAdditionalPlatforms.xml: Generated sparc* fragments.
-	* build.sh: Add support for sparc* archs.
-
-2009-10-20  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* patches/eclipse-pde.build-add-package-build.patch: Execute with /bin/bash. (Niels Thykier)
-
-2009-10-19  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* generateAdditionalPlatforms.xml: New file.
-
-2009-10-19  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* eclipse-build-additionalArchs.tar.bz2: New file.
-	* additionalArchs/rename.sh: New file.
-	* patches/eclipse-add-ppc64-filesystem.patch: New file.
-	* patches/eclipse-add-ppc64-swt.patch: New file.
-	* build.xml: Add ppc64 support.
-
-2009-10-15  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* patches/eclipse-add-ppc64-sparc64-s390-s390x.patch: New file.
-	* build.xml: Add patch with constants for additional args.
-
-2009-10-12  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.xml: Create a symlink to o.e.equinox.launcher in the install. (Niels Thykier) 
-	
-2009-10-12  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* ecf-filetransfer-build.properties: New file.
-	* ecf-filetransfer-feature.xml: New file.
-	* build.xml: Compile ecf bundles.
-
-2009-10-08  Andrew Overholt  <overholt@redhat.com>
-
-	Bud #291681 - Patch courtesy Benjamin Drung
-
-	* build.xml: Add patch to build Equinox initializer application.
-
-2009-10-08  Alexander Kurtakov  <akurtako@redhat.com>
-    Add pdebuild and companions.
-	* pdebuild/eclipse-copy-platform.sh: New file.
-	* pdebuild/eclipse-pdebuild.sh: Likewise.
-
-2009-10-07  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* patches/eclipse-pde.build-add-package-build.patch: New file.
-	* build.xml: Apply pdebuild script patch.
-
-2009-10-07  Andrew Overholt  <overholt@redhat.com>
-
-	* runtests.sh: Add missing line continuation.
-
-2009-10-07  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #291531 - Work courtesy Niels Thykier
-
-	* swt_bundle.sh: Initial checkin (Niels Thykier).
-	* build.xml: Add target to call script to extract SWT bundle for
-	standalone packaging (Niels Thykier).
-
-2009-10-07  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.xml: Install shared dropins folder.
-
-2009-10-07  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.xml: Install icon in  /usr/share/pixmaps.
-
-2009-10-07  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.xml: Fix patch applying to unbreak build.
-
-2009-10-06  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #291504
-
-	* build.xml: Apply patch from Benjamin Drung to add link to the
-	launcher binary in the installation directory.
-
-2009-10-06  Andrew Overholt  <overholt@redhat.com>
-
-	* patches/gtk2.18zorder.patch: Initial check-in of 3.5.1 back-port for
-	(https://bugs.eclipse.org/287307).
-	* build.xml: Apply GTK 2.18 z-order patch.  Organize patch section a
-	bit.
-
-2009-10-05  Andrew Overholt  <overholt@redhat.com>
-
-	* runtests.sh: Move option parsing out of function.
-	* build.xml: Generate top-level test report HTML file.
-
-2009-10-05  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* pdebuild.xml: Add macrodef for running the buildScripts generation.
-
-2009-10-04  Andrew Overholt  <overholt@redhat.com>
-
-	* runtests.sh: Ignore missing SDK test properties file if not present
-	whem removing.
-
-2009-10-02  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* buildSDKSource.sh: Update ecf tag to the one used for 3.5.1.
-
-2009-10-01  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* pdebuild.xml: Use buildTag variable instead of hard-coded value.
-
-2009-10-01  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* pdebuild.properties: Sync buildId and buildTag with build.properties.
-	* pdebuild.xml: Likewise.
-
-2009-09-30  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.properties: Separate buildId and buildTag.
-	* build.xml: Likewise.
-
-2009-09-30  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* eclipse-build-generatedScripts.tar.bz2: Regenerate for 3.5.1.
-
-2009-09-30  Andrew Overholt  <overholt@redhat.com>
-
-	* buildSDKSource.sh: Don't use "v" prefix for tag of tests.
-
-2009-09-29  Andrew Overholt  <overholt@redhat.com>
-
-	* buildSDKSource.sh: Update for 3.5.1.  Use local Orbit and ECF dumps if
-	present.  Check out a version of eclipsebuilder (not HEAD).  Don't generate
-	bootstrap build.xml files as part of source fetching.  Fetch ECF sources.
-	* build.xml: Use testsBuildLabel and p2.director.version properties from
-	build.properties.
-	* build.properties: Move testsBuildLabel and p2.director.version here.
-	Update default buildId.
-	* patches/eclipse-useLocalECFBundles.patch: Initial check-in. Use local ECF
-	bundles instead of hitting eclipse.org where possible.
-	* patches/eclipse-dontusefullmoonformaster.patch: Initial check-in. Don't use
-	internal IBM mirror.
-
-2009-09-25  Andrew Overholt  <overholt@redhat.com>
-
-	* eclipse.desktop: Remove Encoding
-	(see http://standards.freedesktop.org/desktop-entry-spec/1.0/apc.html).
-
-2009-09-25  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* patches/tests-nostyletask.patch: New file.
-	* build.xml: Apply patch to not use deprecated ant task.
-	* junitHelper.xml: Likewise.
-
-2009-09-25  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.xml: Delete testBuild folder in clean.
-
-2009-09-24  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Add message requesting posting of results.
-	Update URL for downloading (use mirrors).
-	* runtests.sh: Add wiki page for posting results.
-
-2009-09-24  Andrew Overholt  <overholt@redhat.com>
-
-	* runtests.sh: Define "plugin-path" for SWT tests.
-
-2009-09-24  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.xml: Use ant tasks instead of execs.
-
-2009-09-23  Andrew Overholt  <overholt@redhat.com>
-
-	* runtests.sh: Add some information about failing tests.  Run with
-	os/ws/arch specified (at least os is needed for SWT tests).
-
-2009-09-23  Andrew Overholt  <overholt@redhat.com>
-
-	* runtests.sh: Try to clean up between runs of each suite.
-
-2009-09-23  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* patches/eclipse-jdt_launch-customBuild.patch: New file.
-	* build.xml: Fix o.e.jdt.launching custombuild.
-
-2009-09-23  Andrew Overholt  <overholt@redhat.com>
-
-	* runtests.sh: Enable all test suites.
-	* build.xml: Copy re-named junitHelper.xml instead of genReport.xml
-
-2009-09-23  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Make building of tests depend upon building of SDK.
-
-2009-09-23  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Pass in a timestamp when running the tests.  Copy final test
-	results to ${basedir}/testResults-${timestamp}.  Copy vncpwd file for use.
-	* runtests.sh: Rename genReport function to genHtml.  Handle test suites
-	with multiple XML output files.  Add ability to pass in timestamp.
-	Document VNC password.
-	* junitHelper.xml: Rename from genReport.xml.
-	* eclipse-tests-vncpwd: Initial checkin.  Default VNC password of
-	VNCpassword1.
-
-2009-09-22  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Copy the test installation into a sub-directory.  Copy
-	genReport.xml and runtests.sh into test installation parent directory.
-	Add runTests target.
-	* runtests.sh: Add all test suites back (don't know if they all work,
-	but ...).  Add FIXME to remember to deal with plugins that have multiple
-	suites.
-
-2009-09-22  Andrew Overholt  <overholt@redhat.com>
-
-	* genReport.xml: Initial checkin.  Generate HTML from the JUnit XML output.
-	* runtests.sh: Initial checkin.  Run the SDK tests after a build (will be
-	in build.xml in the near future).
-	* build.properties: Add testsBuildID.
-	* build.xml: Add multilib property to allow use of /usr/lib64.  Add
-	getInstallationDir target to test for multilib and 64-bit architecture.
-	Add provisioning of tests into test installation directory.
-
-2009-09-22  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* patches/eclipse-help-toolbar.patch: New file.
-	* build.xml: Appy the help toolbar patch.
-
-2009-09-21  Andrew Overholt  <overholt@redhat.com>
-
-	* buildEclipseBuildSource.sh: Make default tag 0.3.1.
-
-2009-09-21  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Add stamp for inserting the build ID.
-
-2009-09-21  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #289938
-
-	* build.xml: Add install target to install provisioned SDK (courtesy
-	Benjamin Drung).
-	* eclipse.desktop: Initial checking (courtesy Benjamin Drung).
-
-2009-09-21  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #289939
-
-	* build.xml: Apply patch from Benjamin Drung to add stamp files for
-	provisioning SDK and other targets.
-
-2009-09-15  Andrew Overholt  <overholt@redhat.com>
-
-	* patches/tests-noapttests.patch: New file.  Patch for eclipse bug #244178.
-	* build.xml: Fix "scriptsPreset" typo.  Build test framework and SDK tests.
-	* buildSDKSource.sh: Add fetching of test scripts not included elsewhere.
-
-2009-08-27  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #286824
-
-	* build.xml: Re-name "init" target to "unpack".  Add stamp files to
-	allow skipping previously-done targets.  Comment out some JVM args
-	for director call that caused issues on Debian.  All courtesy
-	Niels Thykier.
-
-2009-08-27  Andrew Overholt  <overholt@redhat.com>
-
-	Bug # 287758
-
-	* build.properties: Add default-java JVM path for Debian (courtesy
-	Benjamin Drung).
-	* pdebuild.properties: Likewise.
-
-2009-08-27  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #287753
-
-	* build.xml: Add patch to not modify JAVA_HOME and to optimize compilation
-	of liblocalfile.so (from Benjamin Drung).
-	* patches/donotsetjavahomeandoptimizeliblocalfile.patch: New patch.
-
-2009-08-27  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #287752
-
-	* build.xml: Add patch to not store build logs in separate files (from
-	Benjamin Drung).
-	* patches/donotstorebuildlogsinfiles.patch: New patch.
-
-2009-08-26  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #287719
-
-	* build.xml: Add distclean target (from Benjamin Drung).
-
-2009-08-24  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #286826
-
-	* build.sh: Apply patch to tee to a log file from Niels Thykier.
-
-2009-08-14  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #286571
-
-	* buildEclipseBuildSource.sh: Apply fixes from nthykier for bash-isms.
-	* buildSDKSource.sh: Likewise.
-
-2009-08-11  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* buildEclipseBuildSource.sh: Create 0.3.0 by default.
-	* build.sh: Remove test output.
-
-2009-08-06  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* patches/eclipse-buildswtnatives.patch: Remove ia64 part.
-
-2009-08-01  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.sh: Add ppc64 support to build.sh.
-
-2009-07-31  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.xml: Move properties definition to a place where all task can use them.
-	             Disable libgnomeproxy build for now.
-
-2009-07-23  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.sh: Remove not needed part.
-	* build.xml: Enable native parts compilation.
-
-2009-07-22  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #280686
-
-	* build.sh: Wrap ant call with arch-finding logic.
-
-2009-07-22  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Don't pass buildConfig to buildConfiguration.xml.
-
-2009-07-22  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Remove erroneous depends= between run.director and p2prep.
-
-2009-07-21  Andrew Overholt  <overholt@redhat.com>
-
-	* publishProduct.xml: Initial commit.
-
-2009-07-20  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Add some debugging of content.{xml,jar}.
-
-2009-07-20  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Use new org.eclipse.equinox.p2.director app.  Split p2prep
-	into multiple targets to ease debugging.
-
-2009-07-20  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Use antrunner from bootstrap to run targets that need Eclipse
-	extension points.  Add target to generate build.xml files for PDE Build
-	boostrapping.  Extract pre-generated build.xml files before building.
-	Don't fail if basebuilder (bootstrap)'s p2 folder doesn't exist and we try
-	to move it.
-
-2009-07-20  Andrew Overholt  <overholt@redhat.com>
-
-	* pdebuild.properties: Hard-code build ID.  Don't use ecj for
-	bootstrapping since we don't necessarily have it around.
-	* build.xml: Default to bootstrapping. Use bootstrapped launcher jar by
-	default.
-	* pdebuild.xml: Add bundles required by director app to list of bundles to
-	bootstrap. Zip and symlink base framework plugins.  Add target for
-	generating bootstrapping build scripts.
-	* bootstrap/configuration/config.ini: Add bundles required by director app
-	to osgi.bundles. Remove unnecessary osgi.framework properties. Add eof
-	property.
-	* eclipse-build-generatedScripts.tar.bz2: Initial checkin of generated
-	build scripts for bootstrapping.
-
-2009-07-15  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* buildSDKSource.sh: Fix source tarball generation to include build.xml files for bootstrap.
-
-2009-07-08  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.xml: Use untar instead of shell command.
-	* pdebuild.xml: Exclude source bundles from orbit deps.
-	* generatebuild.xml: Remove old commented code.
-
-2009-07-08  Andrew Overholt  <overholt@redhat.com>
-
-	* pdebuild.xml: Work around duplicate org.eclipse.equinox.http.jetty.
-	* pdebuild.properties: Copy some properties over from build.properties.
-
-2009-07-07  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* pdebuild.xml: Add second bootstrap stage.
-	* bootstrap/configuration/config.ini: Make paths more sane.
-
-2009-06-30  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* bootstrap/configuration/config.ini: Point to the bootstrap folder.
-	* pdebuild.properties: New file.
-	* pdebuild.xml: Fix build of pde.build with the new sources.
-
-2009-06-25  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.properties: Remove hardcoded sdkSource property.
-	* pdebuild.xml: Add target for generating scripts.
-
-2009-06-23  Andrew Overholt  <overholt@redhat.com>
-
-	* README.mediawiki: Assume tarball usage.
-
-2009-06-23  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Fail if source tarball not present.  Copy build config and
-	feature instead of untarring (bug #281135).
-	* build.properties: Don't set buildDirectory here.  Do it in build.xml
-	instead.  Define featureToBuild here.
-	* buildSource.sh: Run both SDK source fetching and eclipse-build fetching.
-	* buildSDKSource.sh: Re-name buildSource.sh to indicate just fetching of
-	SDK sources.  Default to $(pwd) instead of /tmp/eclipseSDKBuild.  Don't
-	fetch tests by default.
-	* buildEclipseBuildSource.sh: New file.  Create tarball of eclipse-build
-	source.
-	* README.mediawiki: Update a bit.
-
-2009-06-23  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Remove unused targets.
-
-2009-06-23  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* directory.txt: Removed; no longer necessary.
-
-2009-06-23  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* retrieve_map.sh: Removed; no longer necessary.
-
-2009-06-23  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* assemble.xml: Removed; no longer necessary.
-	* fetch.xml: Likewise.
-	* build.xml: Remove old targets.
-
-2009-06-22  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #280684
-
-	* ABOUT.mediawiki: Add some bug links and a bit more documentation.
-	* build.xml: Default to 3.5 final build ID.
-	* README.mediawiki: Update a bit with how to test.
-
-2009-06-22  Andrew Overholt  <overholt@redhat.com>
-
-	* build.properties: Don't set p2.{metadata,artifact}.repo.name.
-
-2009-06-22  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #280681
-
-	* build.xml: Explicitly set eclipse.p2.data.area as a JVM argument when
-	running director.
-
-2009-06-22  Andrew Overholt  <overholt@redhat.com>
-
-	Bug #280679
-
-	* build.xml: Define productFiles globally.  Generate feature for root
-	files.  To use this, ensure eclipse-build-config is up to date --
-	especially the generated tarball of it.
-
-2009-06-18  Andrew Overholt  <overholt@redhat.com>
-
-	* buildSource.sh: Set workspace and user.home during fetching. Make 3.5
-	build ID the default. Add -noTests flag to not fetch the tests' source.
-	* build.xml: Make default target build and provision.
-
-2009-06-17  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Fix path for builtZip.  Remove extraneous "mkdir
-	${buildRepo}".
-
-2009-06-17  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Build directly from build config. Do p2 director installation.
-	* generatebuild.xml: Explicitly enable flattenDependencies and
-	parallelCompilation.
-
-2009-06-15  Andrew Overholt  <overholt@redhat.com>
-
-	* buildSource.sh: Replace example build ID with probably 3.5 one.
-
-2009-06-10  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* buildSource.sh: Fix builder and feature path.
-
-2009-06-09  Andrew Overholt  <overholt@redhat.com>
-
-	* buildSource.sh: Generate tarballs for builder and feature.
-
-2009-06-09  Andrew Overholt  <overholt@redhat.com>
-
-	* patches/cleanupMaster.patch: Remove.
-	* build.xml: Set eclipse.pdebuild.scripts property.  Use
-	"eclipse-build-feature" feature and builder.  Use a fake home directory
-	for the builds.  Change buildID to buildId everywhere.  Remove unnecessary
-	cleanupMaster patch.  Pass property file to antRunner calls.  Build with
-	antRunner and not plain ant.  Temporarily make assemble not depend upon
-	compilelibs (for testing).
-	* build.properties: Change buildID to buildId.  Remove parallel compilation
-	and flattenDependencies for now.  Don't generate API descriptions.
-	Fully-expand bootclasspath (need to be more generic here).  Add
-	OSGi/Minimum-1.2 BREE.  Full expand BREEs for use with antRunner (somehow
-	it doesn't expand in-file properties).
-
-2009-06-02  Andrew Overholt  <overholt@redhat.com>
-
-	* build.xml: Make bootstrap stuff default but allow over-riding.  Add
-	init target to do extraction of buildSource.sh-generated tarball.  Move
-	insertBuildId and applyPatches targets here.  Add package target for
-	debugging use.  Add full paths everywhere.
-	* generatebuild.xml: Use a fetched feature instead of generating one.
-	Pass buildDirectory property.
-	* patches/cleanupMaster.patch: Initial checkin.  Don't include some SWT
-	fragments.
-	* build.properties: Don't hard-code plugin or feature ID.  Set other
-	BREEs.  Update buildDirectory to reflect buildSource.sh output.
-	* patches/eclipse-swt-buildagainstxulrunner.patch: Update to use unstable
-	XULRunner headers (dom/ files).
-	* assemble.xml: Call assemble and package files for feature we're building.
-
-2009-05-26  Andrew Overholt  <overholt@redhat.com>
-
-	* buildSource.sh: Name tarballs and contained directories better.
-
-2009-05-26  Andrew Overholt  <overholt@redhat.com>
-
-	* patches/eclipse-addFetchMasterAndTestsTargets.patch: Initial commit.
-	Adds targets to org.eclipse.releng.eclipsebuilder/buildAll.xml
-	* buildSource.sh: Cleanups.  Fetch both the master feature and the SDK
-	tests feature.  Build .tar.bz2 files for both fetches.
-
-2009-05-25  Andrew Overholt  <overholt@redhat.com>
-
-	* buildSource.sh: Simple testing script to follow upstream procedures. *Very*
-	preliminary.
-
-2009-05-20  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.properties: Newer I-build.
-
-2009-05-15  Andrew Overholt  <overholt@redhat.com>
-
-	* README.mediawiki: Fix some typos.
-	* ABOUT.mediawiki: Some cleanups.  Make lines < 80 characters.
-	* build.sh: Fix typo.
-
-2009-05-14  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.properties: Next I-build.
-	* build.sh: Delete ecj.jar before copying.
-
-2009-05-13  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.xml: Remove pdebuildClasspath - not needed anymore.
-
-2009-05-13  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.sh: New file.
-	* build.properties: New I-build. Add properties needed to build with ecj.
-
-2009-05-12  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* productize.xml: Removed. Left over from before enabling p2.gathering.
-	* build.properties: New I-build.
-
-2009-05-11  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.xml: Simplify ant call for devBuilds. Patch by Marvin Schmidt.
-
-2009-05-11  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* assemble.xml: Simplify.
-	* bootstrap/configuration/config.ini: Add o.e.pde.api.tools.
-	* build.properties: generateAPIDescription=true
-	* pdebuild.xml: Add o.e.pde.api.tools.
-
-2009-05-11  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* assemble.xml: Use properties from the properties file.
-	* build.properties: Extract some properties here and switch to neweer build.
-
-2009-05-06  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* assemble.xml: Changes to make the build finish with p2.gathering=true.
-	* bootstrap/configuration/config.ini: Likewise.
-	* build.properties: Likewise.
-	* build.xml: Likewise.
-	* pdebuild.xml: Likewise.
-
-2009-04-29  Alexander Kurtakov  <akurtako@redhat.com>
-	Make p2.gathering=true by default.
-	* assemble-p2.xml: Removed.
-	* build-p2.xml: Removed.
-	* generatebuild-p2.xml: Removed.
-	* p2.properties: Removed.
-	* assemble.xml: New file.
-	* productize.xml: New file.
-	* bootstrap/configuration/config.ini: Latest p2 test.
-	* build.properties: Likewise.
-	* build.xml: Likewise.
-	* pdebuild.xml: Likewise.
-
-2009-04-22  Alexander Kurtakov  <akurtako@redhat.com>
-	Apply patch from #272820 and update to newer I-build.
-	* build-p2.xml: Remove unneede parts.
-	* build.properties: Externalize sdkSource.
-	* build.xml: Remove unneeded parts.
-	* fetch.xml: Move distSrc here and modify it to create a patche sources tar.bz2.
-	* pdebuild.xml: Remove unneeded parts.
-
-2009-04-18  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* assemble-p2.xml: New file.
-	* build-p2.xml: Sync with main build.
-	* generatebuild-p2.xml: Likewise.
-	* build.properties: Externalise some properties here.
-	* build.xml: Fix buildArch usage and remove not needed props.
-	* fetch.xml: Fix buildId in the sources.
-	* p2.properties: Keep only p2 specific properties.
-
-2009-04-16  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.properties: Switch to latest I-build.
-
-2009-04-14  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.properties: Switch to latest I-build.
-
-2009-04-09  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.xml: Add distSrc target.
-
-2009-04-09  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* patches/eclipse-swt-buildagainstxulrunner.patch: New file.
-	* build.xml: Compile native parts.
-	* fetch.xml: Apply one more patch.
-
-2009-04-09  Alexander Kurtakov  <akurtako@redhat.com>
-	Switch docs to mediawiki format.
-	* .settings: New file.
-	* ABOUT.mediawiki: New file.
-	* README.mediawiki: New file.
-	* TODO.mediawiki: New file.
-	* ABOUT: Removed.
-	* README: Removed.
-	* TODO: Removed.
-	* build.xml: Manually insert ecf bundles in the resulting zip.
-
-2009-04-08  Alexander Kurtakov  <akurtako@redhat.com>
-	Apply modified patch from #271657 and add a playground for p2 based build.
-	* build-p2.xml: New file.
-	* generatebuild-p2.xml: New file.
-	* p2.properties: New file.
-	* build.xml: Make sdkSource property configurable.
-	* fetch.xml: Likewise.
-	* pdebuild.xml: Likewise.
-
-2009-04-08  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* fetch.xml: Fix icu.source to be fetched only once. Add property to control fetch.
-
-2009-04-08  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.properties: New I-build.
-	* build.xml: Invoke packake.* to finish build.
-	* fetch.xml: Fetch com.ibm.icu.source bundle due to problem in srcIncluded.
-
-2009-04-02  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* bootstrap/configuration/config.ini: Fix director run.
-	* build.properties: Switch to latest I-build.
-	* pdebuild.xml: Fix director run.
-
-2009-04-01  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* bootstrap/configuration/config.ini: Add new p2.repository to the classpath.
-	* build.properties: Switch to new I-build.
-	* patches/eclipse-buildswtnatives.patch: Update patch.
-	* pdebuild.xml: Add new p2.repository to the classpath.
-
-2009-03-31  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.xml: Move apply-patches to fetch.xml.
-	* fetch.xml: Likewise.
-
-2009-03-27  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.properties: Put buildID here.
-	* fetch.xml: Move buildId to build.properties.
-
-2009-03-27  Alexander Kurtakov  <akurtako@redhat.com>
-	Use symlinks to ease switching to new builds. Thanks to Marvin Schmidt.
-	* bootstrap/configuration/config.ini: Use symlink instead of versioned dir.
-	* build.xml: Likewise. Add cleanAll target.
-	* fetch.xml: Add clean target.
-	* pdebuild.xml: Enhance clean target. Create symlinks for o.e.osgi and o.e.equinox.launcher.
-
-2009-03-26  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.properties: Define javacSource and javacTarget here.
-	* build.xml: Build hack again.
-	* fetch.xml: New I-build.
-
-2009-03-25  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* prepare_elements.sh: Removed.
-	* generatebuild.xml: Preparing elements done in ant instead of sh. Patch by Marvin Schmidt.
-
-2009-03-25  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* pdebuild.xml: New file.
-	* bootstrap/configuration/config.ini: Adapt to latest I-build.
-	* build.properties: Add buildArch.
-	* build.xml: Pde-build bootstrap in new file.
-	* fetch.xml:  Adapt to latest I-build.
-	* generatebuild.xml: Format.
-
-2009-03-22  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* bootstrap/configuration/config.ini: Adapt to pdebuild changes.
-	* build.properties: Flatten dependencies.
-	* build.xml: Simplify build step.
-	* fetch.xml: Simplify srcBuild definition.
-
-2009-03-03  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* fetch.xml: Remove so files after unzipping.
-
-2009-02-24  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* patches/eclipse-buildswtnatives.patch: New file.
-	* build.xml: Add patch for building swt native parts.
-
-2009-02-23  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* generatebuild.xml: Allow passing buildArch as a parameter.
-	* README: Add info about the -DbuildArch parameter needed.
-	* build.properties: Remove buildArch it needs to be passed as a parameter.
-	* build.xml: Allow passing buildArch as a parameter.
-
-2009-02-20  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.xml: Invoke jarIn by default.
-
-2009-02-20  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* fetch-sources.sh: Removed.
-	* build.xml: Set archivePrefix.
-	* README: Remove not needed step for running fetch-sources.
-
-2009-02-20  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* bootstrap/configuration/config.ini: Add o.e.equinox.launcher to the osgi.bundles.
-	* test.properties: Removed.
-	* build.properties: New file. Renamed from test.properties.
-	* build.xml: Build with arch set and start of jaring task.
-	* generatebuild.xml: Generate only for the specified arch.
-
-2009-02-11  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* build.xml: Ugly hack to fix build with 3.5 M5.
-
-2009-02-04  Alexander Kurtakov  <akurtako@redhat.com>
-
-	* bootstrap/configuration/config.ini: Update to 3.5 M5.
-	* build.xml: Likewise.
-	* fetch.xml: Likewise.
-
-2009-01-06  Alexander Kurtakov  <akurtakov@gmail.com>
-
-	* build.xml: Hook in fetch.xml to download the needed zips directly from ant.
-	* fetch.xml: Rename fileName to not conflict with build.xml.
-
-2009-01-05  Alexander Kurtakov  <akurtakov@gmail.com>
-
-	* fetch.xml: Rewrite fetching as ant task to be able to embed it in the main build.xml.
-
-2008-12-18  Alexander Kurtakov  <akurtakov@gmail.com>
-
-	* build.xml: org.eclipse.update.core is not needed for bootstraping.
-
-2008-12-17  Alexander Kurtakov  <akurtakov@gmail.com>
-
-	* build.xml: Simplify delete.
-	* generatebuild.xml: Build scripts should be regenerated with recursive call and only for linux, gtk.
-
-2008-12-17  Alexander Kurtakov  <akurtakov@gmail.com>
-
-	* bootstrap/configuration/config.ini: Fix osgi bundles.
-	* build.xml: Correctly ignore source bundles when coping.
-	* prepare_elements.sh: Ignore the correct jetty.
-
-2008-12-17  Alexander Kurtakov  <akurtakov@gmail.com>
-
-	* bootstrap/configuration/config.ini: Update with 3.5M4 needed plugins.
-	* build.xml: fix bootstrap plugins for 3.5M4. Fix launcher path. Include ecf to orbitDeps.
-	* fetch-sources.sh: Jump to 3.5M4.
-	* ABOUT: New file.
-	* TODO: Add some overall plan.
-
-2008-12-15  Alexander Kurtakov  <akurtakov@gmail.com>
-
-	* build.xml: Set ws and os properties to build only linux-gtk. Set arch too.
-
-2008-12-12  Alexander Kurtakov  <akurtakov@gmail.com>
-
-	* build.xml: Build sdk feature not rcp.
-	* generatebuild.xml: Add some echo.
-
-2008-12-11  Alexander Kurtakov  <akurtakov@gmail.com>
-
-	* TODO: More tod entries.
-
-2008-12-11  Alexander Kurtakov  <akurtakov@gmail.com>
-
-	* build.xml: Enable buildAll invocation by default now that it is working.
-	* README: Update to the current state.
-	* TODO: Fix todo entries.
-
-2008-12-09  Alexander Kurtakov  <akurtakov@gmail.com>
-
-	* README: Update to the current state.
-
-2008-12-08  Alexander Kurtakov  <akurtakov@gmail.com>
-
-	* build.xml: Don't copy source features, generate them. Add temp task for clean.
-	* generatebuild.xml: Generate source features.
-	* test.properties: Remove not needed properties.
-
-2008-12-03  Alexander Kurtakov  <akurtakov@gmail.com>
-
-	* TODO: Add todo about equinox.http.jetty bundle name.
-	* build.xml: Switch default task to one step further generateBuildScripts.
-	* prepare_elements.sh: Skip equinox.http.jetty bundle.
-	* test.properties: Add properties needed for compilation.
-
-2008-11-26  Alexander Kurtakov  <akurtakov@gmail.com>
-
-	* TODO: Update todo items.
-	* prepare_elements.sh: New file.
-	* build.xml: Copy all plugins to be build, rename wherever needed.
-	* generatebuild.xml: Regenerate build.xml files for all the plugins.
-
-
-2008-11-20  Alexander Kurtakov  <akurtakov@gmail.com>
-
-	* pdebuild.xml: Renamed to build.xml.
-	* build.xml: New file.
-	* README: Update with the latest locations and info.
-	* TODO: Remove the sample build.xml generation which is done.
-
-2008-11-20  Alexander Kurtakov  <akurtakov@gmail.com>
-
-	* pdebuild.xml: Fix plugin order in depsDir. Make collectBootstrapPlugins depend on zipPlugins.
-
-2008-11-19  Andrew Overholt  <overholt@redhat.com>
-
-	* test.properties: New file.
-	* bootstrap/configuration/config.ini: Add com.ibm.icu, org.apache.ant,
-	org.eclipse.update.configurator and org.junit to osgi.bundles. Could perhaps be
-	trimmed.
-	* generatebuild.xml: Refactor a bit. Generate a feature before generating plugin
-	build.xml files.
-	* pdebuild.xml: Organize and clean up depsDirs. Add Orbit deps like JUnit and
-	ICU4J. Build in a 'build' directory and clean it beforehand.
-
-2008-11-19  Andrew Overholt  <overholt@redhat.com>
-
-	* bootstrap/configuration/config.ini: Remove runtime.compatibility.registry.  Remove ignoreApp.
-	* generatebuild.xml: Remove osgi from bundles list.
-
-2008-11-19  Andrew Overholt  <overholt@redhat.com>
-
-	* generatebuild.xml: Fix path to include bootstrap/plugins.
-	* pdebuild.xml: Move things to SDK directory.
-	* fetch-sources.sh: Likewise.
-	* bootstrap: New directory.
-	* bootstrap/configuration/config.ini: Fix up osgi.bundles and set osgi.install.area.
-	* eclipse.ini: Remove for now (we don't need it).
diff --git a/eclipse-build/additionalArchs/appendFragment.sh b/eclipse-build/additionalArchs/appendFragment.sh
deleted file mode 100755
index 5615a2b..0000000
--- a/eclipse-build/additionalArchs/appendFragment.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-cat pluginVersions.properties | grep $1.$2, | sed "s/$2,/$3,/"
-cat pluginVersions.properties | grep $1.$2, | sed "s/$2,/$3,/" >> pluginVersions.properties
diff --git a/eclipse-build/additionalArchs/rename.sh b/eclipse-build/additionalArchs/rename.sh
deleted file mode 100755
index 1fe2754..0000000
--- a/eclipse-build/additionalArchs/rename.sh
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/bash
-
-baseArch=$1
-newArch=$2
-
-moves(){
-for f in $(find -type d); do
-      tofile=$(echo $f | sed "s/$baseArch/$newArch/")
-      if [ $tofile != $f ]; then
-        cp -pfr $f $tofile
-      fi
-    done
-for f in $(find -type f); do
-      tofile=$(echo $f | sed "s/$baseArch/$newArch/")
-      if [ $tofile != $f ]; then
-        cp -pfr $f $tofile
-        rm -fr $f
-      fi
-    done
-}
-
-cd org.eclipse.equinox.launcher.gtk.linux.$newArch
-    moves
-cd ..
-cd org.eclipse.core.filesystem.linux.$newArch
-    moves
-cd ..
-cd org.eclipse.swt.gtk.linux.$newArch
-    moves
-cd ..
diff --git a/eclipse-build/bootstrap/configuration/config.ini b/eclipse-build/bootstrap/configuration/config.ini
deleted file mode 100644
index 1006ef7..0000000
--- a/eclipse-build/bootstrap/configuration/config.ini
+++ /dev/null
@@ -1,69 +0,0 @@
-osgi.bundles=com.ibm.icu,\
-             org.apache.ant,\
-             org.eclipse.ant.core,\
-             org.eclipse.core.contenttype,\
-             org.eclipse.core.jobs,\
-             org.eclipse.core.net,\
-             org.eclipse.core.runtime@2:start,\
-             org.eclipse.core.variables,\
-             org.eclipse.ecf,\
-             org.eclipse.ecf.filetransfer,\
-             org.eclipse.ecf.provider.filetransfer,\
-             org.eclipse.ecf.identity,\
-             org.eclipse.equinox.app,\
-             org.eclipse.equinox.common@2:start,\
-             org.eclipse.equinox.ds@2:start,\
-             org.eclipse.equinox.event@2:start,\
-             org.eclipse.equinox.frameworkadmin,\
-             org.eclipse.equinox.frameworkadmin.equinox,\
-             org.eclipse.equinox.launcher,\
-             org.eclipse.equinox.p2.repository,\
-             org.eclipse.equinox.p2.artifact.repository,\
-             org.eclipse.equinox.p2.core,\
-             org.eclipse.equinox.p2.console,\
-             org.eclipse.equinox.p2.garbagecollector,\
-             org.eclipse.equinox.p2.jarprocessor,\
-             org.eclipse.equinox.p2.metadata,\
-             org.eclipse.equinox.p2.metadata.repository,\
-             org.eclipse.equinox.p2.publisher,\
-             org.eclipse.equinox.p2.publisher.eclipse,\
-             org.eclipse.equinox.p2.updatesite, \
-             org.eclipse.equinox.preferences,\
-             org.eclipse.equinox.registry,\
-             org.eclipse.equinox.security,\
-             org.eclipse.equinox.simpleconfigurator, \
-             org.eclipse.equinox.simpleconfigurator.manipulator, \
-             org.eclipse.osgi.services,\
-             org.eclipse.equinox.p2.engine,\
-		     org.eclipse.equinox.p2.director,\
-		     org.eclipse.equinox.p2.director.app,\
-		     org.eclipse.equinox.p2.repository.tools,\
-		     org.eclipse.equinox.p2.touchpoint.eclipse,\
-		     org.eclipse.equinox.p2.touchpoint.natives,\
-		     org.eclipse.equinox.util,\
-             org.eclipse.pde.build,\
-             org.eclipse.update.configurator,\
-             org.sat4j.core,\
-             org.sat4j.pb,\
-             org.junit,\
-             org.eclipse.core.expressions,\
-             org.eclipse.pde.core,\
-             org.eclipse.swt,\
-             org.eclipse.core.filesystem,\
-		     org.eclipse.core.resources,\
-		     org.eclipse.core.commands,\
-		     org.eclipse.jface,\
-		     org.eclipse.text,\
-		     org.eclipse.jface.text,\
-		     org.eclipse.team.core,\
-		     org.eclipse.core.filebuffers,\
-		     org.eclipse.debug.core,\
-		     org.eclipse.jdt.core,\
-		     org.eclipse.jdt.debug,\
-		     org.eclipse.jdt.launching,\
-		     org.eclipse.pde.api.tools,\
-		     org.objectweb.asm,\
-		     org.hamcrest.core
-osgi.install.area=.
-
-eof=eof
diff --git a/eclipse-build/build.properties b/eclipse-build/build.properties
deleted file mode 100644
index d926e44..0000000
--- a/eclipse-build/build.properties
+++ /dev/null
@@ -1,68 +0,0 @@
-#baseLocation=${basedir}/bootstrap
-# Note:  this is also in pdebuild.properties
-buildId=I20120608-1400
-label=4.2.0-I20120608-1400
-EMFlabel=2.8.0
-testframework=org.eclipse.test_3.3.100
-p2.director.version=${testsBuildLabel}
-testsBuildId=v20100211
-featureToBuild=eclipse-build-feature
-skipBase=true
-skipFetch=true
-individualSourceBundles=true
-ws=gtk
-os=linux
-includeLaunchers=true
-runPackager=true
-groupConfigurations=true
-p2.gathering=true
-generate.p2.metadata=true
-p2.generate.metadata=true
-p2.metadata.repo = file:${repo}
-p2.artifact.repo = file:${repo}
-p2.flavor = tooling
-p2.publish.artifacts=true
-generateAPIDescription=false
-
-collectingFolder=eclipse
-archivePrefix=eclipse
-generateFeatureVersionSuffix=true
-bootclasspath=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-build.compiler=org.eclipse.jdt.core.JDTCompilerAdapter
-JavaSE-1.6=${bootclasspath}
-CDC-1.0/Foundation-1.0=${bootclasspath}
-CDC-1.1/Foundation-1.1=${bootclasspath}
-OSGi/Minimum-1.0=${bootclasspath}
-OSGi/Minimum-1.1=${bootclasspath}
-OSGi/Minimum-1.2=${bootclasspath}
-JRE-1.1=${bootclasspath}
-J2SE-1.2=${bootclasspath}
-J2SE-1.3=${bootclasspath}
-J2SE-1.4=${bootclasspath}
-J2SE-1.5=${bootclasspath}
-JavaSE-1.6=${bootclasspath}
-PersonalJava-1.1=${bootclasspath}
-PersonalJava-1.2=${bootclasspath}
-CDC-1.0/PersonalBasis-1.0=${bootclasspath}
-CDC-1.0/PersonalJava-1.0=${bootclasspath}
-CDC-1.1/PersonalBasis-1.1=${bootclasspath}
-CDC-1.1/PersonalJava-1.1=${bootclasspath}
-# Somehow bootclasspath isn't expanded when used by antRunner
-JavaSE-1.6=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-CDC-1.0/Foundation-1.0=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-CDC-1.1/Foundation-1.1=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-OSGi/Minimum-1.0=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-OSGi/Minimum-1.1=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-OSGi/Minimum-1.2=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-JRE-1.1=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-J2SE-1.2=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-J2SE-1.3=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-J2SE-1.4=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-J2SE-1.5=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-JavaSE-1.6=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-PersonalJava-1.1=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-PersonalJava-1.2=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-CDC-1.0/PersonalBasis-1.0=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-CDC-1.0/PersonalJava-1.0=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-CDC-1.1/PersonalBasis-1.1=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-CDC-1.1/PersonalJava-1.1=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
diff --git a/eclipse-build/build.xml b/eclipse-build/build.xml
deleted file mode 100644
index c614ea8..0000000
--- a/eclipse-build/build.xml
+++ /dev/null
@@ -1,1203 +0,0 @@
-<project name="Eclipse SDK build" default="provisionSDKinDropins" basedir=".">
-	<tstamp>
-		<format property="timestamp" pattern="yyyyMMddHHmmss" />
-	</tstamp>
-	<record name="build_${timestamp}.log" />
-	<echo message="Build log is available in build_${timestamp}.log" />
-
-	<property environment="env"/>
-	<property name="jhome" value="${env.JAVA_HOME}"/>
-	<condition property="javaHomeExists">
-		<resourceexists>
-			<file file="${jhome}"/>
-		</resourceexists>
-	</condition>
-	<fail unless="javaHomeExists" message="JAVA_HOME is not set properly"/>
-
-	<property name="baseBuilder" value="${basedir}/bootstrap" />
-	<property name="launcher" value="${basedir}/bootstrap/plugins/org.eclipse.equinox.launcher.jar" />
-	<property name="eclipse.pdebuild.scripts" value="${basedir}/bootstrap/plugins/org.eclipse.pde.build/scripts" />
-
-	<property file="build.properties" />
-
-	<available file="eclipse-${label}-src.tar.bz2" property="sdkSourcePresent" value="true" />
-	<available file="eclipse/plugins/org.eclipse.equinox.launcher/build.properties" property="extractedSdkSourcePresent" value="true" />
-
-	<condition property="onlyExtractedSdkSourcePresent">
-		<and>
-			<isfalse value="${sdkSourcePresent}" />
-			<istrue value="${extractedSdkSourcePresent}" />
-		</and>
-	</condition>
-	<condition property="sdkSourceTarballPresent">
-		<or>
-			<isset property="sdkSourcePresent" />
-			<isset property="extractedSdkSourcePresent" />
-		</or>
-	</condition>
-
-	<available file="eclipse-build-generatedScripts.tar.bz2" property="scriptsPresent" value="true" />
-	<available file="eclipse-sdktests-${label}-src.tar.bz2" property="testsSourcePresent" value="true" />
-	<available file="eclipse-sdktests-${label}-scripts.tar.bz2" property="testsScriptsPresent" value="true" />
-
-	<!-- Check what has already been done -->
-	<available property="unpack.complete" file="unpack-stamp" value="true" />
-	<uptodate property="buildId.complete" srcfile="unpack-stamp" targetfile="buildId-stamp" />
-	<uptodate property="patch.complete" srcfile="unpack-stamp" targetfile="patch-stamp" />
-	<uptodate property="symlinks.complete" srcfile="patch-stamp" targetfile="symlinks-stamp" />
-	<uptodate property="compilelibs.complete" srcfile="unpack-stamp" targetfile="compilelibs-stamp" />
-	<uptodate property="build.complete" srcfile="patch-stamp" targetfile="build-stamp" />
-	<uptodate property="p2prep.complete" srcfile="build-stamp" targetfile="p2prep-stamp" />
-	<uptodate property="provision.platform.complete" srcfile="build-stamp" targetfile="provision.platform-stamp" />
-	<uptodate property="provision.cvs.complete" srcfile="build-stamp" targetfile="provision.cvs-stamp" />
-	<uptodate property="provision.tests.complete" srcfile="testsbuild-stamp" targetfile="provision.tests-stamp" />
-	<uptodate property="provisionSDKinDropins.complete" srcfile="build-stamp" targetfile="provisionSDKinDropins-stamp" />
-	<available file="bootstrap/plugins" property="bootstrapped" value="true" />
-
-	<property name="topBuildDir" value="${basedir}/build" />
-	<property name="homeDir" value="${basedir}/home" />
-	<property name="baseworkspace" value="${basedir}/baseworkspace" />
-	<property name="buildworkspace" value="${basedir}/buildworkspace" />
-	<property name="buildDirectory" value="${topBuildDir}/eclipse-${label}-src" />
-	<property name="buildConfigs" value="${buildDirectory}/buildConfigs" />
-	<property name="buildConfig" value="${buildConfigs}/eclipse-build-config" />
-	<property name="productFiles" value="${buildConfig}/productFiles" />
-	<property name="reposource" value="${buildDirectory}/reposource" />
-	<property name="provisionDir" value="${buildDirectory}/installation" />
-
-	<!-- Determine host architecture -->
-	<exec executable="uname" outputproperty="uname-m">
-		<arg line="-m" />
-	</exec>
-	<condition property="hostArch" value="arm">
-		<matches pattern="^arm.*" string="${uname-m}" />
-	</condition>
-	<condition property="hostArch" value="x86">
-		<matches pattern="i[0-9]*86" string="${uname-m}" />
-	</condition>
-	<condition property="hostArch" value="PA_RISC">
-		<matches pattern="^parisc.*" string="${uname-m}" />
-	</condition>
-	<condition property="hostArch" value="sparc">
-		<matches pattern="sparcv9" string="${uname-m}" />
-	</condition>
-	<condition property="hostArch" value="${uname-m}">
-		<not>
-			<isset property="hostArch" />
-		</not>
-	</condition>
-	<condition property="buildArch" value="${hostArch}">
-		<not>
-			<isset property="buildArch" />
-		</not>
-	</condition>
-	<echo message="uname -m: ${uname-m}. Build eclipse on ${hostArch} for ${buildArch}." />
-
-	<property name="destDir" value="" />
-	<property name="prefix" value="/usr/local" />
-	<!-- Do we want /usr/lib64 if it's a 64-bit architecture? -->
-	<property name="multilib" value="false" />
-	<condition property="setLib64">
-		<and>
-			<istrue value="${multilib}" />
-			<or>
-				<!-- Is it a 64-bit architecture? -->
-				<equals arg1="${buildArch}" arg2="x86_64" />
-				<equals arg1="${buildArch}" arg2="alpha" />
-				<equals arg1="${buildArch}" arg2="ia64" />
-				<equals arg1="${buildArch}" arg2="mips" />
-				<equals arg1="${buildArch}" arg2="mipsel" />
-				<equals arg1="${buildArch}" arg2="PA_RISC" />
-				<equals arg1="${buildArch}" arg2="ppc64" />
-			    <equals arg1="${buildArch}" arg2="s390x" />
-				<equals arg1="${buildArch}" arg2="sparc64" />
-			</or>
-		</and>
-	</condition>
-
-	<target name="setLib64Dir" if="setLib64">
-		<property name="libDir" value="lib64" />
-	</target>
-
-	<target name="setLibDir" depends="setLib64Dir">
-		<property name="libDir" value="lib" />
-		<property name="installationDir" value="${destDir}${prefix}/${libDir}/eclipse" />
-	</target>
-
-	<target name="getInstallationDir" depends="setLibDir">
-		<echo message="Installation directory will be ${destDir}/${prefix}/${libDir}" />
-	</target>
-
-	<target name="bootstrap" unless="bootstrapped">
-
-		<!-- Some of the equinox plugins are required to use this environment, because their build will fail with full vm. Bootstrap needs to have this available.-->
-		<javac compiler="classic" srcdir="${buildDirectory}/environments/ee.minimum/src" destdir="${buildDirectory}/environments/ee.minimum" target="1.1" source="1.1" />
-		<jar basedir="${buildDirectory}/environments/ee.minimum" destfile="bootstrap/environment/ee.minimum.jar"/>
-
-		<ant inheritall="false" antfile="pdebuild.xml">
-			<property name="buildId" value="${buildId}" />
-			<property name="buildArch" value="${buildArch}" />
-			<property name="buildDirectory" value="../../" />
-		</ant>
-	</target>
-
-	<!-- Run this target with antRunner application -->
-	<target name="generateBuildXmls" depends="unpack">
-		<ant antfile="pdebuild.xml" target="generateScripts" />
-	</target>
-
-	<target name="fetch" unless="sdkSourceTarballPresent">
-		<fail message="SDK source tarball eclipse-${label}-src.tar.bz2 is not present.  Please either download a file such as eclipse-${label}-src.tar.bz2 from http://download.eclipse.org/technology/linuxtools/eclipse-build/, generate one by running ./buildSDKSource.sh or update build.properties file to reflect your tarball version." />
-	</target>
-
-	<target name="extractBuildXmls" if="scriptsPresent">
-		<exec executable="tar" failonerror="true">
-			<arg value="xjf" />
-			<arg value="${basedir}/eclipse-build-generatedScripts.tar.bz2" />
-			<arg value="-C" />
-			<arg value="${basedir}/build/eclipse-${label}-src" />
-		</exec>
-
-		<exec executable="${basedir}/jasper7.sh">
-			<arg value="${label}"/>
-		</exec>
-		<!--
-		<fail message="Build scripts to bootstrap PDE Build must be generated and present in eclipse-build-generatedScripts.tar.bz2.  See pdebuild.xml for details."/>
-		-->
-	</target>
-
-	<target name="extractSource" unless="onlyExtractedSdkSourcePresent">
-		<echo message="Extracting SDK source (tar jxf eclipse-${label}-src.tar.bz2)" />
-		<exec executable="tar" failonerror="true">
-			<arg value="xjf" />
-			<arg value="${basedir}/eclipse-${label}-src.tar.bz2" />
-			<arg value="-C" />
-			<arg value="${topBuildDir}" />
-		</exec>
-	</target>
-
-	<target name="copySource" unless="sdkSourcePresent">
-		<echo message="Copy SDK source (cp -rd --not-target-directory eclipse ${buildDirectory})" />
-		<exec executable="cp" failonerror="true">
-			<arg value="-rd" />
-			<arg value="--no-target-directory" />
-			<arg value="eclipse" />
-			<arg value="${buildDirectory}" />
-		</exec>
-	</target>
-
-	<available file="${basedir}/eclipse-build-feature" property="buildFeaturePresent" value="true" />
-	<target name="symlinkBuildFeature" unless="buildFeaturePresent">
-		<echo message="creating link to feature dir (../eclipse-build-feature)" />
-		<symlink link="${basedir}/eclipse-build-feature" resource="${basedir}/../eclipse-build-feature"/>
-	</target>
-
-	<available file="${basedir}/eclipse-build-config" property="buildConfigPresent" value="true" />
-	<target name="symlinkBuildConfig" unless="buildConfigPresent">
-		<echo message="creating link to config dir (../eclipse-build-config)" />
-		<symlink link="${basedir}/eclipse-build-config" resource="${basedir}/../eclipse-build-config"/>
-	</target>
-
-	<target name="unpack" depends="fetch,setLibDir,symlinkBuildFeature,symlinkBuildConfig" unless="unpack.complete">
-		<delete dir="${topBuildDir}" />
-		<mkdir dir="${topBuildDir}" />
-
-		<!-- User home used for build -->
-		<delete dir="${homeDir}" />
-		<mkdir dir="${homeDir}" />
-
-		<!-- Workspaces used for build -->
-		<delete dir="${baseworkspace}" />
-		<mkdir dir="${baseworkspace}" />
-		<delete dir="${buildworkspace}" />
-		<mkdir dir="${buildworkspace}" />
-
-		<antcall target="extractSource" />
-		<antcall target="copySource" />
-		
-		<delete dir="${buildDirectory}/plugins/org.eclipse.equinox.launcher.gtk.linux.s390" />
-		<delete dir="${buildDirectory}/plugins/org.eclipse.equinox.launcher.gtk.linux.s390x" />
-		<antcall target="extractBuildXmls" />
-
-		<delete dir="${buildDirectory}/buildConfigs" />
-		<mkdir dir="${buildDirectory}/buildConfigs" />
-		
-		<!-- we use system one, delete the junit folder if it exists -->
-		<delete dir="${buildDirectory}/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/"/>
-
-		<echo message="Copying eclipse-build main feature source" />
-		<copy todir="${buildConfigs}/eclipse-build-config">
-			<fileset dir="eclipse-build-config" />
-		</copy>
-
-		<echo message="Copying eclipse-build builder" />
-		<copy todir="${buildDirectory}/features/eclipse-build-feature">
-			<fileset dir="eclipse-build-feature" />
-		</copy>
-		<delete verbose="true">
-			<fileset dir="${buildDirectory}/plugins" includes="**/ECLIPSEF.SF" />
-			<fileset dir="${buildDirectory}/plugins" includes="**/ECLIPSEF.RSA" />
-		</delete>
-		
-		<!-- add additional archs for org.eclipse.swt, org.eclipse.equinox.launcher & org.eclipse.core.filesystem -->
-		<antcall target="generateSecondaryFragments"/>
-		
-		<!-- prepare ecf build tree -->
-		<delete>
-			<fileset dir="${buildDirectory}/plugins" includes="org.eclipse.ecf*" />
-			<fileset dir="${buildDirectory}/plugins" includes="org.eclipse.jetty*" />
-		</delete>
-		<!--delete dir="${buildDirectory}/plugins/org.eclipse.equinox.http.jetty_1.1.100" /-->
-		<!-- Create a stamp file -->
-		<echo file="unpack-stamp" />
-	</target>
-	
-	<target name="generateSecondaryFragments">
-		<!-- TODO: replace the rename.sh with ant -->
-		
-		<copy file="additionalArchs/rename.sh" todir="${buildDirectory}/plugins" /> 
-		
-		<generateArch newArch="alpha" archBase="x86_64"/>
-		<generateArch newArch="arm" archBase="x86"/>
-		<generateArch newArch="ia64" archBase="x86_64"/>
-		<generateArch newArch="mips" archBase="x86_64"/>
-		<generateArch newArch="mipsel" archBase="x86_64"/>
-		<generateArch newArch="PA_RISC" archBase="x86_64"/>
-		<generateArch newArch="ppc" archBase="x86" />
-		<generateArch newArch="ppc64" archBase="x86_64"/>
-		<generateArch newArch="s390" archBase="x86"/>
-		<generateArch newArch="s390x" archBase="x86_64"/>
-		<generateArch newArch="sparc" archBase="x86" />
-        <generateArch newArch="sparc64" archBase="x86_64"/>
-
-		<delete file="${buildDirectory}/plugins/rename.sh"/>
-	</target>
-	<macrodef name="copyPlugin">
-		<attribute name="pluginName" />
-		<attribute name="archBase" />
-		<attribute name="newArch" />
-		<sequential>
-			<copy todir="${buildDirectory}/plugins/@{pluginName}.@{newArch}">
-				<resources>
-					<fileset dir="${buildDirectory}/plugins/@{pluginName}.@{archBase}">
-						<include name="**" />
-					</fileset>
-				</resources>
-			</copy>
-			<exec dir="${buildDirectory}/" executable="sh" failonerror="true">
-				<arg line="../../additionalArchs/appendFragment.sh @{pluginName} @{archBase} @{newArch}"  />
-			</exec>
-		</sequential>
-		
-	</macrodef>
-
-	<macrodef name="generateArch">
-		<attribute name="archBase" />
-		<attribute name="newArch" />
-		<sequential>
-			<copyPlugin pluginName="org.eclipse.swt.gtk.linux"
-			            archBase="@{archBase}" newArch="@{newArch}" />
-			<copyPlugin pluginName="org.eclipse.core.filesystem.linux"
-			            archBase="@{archBase}" newArch="@{newArch}" />
-			<copyPlugin pluginName="org.eclipse.core.net.linux"
-			            archBase="@{archBase}" newArch="@{newArch}" />
-			<copyPlugin pluginName="org.eclipse.equinox.launcher.gtk.linux"
-			            archBase="@{archBase}" newArch="@{newArch}" />
-			<exec dir="${buildDirectory}/plugins" executable="sh" failonerror="true">
-				<arg line="rename.sh @{archBase} @{newArch}" />
-			</exec>
-			<replace dir="${buildDirectory}/plugins" value="@{newArch}" token="@{archBase}">
-				<exclude name="rename.sh" />
-				<include name="*@{newArch}/**/*.*" />
-				<excludesfile name="${buildDirectory}/plugins/rename.sh" />
-			</replace>
-			<!--copy todir="${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.@{newArch}/">
-    				<fileset dir="${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.@{archBase}"/>
- 			</copy-->
-			<mkdir dir="${buildDirectory}/features/" />
-		</sequential>
-	</macrodef>
-
-	<target name="clean-sdk">
-		<delete dir="${homeDir}" />
-		<delete dir="${baseworkspace}" />
-		<delete dir="${buildworkspace}" />
-		<delete dir="${topBuildDir}" />
-		<delete dir="${testsBuildDir}" />
-		<delete dir="configuration" />
-		<delete dir="p2" />
-		<delete dir="workspace" />
-		<delete dir="${basedir}/task-bin" />
-		<delete>
-			<fileset dir="." includes="*-stamp" />
-		</delete>
-		<delete file="sdk-tests.properties" />
-	</target>
-
-	<target name="clean" depends="clean-sdk">
-		<delete dir="bootstrap/configuration/org.eclipse.core.runtime" />
-		<delete dir="bootstrap/configuration/org.eclipse.equinox.app" />
-		<delete dir="bootstrap/configuration/org.eclipse.osgi" />
-		<delete dir="bootstrap/p2" />
-		<delete dir="bootstrap/plugins" />
-		<delete dir="bootstrap/workspace" />
-	</target>
-
-	<target name="distclean" depends="clean">
-		<delete>
-			<fileset dir="." includes="*.log" />
-		</delete>
-		<delete includeemptydirs="true">
-			<fileset dir="." includes="tests_*/**" />
-		</delete>
-	</target>
-
-	<target name="insertBuildId" depends="unpack" unless="buildId.complete">
-		<replace dir="${buildDirectory}/plugins" value="${buildId}" token="@build@">
-			<include name="**/about.mappings" />
-		</replace>
-		<replace dir="${buildDirectory}" value="${buildId}" token="@build@">
-			<include name="**/configuration/config.ini" />
-		</replace>
-		<echo file="buildId-stamp" />
-	</target>
-
-	<target name="applyPatches" depends="insertBuildId" unless="patch.complete">
-		
-		<patch patchfile="${basedir}/patches/stableUserHome.patch" dir="${buildDirectory}/plugins" strip="1" backups="true"/>
-		<patch patchfile="${basedir}/patches/dropUserProfileOnPlatformChange.patch" dir="${buildDirectory}/plugins" strip="2" backups="true"/>
-		<patch patchfile="${basedir}/patches/doNotRunAsRoot.patch" dir="${buildDirectory}/plugins" strip="1" backups="true"/>
-		<patch patchfile="${basedir}/patches/pickUpRenamedJars.patch" dir="${buildDirectory}/plugins" strip="1" backups="true"/>
-		<patch patchfile="${basedir}/patches/populateUpdateSites.patch" dir="${buildDirectory}/plugins" strip="2" backups="true"/>
-		<patch patchfile="${basedir}/patches/eclipse-p2-uninstall-removed-content.patch" dir="${buildDirectory}/plugins" strip="2" backups="true"/>
-
-		<!-- eclipse-build-only patches -->
-		
-		<patch patchfile="${basedir}/patches/e4-remove-w3c-smil-and-use-geronimo.patch" dir="${buildDirectory}" strip="0" reverse="false"/>
-		<patch patchfile="${basedir}/patches/nocoreupdate.patch" dir="${buildDirectory}" strip="0" reverse="false" backups="true" />
-
-		<patch patchfile="${basedir}/patches/eclipse-buildswtnatives.patch" dir="${buildDirectory}" strip="1" backups="true"/>
-		<patch patchfile="${basedir}/patches/eclipse-addArchesAnd64bitSWT.patch" dir="${buildDirectory}" strip="1" />
-		<patch patchfile="${basedir}/patches/eclipse-add-archs-filesystem.patch" dir="${buildDirectory}" strip="1" />
-		<patch patchfile="${basedir}/patches/e4-add-archs-swt.patch" dir="${buildDirectory}" strip="2" backups="true"/>
-		<patch patchfile="${basedir}/patches/eclipse-add-archs-executable.patch" dir="${buildDirectory}" strip="1" />
-		<patch patchfile="${basedir}/patches/s390-correctly-build-executable.patch" dir="${buildDirectory}" strip="1"/>
-		<patch patchfile="${basedir}/patches/eclipse-add-archs-net.patch" dir="${buildDirectory}" strip="1" />
-		<patch patchfile="${basedir}/patches/eclipse-add-ppc64-sparc64-s390-s390x.patch" dir="${buildDirectory}" strip="1" />
-		
-		<patch patchfile="${basedir}/patches/fix-gnomeproxy-includes.patch" dir="${buildDirectory}" strip="1" />
-		<patch patchfile="${basedir}/patches/donotstorebuildlogsinfiles.patch" dir="${buildDirectory}" strip="1" />
-
-		<patch patchfile="${basedir}/patches/eclipse-pde.build-add-package-build.patch" dir="${buildDirectory}" strip="1" />
-
-		<patch patchfile="${basedir}/patches/eclipse-nosourcebundlesfordependencies.patch" dir="${buildDirectory}" strip="2" backups="true"/>
-
-		<patch patchfile="${basedir}/patches/eclipse-help-feature-adjust-dependencies.patch" dir="${buildDirectory}" strip="1" />
-		<patch patchfile="${basedir}/patches/eclipse-help-fix-webapp-jsp-compilation.patch" dir="${buildDirectory}/plugins" strip="1"/>
-		<patch patchfile="${basedir}/patches/eclipse-equinox-jsp-jasper.patch" dir="${buildDirectory}" strip="0" />
-		<patch patchfile="${basedir}/patches/serverside-patch-additional-imports.patch" dir="${buildDirectory}" strip="0" />
-		
-		
-		<patch patchfile="${basedir}/patches/e4-buildEMFSource.patch" dir="${buildDirectory}" strip="2" />
-
-		<replace file="${buildDirectory}/plugins/org.eclipse.pde.build/templates/package-build/build.properties" token="/usr/share/eclipse" value="/usr/${libDir}/eclipse" />
-		<chmod dir="${buildDirectory}/plugins/org.eclipse.pde.build/templates/package-build" includes="*.sh" perm="a+x" />
-		
-		<!-- end eclipse-build-only patches -->
-		
-		<!-- Only build for one target (bug #293952) -->
-		<copy file="${buildConfigs}/eclipse-build-config/build.properties.in" tofile="${buildConfigs}/eclipse-build-config/build.properties" />
-		<replace file="${buildConfigs}/eclipse-build-config/build.properties" token="@build_arch@" value="${buildArch}" />
-
-
-		<!-- This one should be removed when Eclipse bug 369215 is fixed -->
-		<patch patchfile="${basedir}/patches/gnomeproxy-makefile.patch" dir="${buildDirectory}" strip="1" />
-
-		<!-- It would be good to remove those two entries, however, before you spent some time here, be warned that: -->
-		<!-- (1) Those plugins contain precompiled classes with source in zips -->
-		<!-- (2) Those plugins have no source folders -->
-		<!-- (3) Those plugins have dependencies -->
-		<!-- Point (3) implies that you cannot have your own build.xml, because you need dependencies that only PDE can discover -->
-		<!-- Point (2) implies that you cannot use PDE build.xml, because there is no source folder, so nothing will be compiled -->
-		<!-- Point (1) implies that developers will not create a source folder, because they want to ship binaries -->
-		<!-- So we have to live with those two patches -->
-		<patch patchfile="${basedir}/patches/osgi-util.patch" dir="${buildDirectory}" strip="0" backups="true"/>
-		<patch patchfile="${basedir}/patches/osgi-services-build.patch" dir="${buildDirectory}" strip="0" />
-
-		<patch patchfile="${basedir}/patches/nonRelativeLicense.patch" dir="${buildDirectory}" strip="0" />
-
-		<!-- jsr14 is practically unusable with java7 -->
-		<antcall target="jsr14To15" />
-
-		<echo file="patch-stamp" />
-	</target>
-
-	<target name="jsr14To15">
-		<fileset dir="${buildDirectory}/plugins" id="buildxmls">
-			<include name="**/build.xml" />
-		</fileset>
-
-		<replace token="name=&quot;bundleJavacTarget&quot; value=&quot;jsr14&quot;"
-			value="name=&quot;bundleJavacTarget&quot; value=&quot;1.5&quot;"
-			summary="true">
-			<fileset refid="buildxmls"/>
-		</replace>
-
-	      <fileset dir="${buildDirectory}/plugins" id="buildproperties">
-	            <include name="**/build.properties" />
-	        </fileset>
-
-	        <replace token="javacTarget=jsr14"
-	            value="javacTarget=1.5"
-	            summary="true">
-	            <fileset refid="buildproperties"/>
-	        </replace>
-	</target>
-
-	<target name="buildHelperTask">
-		<mkdir dir="task-bin" />
-		<javac compiler="modern" target="1.5" source="1.5" debug="true" srcdir="${basedir}/task-src" destdir="${basedir}/task-bin" includeantruntime="true" >
-			<compilerarg value="-Xlint:-options"/>
-		</javac>
-	</target>
-
-	<target name="defineTasks" depends="buildHelperTask">
-		<taskdef name="symlinkOSGiJars" classname="org.eclipse.linuxtools.eclipsebuild.SymlinkOSGiJars" classpath="${basedir}/task-bin" />
-		<taskdef name="symlinkInstalledOSGiJars" classname="org.eclipse.linuxtools.eclipsebuild.SymlinkInstalledOSGiJars" classpath="${basedir}/task-bin" />
-		<taskdef name="symlinkNonOSGiJars" classname="org.eclipse.linuxtools.eclipsebuild.SymlinkNonOSGiJars" classpath="${basedir}/task-bin" />
-	</target>
-
-	<target name="symlinkDeps" depends="applyPatches,defineTasks" unless="symlinks.complete">
-		<symlinkOSGiJars dependencies="${basedir}/dependencies/dependencies.properties" topLevelDir="${buildDirectory}/plugins" manifests="${basedir}/dependencyManifests" copyFiles="${copyFiles}"/>
-		<!-- delete all windows scripts and symlink linux ones -->
-		<delete dir="${buildDirectory}/plugins/org.apache.ant_1.8.3.v20120321-1730/bin"/>
-		<symlinkNonOSGiJars dependencies="${basedir}/dependencies/nonosgidependencies.properties" topLevelDir="${buildDirectory}/plugins"  copyFiles="${copyFiles}"/>
-		<symlinkOSGiJars dependencies="${basedir}/dependencies/jdtdependencies.properties" topLevelDir="${buildDirectory}/plugins" manifests="${basedir}/dependencyManifests" copyFiles="${copyFiles}"/>
-		<symlinkNonOSGiJars dependencies="${basedir}/dependencies/jdtnonosgidependencies.properties" topLevelDir="${buildDirectory}/plugins" copyFiles="${copyFiles}"/>
-		<symlinkOSGiJars dependencies="${basedir}/dependencies/sdkdependencies.properties" topLevelDir="${buildDirectory}/plugins" manifests="${basedir}/dependencyManifests" copyFiles="${copyFiles}"/>
-		<replaceregexp file="${buildDirectory}/plugins/org.apache.ant_1.8.3.v20120321-1730/META-INF/MANIFEST.MF" flags="m,g,s">
-			<regexp pattern="^Name.*" />
-			<substitution expression="" />
-		</replaceregexp>
-		<replaceregexp file="${buildDirectory}/plugins/org.apache.ant_1.8.3.v20120321-1730/META-INF/MANIFEST.MF" flags="m,g,s">
-			<regexp pattern="^SHA1-Digest.*" />
-			<substitution expression="" />
-		</replaceregexp>
-		<replaceregexp file="${buildDirectory}/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/META-INF/MANIFEST.MF" flags="m,g,s">
-			<regexp pattern="^Name.*" />
-			<substitution expression="" />
-		</replaceregexp>
-		<replaceregexp file="${buildDirectory}/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/META-INF/MANIFEST.MF" flags="m,g,s">
-			<regexp pattern="^SHA1-Digest.*" />
-			<substitution expression="" />
-		</replaceregexp>
-		<replaceregexp file="${buildDirectory}/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/META-INF/MANIFEST.MF" flags="m,g,s">
-		            <regexp pattern="qualifier" />
-		            <substitution expression="v3_8_2_v20100427-1100" />
-		</replaceregexp>
-
-		<!-- Create a stamp file -->
-		<echo file="symlinks-stamp" />
-	</target>
-
-	<target name="copyDeps">
-		<antcall target="symlinkDeps">
-			<param name="copyFiles" value="true"/>
-		</antcall>
-	</target>
-
-	<target name="build" depends="applyPatches,symlinkDeps,bootstrap,compilelibs" unless="build.complete">
-
-		<echo message="build.xml:  eclipse.pdebuild.scripts = ${eclipse.pdebuild.scripts}" />
-		<echo message="${basedir}"/>
-		<echo message="${buildConfig}"/>
-		
-		<mkdir dir="${buildDirectory}/home" />
-		<java classname="org.eclipse.core.launcher.Main" dir="${buildDirectory}/plugins/org.eclipse.core.runtime" fork="true">
-			<classpath>
-				<pathelement path="bootstrap/plugins/org.eclipse.equinox.launcher.jar" />
-			</classpath>
-			<arg line="-data ${buildworkspace} " />
-			<arg line="-Duser.home=${buildDirectory}/home" />
-			<arg line="-application org.eclipse.ant.core.antRunner" />
-			<arg line="-f build.xml" />
-			<arg line="build.update.jar" />
-			<jvmarg value="-Xmx512M" />
-		</java>
-
-		<mkdir dir="${buildDirectory}/plugins/org.eclipse.core.runtime.compatibility.registry/classes/"/>
-		<copy file="${buildDirectory}/plugins/org.eclipse.core.runtime/@dot/org/eclipse/core/runtime/IPluginDescriptor.class" todir="${buildDirectory}/plugins/org.eclipse.core.runtime.compatibility.registry/classes/org/eclipse/core/runtime/"/>
-
-
-		<java classname="org.eclipse.equinox.launcher.Main" fork="true" dir="${basedir}" failonerror="true">
-			<classpath>
-				<pathelement path="bootstrap/plugins/org.eclipse.equinox.launcher.jar" />
-			</classpath>
-			<arg line="-configuration configuration " />
-			<arg line="-application org.eclipse.ant.core.antRunner " />
-			<arg line="-buildfile ${eclipse.pdebuild.scripts}/build.xml" />
-			<arg line="-propertyfile ${basedir}/build.properties" />
-			<arg line="-Dbuilder=${buildConfig} " />
-			<arg line="-DbuildDirectory=${buildDirectory} " />
-			<!-- Setup this manually -->
-			<arg line="-DOSGi/Minimum-1.1=${basedir}/bootstrap/environment/ee.minimum.jar" />
-			<arg line="-DdontFetchBinaries=true" />
-			<arg line="-consolelog " />
-			<jvmarg value="-Xmx512M" />
-		</java>
-
-		<!-- build equinox initializer -->
-		<echo message="build.xml: building equinox initializer"/>
-		<mkdir dir="${buildDirectory}/home" />
-		<java classname="org.eclipse.core.launcher.Main" dir="${buildDirectory}/plugins/org.eclipse.equinox.initializer" fork="true">
-			<classpath>
-				<pathelement path="bootstrap/plugins/org.eclipse.equinox.launcher.jar" />
-			</classpath>
-			<arg line="-data ${buildworkspace} " />
-			<arg line="-Duser.home=${buildDirectory}/home" />
-			<arg line="-application org.eclipse.ant.core.antRunner" />
-			<arg line="-f build.xml" />
-			<arg line="build.update.jar" />
-			<jvmarg value="-Xmx512M" />
-		</java>
-
-		<!--
-		<ant antfile="build.xml" dir="${eclipse.pdebuild.scripts}">
-			<property name="arch" value="${buildArch}"/>
-			<property name="builder" value="${buildConfig}" />
-		</ant>
--->
-		<echo file="build-stamp" />
-	</target>
-
-	<target name="compile.libgnomeproxy">
-		<!-- build libgnomeproxy -->
-		<exec dir="${buildDirectory}/plugins/org.eclipse.core.net/natives/unix/linux" executable="make" failonerror="true" />
-		<copy file="${buildDirectory}/plugins/org.eclipse.core.net/natives/unix/linux/libgnomeproxy-1.0.0.so" todir="${buildDirectory}/plugins/org.eclipse.core.net.linux.${buildArch}/" />
-		<move file="${buildDirectory}/plugins/org.eclipse.core.net/natives/unix/linux/libgnomeproxy-1.0.0.so" todir="${buildDirectory}/plugins/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.${buildArch}/" />
-	</target>
-
-	<target name="compilelibs" unless="compilelibs.complete">
-		<delete verbose="true">
-			<fileset dir="${buildDirectory}/features/org.eclipse.equinox.executable">
-				<include name="eclipse" />
-			</fileset>
-			<fileset dir="${buildDirectory}">
-				<include name="**/*.so" />
-			</fileset>
-		</delete>
-		<ant antfile="build.xml" target="build.nativeLibraries" dir="${buildDirectory}/plugins/org.eclipse.swt.gtk.linux.${buildArch}" />
-
-		<property name="launcherlibs" value="${buildDirectory}/features/org.eclipse.equinox.executable" />
-		<exec dir="${launcherlibs}/library/gtk/" executable="sh" failonerror="true">
-			<arg line="build.sh" />
-		</exec>
-
-		<property name="launcherfragment" value="org.eclipse.equinox.launcher.gtk.linux.${buildArch}" />
-
-		<copy file="${launcherlibs}/library/gtk/eclipse" todir="${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/linux/${buildArch}/" />
-		<copy todir="${buildDirectory}/plugins/${launcherfragment}">
-			<fileset dir="${launcherlibs}/library/gtk">
-				<include name="**/*.so" />
-			</fileset>
-		</copy>
-
-		<!-- build liblocalfile -->
-		<exec dir="${buildDirectory}/plugins/org.eclipse.core.filesystem/natives/unix/linux" executable="make" failonerror="true" />
-		<move file="${buildDirectory}/plugins/org.eclipse.core.filesystem/natives/unix/linux/libunixfile_1_0_0.so" todir="${buildDirectory}/plugins/org.eclipse.core.filesystem.linux.${buildArch}/os/linux/${buildArch}">
-		</move>
-		<!-- build libgnomeproxy -->
-		<antcall target="compile.libgnomeproxy" />
-
-		<echo file="compilelibs-stamp" />
-	</target>
-
-	<target name="p2prep" depends="build" unless="p2prep.complete">
-		<!-- archiveName is set in the build config's customTargets.xml -->
-		<!-- FIXME buildLabel should be used here but it's not defined so we cheat and use I.${buildId} instead. -->
-		<property name="builtZip" value="${buildDirectory}/I.${buildId}/eclipse-SDK-${buildId}.zip" />
-		<!--<property name="builtZip" value="${basedir}/eclipse-SDK-${buildId}.zip"/>-->
-		<replace token="@qualifier@" file="${productFiles}/sdk/sdk.product" value="${buildId}" />
-		<replace token="@qualifier@" file="${productFiles}/platform/platform.product" value="${buildId}" />
-		<property name="tempexec" value="${buildDirectory}/tempexec" />
-
-		<antcall target="createRepo" />
-		<antcall target="extractLauncher" />
-		<antcall target="publishLauncher" />
-		<antcall target="createAndPublishLauncherFeature" />
-		<antcall target="publishSDK" />
-		<antcall target="publishPlatform" />
-
-		<echo file="p2prep-stamp" />
-	</target>
-
-	<target name="createRepo">
-		<delete dir="${reposource}" />
-		<mkdir dir="${reposource}" />
-		<echo message="Unzipping ${builtZip} into ${reposource}" />
-		<unzip dest="${reposource}" src="${builtZip}" />
-	</target>
-
-	<target name="extractLauncher">
-		<delete dir="${tempexec}" />
-		<mkdir dir="${tempexec}" />
-
-		<copy todir="${tempexec}">
-			<fileset dir="${reposource}">
-				<include name="features/org.eclipse.equinox.executable_*.jar" />
-			</fileset>
-		</copy>
-		<unzip dest="${tempexec}">
-			<fileset dir="${tempexec}/features">
-				<include name="*.jar" />
-			</fileset>
-		</unzip>
-	</target>
-
-	<target name="publishLauncher">
-		<!-- Do we need a full path for ${reposource}?
-		<property name="buildDirectoryAbsoluteTemp" value="${buildDirectory}/absolutetemp.txt" />
-		<echo message="${reposource}" file="${buildDirectoryAbsoluteTemp}" />
-		<replaceregexp file="${buildDirectoryAbsoluteTemp}" match="org.eclipse.releng.eclipsebuilder/../src/" replace="src/" />
-		<loadfile property="buildDirectoryAbsolute" srcFile="${buildDirectoryAbsoluteTemp}" failonerror="false" />
-		<delete file="${buildDirectoryAbsoluteTemp}" />
-		-->
-
-		<!-- This next part merges metadata for the launcher binary into the rest of the metadata -->
-		<java classname="org.eclipse.equinox.launcher.Main" fork="true" dir="${basedir}" failonerror="true">
-			<classpath>
-				<pathelement path="bootstrap/plugins/org.eclipse.equinox.launcher.jar" />
-			</classpath>
-			<arg line="-configuration configuration " />
-			<arg line="-application org.eclipse.ant.core.antRunner " />
-			<arg line="-buildfile ${tempexec}/build.xml" />
-			<arg line="-propertyfile ${basedir}/build.properties " />
-			<arg line="-Dbuilder=${buildConfig} " />
-			<arg line="-DbuildDirectory=${buildDirectory} " />
-			<arg line="-Dp2.gathering=true " />
-			<arg line="-Dp2.build.repo=file:/${reposource} " />
-			<arg line="-consolelog " />
-			<arg line="publish.bin.parts " />
-			<jvmarg value="-Xmx512M" />
-		</java>
-	</target>
-
-	<target name="createAndPublishLauncherFeature">
-		<!--
-			<jvmarg value="-Xdebug"/>
-			<jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=40000"/>
-
-			<jvmarg value="-Xdebug"/>
-			<jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=40001"/>
-		-->
-
-		<!-- This next part creates and publishs a feature including the binary launcher -->
-		<java classname="org.eclipse.equinox.launcher.Main" fork="true" dir="${productFiles}/rcpConfig" failonerror="true">
-			<classpath>
-				<pathelement path="bootstrap/plugins/org.eclipse.equinox.launcher.jar" />
-			</classpath>
-			<arg line="-configuration configuration " />
-			<arg line="-application org.eclipse.ant.core.antRunner " />
-			<arg line="-buildfile buildConfiguration.xml" />
-			<arg line="-propertyfile ${basedir}/build.properties " />
-			<arg line="-Dconfigs=linux,gtk,${buildArch} " />
-			<arg line="-Dreposource=${reposource} " />
-			<arg line="-Dbasedir=${productFiles}/rcpConfig" />
-			<arg line="-DbuildId=${buildId} " />
-			<arg line="-DbaseBuildPath=${buildDirectory} " />
-			<arg line="-DbaseLocation=${buildDirectory} " />
-			<arg line="-Declipse.pdebuild.scripts=${eclipse.pdebuild.scripts} " />
-			<arg line="-consolelog " />
-			<jvmarg value="-Xmx512M" />
-		</java>
-
-		<!--
-		<ant target="main" antfile="buildConfiguration.xml" dir="${productFiles}/rcpConfig" />
-		-->
-	</target>
-
-	<target name="publishPlatform">
-		<antcall target="publishProduct">
-			<param name="productFile" value="${productFiles}/platform/platform.product" />
-		</antcall>
-	</target>
-
-	<target name="publishSDK">
-		<antcall target="publishProduct">
-			<param name="productFile" value="${productFiles}/sdk/sdk.product" />
-		</antcall>
-	</target>
-
-	<target name="publishProduct">
-		<!-- http://wiki.eclipse.org/Equinox/p2/Publisher -->
-		<java classname="org.eclipse.equinox.launcher.Main" fork="true" dir="${basedir}" failonerror="true">
-			<classpath>
-				<pathelement path="${launcher}" />
-			</classpath>
-			<arg line="-configuration configuration " />
-			<arg line="-application org.eclipse.ant.core.antRunner " />
-			<arg line="-buildfile publishProduct.xml" />
-			<arg line="-propertyfile ${basedir}/build.properties " />
-			<arg line="-DbuildArch=${buildArch} " />
-			<arg line="-Dreposource=${reposource} " />
-			<arg line="-DbuildConfig=${buildConfig} " />
-			<arg line="-DproductFile=${productFile} " />
-			<arg line="-DbuildDirectory=${buildDirectory} " />
-			<arg line="-consolelog " />
-			<jvmarg value="-Xmx512M" />
-		</java>
-		<!-- The following (using the app. instead of the ant task) doesn't work
-		     as of 2010-08-11 -->
-		<!--
-		<java classname="org.eclipse.equinox.launcher.Main" fork="true" dir="${basedir}" failonerror="true">
-			<classpath>
-				<pathelement path="bootstrap/plugins/org.eclipse.equinox.launcher.jar" />
-			</classpath>
-			<arg line="-configuration configuration " />
-		                 <arg line="-consoleLog" />
-			<arg line="-application org.eclipse.equinox.p2.publisher.ProductPublisher " />
-		                 <arg line="-flavor tooling" />
-		                 <arg line="-configs gtk.linux.${buildArch}" />
-		                 <arg line="-productFile ${productFile}" />
-		                 <arg line="-metadataRepository file:${reposource}" />
-		                 <arg line="-artifactRepository file:${reposource}" />
-		                 <arg line="-compress" />
-			<arg line="-featureVersions ${buildDirectory}/finalFeaturesVersions.properties" />
-		                 <arg line="-pluginVersions ${buildDirectory}/finalPluginsVersions.properties" />
-		</java>
-		-->
-	</target>
-
-	<target name="provision.platform" depends="p2prep" unless="provision.platform.complete">
-		<echo message="Installing into:  ${provisionDir}" />
-		<antcall target="provision">
-			<param name="p2.director.installIU" value="org.eclipse.emf.common" />
-			<param name="profileName" value="PlatformProfile" />
-		</antcall>
-
-		<antcall target="provision">
-			<param name="p2.director.installIU" value="org.eclipse.emf.ecore" />
-			<param name="profileName" value="PlatformProfile" />
-		</antcall>
-		<antcall target="provision">
-			<param name="p2.director.installIU" value="org.eclipse.platform.ide" />
-			<param name="profileName" value="PlatformProfile" />
-		</antcall>
-
-		<!-- Re-symlink system JARs -->
-		<symlinkInstalledOSGiJars dependencies="${basedir}/dependencies/dependencies.properties" topLevelDir="${provisionDir}/plugins" />
-		<symlinkNonOSGiJars dependencies="${basedir}/dependencies/nonosgidependencies.properties" topLevelDir="${provisionDir}/plugins" />
-		<echo file="provision.platform-stamp" />
-	</target>
-
-	<!-- This is here as a convenience task for distributions which want
-	     CVS functionality to be present in "platform" installations. -->
-	<target name="provision.cvs" depends="p2prep" unless="provision.cvs.complete">
-		<echo message="Installing into:  ${provisionDir}" />
-		<antcall target="provision">
-			<param name="p2.director.installIU" value="org.eclipse.platform.ide,org.eclipse.cvs.feature.group,org.eclipse.equinox.initializer" />
-			<param name="profileName" value="PlatformProfile" />
-		</antcall>
-
-		<!-- Re-symlink system JARs -->
-		<symlinkInstalledOSGiJars dependencies="${basedir}/dependencies/dependencies.properties" topLevelDir="${provisionDir}/plugins" />
-		<symlinkNonOSGiJars dependencies="${basedir}/dependencies/nonosgidependencies.properties" topLevelDir="${provisionDir}/plugins" />
-		<echo file="provision.cvs-stamp" />
-	</target>
-
-	<target name="provision" depends="p2prep">
-		<echo message="Installing into:  ${provisionDir}" />
-		<antcall target="run.director">
-			<param name="p2.director.installIU" value="${p2.director.installIU}" />
-			<param name="p2.director.version" value="${p2.director.version}" />
-			<param name="p2.director.profile" value="${profileName}" />
-			<param name="p2.director.install.path" value="${provisionDir}" />
-			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
-			<param name="p2.os" value="linux" />
-			<param name="p2.ws" value="gtk" />
-			<param name="p2.arch" value="${buildArch}" />
-			<param name="p2.repo" value="${reposource}" />
-		</antcall>
-	</target>
-
-	<target name="provision.installed" depends="p2prep">
-		<echo message="Installing into:  ${provisionDir}" />
-		<property name="directorToRun" value="${provisionDir}/eclipse" />
-		<antcall target="run.installed.director">
-			<param name="p2.director.installIU" value="${p2.director.installIU}" />
-			<param name="p2.director.version" value="${p2.director.version}" />
-			<param name="p2.director.profile" value="${profileName}" />
-			<param name="p2.director.install.path" value="${provisionDir}" />
-			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
-			<param name="p2.os" value="linux" />
-			<param name="p2.ws" value="gtk" />
-			<param name="p2.arch" value="${buildArch}" />
-			<param name="p2.repo" value="${reposource}" />
-		</antcall>
-	</target>
-
-	<target name="run.director">
-		<property name="baseBuilderConfig" value="${baseBuilder}/p2" />
-		<!-- FIXME:  When we move to bootstrap by default, investigate using <exec> on the bootstrapped launcher
-		     like in eclipsebuilder's equinox.prov/run.xml -->
-		<java classname="org.eclipse.equinox.launcher.Main" fork="true" dir="${baseBuilder}" failonerror="true">
-			<classpath>
-				<pathelement location="${launcher}" />
-			</classpath>
-			<arg line="-data ${buildworkspace} " />
-			<arg line="-application org.eclipse.equinox.p2.director " />
-			<arg line="-consoleLog" />
-			<!--<arg line="-help" />-->
-			<arg line="-flavor ${p2.flavor}" />
-			<arg line="-installIU ${p2.director.installIU}" />
-			<arg line="-p2.os ${p2.os}" />
-			<arg line="-p2.ws ${p2.ws}" />
-			<arg line="-p2.arch ${p2.arch}" />
-			<arg line="-roaming" />
-			<arg line="-profile ${p2.director.profile}" />
-			<arg line="${p2.director.extraArgs}" />
-			<arg line="-metadatarepository file:${p2.repo}" />
-			<arg line="-artifactrepository file:${p2.repo}" />
-			<arg line="-destination ${p2.director.install.path}" />
-			<arg line="-bundlepool ${p2.director.install.path}" />
-			<arg line="-vmargs" />
-			<arg line="-Declipse.p2.data.area=${p2.director.install.path}/p2" />
-			<arg line="-Declipse.p2.MD5Check=false" />
-			<arg line="-Declipse.p2.profile=@none" />
-			<arg line="-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=" />
-			<arg line="-propertyfile ${basedir}/build.properties " />
-			<!--
-			<jvmarg value="-Xms512M" />
-			<jvmarg value="-Xmx2048M" />
-			<jvmarg value="-XX:MaxPermSize=512M" />
-			-->
-			<jvmarg value="-Declipse.p2.data.area=${p2.director.install.path}/p2" />
-			<jvmarg value="-Xmx512M" />
-		</java>
-	</target>
-
-	<target name="run.installed.director">
-		<chmod perm="ugo+rx" file="${directorToRun}" />
-		<exec executable="${directorToRun}" failonerror="true">
-			<arg line="-nosplash " />
-			<arg line="-consoleLog" />
-			<arg line="-data ${buildworkspace} " />
-			<arg line="-application org.eclipse.equinox.p2.director " />
-			<arg line="-flavor ${p2.flavor}" />
-			<arg line="-installIU ${p2.director.installIU}" />
-			<arg line="-profile ${p2.director.profile}" />
-			<arg line="-destination ${p2.director.install.path}" />
-			<arg line="-p2.os ${p2.os}" />
-			<arg line="-p2.ws ${p2.ws}" />
-			<arg line="-p2.arch ${p2.arch}" />
-			<arg line="${p2.director.extraArgs}" />
-			<arg line="-metadatarepository file:${p2.repo}" />
-			<arg line="-artifactrepository file:${p2.repo}" />
-		</exec>
-	</target>
-
-	<target name="run.installed.director.uninstall">
-		<chmod perm="ugo+rx" file="${directorToRun}" />
-		<exec executable="${directorToRun}" failonerror="true">
-			<arg line="-nosplash " />
-			<arg line="-consoleLog" />
-			<arg line="-data ${buildworkspace} " />
-			<arg line="-application org.eclipse.equinox.p2.director " />
-			<arg line="-flavor ${p2.flavor}" />
-			<arg line="-uninstallIU ${p2.director.uninstallIU}" />
-			<arg line="-profile ${p2.director.profile}" />
-			<arg line="-destination ${p2.director.install.path}" />
-			<arg line="-p2.os ${p2.os}" />
-			<arg line="-p2.ws ${p2.ws}" />
-			<arg line="-p2.arch ${p2.arch}" />
-			<arg line="${p2.director.extraArgs}" />
-			<arg line="-metadatarepository file:${p2.repo}" />
-			<arg line="-artifactrepository file:${p2.repo}" />
-		</exec>
-	</target>
-
-	<target name="installSDKinDropins" depends="provisionSDKinDropins">
-		<antcall target="installIntoDestDir">
-			<param name="profile" value="PlatformProfile" />
-		</antcall>
-	</target>
-
-	<target name="extractSos" unless="dontExtractSos">
-		<java classname="org.eclipse.core.launcher.Main" fork="true" failonerror="true" dir="${destDir}">
-			<classpath>
-				<fileset dir="${installationDir}/plugins">
-					<include name="org.eclipse.equinox.launcher_*.jar" />
-				</fileset>
-			</classpath>
-			<arg value="-application" />
-			<arg value="org.eclipse.equinox.initializer.configInitializer" />
-			<arg value="-debug" />
-			<arg value="-consolelog" />
-			<arg value="-metadataRepository" />
-			<arg value="file:${installationDir}/metadata/" />
-			<arg value="-artifactRepository" />
-			<arg value="file:${installationDir}/metadata/" />
-			<arg value="-data" />
-			<arg value="${buildworkspace}" />
-			<arg value="-fileInitializer" />
-			<arg value="${basedir}/extract_patterns.txt" />
-			<jvmarg value="-Dosgi.sharedConfiguration.area=${installationDir}/configuration" />
-		</java>
-	</target>
-
-	<target name="installIntoDestDir">
-		<mkdir dir="${installationDir}" />
-		<exec executable="rsync" failonerror="true">
-			<arg value="-vrpl" />
-			<arg value="--exclude=dropins" />
-			<arg value="${provisionDir}/" />
-			<arg value="${installationDir}/" />
-		</exec>
-
-		<!-- install desktop file -->
-		<copy file="eclipse.desktop" todir="${destDir}${prefix}/share/applications" />
-		<!-- install Eclipse Java code formatter launcher -->
-		<property name="efj" value="${destDir}${prefix}/bin/efj"/>
-		<copy file="efj.sh" tofile="${efj}" />
-		<chmod file="${efj}" perm="ugo+rx"/>
-		<fileset id="equinoxLauncher" dir="${installationDir}/plugins">
-			<include name="org.eclipse.equinox.launcher_*.jar" />
-		</fileset>
-		<property name="launcherJar" refid="equinoxLauncher"/>
-		<replace file="${efj}" token="@LAUNCHER@" value="${prefix}/${libDir}/eclipse/plugins/${launcherJar}"/>
-		<!-- install icons -->
-		<copy file="${buildDirectory}/plugins/org.eclipse.platform/eclipse32.png" tofile="${destDir}${prefix}/share/icons/hicolor/32x32/apps/eclipse.png" />
-		<copy file="${buildDirectory}/plugins/org.eclipse.platform/eclipse48.png" tofile="${destDir}${prefix}/share/icons/hicolor/48x48/apps/eclipse.png" />
-		<copy file="${buildDirectory}/plugins/org.eclipse.platform/eclipse256.png" tofile="${destDir}${prefix}/share/icons/hicolor/256x256/apps/eclipse.png" />
-		<mkdir dir="${destDir}${prefix}/share/pixmaps" />
-		<symlink link="${destDir}${prefix}/share/pixmaps/eclipse.png" resource="../icons/hicolor/256x256/apps/eclipse.png" overwrite="true"/>
-		<!--shared dropins folder for architecture-independent plugins-->
-		<mkdir dir="${destDir}${prefix}/share/eclipse/dropins" />
-		<!-- eclipse binary -->
-		<mkdir dir="${destDir}${prefix}/bin" />
-		<symlink link="${destDir}${prefix}/bin/eclipse" resource="../${libDir}/eclipse/eclipse" overwrite="true"/>
-		<!-- Create the "swt.jar" and friends symlinks  -->
-		<fileset dir="${installationDir}/plugins" includes="org.eclipse.swt.gtk.linux.${buildArch}_*" id="swtjar" />
-		<property name="swtjarpath" refid="swtjar" />
-		<symlink link="${installationDir}/swt-gtk-${label}.jar" resource="plugins/${swtjarpath}" overwrite="true"/>
-		<symlink link="${installationDir}/swt-gtk.jar" resource="plugins/${swtjarpath}" overwrite="true"/>
-		<symlink link="${installationDir}/swt.jar" resource="plugins/${swtjarpath}" overwrite="true"/>
-
-		<echo append="true" file="${installationDir}/eclipse.ini" message="-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=${prefix}/share/eclipse/dropins" />
-
-		<!-- Extract SWT JNI .so files -->
-		<antcall target="extractSos">
-		</antcall>
-
-		<!-- remove the initializer -->
-		<property name="directorToRun" value="${installationDir}/eclipse" />
-		<antcall target="run.installed.director.uninstall">
-			<param name="p2.director.uninstallIU" value="org.eclipse.equinox.initializer" />
-			<param name="p2.director.profile" value="PlatformProfile" />
-			<param name="p2.director.install.path" value="${installationDir}" />
-			<param name="p2.director.extraArgs" value="-purgeHistory" />
-			<param name="p2.os" value="linux" />
-			<param name="p2.ws" value="gtk" />
-			<param name="p2.arch" value="${buildArch}" />
-			<param name="p2.repo" value="${installationDir}" />
-		</antcall>
-
-		<!-- copy PDE and JDT to dropins -->
-		<exec executable="rsync" failonerror="true">
-			<arg value="-vrpl" />
-			<arg value="${provisionDir}/dropins/" />
-			<arg value="${installationDir}/dropins/" />
-		</exec>
-
-		<!-- Remove unnecessary configuration data -->
-		<delete dir="${installationDir}/configuration/org.eclipse.core.runtime" />
-		<delete dir="${installationDir}/configuration/org.eclipse.equinox.app" />
-		<delete includeemptydirs="true" verbose="true">
-			<fileset dir="${installationDir}/configuration" includes="*.log" />
-			<fileset dir="${installationDir}/configuration" includes="**/data/**" />
-			<fileset dir="${installationDir}/configuration" includes="org.eclipse.update/**" />
-		</delete>
-
-		<!-- Fix paths in p2 data -->
-		<delete includeemptydirs="true" failonerror="false">
-			<fileset dir="${installationDir}/p2/org.eclipse.equinox.p2.core" includes="cache/**" />
-		</delete>
-
-		<property name="profileDir" value="p2/org.eclipse.equinox.p2.engine/profileRegistry/${profile}.profile" />
-
-		<!-- Strip some build artifacts from installation -->
-		<exec executable="sed" inputstring="${destDir}" outputproperty="destDirWithUnderscores" failonerror="true">
-			<arg value="s@/@_@g" />
-		</exec>
-
-		<exec executable="sed" inputstring="${reposource}" outputproperty="reposourceWithUnderscores" failonerror="true">
-			<arg value="s@/@_@g" />
-		</exec>
-		<exec executable="sed" inputstring="${provisionDir}" outputproperty="provisionDirWithUnderscores" failonerror="true">
-			<arg value="s@/@_@g" />
-		</exec>
-		<apply executable="sed" failonerror="true" verbose="true">
-			<arg value="-i" />
-			<arg value="\@${destDir}@d;\@${destDirWithUnderscores}@d;\@${reposourceWithUnderscores}@d;\@${provisionDirWithUnderscores}@d" />
-			<srcfile />
-			<fileset dir="${installationDir}">
-				<include name="metadata/content.xml" />
-				<include name="p2/org.eclipse.equinox.p2.engine/.settings/org.eclipse.equinox.p2.metadata.repository.prefs" />
-				<include name="p2/org.eclipse.equinox.p2.engine/.settings/org.eclipse.equinox.p2.artifact.repository.prefs" />
-				<include name="${profileDir}/.data/.settings/org.eclipse.equinox.p2.metadata.repository.prefs" />
-				<include name="${profileDir}/.data/.settings/org.eclipse.equinox.p2.artifact.repository.prefs" />
-				<include name="eclipse.ini" />
-			</fileset>
-		</apply>
-
-		<!-- Clean up profile files -->
-		<echo message="${provisionDir}"/>
-		<apply executable="gunzip" failonerror="true" verbose="true">
-			<srcfile />
-			<fileset dir="${installationDir}/${profileDir}">
-				<include name="*.gz" />
-			</fileset>
-		</apply>
-		<apply executable="sed" failonerror="true" verbose="true">
-			<arg value="-i" />
-			<arg value="s@${provisionDir}@${installationDir}@g;s@${installationDir}@${prefix}/${libDir}/eclipse@g" />
-			<srcfile />
-			<fileset dir="${installationDir}/${profileDir}">
-				<include name="*.profile" />
-			</fileset>
-		</apply>
-		<apply executable="gzip" failonerror="true" verbose="true">
-			<srcfile />
-			<fileset dir="${installationDir}/${profileDir}">
-				<include name="*.profile" />
-			</fileset>
-		</apply>
-
-		<!-- Move config file to /etc -->
-		<mkdir dir="${destDir}/etc" />
-		<move file="${installationDir}/eclipse.ini" tofile="${destDir}/etc/eclipse.ini" />
-		<symlink link="${installationDir}/eclipse.ini" resource="/etc/eclipse.ini" overwrite="true"/>
-
-	</target>
-
-	<target name="provisionSDKinDropins" depends="provision.cvs" unless="provisionSDKinDropins.complete" >
-		<property name="platformAndCVSInstallation" value="${provisionDir}.cvs"/>
-
-		<property name="jdtDropinsName" value="jdt"/>
-		<property name="sdkDropinsName" value="sdk"/>
-
-		<property name="jdtDropinsDir" value="${provisionDir}/dropins/${jdtDropinsName}"/>
-		<property name="sdkDropinsDir" value="${provisionDir}/dropins/${sdkDropinsName}"/>
-
-		<!-- make a copy of the clean platform+CVS installation -->
-		<exec executable="cp" failonerror="true">
-			<arg value="-rd" />
-			<arg value="--no-target-directory" />
-			<arg value="${provisionDir}" />
-			<arg value="${platformAndCVSInstallation}" />
-		</exec>
-
-		<!-- Install JDT -->
-		<property name="jdtInstallation" value="${provisionDir}.jdt"/>
-		<antcall target="provision.installed">
-			<param name="p2.director.installIU" value="org.eclipse.jdt.feature.group" />
-			<param name="profileName" value="PlatformProfile" />
-		</antcall>
-		<!-- rename the JDT installation -->
-		<move file="${provisionDir}"
-			tofile="${jdtInstallation}"/>
-		<!-- make a second copy of the clean JDT installation -->
-		<exec executable="cp" failonerror="true">
-			<arg value="-rd" />
-			<arg value="--no-target-directory" />
-			<arg value="${jdtInstallation}" />
-			<arg value="${jdtInstallation}.orig" />
-		</exec>
-
-		<!-- restore clean platform+CVS installation -->
-		<exec executable="cp" failonerror="true">
-			<arg value="-rd" />
-			<arg value="--no-target-directory" />
-			<arg value="${platformAndCVSInstallation}" />
-			<arg value="${provisionDir}" />
-		</exec>
-
-		<!-- Install SDK -->
-		<property name="sdkInstallation" value="${provisionDir}.sdk"/>
-		<antcall target="provision.installed">
-			<param name="p2.director.installIU" value="org.eclipse.sdk.feature.group,org.eclipse.license.feature.group" />
-			<param name="profileName" value="PlatformProfile" />
-		</antcall>
-		<!-- rename the entire SDK installation -->
-		<move file="${provisionDir}"
-			tofile="${sdkInstallation}"/>
-
-		<!-- restore clean platform+CVS installation -->
-		<exec executable="cp" failonerror="true">
-			<arg value="-rd" />
-			<arg value="--no-target-directory" />
-			<arg value="${platformAndCVSInstallation}" />
-			<arg value="${provisionDir}" />
-		</exec>
-
-		<!-- diff of platform+CVS and JDT goes into platform+CVS/dropins/jdt -->
-		<antcall target="moveNewStuffToDropins">
-			<param name="orig" value="${provisionDir}" />
-			<param name="new" value="${jdtInstallation}" />
-			<param name="dropinsDir" value="${jdtDropinsName}" />
-		</antcall>
-
-		<!-- restore clean JDT installation for comparison -->
-		<delete dir="${jdtInstallation}" />
-		<move file="${jdtInstallation}.orig"
-			tofile="${jdtInstallation}"/>
-
-		<!-- diff of JDT and SDK ... -->
-		<antcall target="moveNewStuffToDropins">
-			<param name="orig" value="${jdtInstallation}" />
-			<param name="new" value="${sdkInstallation}" />
-			<param name="dropinsDir" value="${sdkDropinsName}" />
-		</antcall>
-		<!-- ... goes into platform+CVS/dropins/pde -->
-		<move file="${jdtInstallation}/dropins/${sdkDropinsName}"
-			todir="${provisionDir}/dropins"/>
-
-		<symlinkInstalledOSGiJars dependencies="${basedir}/dependencies/dependencies.properties" topLevelDir="${provisionDir}/plugins" />
-		<symlinkNonOSGiJars dependencies="${basedir}/dependencies/nonosgidependencies.properties" topLevelDir="${provisionDir}/plugins" />
-
-		<symlinkInstalledOSGiJars dependencies="${basedir}/dependencies/jdtdependencies.properties" topLevelDir="${jdtDropinsDir}/plugins" />
-		<symlinkNonOSGiJars dependencies="${basedir}/dependencies/jdtnonosgidependencies.properties" topLevelDir="${jdtDropinsDir}/plugins" />
-
-		<symlinkInstalledOSGiJars dependencies="${basedir}/dependencies/sdkdependencies.properties" topLevelDir="${sdkDropinsDir}/plugins" />
-
-		<delete dir="${platformAndCVSInstallation}" />
-		<delete dir="${jdtInstallation}" />
-		<delete dir="${sdkInstallation}" />
-
-		<echo file="provisionSDKinDropins-stamp" />
-	</target>
-
-	<target name="moveNewStuffToDropins">
-		<property name="dropinsDirectory" value="${orig}/dropins/${dropinsDir}" />
-		<move todir="${dropinsDirectory}/features" includeemptydirs="true">
-			<fileset dir="${new}/features" id="newFeatures.fileset">
-				<present present="srconly" targetdir="${orig}/features"/>
-			</fileset>
-		</move>
-		<move todir="${dropinsDirectory}/plugins" includeemptydirs="true">
-			<fileset dir="${new}/plugins" id="newPlugins.fileset">
-				<present present="srconly" targetdir="${orig}/plugins"/>
-			</fileset>
-		</move>
-	</target>
-
-	<target name="package.extract.swt">
-		<exec executable="./swt_bundle.sh" failOnError="true">
-			<arg value="${eclipse.rcp.package.root}" />
-			<arg value="${eclipse.swt.package.root}" />
-			<arg value="${prefix}" />
-			<arg value="${libdir}" />
-		</exec>
-	</target>
-
-</project>
diff --git a/eclipse-build/buildSource.sh b/eclipse-build/buildSource.sh
deleted file mode 100755
index 322ecd8..0000000
--- a/eclipse-build/buildSource.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-./buildSDKSource.sh
-./buildEclipseBuildSource.sh
\ No newline at end of file
diff --git a/eclipse-build/buildTests.xml b/eclipse-build/buildTests.xml
deleted file mode 100644
index 91fa112..0000000
--- a/eclipse-build/buildTests.xml
+++ /dev/null
@@ -1,246 +0,0 @@
-<project name="Eclipse SDK Test build" default="runTests" basedir=".">
-	
-	<!-- check java -->
-	<property environment="env"/>
-		<property name="jhome" value="${env.JAVA_HOME}"/>
-		<condition property="javaHomeExists">
-			<resourceexists>
-				<file file="${jhome}"/>
-			</resourceexists>
-		</condition>
-	<fail unless="javaHomeExists" message="JAVA_HOME is not set properly"/>
-	
-
-	<!-- load properties used by build.xml -->
-	<loadproperties srcFile="build.properties"/>
-	<!-- Distros with alternative JUnit 4 JAR locations should pass this
-	     parameter in to ant -->
-	<property name="junit4JarLocation" value="/usr/share/java/junit4.jar" />
-
-	<property name="topBuildDir" value="${basedir}/build" />
-	<property name="homeDir" value="${basedir}/home" />
-	<property name="baseworkspace" value="${basedir}/baseworkspace" />
-	<property name="buildworkspace" value="${basedir}/buildworkspace" />
-	<property name="buildDirectory" value="${topBuildDir}/eclipse-${label}-src" />
-	<property name="testsBuildDir" value="${basedir}/testsBuild" />
-	<property name="testsBuildDirectory" value="${testsBuildDir}/eclipse-sdktests-${label}-src" />
-	<property name="provisionDir" value="${buildDirectory}/installation" />
-	<property name="provisionWithTestsDir" value="${buildDirectory}/installationWithTests" />
-
-	<available file="eclipse-sdktests-${label}-src.tar.bz2" property="testsSourcePresent" value="true" />
-	<available file="eclipse-sdktests-${label}-scripts.tar.bz2" property="testsScriptsPresent" value="true" />
-	
-	<!-- check what is already done -->
-	<uptodate property="testsunpack.complete" srcfile="${basedir}/eclipse-sdktests-${label}-src.tar.bz2" targetfile="testsunpack-stamp" />
-	<uptodate property="testspatch.complete" srcfile="testsunpack-stamp" targetfile="testspatch-stamp" />
-	<uptodate property="testsbuild.complete" srcfile="testspatch-stamp" targetfile="testsbuild-stamp" />
-	
-	<target name="fetchTestSources" unless="testsSourcePresent">
-		<fail message="SDK tests source tarball eclipse-sdktests-${label}-src.tar.bz2 is not present.  Please either download a file such as eclipse-${label}-src.tar.bz2 from http://download.eclipse.org/technology/linuxtools/eclipse-build/, generate one by running ./buildSDKSource.sh or correct build.properties file to reflect your tarball version." />
-	</target>
-
-	<target name="fetchTestScripts" unless="testsScriptsPresent">
-		<fail message="Scripts for the SDK tests tarball eclipse-sdktests-${label}-scripts.tar.bz2 are not present.  Please either download a file such as eclipse-sdktests-${label}-scripts.tar.bz2 from http://download.eclipse.org/technology/linuxtools/eclipse-build/, generate one by running ./buildSDKSource.sh or correct build.properties file to reflect your tarball version." />
-	</target>
-
-	<target name="checkDebugAndVerbose">
-		<condition property="bothDebugAndVerbose.set">
-			<and>
-				<isset property="debugTests" />
-				<isset property="verboseTests" />
-			</and>
-		</condition>
-	</target>
-	
-	<target name="setPDEBuildPath" depends="provisionSDKinDropins">
-			<path id="pdebuilddir.id">
-				<dirset dir="${provisionDir}/dropins/sdk/plugins">
-					<include name="org.eclipse.pde.build_*" />
-				</dirset>
-			</path>
-
-			<property name="pdebuilddir" refid="pdebuilddir.id" />
-	</target>
-
-	<target name="setDebugAndVerbose" depends="checkDebugAndVerbose" if="bothDebugAndVerbose.set">
-		<property name="testSwitches" value="-dv" />
-	</target>
-
-	<target name="setDebugTests" if="debugTests">
-		<property name="testSwitches" value="-d" />
-	</target>
-
-	<target name="setVerboseTests" if="verboseTests">
-		<property name="testSwitches" value="-v" />
-	</target>
-
-	<target name="setDebugAndVerboseArgs" depends="setDebugAndVerbose,setDebugTests,setVerboseTests" />
-
-	<target name="provisionSDKinDropins">
-		<ant antfile="build.xml" target="provisionSDKinDropins"/>
-	</target>
-	
-	<target name="buildHelperTask" >
-		<ant antfile="build.xml" target="buildHelperTask"/>
-		<taskdef name="symlinkOSGiJars" classname="org.eclipse.linuxtools.eclipsebuild.SymlinkOSGiJars" classpath="${basedir}/task-bin" />
-		<taskdef name="symlinkInstalledOSGiJars" classname="org.eclipse.linuxtools.eclipsebuild.SymlinkInstalledOSGiJars" classpath="${basedir}/task-bin" />
-		<taskdef name="symlinkNonOSGiJars" classname="org.eclipse.linuxtools.eclipsebuild.SymlinkNonOSGiJars" classpath="${basedir}/task-bin" />
-	</target>
-	
-	<target name="applyTestPatches" depends="unpackTests" unless="testspatch.complete">
-		<patch patchfile="${basedir}/patches/tests-noapttests.patch" dir="${testsBuildDirectory}/features/org.eclipse.sdk.tests" strip="0" />
-		<patch patchfile="${basedir}/patches/tests-noequinoxregiontests.patch" dir="${testsBuildDirectory}/features/org.eclipse.sdk.tests" strip="0" />
-		<patch patchfile="${basedir}/patches/tests-BZ295666.patch" dir="${testsBuildDirectory}" strip="0" />
-		<patch patchfile="${basedir}/patches/tests-org.eclipse.pde.ui.tests-LocalTargetDefinitionTests.patch" dir="${testsBuildDirectory}/plugins/org.eclipse.pde.ui.tests" strip="0" />
-		<patch patchfile="${basedir}/patches/tests-nop2discoverytests.patch" dir="${testsBuildDirectory}/features/org.eclipse.sdk.tests" strip="0" />
-		<patch patchfile="${basedir}/patches/tests-org.eclipse.ant.tests.core.patch" dir="${testsBuildDirectory}/plugins/org.eclipse.ant.tests.core" strip="0" />
-		<patch patchfile="${basedir}/patches/tests-org.eclipse.ant.tests.ui.patch" dir="${testsBuildDirectory}/plugins/org.eclipse.ant.tests.ui" strip="0" />
-
-		<!-- remove when 373107 is fixed -->
-		<patch patchfile="${basedir}/patches/tests-unpackAntUITests.patch" dir="${testsBuildDirectory}/features/org.eclipse.sdk.tests" strip="0" />
-		<patch patchfile="${basedir}/patches/e4-fixTestCompilationProblems1.patch" dir="${testsBuildDirectory}/plugins/" strip="2" />
-		<echo file="testspatch-stamp" />
-	</target>
-			
-	<target name="unpackTests" depends="fetchTestSources,fetchTestScripts" unless="testsunpack.complete">
-		<delete dir="${testsBuildDir}" />
-		<mkdir dir="${testsBuildDir}" />
-
-		<!-- User home used for build -->
-		<delete dir="${homeDir}" />
-		<mkdir dir="${homeDir}" />
-
-		<!-- Workspaces used for build -->
-		<delete dir="${baseworkspace}" />
-		<mkdir dir="${baseworkspace}" />
-		<delete dir="${buildworkspace}" />
-		<mkdir dir="${buildworkspace}" />
-
-		<echo message="Extracting SDK tests source (tar jxf eclipse-sdktests-${label}-src.tar.bz2)" />
-		<untar dest="${testsBuildDir}" src="${basedir}/eclipse-sdktests-${label}-src.tar.bz2" compression="bzip2" />
-		<untar dest="${testsBuildDir}" src="${basedir}/eclipse-sdktests-${label}-scripts.tar.bz2" compression="bzip2" />
-		<move todir="${testsBuildDir}">
-			<fileset dir="${testsBuildDir}/eclipse-sdktests-${label}-scripts">
-				<include name="**/*" />
-			</fileset>
-		</move>
-
-		<!-- Create a stamp file -->
-		<echo file="testsunpack-stamp" />
-	</target>
-	
-		
-	<target name="buildTests" depends="provisionSDKinDropins,applyTestPatches,setPDEBuildPath" unless="testsbuild.complete">
-
-			<!-- Test framework -->
-			<exec executable="${provisionDir}/eclipse" failonerror="true">
-				<arg line="-nosplash " />
-				<arg line="-consolelog " />
-				<arg line="-application org.eclipse.ant.core.antRunner " />
-				<arg line="-buildfile ${pdebuilddir}/scripts/build.xml" />
-				<arg line="-propertyfile ${basedir}/build.properties " />
-				<arg line="-DbuildDirectory=${testsBuildDirectory} " />
-				<arg line="-Dtype=feature -Did=org.eclipse.test " />
-				<arg line="-DbaseLocation=${provisionDir} " />
-				<arg line="-DbuildLabel=${testsBuildLabel} " />
-				<arg line="-data ${buildworkspace} " />
-			</exec>
-			<!-- SDK tests -->
-			<exec executable="${provisionDir}/eclipse" failonerror="true">
-				<arg line="-nosplash " />
-				<arg line="-consolelog " />
-				<arg line="-application org.eclipse.ant.core.antRunner " />
-				<arg line="-buildfile ${pdebuilddir}/scripts/build.xml" />
-				<arg line="-propertyfile ${basedir}/build.properties " />
-				<arg line="-DbuildDirectory=${testsBuildDirectory} " />
-				<arg line="-Dtype=feature -Did=org.eclipse.sdk.tests " />
-				<arg line="-DbaseLocation=${provisionDir} " />
-				<arg line="-DbuildLabel=${testsBuildLabel} " />
-				<arg line="-DjavacFailOnError=true"/>
-				<arg line="-DcustomBuildCallbacks.failonerror"/>
-				<arg line="-data ${buildworkspace} " />
-			</exec>
-			<echo file="testsbuild-stamp" />
-		</target>
-	
-	
-	<target name="runTests" depends="buildTests,setDebugAndVerboseArgs, buildHelperTask">
-			<!-- These two next calls just set the properties to an empty string if they are not previously set -->
-			<property name="debugTestsSwitch" value="" />
-			<property name="verboseTestsSwitch" value="" />
-
-			<!-- Install a clean SDK for testing -->
-			<ant antfile="build.xml" target="provision">
-				<property name="provisionDir" value="${provisionWithTestsDir}"/>
-				<property name="p2.director.installIU" value="org.eclipse.sdk.ide" />
-				<property name="profileName" value="SDKProfile" />
-			</ant>
-
-			<fileset id="junit4.jar" dir="${provisionWithTestsDir}/plugins">
-				<include name="**/org.junit4_**/junit.jar" />
-			</fileset>
-			<property name="junit4jar.path" refid="junit4.jar" />
-
-			<delete file="${provisionWithTestsDir}/plugins/${junit4jar.path}" />
-			<symlink link="${provisionWithTestsDir}/plugins/${junit4jar.path}" resource="${junit4JarLocation}" />
-
-			<!-- Re-symlink system JARs -->
-			<symlinkInstalledOSGiJars dependencies="${basedir}/dependencies/dependencies.properties" topLevelDir="${provisionWithTestsDir}/plugins" />
-			<symlinkNonOSGiJars dependencies="${basedir}/dependencies/nonosgidependencies.properties" topLevelDir="${provisionWithTestsDir}/plugins" />
-			<symlinkInstalledOSGiJars dependencies="${basedir}/dependencies/jdtdependencies.properties" topLevelDir="${provisionWithTestsDir}/plugins" />
-			<symlinkNonOSGiJars dependencies="${basedir}/dependencies/jdtnonosgidependencies.properties" topLevelDir="${provisionWithTestsDir}/plugins" />
-			<symlinkInstalledOSGiJars dependencies="${basedir}/dependencies/sdkdependencies.properties" topLevelDir="${provisionWithTestsDir}/plugins" />
-			
-			<!-- Install test framework -->
-			<ant antfile="build.xml" target="provision">
-				<property name="provisionDir" value="${provisionWithTestsDir}"/>
-				<property name="reposource" value="${testsBuildDirectory}/buildRepo" />
-				<property name="p2.director.installIU" value="org.eclipse.test.feature.group" />
-				<property name="profileName" value="SDKProfile" />
-			</ant>
-			
-			<echo message="###################################################################" />
-			<echo message="#                                                                 #" />
-			<echo message="#             Please post and discuss results here:               #" />
-			<echo message="# http://wiki.eclipse.org/Linux_Tools_Project/Eclipse_Build/Tests #" />
-			<echo message="#                                                                 #" />
-			<echo message="###################################################################" />
-			<echo message="" />
-			<tstamp>
-				<format property="timestamp" pattern="yyyyMMddHHmmss" />
-			</tstamp>
-			<chmod perm="ugo+rx" file="${basedir}/runtests.sh" />
-			<!--
-			<echo message="Calling runtests with (debug, verbose) = (${testSwitches})" />
-			-->
-			<exec executable="${basedir}/runtests.sh" dir="${basedir}">
-				<arg value="-t${timestamp}" />
-				<arg value="-b ${testsBuildDirectory}" />
-				<arg value="-p ${provisionWithTestsDir}" />
-				<arg value="${testSwitches}" />
-			</exec>
-			<property name="testResultDir" value="${basedir}/tests_${timestamp}/results" />
-			<!-- Copy over the XML to generate a top-level report for all of the tests -->
-			<mkdir dir="${testResultDir}/origXml" />
-			<copy failonerror="false" todir="${testResultDir}/origXml">
-				<fileset dir="${testResultDir}/xml">
-					<include name="**/*" />
-				</fileset>
-			</copy>
-			<!-- Un-"collect" the results -->
-			<replace dir="${testResultDir}/origXml" value="">
-				<include name="**/*.xml" />
-				<replacetoken>&lt;testsuites&gt;</replacetoken>
-			</replace>
-			<replace dir="${testResultDir}/origXml" value="">
-				<include name="**/*.xml" />
-				<replacetoken>&lt;/testsuites&gt;</replacetoken>
-			</replace>
-			<!-- Aggregate XML report files -->
-			<junitreport todir="${testResultDir}/xml" tofile="org.eclipse.sdk.tests.xml">
-				<fileset dir="${testResultDir}/origXml" includes="*.xml" />
-			</junitreport>
-			<!-- Generate top-level HTML report -->
-			<xslt style="${provisionWithTestsDir}/plugins/${testframework}/JUNIT.XSL" basedir="${testResultDir}/xml" includes="org.eclipse.sdk.tests.xml" destdir="${testResultDir}/html" />
-		</target>
-</project>
diff --git a/eclipse-build/dependencies/dependencies.properties b/eclipse-build/dependencies/dependencies.properties
deleted file mode 100644
index d8e62e2..0000000
--- a/eclipse-build/dependencies/dependencies.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-# debian installs icu.jar under /usr/share/java/com.ibm.icu-4.4.jar:/usr/share/java/com.ibm.icu.jar
-# /usr/share/java/icu4j.jar - this is part of icu4j package can be built without eclipse, 
-# while the icu4j-eclipse package for regular builds (contain source bundles, feature, etc.) needs eclipse to be build. 
-# As we need to bootstrap on platforms that don't have eclipse we use the main jar for first build
-# then rebuild to get the icu4j-eclipse package rebuilt.
-com.ibm.icu_4.4.2.v20110823.jar=/usr/share/java/icu4j-eclipse/plugins/com.ibm.icu_4.4.2.v20110823.jar:/usr/share/java/com.ibm.icu-4.4.jar:/usr/share/java/com.ibm.icu.jar:/usr/share/java/icu4j.jar
-
-com.jcraft.jsch_0.1.44.v201101211721.jar=/usr/share/java/jsch.jar
-javax.inject_1.0.0.v20091030.jar=/usr/share/java/atinject.jar
-javax.servlet_3.0.0.v201112011016.jar=/usr/share/java/tomcat/tomcat-servlet-3.0-api.jar
-javax.servlet.jsp_2.2.0.v201112011158.jar=/usr/share/java/tomcat/tomcat-jsp-2.2-api.jar
-javax.el_2.2.0.v201108011116.jar=/usr/share/java/tomcat/tomcat-el-2.2-api.jar
-javax.xml_1.0.1.v200903091627.jar=/usr/share/java/xml-commons-apis.jar
-org.apache.batik.css_1.6.0.v201011041432.jar=/usr/share/java/batik/batik-css.jar
-org.apache.batik.util_1.6.0.v201011041432.jar=/usr/share/java/batik/batik-util.jar
-org.apache.batik.util.gui_1.6.0.v201011041432.jar=/usr/share/java/batik/batik-gui-util.jar
-org.apache.tomcat_7.0.21.jar=/usr/share/java/tomcat/tomcat-api.jar
-org.apache.juli_7.0.21.jar=/usr/share/java/tomcat/tomcat-juli.jar
-org.apache.el_7.0.21.jar=/usr/share/java/tomcat/jasper-el.jar
-org.apache.commons.codec_1.3.0.v201101211617.jar=/usr/share/java/commons-codec.jar
-org.apache.commons.el_1.0.0.v200806031608.jar=/usr/share/java/commons-el.jar
-org.apache.commons.httpclient_3.1.0.v201012070820.jar=/usr/share/java/commons-httpclient.jar
-org.apache.commons.logging_1.0.4.v201101211617.jar=/usr/share/java/commons-logging.jar
-org.apache.felix.gogo.command_0.8.0.v201108120515.jar=/usr/share/java/felix/org.apache.felix.gogo.command.jar
-org.apache.felix.gogo.runtime_0.8.0.v201108120515.jar=/usr/share/java/felix/org.apache.felix.gogo.runtime.jar
-org.apache.felix.gogo.shell_0.8.0.v201110170705.jar=/usr/share/java/felix/org.apache.felix.gogo.shell.jar
-org.apache.geronimo.specs.geronimo-annotation_1.1_spec.jar=/usr/share/java/geronimo-annotation.jar
-org.apache.jasper_7.0.21.jar=/usr/share/java/tomcat/jasper.jar
-org.apache.lucene.core_2.9.1.v201101211721.jar=/usr/share/java/lucene.jar:/usr/share/java/lucene-core.jar
-org.apache.lucene.analysis_2.9.1.v201101211721.jar=/usr/share/java/lucene-contrib/lucene-analyzers.jar:/usr/share/java/lucene-analyzers.jar
-org.eclipse.jetty.util_8.1.0.v20120127.jar=/usr/share/java/jetty/jetty-util.jar
-org.eclipse.jetty.server_8.1.0.v20120127.jar=/usr/share/java/jetty/jetty-server.jar
-org.eclipse.jetty.http_8.1.0.v20120127.jar=/usr/share/java/jetty/jetty-http.jar
-org.eclipse.jetty.continuation_8.1.0.v20120127.jar=/usr/share/java/jetty/jetty-continuation.jar
-org.eclipse.jetty.io_8.1.0.v20120127.jar=/usr/share/java/jetty/jetty-io.jar
-org.eclipse.jetty.security_8.1.0.v20120127.jar=/usr/share/java/jetty/jetty-security.jar
-org.eclipse.jetty.servlet_8.1.0.v20120127.jar=/usr/share/java/jetty/jetty-servlet.jar
-org.sat4j.core_2.3.0.v20110329.jar=/usr/share/java/org.sat4j.core.jar:/usr/share/sat4j/org.sat4j.core.jar
-org.sat4j.pb_2.3.0.v20110329.jar=/usr/share/java/org.sat4j.pb.jar:/usr/share/sat4j/org.sat4j.pb.jar
-org.w3c.css.sac_1.3.1.v200903091627.jar=/usr/share/java/sac.jar
-org.w3c.dom.svg_1.1.0.v201011041433.jar=/usr/share/java/xml-commons-apis-ext.jar
diff --git a/eclipse-build/dependencies/jdtdependencies.properties b/eclipse-build/dependencies/jdtdependencies.properties
deleted file mode 100644
index 22a74d2..0000000
--- a/eclipse-build/dependencies/jdtdependencies.properties
+++ /dev/null
@@ -1 +0,0 @@
-org.hamcrest.core_1.1.0.v20090501071000.jar=/usr/share/java/hamcrest/core.jar:/usr/share/java/hamcrest-core.jar
diff --git a/eclipse-build/dependencies/jdtnonosgidependencies.properties b/eclipse-build/dependencies/jdtnonosgidependencies.properties
deleted file mode 100644
index 90f0e72..0000000
--- a/eclipse-build/dependencies/jdtnonosgidependencies.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-#Junit 4
-junit.jar=/usr/share/java/junit.jar
-org.junit_3.8.2.v3_8_2_v20100427-1100/junit.jar=/usr/share/java/junit.jar
diff --git a/eclipse-build/dependencies/nonosgidependencies.properties b/eclipse-build/dependencies/nonosgidependencies.properties
deleted file mode 100644
index be60427..0000000
--- a/eclipse-build/dependencies/nonosgidependencies.properties
+++ /dev/null
@@ -1,29 +0,0 @@
-org.apache.ant_1.8.3.v20120321-1730/lib/ant-antlr.jar=/usr/share/java/ant/ant-antlr.jar:/usr/share/java/ant-antlr.jar
-org.apache.ant_1.8.3.v20120321-1730/lib/ant-apache-bcel.jar=/usr/share/java/ant/ant-apache-bcel.jar:/usr/share/java/ant-apache-bcel.jar
-org.apache.ant_1.8.3.v20120321-1730/lib/ant-apache-bsf.jar=/usr/share/java/ant/ant-apache-bsf.jar:/usr/share/java/ant-apache-bsf.jar
-org.apache.ant_1.8.3.v20120321-1730/lib/ant-apache-log4j.jar=/usr/share/java/ant/ant-apache-log4j.jar:/usr/share/java/ant-apache-log4j.jar
-org.apache.ant_1.8.3.v20120321-1730/lib/ant-apache-oro.jar=/usr/share/java/ant/ant-apache-oro.jar:/usr/share/java/ant-apache-oro.jar
-org.apache.ant_1.8.3.v20120321-1730/lib/ant-apache-regexp.jar=/usr/share/java/ant/ant-apache-regexp.jar:/usr/share/java/ant-apache-regexp.jar
-org.apache.ant_1.8.3.v20120321-1730/lib/ant-apache-resolver.jar=/usr/share/java/ant/ant-apache-resolver.jar:/usr/share/java/ant-apache-resolver.jar
-org.apache.ant_1.8.3.v20120321-1730/lib/ant-apache-xalan2.jar=/usr/share/java/ant/ant-apache-xalan2.jar:/usr/share/java/ant-apache-xalan2.jar
-org.apache.ant_1.8.3.v20120321-1730/lib/ant-commons-logging.jar=/usr/share/java/ant/ant-commons-logging.jar:/usr/share/java/ant-commons-logging.jar
-org.apache.ant_1.8.3.v20120321-1730/lib/ant-commons-net.jar=/usr/share/java/ant/ant-commons-net.jar:/usr/share/java/ant-commons-net.jar
-#org.apache.ant_1.8.3.v20120321-1730/lib/ant-jai.jar=/usr/share/java/ant/ant-jai.jar:/usr/share/java/ant-jai.jar
-org.apache.ant_1.8.3.v20120321-1730/lib/ant-javamail.jar=/usr/share/java/ant/ant-javamail.jar:/usr/share/java/ant-javamail.jar
-org.apache.ant_1.8.3.v20120321-1730/lib/ant-jdepend.jar=/usr/share/java/ant/ant-jdepend.jar:/usr/share/java/ant-jdepend.jar
-org.apache.ant_1.8.3.v20120321-1730/lib/ant-jmf.jar=/usr/share/java/ant/ant-jmf.jar:/usr/share/java/ant-jmf.jar
-org.apache.ant_1.8.3.v20120321-1730/lib/ant-jsch.jar=/usr/share/java/ant/ant-jsch.jar:/usr/share/java/ant-jsch.jar
-org.apache.ant_1.8.3.v20120321-1730/lib/ant-junit.jar=/usr/share/java/ant/ant-junit.jar:/usr/share/java/ant-junit.jar
-org.apache.ant_1.8.3.v20120321-1730/lib/ant-junit4.jar=/usr/share/java/ant/ant-junit.jar:/usr/share/java/ant-junit.jar
-org.apache.ant_1.8.3.v20120321-1730/lib/ant-launcher.jar=/usr/share/java/ant-launcher.jar:/usr/share/java/ant-launcher.jar
-#org.apache.ant_1.8.3.v20120321-1730/lib/ant-netrexx.jar=/usr/share/java/ant-netrexx.jar:/usr/share/java/ant-netrexx.jar
-org.apache.ant_1.8.3.v20120321-1730/lib/ant-swing.jar=/usr/share/java/ant/ant-swing.jar:/usr/share/java/ant-swing.jar
-org.apache.ant_1.8.3.v20120321-1730/lib/ant-testutil.jar=/usr/share/java/ant/ant-testutil.jar:/usr/share/java/ant-testutil.jar
-org.apache.ant_1.8.3.v20120321-1730/lib/ant.jar=/usr/share/java/ant.jar
-#bin folder
-org.apache.ant_1.8.3.v20120321-1730/bin/ant=/usr/bin/ant
-org.apache.ant_1.8.3.v20120321-1730/bin/antRun=/usr/bin/antRun
-org.apache.ant_1.8.3.v20120321-1730/bin/antRun.pl=/usr/bin/antRun.pl
-org.apache.ant_1.8.3.v20120321-1730/bin/runant.pl=/usr/bin/runant.pl
-org.apache.ant_1.8.3.v20120321-1730/bin/runant.py=/usr/bin/runant.py
-org.apache.ant_1.8.3.v20120321-1730/bin/complete-ant-cmd.pl=/usr/bin/complete-ant-cmd.pl
diff --git a/eclipse-build/dependencies/sdkdependencies.properties b/eclipse-build/dependencies/sdkdependencies.properties
deleted file mode 100644
index e9dd227..0000000
--- a/eclipse-build/dependencies/sdkdependencies.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-org.objectweb.asm_3.3.1.v201101071600.jar=/usr/share/java/objectweb-asm/asm-all.jar:/usr/share/java/asm3-all.jar
-# Try to link source bundle to the one build by P2. If it does not work, then fall back on icu4j, 
-# which is not actually a source bundle, but will exists, and will allow for the build to happen.
-com.ibm.icu.source_4.4.2.v20110823.jar=/usr/share/java/icu4j-eclipse/plugins/com.ibm.icu.source_4.4.2.v20110823.jar:/usr/share/java/com.ibm.icu.source-4.4.jar:/usr/share/java/com.ibm.icu.source-4.4.jar:/usr/share/java/icu4j.jar
diff --git a/eclipse-build/dependencyManifests/com.ibm.icu.source_4.4.2.v20110823.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/com.ibm.icu.source_4.4.2.v20110823.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index 3ac5404..0000000
--- a/eclipse-build/dependencyManifests/com.ibm.icu.source_4.4.2.v20110823.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,9 +0,0 @@
-Manifest-Version: 1.0
-Bundle-Vendor: %providerName
-Eclipse-SourceBundle: com.ibm.icu;version="4.4.2.v20110823";roots:="."
-Bundle-Version: 4.4.2.v20110823
-Bundle-Localization: plugin
-Bundle-Name: %pluginName
-Bundle-ManifestVersion: 2
-Bundle-SymbolicName: com.ibm.icu.source
-
diff --git a/eclipse-build/dependencyManifests/com.ibm.icu_4.4.2.v20110823.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/com.ibm.icu_4.4.2.v20110823.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index f802d51..0000000
--- a/eclipse-build/dependencyManifests/com.ibm.icu_4.4.2.v20110823.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,7986 +0,0 @@
-Manifest-Version: 1.0
-Bundle-Localization: plugin
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Bundle-SymbolicName: com.ibm.icu; singleton:=true
-Eclipse-LazyStart: true
-Bundle-Version: 4.4.2.v20110823
-Export-Package: com.ibm.icu.lang;base=true;full=true;version="4.4.2.2"
- ,com.ibm.icu.math;base=true;full=true;version="4.4.2.2",com.ibm.icu.t
- ext;base=true;full=true;version="4.4.2.2",com.ibm.icu.util;base=true;
- full=true;version="4.4.2.2",com.ibm.icu.impl;x-internal:=true,com.ibm
- .icu.impl.data;x-internal:=true,com.ibm.icu.impl.data.icudt44b;x-inte
- rnal:=true,com.ibm.icu.impl.data.icudt44b.brkitr;x-internal:=true,com
- .ibm.icu.impl.data.icudt44b.coll;x-internal:=true,com.ibm.icu.impl.da
- ta.icudt44b.curr;x-internal:=true,com.ibm.icu.impl.data.icudt44b.lang
- ;x-internal:=true,com.ibm.icu.impl.data.icudt44b.rbnf;x-internal:=tru
- e,com.ibm.icu.impl.data.icudt44b.region;x-internal:=true,com.ibm.icu.
- impl.data.icudt44b.translit;x-internal:=true,com.ibm.icu.impl.data.ic
- udt44b.zone;x-internal:=true,com.ibm.icu.impl.duration;x-internal:=tr
- ue,com.ibm.icu.impl.locale;x-internal:=true
-Bundle-ClassPath: icu-data.jar,.
-Bundle-Vendor: %providerName
-Bundle-Name: %pluginName
-Eclipse-ExtensibleAPI: true
-Bundle-Copyright: Licensed Materials - Property of IBM (C) Copyright I
- BM Corp. 2000, 2011. All Rights Reserved. IBM is a registered tradema
- rk of IBM Corp.
-Bundle-ManifestVersion: 2
-
-Name: com/ibm/icu/impl/data/icudt44b/lv.res
-SHA1-Digest: RCl2DsvL9Zz4QNnWmsBgAAwB8aw=
-
-Name: com/ibm/icu/text/EscapeTransliterator.class
-SHA1-Digest: ZsUSFBVWGLmFAluH8vjzcsFQjN4=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/tl.res
-SHA1-Digest: 2eiUGEdc83rI2cIXOiW+0Jikwwo=
-
-Name: com/ibm/icu/impl/data/icudt44b/ha_Latn_GH.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/text/NumberFormat$SimpleNumberFormatFactory.class
-SHA1-Digest: /jz9wNiwG89WZZLJtF1wDhBD/hg=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/vi.res
-SHA1-Digest: 1938dx0VIGhI2AYTmujskz54is4=
-
-Name: com/ibm/icu/impl/duration/impl/Utils$ChineseDigits.class
-SHA1-Digest: wQdjuGNOLfNQqdPGPJIUqVyg3tc=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/fr_CA.res
-SHA1-Digest: Omrh1woJKASgGvfGnnbJj5RSrEU=
-
-Name: com/ibm/icu/impl/data/icudt44b/ebu.res
-SHA1-Digest: SRo7qKiR2qFZKzGiTn5QxCK2NPk=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ja.res
-SHA1-Digest: ezUl0Txeoz5FZSly/+MEHmxl/y4=
-
-Name: com/ibm/icu/text/UnicodeCompressor.class
-SHA1-Digest: r+1fi5wemL4Dbh9Cu8QWPCYD9Uo=
-
-Name: com/ibm/icu/impl/Normalizer2Impl$UTF16Plus.class
-SHA1-Digest: N5Pthqq2hIjSqc5h+4f2Rlam+e4=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/zu.res
-SHA1-Digest: M8FpVVMSPxcHla4h6Eo3RKsgfCQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/fr_CM.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/locale/InternalLocaleBuilder.class
-SHA1-Digest: AizBXA9itVg3r+Ydkg5hssenb/A=
-
-Name: com/ibm/icu/impl/data/icudt44b/jmc.res
-SHA1-Digest: s0bfbRFot3yXZwah1KMjN3MGiuE=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ha_NE.res
-SHA1-Digest: 9sXDTd0VX46+3aFCJTRFQ78SZGU=
-
-Name: com/ibm/icu/impl/UCharacterName$AlgorithmName.class
-SHA1-Digest: TBkNedt3qB1J3IC9Bc8aRgQGZKw=
-
-Name: com/ibm/icu/impl/data/HolidayBundle_fr_FR.class
-SHA1-Digest: SbizltJ6/zABtIMn9365noN2NFE=
-
-Name: com/ibm/icu/impl/data/icudt44b/ar_LB.res
-SHA1-Digest: JjfpDsF38ClXZxYN6/5EO/+LlJI=
-
-Name: com/ibm/icu/impl/data/icudt44b/gl_ES.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/uz_AF.res
-SHA1-Digest: 1Mx6wNyodjaun8GqwxE7PZ3BuSY=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_8859_1_de.class
-SHA1-Digest: dWe9FQjgZRoT+UA+B5kZ7+l/o2s=
-
-Name: com/ibm/icu/impl/data/icudt44b/sr_CS.res
-SHA1-Digest: PtXfhaE0jDrsmW0rOYeH+Z7v0n8=
-
-Name: com/ibm/icu/text/Normalizer$NFDMode.class
-SHA1-Digest: 9R9r0TrDf9WjXwNU0UXuLdxsmOY=
-
-Name: com/ibm/icu/impl/data/icudt44b/icuver.res
-SHA1-Digest: YvC4boWQPrN/eW+wFPef6lTxbtc=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/fil.res
-SHA1-Digest: v3O+yD6P0g7+1nJP4nTlyVfmfgg=
-
-Name: com/ibm/icu/util/CopticCalendar.class
-SHA1-Digest: r8p219Wnz5z0dUdQdhsCAEtOSxQ=
-
-Name: com/ibm/icu/text/RuleBasedBreakIterator.class
-SHA1-Digest: +mOI784HEXnbO8x+HwrxF6kbxf0=
-
-Name: com/ibm/icu/impl/data/icudt44b/supplementalData.res
-SHA1-Digest: 2rQZAFLi6YVkKR3gooOWhJShjdc=
-
-Name: com/ibm/icu/impl/data/icudt44b/ro_MD.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sl.res
-SHA1-Digest: kictt5U1yuKQcv4cmnOZeBzLGTA=
-
-Name: com/ibm/icu/impl/data/icudt44b/ki_KE.res
-SHA1-Digest: vh692aR15fzTtzWwoNYcu1Q/sYs=
-
-Name: com/ibm/icu/impl/duration/impl/DataRecord$EUnitVariant.class
-SHA1-Digest: gmQyidijfUEmV9iyiVZuUMS5W8s=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/km.res
-SHA1-Digest: CrnJng8HCOoCadXzV2qT3BoYS0U=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ha_Latn_NG.res
-SHA1-Digest: j9NaaXC65M+YsiqWsgmF0oBLECg=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sw.res
-SHA1-Digest: UOUp4e/Ax4xO0ncQlY+Bcx+I7UY=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ca.res
-SHA1-Digest: N9KLJ6ArV9Ww4CM4hUIJ5PO6AIE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/in.res
-SHA1-Digest: 01TpVbJiF/QYIynu/9fKkCxXzdw=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/es_UY.res
-SHA1-Digest: pgmtruyRMpDnLnwwematrbaznaM=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/kk.res
-SHA1-Digest: QJv+kzMy/bRVdHl6/xYYYvsIbmY=
-
-Name: com/ibm/icu/util/Holiday.class
-SHA1-Digest: acECxg7+zT6b+tZdfwLFu5RSS/c=
-
-Name: com/ibm/icu/impl/data/icudt44b/rm.res
-SHA1-Digest: SnosgLkqAX2Oi+MzWtW48POjm6k=
-
-Name: com/ibm/icu/impl/data/icudt44b/ha_GH.res
-SHA1-Digest: Y258lZgqxru03bXUxOlgy1X0eUc=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sv_FI.res
-SHA1-Digest: hwrEOxYtQU5Buvg3KpofKJwoCY8=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/nn_NO.res
-SHA1-Digest: FlpADwgueBbTdfcFGftHs+CVkEg=
-
-Name: com/ibm/icu/text/Bidi.class
-SHA1-Digest: ERTGfIGG3FwazKTKGZkXgKm//kg=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/mas.res
-SHA1-Digest: bqeqNZu8M5owHae+aer2Jyzqsfs=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/gv.res
-SHA1-Digest: QJv+kzMy/bRVdHl6/xYYYvsIbmY=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/nd.res
-SHA1-Digest: 79TQilne85Bz630fVqA2KbfGetc=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/pa.res
-SHA1-Digest: R9RExQzsxt18VGFgzXx4YYfF9T8=
-
-Name: com/ibm/icu/impl/data/icudt44b/ubidi.icu
-SHA1-Digest: MaYJEqSp3qF8MgFdN5IPHrVMD/8=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/be.res
-SHA1-Digest: lwfegH7HF5NkfaAuLgf2k6VIcSY=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sr_Latn_CS.res
-SHA1-Digest: wgP5akVIlg2k0zlb1LdyGHdvMH0=
-
-Name: com/ibm/icu/impl/Trie2.class
-SHA1-Digest: LKVulFxHDbIPdS9gmXhqOgtWl+o=
-
-Name: com/ibm/icu/impl/ICUCurrencyDisplayInfoProvider.class
-SHA1-Digest: SHznNuRtd9SMlEcS36ce9LLTxyg=
-
-Name: com/ibm/icu/impl/data/icudt44b/sn.res
-SHA1-Digest: SrG/3thJ67FOgEDEzQ2uv+jNZZw=
-
-Name: com/ibm/icu/text/NumberFormatServiceShim$NFService$1RBNumberForm
- atFactory.class
-SHA1-Digest: S1z+DtXAFwBfC4MvkMaJqILT51o=
-
-Name: com/ibm/icu/text/BreakCTDictionary$CompactTrieNodeFlags.class
-SHA1-Digest: zVAiR2Xxs5GyZCV91E27r/gANU0=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/hy.res
-SHA1-Digest: gYePxLOMkGdzRDwoudx6MEw8Ks0=
-
-Name: com/ibm/icu/impl/Normalizer2Impl$ReorderingBuffer.class
-SHA1-Digest: jFNh72MZ/HA3s8RuVX0OUZWYWB8=
-
-Name: com/ibm/icu/impl/data/icudt44b/kk_Cyrl.res
-SHA1-Digest: je85eTfL/gX+wcbloGw5tU1/HgE=
-
-Name: com/ibm/icu/impl/data/icudt44b/ar_JO.res
-SHA1-Digest: Ji3Rp5AS7JTlpRbbrnoKfE8Me0c=
-
-Name: com/ibm/icu/impl/data/icudt44b/luy_KE.res
-SHA1-Digest: vh692aR15fzTtzWwoNYcu1Q/sYs=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/fil.res
-SHA1-Digest: BInj7ZJ+U/sILOJRY4H0d2eAnaQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/luy.res
-SHA1-Digest: xj/JHfNDknUMsQXDHRDB3+lAT24=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/pool.res
-SHA1-Digest: tlxoSa6FbqA/paPemBII8CFKiEM=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ee.res
-SHA1-Digest: sGe15f3ATSgpPS5rGrPTUbJ8iPk=
-
-Name: com/ibm/icu/impl/duration/impl/ResourceBasedPeriodFormatterDataS
- ervice.class
-SHA1-Digest: NGHCXtb4IHwbsXQpIZ/T94D7iTc=
-
-Name: com/ibm/icu/impl/data/icudt44b/sr_BA.res
-SHA1-Digest: w1Op49o9K+PieKVJPzRqOxLqMao=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/zh_Hant.res
-SHA1-Digest: WACIA1dnT3qGynEe32SZLBIBpas=
-
-Name: com/ibm/icu/impl/data/icudt44b/to.res
-SHA1-Digest: v0wlVzYBPXsWIgn+bHLoufgGSBE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sr_Latn_YU.res
-SHA1-Digest: o8leyUVo303aR/x28xNHyEng2cw=
-
-Name: com/ibm/icu/impl/PropsVectors$DefaultGetFoldedValue.class
-SHA1-Digest: gApcsCQZyD62HuKPc219UYg/SoY=
-
-Name: com/ibm/icu/text/UppercaseTransliterator$1.class
-SHA1-Digest: dmzrMlknqHWKPiP0m/fWls3a43Q=
-
-Name: com/ibm/icu/text/CharsetDetector.class
-SHA1-Digest: BkRwVXbP/jpJX56igNmylCeib/U=
-
-Name: com/ibm/icu/impl/URLHandler.class
-SHA1-Digest: ur9xEtbU3WPBA4W8pyoYI75+S9Q=
-
-Name: com/ibm/icu/text/CharsetRecog_UTF8.class
-SHA1-Digest: hVAc5AgMEcUStwdOreVbzQ9U0mA=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_8859_1_sv.class
-SHA1-Digest: EuK4MmZElygo4x/Siykkt0AcKrk=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/mfe.res
-SHA1-Digest: h5V7ZKp9T+ElZAQ/3l2izf3RwO8=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/uz_Latn.res
-SHA1-Digest: IHQ8TN5i2BuYhflBysrp/R2xGZw=
-
-Name: com/ibm/icu/util/DateRule.class
-SHA1-Digest: lheRXPD6pZ0in/gZUapyCG3+uQ4=
-
-Name: com/ibm/icu/impl/data/icudt44b/es_HN.res
-SHA1-Digest: zHdxxbgi5urkS+zGOMn8+ZaPO08=
-
-Name: com/ibm/icu/text/NormalizationTransliterator$5.class
-SHA1-Digest: K575fh2yA6GbHJGnX+ULjhm1brg=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ne.res
-SHA1-Digest: XiJpq+9dGfMDVK6kIYSaI81Id2Y=
-
-Name: com/ibm/icu/impl/Row$R2.class
-SHA1-Digest: vq6tZY5wJQjUZ7nr3brg7keiTm4=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/pa_IN.res
-SHA1-Digest: yRZrPy5sZRhUjEqeuGddpmwyOBM=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ff.res
-SHA1-Digest: tfbgkhWEhQ3wZP764FjGBKZYPP8=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/res_index.res
-SHA1-Digest: 8aj9BYdOYECJU28sMMsTBlt8pgQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/es_PR.res
-SHA1-Digest: kaHtzbaKLTcTgwGZjagZ/Lf0pXk=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/en_CA.res
-SHA1-Digest: HYHnzuwB/bXPswt31fznMUT8i8k=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/nn.res
-SHA1-Digest: TZUPz3+fKOwDvPrw/OdPyabA8uQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/zh_Hans_CN.res
-SHA1-Digest: bB8s9L/B29sOWcwtsGepCtLlXwU=
-
-Name: com/ibm/icu/lang/UCharacterEnums$ECharacterDirection.class
-SHA1-Digest: KrfrgmWKFugp1tYUkk24yndYr7Q=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/bo.res
-SHA1-Digest: li8OL7P48qTIpRBdI/26+frN4E0=
-
-Name: com/ibm/icu/impl/LocaleIDParser$1.class
-SHA1-Digest: ImAKH65SZVfz5DrAvtDolBB98dM=
-
-Name: com/ibm/icu/impl/ICUData.class
-SHA1-Digest: y/cdhlpgTiM8bTtj/Sa/YJsgK94=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sr_Latn_BA.res
-SHA1-Digest: FlpADwgueBbTdfcFGftHs+CVkEg=
-
-Name: com/ibm/icu/impl/data/icudt44b/luy.res
-SHA1-Digest: Kt1si8XxUdzqlK1DdHHB8mve85Y=
-
-Name: com/ibm/icu/impl/data/icudt44b/zh_MO.res
-SHA1-Digest: 9f5qkCRxCwc8nd2J73rEC/a3OOk=
-
-Name: com/ibm/icu/text/DateIntervalFormat$BestMatchInfo.class
-SHA1-Digest: woauZM9vcKqS6fHObpSAvS6vtDQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/es_SV.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/pa_Arab_PK.res
-SHA1-Digest: 6y5SZNNhWljlh+n+XKf5ibc0iYc=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/fr_BE.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/util/LocalePriorityList$Builder.class
-SHA1-Digest: kd81uNWp/gjYY5+1WlszsbhCIfE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/mr.res
-SHA1-Digest: AUfG3X8jg9RCFLjJGNoTWL661lg=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ha_Latn.res
-SHA1-Digest: XK16byzPfSdC9ch/lokfHc+QbEI=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/zh_CN.res
-SHA1-Digest: 9enqIVqexhuFve9BSmyTE2NRJkE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ar_SD.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/ses_ML.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/text/NameUnicodeTransliterator$1.class
-SHA1-Digest: nu4+RoQEGzUxE+6O+Ro3pZI1H8Y=
-
-Name: com/ibm/icu/impl/Norm2AllModes$ComposeNormalizer2.class
-SHA1-Digest: 4SSwS5P7gKabnBsgHugtzgqEA6A=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/el.res
-SHA1-Digest: dFQGz62y0EtSu48J0GxLr+pzDpk=
-
-Name: com/ibm/icu/impl/data/icudt44b/ii_CN.res
-SHA1-Digest: bB8s9L/B29sOWcwtsGepCtLlXwU=
-
-Name: com/ibm/icu/util/Measure.class
-SHA1-Digest: mh+zHJXVmdS+m4QD2cfSHRudFdc=
-
-Name: com/ibm/icu/impl/duration/impl/DataRecord$ETimeDirection.class
-SHA1-Digest: 1qw9HudlLMrmesnG3ZiNT0x0GKE=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/he_IL.res
-SHA1-Digest: FlpADwgueBbTdfcFGftHs+CVkEg=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/as.res
-SHA1-Digest: 5GZU4kCGAycMF18PSulfpT9+FUA=
-
-Name: com/ibm/icu/impl/UCharacterNameChoice.class
-SHA1-Digest: qyZox4kTCpC1HGj0PfiTKQTDVO4=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/te.res
-SHA1-Digest: 5+kehirQqKiU+zb+dFYi0D4LpkM=
-
-Name: com/ibm/icu/impl/Trie2$CharSequenceValues.class
-SHA1-Digest: u2Cvt6U7QiJs7mrTWNBNOxefk4c=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/es.res
-SHA1-Digest: NslQxa4JkcPaMbYtf3hb/4Lm2v4=
-
-Name: com/ibm/icu/text/SimpleDateFormat$PatternItem.class
-SHA1-Digest: MO/uYRu3VHMOYA8EjWq7djVnq9k=
-
-Name: com/ibm/icu/text/CollationRuleParser$IndirectBoundaries.class
-SHA1-Digest: vEaD/Qp0D8v/LpvgWvTV/qEXMSQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/mfe.res
-SHA1-Digest: 3HrDd6n80s0NQufGGK4HNntu3kI=
-
-Name: com/ibm/icu/impl/UCaseProps.class
-SHA1-Digest: EIwaGsSPbvav75XseRyFZ9GgU5c=
-
-Name: com/ibm/icu/impl/data/HolidayBundle_en.class
-SHA1-Digest: 7G9zAV0cPmneNyoBcb+xCez57Kw=
-
-Name: com/ibm/icu/impl/data/icudt44b/rw_RW.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/bg_BG.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/fi.res
-SHA1-Digest: j+vo+e0NZrigjTOpoF8ROG++Sik=
-
-Name: com/ibm/icu/impl/ICUResourceBundleReader$Table.class
-SHA1-Digest: LVrDy20yf6qb3cwrBg/Yi1CbVQ8=
-
-Name: com/ibm/icu/impl/data/icudt44b/translit/en.res
-SHA1-Digest: 6SqVMXTj8ILD25leisIpkdGa7xs=
-
-Name: com/ibm/icu/impl/data/icudt44b/da_DK.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/no_NO_NY.res
-SHA1-Digest: D2C6L2vjxDvNqrq6izYa7Xnk6Yw=
-
-Name: com/ibm/icu/impl/RelativeDateFormat$URelativeString.class
-SHA1-Digest: 1AiThK5V4VdLlPFA4uAfuHttbDk=
-
-Name: com/ibm/icu/util/TaiwanCalendar.class
-SHA1-Digest: CKWF/Q3N2If17OdaXBHhK9gc/hU=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/si.res
-SHA1-Digest: zUn27O9Kh17leyxG1medcHpemjQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/gu_IN.res
-SHA1-Digest: c5U3XRyJfmm7NVh56YJqWqALTmg=
-
-Name: com/ibm/icu/text/NFSubstitution.class
-SHA1-Digest: F/hNIotjLtg9dsk9I8KM1TysegM=
-
-Name: com/ibm/icu/util/ChineseCalendar.class
-SHA1-Digest: 4vQuID/omNZUG803NiQQQWqPWRs=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ii.res
-SHA1-Digest: JHRqts8foEwSpWkSz7ZXtDqLZlE=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_IBM420_ar_rtl.cl
- ass
-SHA1-Digest: TYqcCibL6kXL7TaC67QCJ6YbM90=
-
-Name: com/ibm/icu/impl/CalendarAstronomer$Horizon.class
-SHA1-Digest: PJt89068QebKe2YoQC+o3NXdqmo=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ig.res
-SHA1-Digest: FCz+oBObeXwOP1ZJgrc8O1D/yB8=
-
-Name: com/ibm/icu/impl/data/icudt44b/sn_ZW.res
-SHA1-Digest: nrfbY1oqIbTEYRZBtsti1SGg9b0=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sr_Latn_ME.res
-SHA1-Digest: j9NaaXC65M+YsiqWsgmF0oBLECg=
-
-Name: com/ibm/icu/impl/ICUService$CacheEntry.class
-SHA1-Digest: IXPtr43ydlDT7KEq9DMVWPKBOSw=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ms.res
-SHA1-Digest: 7hLEZdn69SsMizxGxRa4g/Q7kU0=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/et.res
-SHA1-Digest: ZnXbzILykEdGCl3/v/9um1Czpm8=
-
-Name: com/ibm/icu/util/Calendar.class
-SHA1-Digest: OfeD/y3s2ZoNjODMvtOllsjo2bw=
-
-Name: com/ibm/icu/impl/data/icudt44b/sg_CF.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/vi.res
-SHA1-Digest: A+B50zv4teS3WXGhIHMr+bIp8ZU=
-
-Name: com/ibm/icu/impl/ResourceBundleWrapper.class
-SHA1-Digest: r/m0l1ExoxGBSHToxX5zlnI/xiM=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/uz_Cyrl.res
-SHA1-Digest: 0txvmEU8CWBXXV9kXYJXyXSqK0o=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_windows_1251.cla
- ss
-SHA1-Digest: B20ySgadbP8bweRz7SfEqB6SjU4=
-
-Name: com/ibm/icu/impl/data/icudt44b/lt.res
-SHA1-Digest: Nb/LVuyKalHO8S7Fi7WuTH6JwuE=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/res_index.res
-SHA1-Digest: RXafoHW2JKij4srAJrVb3eTbdmk=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/uz_Latn.res
-SHA1-Digest: 9FFYySHpQ/6wnKnuHJJJ6XL4H8M=
-
-Name: com/ibm/icu/impl/data/HolidayBundle_iw_IL.class
-SHA1-Digest: Ahd/wzMonjc8ELD7auNdFBmp1MA=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/cy.res
-SHA1-Digest: BMxpi+wKMC9HADAxht0mFWqbFbI=
-
-Name: com/ibm/icu/lang/UScriptRun$ParenStackEntry.class
-SHA1-Digest: j7Zg5PPBJW+9osF0ZYzyavnbb8o=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/bn_IN.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/zoneinfo64.res
-SHA1-Digest: 7IV3cqfGTXGwWkeGlvUTs7bIq0w=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/da.res
-SHA1-Digest: 72jDVJTS0LL87meODMOhyxWcxZE=
-
-Name: com/ibm/icu/text/NumberFormatServiceShim.class
-SHA1-Digest: kEO0wRFyh7lZDSCLrVeM4UqPWZc=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/hu_HU.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/text/EscapeTransliterator$6.class
-SHA1-Digest: O7yKJe33AwmOfk02Gxue8ticiC8=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/pa_Arab.res
-SHA1-Digest: Xcad/7zYH/y9iAWvFQY5EIlUeFw=
-
-Name: com/ibm/icu/text/RuleBasedCollator$UCAConstants.class
-SHA1-Digest: u5d/rkt/vqxa1Y3BbLQy+HGA4Q4=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/el_GR.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/ICUNotifier.class
-SHA1-Digest: IcBVBLc/6q6M3yLVvJlNJtyOALs=
-
-Name: com/ibm/icu/text/TransliteratorRegistry$AliasEntry.class
-SHA1-Digest: qcUIvn8vn4TPMikhuhMK1APKPcc=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ru_UA.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/Trie2$ValueMapper.class
-SHA1-Digest: Jpb3gvV2seWwM2Atb9m5mN397Gk=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/uk.res
-SHA1-Digest: vH7w5QFeH1xj3MQtT1l24d2txVA=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/zh_Hant_HK.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ca.res
-SHA1-Digest: Is97fBHYZlYSKRqLsajdJ9MtWKk=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ja_JP.res
-SHA1-Digest: G7tIfKIuG5njuAJZ4whaYHZkK8I=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/kk.res
-SHA1-Digest: VBIWP0BemhKiS4FTf7eTlZoO1ac=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/es_EC.res
-SHA1-Digest: kaHtzbaKLTcTgwGZjagZ/Lf0pXk=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ha_Latn_NE.res
-SHA1-Digest: j9NaaXC65M+YsiqWsgmF0oBLECg=
-
-Name: com/ibm/icu/util/UResourceBundleIterator.class
-SHA1-Digest: gRiG7NuqtUkId2wO4xjPaJIVSoU=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ki.res
-SHA1-Digest: xj/JHfNDknUMsQXDHRDB3+lAT24=
-
-Name: com/ibm/icu/impl/data/icudt44b/ja.res
-SHA1-Digest: ukHM8P/qbvQiYpYnS+gh7B3/lYc=
-
-Name: com/ibm/icu/impl/data/icudt44b/ar_MA.res
-SHA1-Digest: N+wftR+9GtZHhw5+duVICrdB6ys=
-
-Name: com/ibm/icu/text/CollatorServiceShim.class
-SHA1-Digest: HgqpUYO6E72vCsm9grTkZroeLcc=
-
-Name: com/ibm/icu/impl/data/HolidayBundle.class
-SHA1-Digest: RB7SfuyvzSIOJhBX0kFsetXqtqg=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ha_Latn.res
-SHA1-Digest: a8tGFLZGQjTpanrdOWZwrdYUn38=
-
-Name: com/ibm/icu/impl/data/icudt44b/zu.res
-SHA1-Digest: oDRpPpzJUyElfEvWY7w9s7vlqIw=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/pa_Guru.res
-SHA1-Digest: 0txvmEU8CWBXXV9kXYJXyXSqK0o=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ga_IE.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/af.res
-SHA1-Digest: M+nHD/HQAX8LkkBs/frivJnDezg=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/gv.res
-SHA1-Digest: bZEg9Pu+D5vn+LUXDvSVPzVsah0=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/pa.res
-SHA1-Digest: c178XTXMpGm6Qwh/KYS8aDvB1Ok=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/nb.res
-SHA1-Digest: fGE5Rz+aGAdWY9zPb1Ud6mJBJJ4=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/am.res
-SHA1-Digest: +ktQ/2CfX/Ru+UDzAPWC60MTwPg=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/kln.res
-SHA1-Digest: DYIogEaFJPs7vYnp3ssTGOVZXN8=
-
-Name: com/ibm/icu/text/Normalizer$CmpEquivLevel.class
-SHA1-Digest: 9Uu6JA3+zi1Rl2yNNGKuuAeywtI=
-
-Name: com/ibm/icu/impl/UnicodeRegex.class
-SHA1-Digest: m7rrt/wYHOAtA6MR+vwu4UN7CTM=
-
-Name: com/ibm/icu/impl/data/icudt44b/it_CH.res
-SHA1-Digest: UABvF7zR9M1+wawiHOwWtbSc3PE=
-
-Name: com/ibm/icu/impl/data/icudt44b/ig_NG.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/util/VTimeZone.class
-SHA1-Digest: 9uaZhzmVqvUOMr/aJ4dVJ/6a8iE=
-
-Name: com/ibm/icu/impl/DateNumberFormat.class
-SHA1-Digest: GinPJPrwbRRhOc3plLo9JvTNaw8=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/zh_Hans_SG.res
-SHA1-Digest: j9NaaXC65M+YsiqWsgmF0oBLECg=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/shi_MA.res
-SHA1-Digest: DaJPn2nt8plk7pWKYcWmn5dB8mE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/rw.res
-SHA1-Digest: vnkOOGj7UmEXtwm46NPNoABLNf8=
-
-Name: com/ibm/icu/impl/data/icudt44b/sl.res
-SHA1-Digest: 1CR9GK+okausjMqjQDaiNijrq7s=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/bg.res
-SHA1-Digest: miV0lPR/4aPGNDtR+n6lKE5T740=
-
-Name: com/ibm/icu/text/CurrencyFormat.class
-SHA1-Digest: Bu6o5tqLG4Vkw+agDXRHLzXnbkk=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_8859_1_no.class
-SHA1-Digest: QFRb7oyRsC3FTOY5/S0YnnLZ1Xg=
-
-Name: com/ibm/icu/impl/data/icudt44b/xog_UG.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/lang/UCharacter$HangulSyllableType.class
-SHA1-Digest: VwHhzd+SZ2P0kNH7IkAzTL6WpVk=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/sh_YU.res
-SHA1-Digest: Onfb7bPSK8JNp/4Cjvvsq+gnSlg=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/hu.res
-SHA1-Digest: AezoUOCRSvM3TA9c3XDhKaP0C2A=
-
-Name: com/ibm/icu/text/TransliteratorIDParser$SingleID.class
-SHA1-Digest: sAidAVJsyCRhkhCPkJygAh4as2I=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/de_LU.res
-SHA1-Digest: vd8ihIvheJUTPfahpQDh26qsHpA=
-
-Name: com/ibm/icu/impl/SoftCache$SettableSoftReference.class
-SHA1-Digest: Nmd30patKq0IveVfbk7GRqzINBc=
-
-Name: com/ibm/icu/text/CollatorReader$2.class
-SHA1-Digest: AWvlZIwuB++WonDSb6r/7OkQKGc=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_8859_6_ar.class
-SHA1-Digest: FJua0mkIETJKfD88LebgjjuhySQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/pa_Arab_PK.res
-SHA1-Digest: G7tIfKIuG5njuAJZ4whaYHZkK8I=
-
-Name: com/ibm/icu/impl/data/icudt44b/unames.icu
-SHA1-Digest: L4BOcCowSTCnh+uqvQHRgpBzzcE=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs.class
-SHA1-Digest: NCYozwhzwfOhylwtNA/DdIvhpgU=
-
-Name: com/ibm/icu/impl/SimpleCache.class
-SHA1-Digest: glBq4NdDnQkjknwESmkwzII0hig=
-
-Name: com/ibm/icu/text/UnicodeNameTransliterator$1.class
-SHA1-Digest: o421sO+/l4t4kcJuurXRQ6UwUlU=
-
-Name: com/ibm/icu/text/Normalizer$Unicode32.class
-SHA1-Digest: fBbGjLld69CbjFeZMaIxlboJFq0=
-
-Name: com/ibm/icu/impl/data/icudt44b/pl_PL.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/kn.res
-SHA1-Digest: UdHyK+0A0OxtuNmvIWUIJDdYK0I=
-
-Name: com/ibm/icu/impl/ZoneMeta.class
-SHA1-Digest: SjLgEygEF/u+nPIkaRROcZWgi5g=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/mk.res
-SHA1-Digest: u41NFO12kOW5btlKFekzjGJNXN0=
-
-Name: com/ibm/icu/impl/data/icudt44b/sr_RS.res
-SHA1-Digest: jN1rgubYTQ9DfHTHPISo0eH5268=
-
-Name: com/ibm/icu/text/ComposedCharIter.class
-SHA1-Digest: ZvaF4oLADsthpB9mFHGTWR69nz0=
-
-Name: com/ibm/icu/impl/data/icudt44b/cs_CZ.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/es_ES.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/dav.res
-SHA1-Digest: Kj9hDNSd2BDOvSKcz/9KLwkz8Tk=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/pt_PT.res
-SHA1-Digest: EBvZKBxwUeBRpgtDcu1tJQfzT20=
-
-Name: com/ibm/icu/impl/duration/impl/DataRecord$EHalfPlacement.class
-SHA1-Digest: r1SJenaO6pNmowX8eCJQPDFZSm8=
-
-Name: com/ibm/icu/impl/data/icudt44b/fr_SN.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/text/CollationParsedRuleBuilder$CEGenerator.class
-SHA1-Digest: CRRsAIccdiRfSyprilrEjQzZPds=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/kk_KZ.res
-SHA1-Digest: Ww0A9zXyyOe9hnFtj/CrDx1LhXg=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/kln.res
-SHA1-Digest: PXa9EJjKilSCzExJAnvyTfumODU=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/zh_HK.res
-SHA1-Digest: yt0PYKe/VxAS1/yuDlMYV8NGdmQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/nn.res
-SHA1-Digest: zx9T2+091wFro13qkkCU4trtmzk=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/de.res
-SHA1-Digest: QbcFoAT0TNtuPHnT1IOG0rbUwyI=
-
-Name: com/ibm/icu/util/CaseInsensitiveString.class
-SHA1-Digest: qi7N2cJqbr+MRUJWCyseQq8Nj/I=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/nl.res
-SHA1-Digest: pGdSa6mtu9r8VrazKCHLs+1ymBk=
-
-Name: com/ibm/icu/impl/duration/impl/XMLRecordReader.class
-SHA1-Digest: NQQhBwbFBIquG9Xq08aWVy7yyR8=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/he.res
-SHA1-Digest: 5glRRzpcpEpHwffdH3eSX6yzAHo=
-
-Name: com/ibm/icu/util/TimeZone.class
-SHA1-Digest: iTylnB6TdgXqLUeWBwMn3kr/9qk=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/bo.res
-SHA1-Digest: pRUb21dwR9/VMqaHF+h+v4EV+l8=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/bm.res
-SHA1-Digest: tQMznOgzYVwg7Zapukn+rTbqsxw=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ur_IN.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/text/UnicodeSet$Filter.class
-SHA1-Digest: Am/pTiVHaSsylBL8hIgfpYh3Ulw=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/luo.res
-SHA1-Digest: pOA9ADPRN21Do8x19lXxbNlMR2Y=
-
-Name: com/ibm/icu/impl/duration/impl/data/pfd_zh_Hans_SG.xml
-SHA1-Digest: TJYCrJvOY2vR1NyyLtm2gdpw0fs=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/rof.res
-SHA1-Digest: xj/JHfNDknUMsQXDHRDB3+lAT24=
-
-Name: com/ibm/icu/impl/data/icudt44b/tzm_Latn.res
-SHA1-Digest: eIu6BJ1+OZo7SmFvwySNm2Mqz8M=
-
-Name: com/ibm/icu/impl/data/HolidayBundle_da.class
-SHA1-Digest: qpvsj+IoGbXCGONzMfmE1QHiqUU=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sr_Latn_RS.res
-SHA1-Digest: FlpADwgueBbTdfcFGftHs+CVkEg=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/yo.res
-SHA1-Digest: hr/5MlvC6kZWa/L4qgP+FQGE6Z4=
-
-Name: com/ibm/icu/impl/data/icudt44b/rfc3530mixp.spp
-SHA1-Digest: QNKp9mp8pDanLSgqdPMEJvvZAvc=
-
-Name: com/ibm/icu/impl/data/HolidayBundle_en_GB.class
-SHA1-Digest: fVh9r2g34GX7uo2lzceXvTeN3yM=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/zh_Hant.res
-SHA1-Digest: BvaOdQy+ZaCothfVw1fLUmqlshU=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/pool.res
-SHA1-Digest: uA+L4I4Ro0gOH5MZjov9UdjVosE=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/zh_Hant.res
-SHA1-Digest: JBn3n+q0aCdQPjAHS8OE+cCe0hk=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/uz_Cyrl_UZ.res
-SHA1-Digest: FlpADwgueBbTdfcFGftHs+CVkEg=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/sw_KE.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/om.res
-SHA1-Digest: nAZrQzAE0S5xx/kA7V+a0m+MEMQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/ne.res
-SHA1-Digest: 9Nm7oFmEbAgKWALNsU95W1ZOgyU=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/uz.res
-SHA1-Digest: aF6bYYlSxtw7GZR5dsZqDpmqxqA=
-
-Name: com/ibm/icu/text/CollationElementIterator.class
-SHA1-Digest: 70VtYTaaDgs2pJdnjvEuhR4ScKo=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/en_TT.res
-SHA1-Digest: WlBnedZLcUqoQiBg2IATQXp/nI0=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ko.res
-SHA1-Digest: 9GzxfSQfMJO/ui2hT0t47/fw/EQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/az_Latn_AZ.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/text/Normalizer.class
-SHA1-Digest: /Xcvbj6mBCXxgZtMAvRlvD6pb6A=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/teo.res
-SHA1-Digest: W+aZUCXPHgKawgyc4CLKNgMCvD4=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/tzm_MA.res
-SHA1-Digest: EzrM1gLfrxHu4V8kNAed0uQnWtM=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/mt.res
-SHA1-Digest: FWKsGuhFgTxU1h1s2sV/Z4BKcRo=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/te.res
-SHA1-Digest: UxtQ9NQFZsc10PZ7HI5IugFF7zk=
-
-Name: com/ibm/icu/impl/data/icudt44b/fr_MF.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ar_OM.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/shi_Latn.res
-SHA1-Digest: OAfLS9wT7CFWuP1zLmKe3sN1gfw=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/om_ET.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/cgg_UG.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/shi_Tfng.res
-SHA1-Digest: SjflhSp/h4KsHIzjbYmva++S44Y=
-
-Name: com/ibm/icu/text/CollationParsedRuleBuilder$InverseUCA.class
-SHA1-Digest: yGY8OGy0shKG5mZZaUlWkLlv6xY=
-
-Name: com/ibm/icu/impl/data/icudt44b/sl_SI.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/lang/UCharacter$GraphemeClusterBreak.class
-SHA1-Digest: 3wBFeLNCWV7EVJslKmDKBxHCB1g=
-
-Name: com/ibm/icu/text/UForwardCharacterIterator.class
-SHA1-Digest: Gu0IplGRQyvdmuqcSKLkMsBy8HA=
-
-Name: com/ibm/icu/impl/Trie2$CharSequenceIterator.class
-SHA1-Digest: UO5fAAl6w2GHJyW/WlwndlOzGN0=
-
-Name: com/ibm/icu/impl/data/icudt44b/nfkc.nrm
-SHA1-Digest: tHgcaov0fHbY+dQMf5xd2EpC0eg=
-
-Name: com/ibm/icu/text/RuleBasedTransliterator$Data.class
-SHA1-Digest: lCeI8/pUMKYi/JN9brsFQJpzn1Q=
-
-Name: com/ibm/icu/impl/data/icudt44b/translit/el.res
-SHA1-Digest: skfJbwM2OBv3KUDl1nb3NgHNPrk=
-
-Name: com/ibm/icu/impl/data/icudt44b/rof.res
-SHA1-Digest: yKXxvRv3Zsw6Fqr2CRXiOmT2rg8=
-
-Name: com/ibm/icu/impl/data/icudt44b/kk_Cyrl_KZ.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/uz_UZ.res
-SHA1-Digest: htmStMllLrBXDZumSdL4t/uNHeA=
-
-Name: com/ibm/icu/util/CECalendar.class
-SHA1-Digest: vlsDqOlbSVs4GrWd9WqXAjRhOCE=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/sr_Cyrl_YU.res
-SHA1-Digest: c7ugWMx9ocan1NzwcXeT2sgYSX4=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/sg.res
-SHA1-Digest: 958uNaMBpAvN2vJCh5STpq3zTYo=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ms_BN.res
-SHA1-Digest: ITFPZD0cdsNzNcJZLdeh0OrzB0o=
-
-Name: com/ibm/icu/impl/LocaleDisplayNamesImpl$RegionDataTables.class
-SHA1-Digest: 6eF9hH/X2poGDpcvrtZ3cUxq8mA=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/luo.res
-SHA1-Digest: 0+A7udQ/SPt5rCT6Al+jQnhO4wc=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/fr.res
-SHA1-Digest: 89AUHcn6TJvhEMLLrCmY1n3rEr8=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ja_JP.res
-SHA1-Digest: FlpADwgueBbTdfcFGftHs+CVkEg=
-
-Name: com/ibm/icu/impl/data/icudt44b/en_US_POSIX.res
-SHA1-Digest: ek+gUwJ43geJZK92ubKJoc/yxyc=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/fil.res
-SHA1-Digest: B2BBp3EvKxYj0SQsJb/XnFfKIZ0=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_8859_2_cs.class
-SHA1-Digest: zMb12wzPPcHxnnQ4c1L/HQSxnig=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ka.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ig.res
-SHA1-Digest: FuIT7xTFFCmva1BEpDnF+5sexsg=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/sk.res
-SHA1-Digest: UHDIVo1T303EPrP4qathRqkSRwA=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ja_JP_TRADITIONAL.res
-SHA1-Digest: IPHgw0716gDEvkpik6cwYLgkT5Y=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/seh.res
-SHA1-Digest: CFCOMOxKdM4KjZuodHk9KFVc8rU=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/or.res
-SHA1-Digest: RSVKxhJ1VvzV3V/skTVPn02m/vk=
-
-Name: com/ibm/icu/impl/TimeZoneAdapter.class
-SHA1-Digest: 5/0vLAZTZ6eUWmQlkFYf5nWj1J0=
-
-Name: com/ibm/icu/impl/CharTrie$FriendAgent.class
-SHA1-Digest: 8NYe/IwHn6sYJ5dgeKZneFZW/EI=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ar_LY.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ja_JP_TRADITIONAL.res
-SHA1-Digest: 2xX+mvgxhvvujrXXtxL7xgKKLFA=
-
-Name: com/ibm/icu/impl/data/icudt44b/es_PE.res
-SHA1-Digest: 6Q6PZeS8INt9xESKH+zQBEqPfNQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/sr.res
-SHA1-Digest: qUCxMHaBNEaZ80+XoiPhapJNs0M=
-
-Name: com/ibm/icu/text/RBBIDataWrapper.class
-SHA1-Digest: jOeNZ7V4jyC5yVwx07dD8xz5BrM=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/es_GT.res
-SHA1-Digest: vQOBC195Smz0+sxezx2RG7TIRAQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/teo.res
-SHA1-Digest: hHmdjHwgZCG1RmQRThgc1m3AcOw=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/cs.res
-SHA1-Digest: Na3iarG/jstnkTNVFNWrHYQNWw0=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/th.res
-SHA1-Digest: DlH0aygFYoWHC9H0HAhUp7GKEXk=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/pt_BR.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ar.res
-SHA1-Digest: F5xGB6RZlCEzAwNlYRdnGZ+EXQ4=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/nb_NO.res
-SHA1-Digest: 6y5SZNNhWljlh+n+XKf5ibc0iYc=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/shi_Latn.res
-SHA1-Digest: 13IzxJy7RLcww6g1vzYRz1vP4Xw=
-
-Name: com/ibm/icu/impl/data/icudt44b/fr_CI.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/uz_Arab_AF.res
-SHA1-Digest: FlpADwgueBbTdfcFGftHs+CVkEg=
-
-Name: com/ibm/icu/impl/data/icudt44b/zh_Hant_HK.res
-SHA1-Digest: tCIlZCW4j9512F42t7Xu8GR6zPk=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/sr_Latn.res
-SHA1-Digest: Bcy/JHZxI5pgxn+Uzkn4urhmKb8=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/hi.res
-SHA1-Digest: mJ1ijleKXCVVf6vuZryVnjaSJ9c=
-
-Name: com/ibm/icu/text/DateTimePatternGenerator.class
-SHA1-Digest: J7fBwa9u32iS7/H20Vf3BHfH2Yo=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ps.res
-SHA1-Digest: d5bOZsHlZOncCyWDKTDznnwhh3E=
-
-Name: com/ibm/icu/impl/Trie2Writable.class
-SHA1-Digest: PHu9I7W+ukutXpaJnvQlmzA0tLQ=
-
-Name: com/ibm/icu/impl/ICUResourceBundleReader$Table1632.class
-SHA1-Digest: ekkCE1ZDxJJAGIil9Q97VFWu5ak=
-
-Name: com/ibm/icu/text/TransliteratorRegistry$Spec.class
-SHA1-Digest: TL5GwFwFddtb7RI3azpYMDm1Ufk=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ha_NG.res
-SHA1-Digest: R1mo74A7fAMx1ZYhfqIkjyGM1Tk=
-
-Name: com/ibm/icu/text/RBBIRuleParseTable.class
-SHA1-Digest: P2kR7X+c5EzJPDbsQMbfUcNDcsg=
-
-Name: com/ibm/icu/impl/data/icudt44b/zh_Hant.res
-SHA1-Digest: C51yHSvPPhnYoljrWRXIExloCdQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/ms.res
-SHA1-Digest: +ZIauOYAnW5xLSXiUvmpfX3CVI4=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sh_YU.res
-SHA1-Digest: o8leyUVo303aR/x28xNHyEng2cw=
-
-Name: com/ibm/icu/impl/TrieBuilder$DataManipulate.class
-SHA1-Digest: RRJPWMwrqizqciHoIvVOWz2ncjQ=
-
-Name: com/ibm/icu/impl/data/HolidayBundle_de_AT.class
-SHA1-Digest: sO6lqQfqMqkDjhO7cI4FR52v7wA=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sh.res
-SHA1-Digest: vtXNMyp8iIpcupMWbhQ8rpEnE7g=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ki.res
-SHA1-Digest: rXmU6/zOQW1frLWvncF65/ZjqHY=
-
-Name: com/ibm/icu/impl/data/icudt44b/ur_PK.res
-SHA1-Digest: bB8s9L/B29sOWcwtsGepCtLlXwU=
-
-Name: com/ibm/icu/text/UnicodeSet$IntPropertyFilter.class
-SHA1-Digest: HK/gjdT9XLbYSMcmRFIAxAAc56w=
-
-Name: com/ibm/icu/impl/duration/impl/DataRecord$ESeparatorVariant.clas
- s
-SHA1-Digest: 23N3u469GS2P6PXWnmCBf4kDMgQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/nl_NL.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/sq.res
-SHA1-Digest: letJiPh6HzKcQZccbzF8HCrF6Gs=
-
-Name: com/ibm/icu/impl/data/icudt44b/es_AR.res
-SHA1-Digest: hlBTSKXwS+/UXbFRrJPH0W+UE5E=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/seh.res
-SHA1-Digest: mYIj59/f8TjQRb9+VaBWwhhUfS4=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/es_CO.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/ICUCurrencyMetaInfo$InfoCollector.class
-SHA1-Digest: 0/7Smr7Bjim0HNpcYaPU2p3kt6k=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/mas.res
-SHA1-Digest: Nw5lgAYFEgZshjninBC3gN0uSxs=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/in.res
-SHA1-Digest: /q5fisk7oMVjsBRMjWT5moGA2o8=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/pt_PT.res
-SHA1-Digest: StHSKbVLTCMqVAzfJpTvOlSEQmc=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/eu.res
-SHA1-Digest: paAYUpsNl5fPgnE0t5TWWOZdKdg=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/fullLocaleNames.lst
-SHA1-Digest: 3V7vlPoD3VJ6I+6Oy3C1m9Ao8MU=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/sr_Cyrl_BA.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/so_ET.res
-SHA1-Digest: 6Q+KFCcm0nE+Zr6aMbdNI8D1maI=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/uz_Latn.res
-SHA1-Digest: +mi+X8xsXBdVnpNvJ5NRC3oNqqE=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_8859_1_en.class
-SHA1-Digest: 14krVMpODlCGEQMzrR3RQmCSoy4=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ti.res
-SHA1-Digest: 0sLhCEYM+I1f6OpU80gaNUv6AIg=
-
-Name: com/ibm/icu/text/RBBISetBuilder$RangeDescriptor.class
-SHA1-Digest: G70+H4WgJZoHIwM+/+84u/Nk9H4=
-
-Name: com/ibm/icu/text/CharsetMatch.class
-SHA1-Digest: rxvukFdXLbVh12o8efvqTNrxxS4=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/mfe.res
-SHA1-Digest: FP6HDyKzqHwzhIT5EIIz6tFCMoA=
-
-Name: com/ibm/icu/impl/Row$R5.class
-SHA1-Digest: BWBFcuO39tSq8DDDFIMGQMO000w=
-
-Name: com/ibm/icu/impl/data/icudt44b/uz_AF.res
-SHA1-Digest: xSzl5sfJll4ThnFA5b+fqQ4YF2s=
-
-Name: com/ibm/icu/impl/data/icudt44b/fo_FO.res
-SHA1-Digest: bB8s9L/B29sOWcwtsGepCtLlXwU=
-
-Name: com/ibm/icu/text/NumberingSystem.class
-SHA1-Digest: aDIJVLGK7/iHKe4F+E/Gl2ictuw=
-
-Name: com/ibm/icu/text/CharsetRecog_mbcs$CharsetRecog_euc$CharsetRecog
- _euc_kr.class
-SHA1-Digest: 4RSoCRy+ljbP8jupDvprUACTyzk=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ru.res
-SHA1-Digest: BYvmhoJ1jTHILTkTtM604tlUQME=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/tr.res
-SHA1-Digest: whstGhdOCf5LLU7aoOsQsse10uI=
-
-Name: com/ibm/icu/impl/data/icudt44b/or_IN.res
-SHA1-Digest: c5U3XRyJfmm7NVh56YJqWqALTmg=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/fa.res
-SHA1-Digest: z+8lmDehoo+jr/LVUgynuBFx1pE=
-
-Name: com/ibm/icu/text/Normalizer2.class
-SHA1-Digest: ar3XGZtQfULuYnZ/Pao9AeiyxUo=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/pt.res
-SHA1-Digest: jgfAdVUeHTrkPYiHg1hX1eUE9C8=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/be.res
-SHA1-Digest: miV0lPR/4aPGNDtR+n6lKE5T740=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/pa_Guru_IN.res
-SHA1-Digest: 6y5SZNNhWljlh+n+XKf5ibc0iYc=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/hu.res
-SHA1-Digest: a50jun4QUqsQ/yD3Mb/Oa6njyis=
-
-Name: com/ibm/icu/impl/data/icudt44b/en_NA.res
-SHA1-Digest: ECm1gdbrvy+dTzt0S6vHd0IeeYg=
-
-Name: com/ibm/icu/text/ChineseDateFormatSymbols.class
-SHA1-Digest: 8Fef7NCq5s+dR6evCUg/yrn8yac=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/cy_GB.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/zh_SG.res
-SHA1-Digest: JDaJwCInUtJt/Iy0QuKGLbFxks8=
-
-Name: com/ibm/icu/text/DurationFormat.class
-SHA1-Digest: I9C0InvrkB3Tci4oNp9eKwcsaAw=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ha_Latn_GH.res
-SHA1-Digest: 6y5SZNNhWljlh+n+XKf5ibc0iYc=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/az_AZ.res
-SHA1-Digest: Tc8MQbpGEsts38562/F0VGuh2G0=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/en_AU.res
-SHA1-Digest: pGWgeYj6xQ2lQRXt1tH9Li+7F04=
-
-Name: com/ibm/icu/text/PluralRules$OrConstraint.class
-SHA1-Digest: BvyA4jdOBfMO6perrV+46gNlrug=
-
-Name: com/ibm/icu/impl/data/BreakIteratorRules_th.class
-SHA1-Digest: +PLImGh548I7/uX6G1t3H6blcH0=
-
-Name: com/ibm/icu/impl/data/icudt44b/bm_ML.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/Norm2AllModes$NoopNormalizer2.class
-SHA1-Digest: wWsSqmv0NUILJp7cptJ14C5nGI0=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/pa_PK.res
-SHA1-Digest: ht75M6zaqfE5LL95+aa/3qUHUSs=
-
-Name: com/ibm/icu/text/PluralRules$2.class
-SHA1-Digest: N4foesNjnbJlUT7rqhgwlSbEX2c=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/mk.res
-SHA1-Digest: IPQByr5x+ezzixz1Qvl+i43tpR0=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/as_IN.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ha_Latn.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/kl.res
-SHA1-Digest: cHgix1T/k8M8Ima/8aZzbK/Z7rI=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ha_Latn.res
-SHA1-Digest: rejFOwLDQu7LEkKaLq+S3yYVlAE=
-
-Name: com/ibm/icu/impl/data/icudt44b/sv_FI.res
-SHA1-Digest: HpVXkrTMt0xhpG2zNid94ThrwB8=
-
-Name: com/ibm/icu/impl/data/icudt44b/mas.res
-SHA1-Digest: nCGHuBD4BGE85gbzHceb0wltjr4=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/sv.res
-SHA1-Digest: 7eDsuTs3rRP2xPxK44fvvMujRVI=
-
-Name: com/ibm/icu/impl/data/icudt44b/nn_NO.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ps_AF.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_8859_7_el.class
-SHA1-Digest: Ly6CkblR+QFYVk8tRe6Hrr9IS0w=
-
-Name: com/ibm/icu/impl/URLHandler$FileURLHandler.class
-SHA1-Digest: 2wykqWcXSTfex4U5JyJn76YM3uA=
-
-Name: com/ibm/icu/impl/data/icudt44b/gv_GB.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/it.res
-SHA1-Digest: Ub+EL6F9+iT+81tw8lIYWhT+Hxw=
-
-Name: com/ibm/icu/util/IslamicCalendar.class
-SHA1-Digest: RFS1h2MvZ49mJ9dDhIo8v4RhY9A=
-
-Name: com/ibm/icu/impl/Trie2_32.class
-SHA1-Digest: ZToAakaPRCnv4L1GfLWpk7tW8Bg=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/sr_Cyrl.res
-SHA1-Digest: 0txvmEU8CWBXXV9kXYJXyXSqK0o=
-
-Name: com/ibm/icu/impl/data/icudt44b/ta_IN.res
-SHA1-Digest: c5U3XRyJfmm7NVh56YJqWqALTmg=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/nl.res
-SHA1-Digest: OZH6vKY3ykdGQwB0Qx6KmFrCRuc=
-
-Name: com/ibm/icu/impl/data/icudt44b/rfc3491.spp
-SHA1-Digest: tqFgaA9mZKzEeyVBJHP3C3fLH5w=
-
-Name: com/ibm/icu/impl/data/icudt44b/nfkc_cf.nrm
-SHA1-Digest: 63ksBc7KBlFB94muYpZv8w5mKg0=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sr_Latn.res
-SHA1-Digest: kBwr5YRzmBVHqeKOx5WRFKjEQhc=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/sr_ME.res
-SHA1-Digest: dohGUem+oW7iQos5o+ScQekgiXk=
-
-Name: com/ibm/icu/impl/duration/impl/data/pfd_th.xml
-SHA1-Digest: NP0IwbGJwQJTVPp+VdZ6leVSYjU=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/bm.res
-SHA1-Digest: XUsda0tGke4JbF/6CONRPBSQUOE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/sr_Cyrl_YU.res
-SHA1-Digest: K7F/DOOaeEkKFNzA0Wt7UDAwQw0=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/uz_UZ.res
-SHA1-Digest: CnxXapCYrcTQz+QRKUkgReFTJLU=
-
-Name: com/ibm/icu/impl/duration/impl/data/pfd_hi.xml
-SHA1-Digest: x48QdYWUXtpPWcdQKeU/uQwWBkg=
-
-Name: com/ibm/icu/impl/data/icudt44b/az_Latn_AZ.res
-SHA1-Digest: bB8s9L/B29sOWcwtsGepCtLlXwU=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/zh_Hant_TW.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/om.res
-SHA1-Digest: ffP57nakXuC1qB1jkOi77eYpemA=
-
-Name: com/ibm/icu/text/UnescapeTransliterator$1.class
-SHA1-Digest: /2R1AZRXEYQDsizju/7Uv1//rZI=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ga.res
-SHA1-Digest: sGbxnIBOexsaAvf+Og+LvBn/seg=
-
-Name: com/ibm/icu/text/TitlecaseTransliterator$1.class
-SHA1-Digest: c2f1yWqKDf9E2O0XBFJvQFIGASI=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ja_JP_TRADITIONAL.res
-SHA1-Digest: bJmx+Ys6JVG90LXarzOfljbixNI=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/id.res
-SHA1-Digest: uSfWosBHwyDSyeDC57D/6ftZuyc=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/km.res
-SHA1-Digest: NcgjCatgEiLhTiYm5RlTrbLiLjU=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sw.res
-SHA1-Digest: Mdj+YefmnaUHmk6AaROJcuOK+SA=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_IBM424_he_ltr.cl
- ass
-SHA1-Digest: CX7wh+mUcoWOHFv9I0lusyi7BS0=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/mr.res
-SHA1-Digest: 6OZQestB0/ec+2PQexT9szHmBcU=
-
-Name: com/ibm/icu/impl/data/icudt44b/uz_Latn.res
-SHA1-Digest: L97QzViTmc7Hnxm0SfniH91Jj7Q=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ta.res
-SHA1-Digest: dMsQId0G2T05i48TFGLFJu6n8Bw=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/eo.res
-SHA1-Digest: seBRFV935RgTcHbuMcMFvbMIaYc=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/sq_AL.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/as.res
-SHA1-Digest: 70FlXeRObzvandfa5WvnRiGP2tA=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/chr.res
-SHA1-Digest: WO8WybxCAIWLxgdkADzF+xX+uLo=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/en_GB.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/no.res
-SHA1-Digest: SV/BdXiOttBDvHeJhXgLQsP4fxI=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/pl.res
-SHA1-Digest: aQTQ+BFyMb/v+qxUcdZJc5FjVww=
-
-Name: com/ibm/icu/impl/data/icudt44b/timezoneTypes.res
-SHA1-Digest: ObnYzgiIoocNBXHMxPfzNU9tlqg=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/az.res
-SHA1-Digest: 8ZVudgIfC/U4YXK3xdhZL2Q9Qs0=
-
-Name: com/ibm/icu/impl/data/icudt44b/kn_IN.res
-SHA1-Digest: c5U3XRyJfmm7NVh56YJqWqALTmg=
-
-Name: com/ibm/icu/text/TransliteratorIDParser$Specs.class
-SHA1-Digest: tkmPIxQdyjjcUqWYXmO2z6gVI1g=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/ro.res
-SHA1-Digest: icJ5FIggMFKfoZJnAnimj0yFIC0=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/mt_MT.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/fi.res
-SHA1-Digest: Qsmvk/a7+VC9bHYiRIz9JrbnUXE=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ha_NG.res
-SHA1-Digest: o8ni5kj8ohtIdJTtUbZiygBZX7I=
-
-Name: com/ibm/icu/impl/data/icudt44b/sr_Cyrl_CS.res
-SHA1-Digest: jN1rgubYTQ9DfHTHPISo0eH5268=
-
-Name: com/ibm/icu/impl/data/icudt44b/fr_NE.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sr_YU.res
-SHA1-Digest: AWVx/wh0lWQue4hfjv74blgw0Fc=
-
-Name: com/ibm/icu/impl/CalendarAstronomer$Equatorial.class
-SHA1-Digest: KusXeOIBlm6PsUKKuqSe1R/NnDk=
-
-Name: com/ibm/icu/impl/data/icudt44b/ko.res
-SHA1-Digest: /jefPhFE75qJXjc4S/Ku2yrgYcI=
-
-Name: com/ibm/icu/impl/duration/impl/data/pfd_ru.xml
-SHA1-Digest: +MhXs1pUJCowfzBjMIxV5Y7SOd0=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/hy.res
-SHA1-Digest: GhXe0HXN+OmPEaYpx6J29edLJLw=
-
-Name: com/ibm/icu/impl/data/icudt44b/ha_Latn.res
-SHA1-Digest: XPibNrsgecsb339+bdpxqlD+rHw=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/si.res
-SHA1-Digest: adxyDPupFpee1RUg4bg+GTHfqKQ=
-
-Name: com/ibm/icu/impl/data/HolidayBundle_en_CA.class
-SHA1-Digest: L64zlmJeU9kRHQuuicXFTpbmZXY=
-
-Name: com/ibm/icu/text/CollationRuleParser.class
-SHA1-Digest: 6LFXgUs+zfP2YB7MW0dbmH9xx/U=
-
-Name: com/ibm/icu/impl/data/icudt44b/zh_CN.res
-SHA1-Digest: y1mkHXmnB1hYgzwHiba+zKbOU6o=
-
-Name: com/ibm/icu/util/LocaleMatcher$ScoreData.class
-SHA1-Digest: KqjUyYTfY3x+l1DMjZF3i9r9G70=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/zh_Hans_CN.res
-SHA1-Digest: 6y5SZNNhWljlh+n+XKf5ibc0iYc=
-
-Name: com/ibm/icu/text/CharsetRecog_mbcs$CharsetRecog_gb_18030.class
-SHA1-Digest: FsTGFnSIrgyvfFF77waI/pv4LXY=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ee.res
-SHA1-Digest: t19Kwa5BIhJgN6xWpMJd56R+zP8=
-
-Name: com/ibm/icu/util/IndianCalendar.class
-SHA1-Digest: PxSMbyyoSwcxRECmH1t/VCr8a0g=
-
-Name: com/ibm/icu/impl/data/icudt44b/he_IL.res
-SHA1-Digest: Z3tyvtVDhgE/CMWOhDRk9bOYEfA=
-
-Name: com/ibm/icu/impl/CurrencyData$CurrencySpacingInfo.class
-SHA1-Digest: jGkarccMfcYFDmHbD3p2jmEfJyU=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/en.res
-SHA1-Digest: sfAbMr21vs7qC8+KgZwmLcQB00g=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/de_CH.res
-SHA1-Digest: bxJVdO822G39GMTJyZV8uZ4dT1w=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/saq.res
-SHA1-Digest: DE6GfVyFCdvPz52sH2NyT6gKz9I=
-
-Name: com/ibm/icu/util/ULocale$JDKLocaleHelper.class
-SHA1-Digest: az1HbqBnXDLKmZvcXFJJsJfq2B4=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/zh_Hant_MO.res
-SHA1-Digest: FlpADwgueBbTdfcFGftHs+CVkEg=
-
-Name: com/ibm/icu/text/CollationParsedRuleBuilder$CombinClassTable.cla
- ss
-SHA1-Digest: QAn95UFdmGdha3S0EnMe356mQc4=
-
-Name: com/ibm/icu/impl/ICULocaleService$LocaleKeyFactory.class
-SHA1-Digest: cFRQk2hfgZNwQ1RNyW0Y9yTIN30=
-
-Name: com/ibm/icu/text/SelectFormat.class
-SHA1-Digest: IichlZnsXHHgP1vgg9zn4jLAHNU=
-
-Name: com/ibm/icu/impl/ImplicitCEGenerator.class
-SHA1-Digest: N9StFxsjFml24bRxCk3wwX7/esw=
-
-Name: com/ibm/icu/text/RBBISymbolTable$RBBISymbolTableEntry.class
-SHA1-Digest: oWMnve2IvXEINCuY3akGmLOtSnE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/chr.res
-SHA1-Digest: +fsmjWOLmVM3DUHQx0yOq1ouo2Y=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/zh_TW.res
-SHA1-Digest: dHPLVf7xIC/YXOocjpD/gu7fwQw=
-
-Name: com/ibm/icu/util/JapaneseCalendar.class
-SHA1-Digest: CTdX+ZweWy88UDUmEu5B4eGEuck=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/kln.res
-SHA1-Digest: Su9aO02ug1bRiSlfp+n4o1a9+Es=
-
-Name: com/ibm/icu/text/CharsetRecog_mbcs$iteratedChar.class
-SHA1-Digest: DHl0YZOkPxPDtzjr1TEe2NCqqic=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/fr_CA.res
-SHA1-Digest: vBmZ7rN/W+qTx+ehRxdsb6XSfCA=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ff.res
-SHA1-Digest: tl+37TEv7K+UA3yWMvshOJuDqnE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/pa_Guru_IN.res
-SHA1-Digest: G7tIfKIuG5njuAJZ4whaYHZkK8I=
-
-Name: com/ibm/icu/impl/duration/MultiUnitBuilder.class
-SHA1-Digest: ehr0KpxrD1toQsN33YcN8A/mZjc=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/id_ID.res
-SHA1-Digest: 6y5SZNNhWljlh+n+XKf5ibc0iYc=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ro_RO.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_8859_1_da.class
-SHA1-Digest: zV5hS2Ru+qPyaRvH0QAEw9ExQwk=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ha_Latn_GH.res
-SHA1-Digest: G7tIfKIuG5njuAJZ4whaYHZkK8I=
-
-Name: com/ibm/icu/impl/data/icudt44b/brkitr/word.brk
-SHA1-Digest: ElRTCxO6b/Acu5bVCKjxjc5aOUs=
-
-Name: com/ibm/icu/util/LocalePriorityList.class
-SHA1-Digest: vXxHEkUj64NhGpflnXnUAKJFJIM=
-
-Name: com/ibm/icu/text/Normalizer$NFKCModeImpl.class
-SHA1-Digest: QzA1kXv15to3xfWOqYWHXjzIYBk=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ha_NE.res
-SHA1-Digest: jEZa7qPomryPHnT5eBvaC8p0WdQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/fo.res
-SHA1-Digest: QJv+kzMy/bRVdHl6/xYYYvsIbmY=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/nyn.res
-SHA1-Digest: OItf/VCyGTZxGoZXYHtRhJMTCF8=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/de_BE.res
-SHA1-Digest: tBnj254q4i6hKCjeR8x7v020Wp4=
-
-Name: com/ibm/icu/impl/ICUResourceBundleReader$Array.class
-SHA1-Digest: /isVJFh/w3f/1TChXmRwXcUBYT4=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/si_LK.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/util/GregorianCalendar.class
-SHA1-Digest: i6HTnMR50Ug9SaeQ+tvMRIYo8sc=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/hr.res
-SHA1-Digest: PanwwHVe2WUh9DnLGoPmQ+iWSrQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/es_UY.res
-SHA1-Digest: IhpQhZ87YYrF/opiXQ7UclYhbyU=
-
-Name: com/ibm/icu/impl/data/icudt44b/numberingSystems.res
-SHA1-Digest: 08wuyQXd7AdvI/kjVDcMUmR2dBY=
-
-Name: com/ibm/icu/impl/data/icudt44b/sr_Cyrl_BA.res
-SHA1-Digest: fhBwnbsa4pvnP25lF3r0XbpyyXQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sq.res
-SHA1-Digest: Jm3FJKhKusnbiXe92426F/idTf4=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/uk.res
-SHA1-Digest: LcfPoHUuskIJ7PWENAJjDF4EEew=
-
-Name: com/ibm/icu/impl/UPropertyAliases$Builder.class
-SHA1-Digest: CGqs5Jk/39OsvTM7XBi7Yl31eBM=
-
-Name: com/ibm/icu/impl/data/icudt44b/ar.res
-SHA1-Digest: rADgNbvZYBKtqosEVvY506MSy7U=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/es_US.res
-SHA1-Digest: +PnBZkzU0jAxP8mF4SaXJ3SAHhU=
-
-Name: com/ibm/icu/impl/CacheBase.class
-SHA1-Digest: DRSebuHvcPd5e+au7A4YeJQHQUU=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/so.res
-SHA1-Digest: N2X24Ckn2MQw6agnLFQYtYU//Cg=
-
-Name: com/ibm/icu/impl/ICUResourceBundle$2.class
-SHA1-Digest: D/dlSwTg/ZVTuR1Ccvph+l9E0Vs=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/root.res
-SHA1-Digest: 9O8ePw5aTmD8d/NnK5+Y0GhXEj8=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/haw.res
-SHA1-Digest: gmwPTXKQOtwjkewXSmUEmF4sneA=
-
-Name: com/ibm/icu/util/InitialTimeZoneRule.class
-SHA1-Digest: b1mAXn3mDLSAR/f242E/41D+tMo=
-
-Name: com/ibm/icu/impl/data/icudt44b/th_TH_TRADITIONAL.res
-SHA1-Digest: P7eM54MVUNizflLRGbsll0c37Dc=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/tzm_Latn.res
-SHA1-Digest: jzLB7oi4GpJVQWJdQdaiu2ls84g=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/en_NZ.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/Normalizer2Impl$Reader.class
-SHA1-Digest: DqbXk0vJNv1VXOVxIcJZbAl317I=
-
-Name: com/ibm/icu/text/TimeUnitFormat.class
-SHA1-Digest: EenpZ1IIjKpTcNxBj3JAw4LL9sk=
-
-Name: com/ibm/icu/impl/PropsVectors$DefaultGetFoldingOffset.class
-SHA1-Digest: X7JXXVNAIBLEYcNp54yFLhcuNIk=
-
-Name: com/ibm/icu/text/DateIntervalFormat$SkeletonAndItsBestMatch.clas
- s
-SHA1-Digest: T7ff4bArhzMKm+5fda5b46pNA2Y=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/es.res
-SHA1-Digest: B9fz13xhmEz4aGLbLoOHmYZJPio=
-
-Name: com/ibm/icu/impl/CharacterIteratorWrapper.class
-SHA1-Digest: 5AINsNRplVA9tuaNuPGpic/XcJA=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/saq.res
-SHA1-Digest: n0uGoYRCbo2gBxplNRJCETlJyE8=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/is.res
-SHA1-Digest: l0Fd5KM8gx+CLx5F/eP9OBG/kdA=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/sr_Cyrl_RS.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/nfc.nrm
-SHA1-Digest: FchfMph10ujh3PIXz6+5lZgoEVs=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/zh.res
-SHA1-Digest: 0Htg2kG3MwWx8McXTm5/Xbwh360=
-
-Name: com/ibm/icu/impl/ICUResourceBundleReader$Container.class
-SHA1-Digest: 2qsknHxvp/dpeftR5gN6f+UtfeM=
-
-Name: com/ibm/icu/util/UResourceBundle$ResourceCacheKey.class
-SHA1-Digest: wOx/f6AyBtz9LQSkwSFvMLokGtY=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/nb.res
-SHA1-Digest: Hk+p/ucy4zzfDzZWIk4Mf+wzQZU=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/de_AT.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/tr.res
-SHA1-Digest: ZNqbe0VRKJRbaA86PlKwJdXsJ4M=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/shi.res
-SHA1-Digest: dt54t40XcVyeTf+Ad8jmzsOBJt4=
-
-Name: com/ibm/icu/impl/ICUService$LocaleRef.class
-SHA1-Digest: AzL7sL6UztORXbYi8Htxm6a0tPA=
-
-Name: com/ibm/icu/impl/data/icudt44b/sh.res
-SHA1-Digest: U581AvuhUjVHE3ETkbOIFSGfZY4=
-
-Name: com/ibm/icu/impl/LocaleIDParser.class
-SHA1-Digest: MY718rDHAwkFbRirEZARQTr2HjU=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sr_ME.res
-SHA1-Digest: h05b15xOios39mxsDHnkCXXzFUI=
-
-Name: com/ibm/icu/impl/data/icudt44b/kok_IN.res
-SHA1-Digest: c5U3XRyJfmm7NVh56YJqWqALTmg=
-
-Name: com/ibm/icu/impl/data/icudt44b/en_VI.res
-SHA1-Digest: bB8s9L/B29sOWcwtsGepCtLlXwU=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_8859_1_pt.class
-SHA1-Digest: isgaz4FEd/zR1d5o+gNEjmPjBFg=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/nyn.res
-SHA1-Digest: mIOQMmecMYe3/ZzOr5JniBo0MM4=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/kea.res
-SHA1-Digest: 1DBeqkW02OfHtU3QwWZm8e7N2po=
-
-Name: com/ibm/icu/impl/data/icudt44b/mas_TZ.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/en_RH.res
-SHA1-Digest: agOvvFb1d0oMM8yC0FR4q+h+RW4=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/luo.res
-SHA1-Digest: Ccatl6jOvr2lNbVdm5zUBX4LFpI=
-
-Name: com/ibm/icu/impl/ICUResourceBundle.class
-SHA1-Digest: QS3UaImF5kzVedLUKxcwmKV/w7E=
-
-Name: com/ibm/icu/impl/ICUResourceTableAccess.class
-SHA1-Digest: ciSzqKDBdA2EluwKeRmOKcv26mM=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/be_BY.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/mg.res
-SHA1-Digest: R9RExQzsxt18VGFgzXx4YYfF9T8=
-
-Name: com/ibm/icu/impl/data/icudt44b/ti.res
-SHA1-Digest: c9e9J5QWYaIPJzoqwEnQpb/FgpQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/dav.res
-SHA1-Digest: xj/JHfNDknUMsQXDHRDB3+lAT24=
-
-Name: com/ibm/icu/impl/data/icudt44b/es_CR.res
-SHA1-Digest: 9OjN64X38AYSN4Ebr92Q1qAxBNw=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ii.res
-SHA1-Digest: b2WbMetP1JzmQkrL/BmO3thiJxA=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/az_Cyrl.res
-SHA1-Digest: MWaBLwDfiMeph+1biliUXy3h5zA=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/kn.res
-SHA1-Digest: Ec0nkS5hNRJwaFu0nAAUMYo8rQI=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/it.res
-SHA1-Digest: bgdTKUBzGh/XoYLuUKaU/gmrGhk=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/es_CL.res
-SHA1-Digest: s9wXm2h6NUF49o29DSTVMGuhLw0=
-
-Name: com/ibm/icu/text/CollationParsedRuleBuilder$WeightRange.class
-SHA1-Digest: l1YbUcv4fyAmU5nuJtE6uigPaU0=
-
-Name: com/ibm/icu/impl/data/HolidayBundle_el_GR.class
-SHA1-Digest: zJFRdZEX3O5pi5fQJ/vKJThDkLk=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/gu.res
-SHA1-Digest: Dxjs6RdyPELYXXATjfx4FZrAbAM=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/teo.res
-SHA1-Digest: fQXrouUFzPgjs7Zq3/S4Gz2C3r8=
-
-Name: com/ibm/icu/impl/data/icudt44b/pt.res
-SHA1-Digest: DPAA7/dUr3IZAjE5BLGNlq6VWcE=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/et.res
-SHA1-Digest: hgBoLrnRtY60Z8a98r6xIl/BNX4=
-
-Name: com/ibm/icu/impl/data/icudt44b/es_PR.res
-SHA1-Digest: 7rGWbQ72Y6Ibu6DNLeEjyHjG94Y=
-
-Name: com/ibm/icu/text/NormalizationTransliterator$1.class
-SHA1-Digest: 4KACEoJ/8vOBXNeYBj9k0vU0AHE=
-
-Name: com/ibm/icu/impl/data/icudt44b/en_CA.res
-SHA1-Digest: JyCGXvz+zuNbktm5oki1fcu/XWw=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/vi.res
-SHA1-Digest: C06qyG9pwfczZ+fRCrMWjLTY6w8=
-
-Name: com/ibm/icu/impl/LocaleDisplayNamesImpl$ICUDataTable.class
-SHA1-Digest: HK5OgnGRtL4HwOebWgovg2q1Sgg=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/da.res
-SHA1-Digest: PHWnXgSvfWrFz+kghpWchqrZTlQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/en_BZ.res
-SHA1-Digest: 7+nXitOfGRqXWmVFGBrFtsmqR0c=
-
-Name: com/ibm/icu/impl/data/icudt44b/zh_Hant_TW.res
-SHA1-Digest: bB8s9L/B29sOWcwtsGepCtLlXwU=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/pa_IN.res
-SHA1-Digest: 0GY7ZxQsxik5H4SXTA/CLsnOVqU=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/shi.res
-SHA1-Digest: tWR4bsglXltVA8odMJpUHh+uG7U=
-
-Name: com/ibm/icu/impl/ICUCurrencyMetaInfo$UniqueList.class
-SHA1-Digest: k+Xu/yjUthW8J8Nx5jdZ22uzMjM=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/de.res
-SHA1-Digest: dJ10rrFtMicdlutRXZd5eyjj0ug=
-
-Name: com/ibm/icu/impl/LocaleIDs.class
-SHA1-Digest: rpQ3DUTAAus2oTs+jewwd/VGLyg=
-
-Name: com/ibm/icu/impl/TextTrieMap$LongestMatchHandler.class
-SHA1-Digest: S1irfdtl8zbc+muqv1ibwCelSQ0=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/kok.res
-SHA1-Digest: OrRw0pm2QB2ygfzMBu7QdtT9VR4=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/lv.res
-SHA1-Digest: 8u5+WumJ2ypgg4YCtNLWGBwUosY=
-
-Name: com/ibm/icu/util/SimpleHoliday.class
-SHA1-Digest: zyjF1WBoV8bQE3cZfoDRUa5fEPE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/kea.res
-SHA1-Digest: XdiTkz2eSR29dlKC0fSt1/h+IJY=
-
-Name: com/ibm/icu/impl/CalendarAstronomer$1.class
-SHA1-Digest: 0ztYkHIHZmi5lfvTnB7pMBxKc68=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ga.res
-SHA1-Digest: mG6bGEXbRt5v/hIeR7KRRIIIkb0=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/zh_Hans_CN.res
-SHA1-Digest: G7tIfKIuG5njuAJZ4whaYHZkK8I=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/yo.res
-SHA1-Digest: DnAd9WIN3D6Ld0PNZ62l4Ouem4I=
-
-Name: com/ibm/icu/impl/data/icudt44b/dav.res
-SHA1-Digest: Xkv7DpLYPWcSyR/Wlzyvtg77Iso=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/iw_IL.res
-SHA1-Digest: RdorQjjYgsfe6v6AM6UhtN8/vKg=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ml.res
-SHA1-Digest: SEODAIWbMNobfOKiYF0lee3xnpI=
-
-Name: com/ibm/icu/impl/PropsVectors$1.class
-SHA1-Digest: Che6C4SAR08N9vUziEqHHnZ18VY=
-
-Name: com/ibm/icu/impl/data/icudt44b/ar_QA.res
-SHA1-Digest: zwSkMd1vzjdTVbbyGlSgFAn08Ec=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ca.res
-SHA1-Digest: 8qZCFv2LIgFDccVmXW+4CYhRozU=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/kk.res
-SHA1-Digest: XuUvtsISXVPqu+I3rMEYlevbtZ4=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/seh.res
-SHA1-Digest: wt8jcyiWQnObRJHuSrHyL7UDxls=
-
-Name: com/ibm/icu/impl/data/icudt44b/rof_TZ.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/th_TH.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ta.res
-SHA1-Digest: cY/LcyvZ9nkdobTsHnRF2N+whFo=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/es_MX.res
-SHA1-Digest: 6ZxfDy1JHrIWsTFC6MhhVoiBSjI=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/am.res
-SHA1-Digest: JUDOqOkqs6HmXNUoB6WOWDgUqjk=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/iw.res
-SHA1-Digest: qaCcWmCGlhVquETdqcMmIakxD8s=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/gv.res
-SHA1-Digest: ayPt0PLgmnP1Hsdqv1cNdWA7fsk=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/pa.res
-SHA1-Digest: za+/K0Z2FP9XtknMarMQZQvr7tE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/fa_IR.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: about_files/license.html
-SHA1-Digest: 4/QaWoilTsa7IrV0yS5QPY1cyZw=
-
-Name: com/ibm/icu/text/AnyTransliterator.class
-SHA1-Digest: /oIL/nqUNjJmywb0/itpEY7RCu8=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/sr_Latn.res
-SHA1-Digest: hCrft5EeDefOrpVpgthLAT0XPKk=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/pl.res
-SHA1-Digest: pOYOK0Jlf41MXM7vxxXW5ZKgPeU=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sr_Latn.res
-SHA1-Digest: GIGLAdO422i9jeEChg7jqPx1mD4=
-
-Name: com/ibm/icu/impl/duration/impl/data/pfd_es.xml
-SHA1-Digest: MwvLXsR3TbSMZUVdFeyCStptuqE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sr_Latn_CS.res
-SHA1-Digest: o8leyUVo303aR/x28xNHyEng2cw=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/in_ID.res
-SHA1-Digest: m6lyTSgaNQO83ZcLovEXarce/Mk=
-
-Name: com/ibm/icu/text/ArabicShapingException.class
-SHA1-Digest: ykIW3bX6ZTx18Mf9b7KrrKpaWls=
-
-Name: com/ibm/icu/text/MultiplierSubstitution.class
-SHA1-Digest: maWIrnrD6i3T19lnBrwnRJkpYOU=
-
-Name: com/ibm/icu/text/CharsetRecog_mbcs$CharsetRecog_sjis.class
-SHA1-Digest: wJ70T042+wnr3Gfv+v3Mh6OtsU0=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/en_ZA.res
-SHA1-Digest: 3vVgoydO+AbMH1lFGreNDIlVcgc=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ha_NE.res
-SHA1-Digest: F/LwpOeS6y4Rjb8DDBUktzqqN4M=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/bn.res
-SHA1-Digest: wLttpeH2HVQ5nwNcsxLTbWPtffM=
-
-Name: com/ibm/icu/text/MessageFormat$Field.class
-SHA1-Digest: o23J90iLtzrnPfcs3Ow0L0MqF20=
-
-Name: com/ibm/icu/impl/UBiDiProps$IsAcceptable.class
-SHA1-Digest: 0NjTL++MH0gnTTqlIREUJ+mx3SQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/km.res
-SHA1-Digest: 4Q8AADq7DBtKfR5AAVkNVFPMkyc=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/no_NO_NY.res
-SHA1-Digest: lSDmkyUpUDHYiRU5Yud5aFSMKaE=
-
-Name: com/ibm/icu/impl/data/icudt44b/sw.res
-SHA1-Digest: f06MtUULeuc6xyl17lW9h/eakjU=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/fil.res
-SHA1-Digest: 1NJmxsLLT0QGgn2YECbSiv26CuE=
-
-Name: com/ibm/icu/impl/UCaseProps$IsAcceptable.class
-SHA1-Digest: Dv0ZQsgoj4pzkfoaaEDK+5wEQ24=
-
-Name: com/ibm/icu/text/Normalizer$NFDModeImpl.class
-SHA1-Digest: 9gVkBVQ3/wpf5QfLRxdtgErLgi8=
-
-Name: com/ibm/icu/text/MessageFormat.class
-SHA1-Digest: ZcrexGsRDVn9t32Dvs2BlffK7JM=
-
-Name: com/ibm/icu/impl/duration/BasicPeriodFormatterFactory$Customizat
- ions.class
-SHA1-Digest: BW2AXBTqjB9YK74gjiS5n37L3Qg=
-
-Name: com/ibm/icu/text/BreakCTDictionary.class
-SHA1-Digest: HEzptLhp6gRS+yJBtYvHwF4xzfY=
-
-Name: com/ibm/icu/impl/locale/ParseStatus.class
-SHA1-Digest: b8HmptYoIBEu5EWOmEzY0VAVwcs=
-
-Name: com/ibm/icu/impl/data/icudt44b/sk_SK.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/es_PA.res
-SHA1-Digest: 7rGWbQ72Y6Ibu6DNLeEjyHjG94Y=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/en.res
-SHA1-Digest: QLqiNDHZ+wfWNYlXigGz04RfKFs=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/az_Cyrl.res
-SHA1-Digest: JOTettARe4B8ViJYjihEVeIW/SU=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/or.res
-SHA1-Digest: Ejb+2tW4mX32alW5H9mbeaOZp3M=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/lv_LV.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/hr_HR.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ha_Latn_NG.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/ZoneStringFormat$ZoneStringInfo.class
-SHA1-Digest: hUkrlbKxZ95f1ddNNamZ3n9qkvA=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/el.res
-SHA1-Digest: tSn4hiCehSc1A/aMbJyhMUTRYnE=
-
-Name: com/ibm/icu/text/BreakDictionary.class
-SHA1-Digest: Ckn+xvlLWlaujvFN3FFoLK0QSjE=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/nl_BE.res
-SHA1-Digest: a1tayA60TTyujjc78xW+mc+IdPY=
-
-Name: com/ibm/icu/text/CollationParsedRuleBuilder$Elements.class
-SHA1-Digest: fHadqn7U6kvyRlQDO8S5fzLhQrc=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/tzm_MA.res
-SHA1-Digest: 1UdOypoA1ClHLvVgKTXQehsH334=
-
-Name: com/ibm/icu/text/Transliterator$Position.class
-SHA1-Digest: dq3RsK6sXZUE4dlQHy4qacJPZtk=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/es_NI.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/cs.res
-SHA1-Digest: SWh5fv+YpC0ZTWll8n2lx0dK3+g=
-
-Name: com/ibm/icu/text/DecimalFormatSymbols.class
-SHA1-Digest: 5tUWzSqVAvT5bGDSkPhVQrbRO4c=
-
-Name: com/ibm/icu/impl/ICUConfig$1.class
-SHA1-Digest: lkmgNCHqk5btF9R31VP7IMvJPPY=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/th.res
-SHA1-Digest: iqCiA3fVumlbkuidlAXuBSSZ1+k=
-
-Name: com/ibm/icu/impl/CurrencyData$1.class
-SHA1-Digest: YPVgABEJvFfTajm6h0zhAusvxtU=
-
-Name: com/ibm/icu/impl/data/icudt44b/ti_ET.res
-SHA1-Digest: 6Q+KFCcm0nE+Zr6aMbdNI8D1maI=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/he.res
-SHA1-Digest: av/TW0hqmWAlpeKi5GF2BwUl73k=
-
-Name: com/ibm/icu/impl/data/icudt44b/hy.res
-SHA1-Digest: Ufhica9wGH7NzJxMKhZ6ZtekQ3U=
-
-Name: com/ibm/icu/util/Calendar$PatternData.class
-SHA1-Digest: t40jFo9rYNIJYndeS/2qodrb7lA=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/nn.res
-SHA1-Digest: +UzLNJd6LGw8YlxvnMpqGaffAns=
-
-Name: com/ibm/icu/text/EscapeTransliterator$2.class
-SHA1-Digest: bIXAsJNPJLGLwo+Who7UMB7L1x8=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/hi.res
-SHA1-Digest: 3tA5Ir28Et0eVovB87l/ix0mS54=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/fo.res
-SHA1-Digest: FXoAf0EcFKRrkzN51tSqdO3RlLw=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/hi_.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/duration/impl/DataRecord$EFractionHandling.clas
- s
-SHA1-Digest: wf9H+CRxmz4SQkMZHoYjolTNFN4=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ps.res
-SHA1-Digest: i75V2K5zcetaRZxkQYhhcffUaN0=
-
-Name: com/ibm/icu/text/DecimalFormat$AffixForCurrency.class
-SHA1-Digest: QhTEnwZ6dkH1vozKq2yNNmNPzfQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/fil.res
-SHA1-Digest: bIbwmq9Nde+7pM0sX2YT2Ock6dE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sr_Latn_BA.res
-SHA1-Digest: j9NaaXC65M+YsiqWsgmF0oBLECg=
-
-Name: com/ibm/icu/impl/data/icudt44b/ee.res
-SHA1-Digest: 0QWJx0tGMcS4LfDMQu9PHjH9+ac=
-
-Name: com/ibm/icu/text/TransliteratorParser$RuleArray.class
-SHA1-Digest: yhTexVmNAuMDBstHHdArhvMOYNQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/fil.res
-SHA1-Digest: c9NOvjHOZPdaTmY5jqXXtadAA98=
-
-Name: com/ibm/icu/impl/data/icudt44b/ja_JP.res
-SHA1-Digest: bB8s9L/B29sOWcwtsGepCtLlXwU=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/bo.res
-SHA1-Digest: 6c8zwb+TFgPBoKstx4SqEu83HWQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/es_EC.res
-SHA1-Digest: nfHc8lRD3PnAkdo8enQxSYcg/Bs=
-
-Name: com/ibm/icu/text/StringReplacer.class
-SHA1-Digest: PKwuHFje+OF8h/nPEDrNPDOiH9Q=
-
-Name: com/ibm/icu/text/CollationRuleParser$Token.class
-SHA1-Digest: zJsRNZLU+7nEAGIoTFWA2uZ8sN0=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_8859_6.class
-SHA1-Digest: +gfGJ1Hm109GdA2l5riDihCPIQE=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/gsw.res
-SHA1-Digest: PD8L9/TQBD4yGVR4PzA47f2hRt8=
-
-Name: com/ibm/icu/impl/duration/impl/RecordReader.class
-SHA1-Digest: EkMfaAWpWbWeNDIj8LS5mvhJZmM=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/so.res
-SHA1-Digest: ztDKisEP/QbbOHZYD3T8F4QP07g=
-
-Name: com/ibm/icu/impl/duration/impl/DataRecord$ScopeData.class
-SHA1-Digest: q6gfDQ01pg2VeCNb4rCsixWsmbs=
-
-Name: com/ibm/icu/impl/data/icudt44b/sr_Cyrl_RS.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/en_ZW.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/text/BreakIteratorFactory.class
-SHA1-Digest: ftY0HGxY2yg0ZZxPI6vaUqSHxAU=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/kk_Cyrl_KZ.res
-SHA1-Digest: 6y5SZNNhWljlh+n+XKf5ibc0iYc=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/es_CL.res
-SHA1-Digest: N18un1/wu7r0O0hNElwSxpWQk2A=
-
-Name: com/ibm/icu/util/DateTimeRule.class
-SHA1-Digest: npIYg8NoSAaPARN2e4JhPzSHoTc=
-
-Name: com/ibm/icu/impl/CalendarAstronomer$SolarLongitude.class
-SHA1-Digest: 2uSW797jLFHzLe/b5D3WhN4N3lw=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/zh_TW_STROKE.res
-SHA1-Digest: 7vhjJoMV0gMpRf6SCXcp88SRy6w=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/haw.res
-SHA1-Digest: sRL98f6Ag+0LuJvD4+pJWa207OI=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ko_KR.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/ff.res
-SHA1-Digest: xO/WOTQZfH95Q/PfSltG+PAbf44=
-
-Name: com/ibm/icu/text/TransliteratorIDParser.class
-SHA1-Digest: jchIMMnGO3oOol+mF27KNNKwZi8=
-
-Name: com/ibm/icu/text/BreakIterator$BreakIteratorCache.class
-SHA1-Digest: y/RQp31Jd40b9KRpzS1SUAtC2jY=
-
-Name: com/ibm/icu/impl/data/icudt44b/sr_Latn.res
-SHA1-Digest: BxHociF6Z9bNrK/e4viJ0BNUxoU=
-
-Name: com/ibm/icu/impl/LocaleDisplayNamesImpl.class
-SHA1-Digest: kDC0Pl+CBwZKdkpz/wZexhwpwJQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/zu_ZA.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/te.res
-SHA1-Digest: uynp9zJAWot6PPNofUIG2BUqHNM=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/mfe.res
-SHA1-Digest: R9RExQzsxt18VGFgzXx4YYfF9T8=
-
-Name: com/ibm/icu/impl/data/icudt44b/fr_MQ.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/cy.res
-SHA1-Digest: AG7jxY3atZQ/bBUOoPiQFQEZr3Y=
-
-Name: com/ibm/icu/impl/OlsonTimeZone.class
-SHA1-Digest: SIlWxH2k3CnTMbgJpboLRf6KosI=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/pa_IN.res
-SHA1-Digest: zjSf6O2ZyPzDiivG0OZk9toNUOA=
-
-Name: com/ibm/icu/impl/LocaleDisplayNamesImpl$DataTables.class
-SHA1-Digest: vzll1sj3DDK2lGCX/3pztp8N53c=
-
-Name: com/ibm/icu/impl/data/icudt44b/es_BO.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/mr_IN.res
-SHA1-Digest: c5U3XRyJfmm7NVh56YJqWqALTmg=
-
-Name: com/ibm/icu/impl/RelativeDateFormat.class
-SHA1-Digest: JBKzZ4enyCtMN35rLkPCkwoYqhQ=
-
-Name: com/ibm/icu/impl/duration/BasicPeriodFormatter.class
-SHA1-Digest: NIBft6Yo6GH9rTV8cTaXkiE/ea0=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ru.res
-SHA1-Digest: Z75ZSHYBPxE1dGYFWH56adQvuZA=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/it_IT.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/pool.res
-SHA1-Digest: z7qVnaiUstnYT1pyFSOrYEBNZ20=
-
-Name: com/ibm/icu/text/CollationParsedRuleBuilder.class
-SHA1-Digest: mlADupxuC4+Nx0oo9fqFQD2i9LA=
-
-Name: com/ibm/icu/impl/data/icudt44b/de_LU.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/shi_Latn_MA.res
-SHA1-Digest: j9NaaXC65M+YsiqWsgmF0oBLECg=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/fr.res
-SHA1-Digest: 3bCnXYSKQOV183uwAZ1LmOqGYWE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ar_TN.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/util/ULocale$Builder.class
-SHA1-Digest: FQMV5Wzh2ZpI6Jwkih8xGTaP3qU=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/zh_Hant_HK.res
-SHA1-Digest: 6y5SZNNhWljlh+n+XKf5ibc0iYc=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/mg.res
-SHA1-Digest: dek6dii8FUfdvpikl2NykBx+TkA=
-
-Name: com/ibm/icu/impl/data/icudt44b/bn_BD.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/gsw.res
-SHA1-Digest: CwKJkzVHJ6f7HhWQx1RTVydYvmk=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/uz_Arab.res
-SHA1-Digest: mTt940n16tiI5gimh3VL6AbQFe8=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/sr.res
-SHA1-Digest: m8mrxaL4kEvpdBS33O0akzj5E2c=
-
-Name: com/ibm/icu/text/UnescapeTransliterator$4.class
-SHA1-Digest: 0lDRDcOLfgdR1KrLSFHC/n3ssaQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ig.res
-SHA1-Digest: JmxPriQSgQs+bQsVw++mapYhmwc=
-
-Name: com/ibm/icu/impl/data/icudt44b/pt_PT.res
-SHA1-Digest: RLSUk2otdfbGJ0fxPn1XogSYNMo=
-
-Name: com/ibm/icu/text/Collator.class
-SHA1-Digest: stkELv6K9ztICigAoy8AS1U58UY=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/kl.res
-SHA1-Digest: zo5jf7+Vba115wj6xI04DsNNaHY=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/sv.res
-SHA1-Digest: 6HvJCacB/JkUkUQfwzQ8pOuI43I=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/af.res
-SHA1-Digest: 8UrLlHY7Z1LFQkIK1AVeKJ6TXOI=
-
-Name: com/ibm/icu/impl/CurrencyData.class
-SHA1-Digest: 9kkCrjhSKvQT6pv7oL4l53Iz6qs=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ses.res
-SHA1-Digest: oiYODA6hcrs8kjMlssQXdKDhMbE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/haw.res
-SHA1-Digest: Ivm7Gs26e0gDgZe6gLcVNFQai08=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ar_DZ.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/mfe.res
-SHA1-Digest: jZMgMHv6Qvw+HM/A1VQcOKIXcyc=
-
-Name: com/ibm/icu/impl/data/icudt44b/sv_SE.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/th_TH.res
-SHA1-Digest: j9NaaXC65M+YsiqWsgmF0oBLECg=
-
-Name: com/ibm/icu/impl/UCharacterName.class
-SHA1-Digest: cvDXsrLHneBA0YstpP5WQ893rPg=
-
-Name: com/ibm/icu/text/ReplaceableContextIterator.class
-SHA1-Digest: WCaLe9NCEsqn5snD2439rUPQ4wU=
-
-Name: com/ibm/icu/impl/Norm2AllModes$Norm2AllModesSingleton.class
-SHA1-Digest: ENn/CbR3vrbRxd3exTjcB6AUWHo=
-
-Name: com/ibm/icu/impl/CurrencyData$DefaultInfo.class
-SHA1-Digest: qwCclnzStG0SzNqwGuaISPTu/dU=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/kk_KZ.res
-SHA1-Digest: YYwzoGYmW3RKfrnM3FBiun1eDK0=
-
-Name: com/ibm/icu/impl/Trie2$Range.class
-SHA1-Digest: 8N4ailRgaaP+C6n8bjaNdYsYJGk=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/chr.res
-SHA1-Digest: xSgmFeFzOFIeeruKdxJTT4ZFLvs=
-
-Name: com/ibm/icu/util/DateInterval.class
-SHA1-Digest: EvgcSCtp7oCvMXUHnwFBnlSpxWU=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/zh_HK.res
-SHA1-Digest: nggFKcPFSBH93xULVOFZuqx/b58=
-
-Name: com/ibm/icu/impl/UCharacterUtility.class
-SHA1-Digest: e71et1DN93lRZ3DZRA/vIGxgGyM=
-
-Name: com/ibm/icu/impl/data/icudt44b/gsw_CH.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/de_.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/lang/UCharacter$WordBreak.class
-SHA1-Digest: AkEzCdQa4RP6zmXZrNuyOcrIl3A=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/no_NO.res
-SHA1-Digest: mOE1CcL9J4gH4XzCacnjGZd2Rjs=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/bg.res
-SHA1-Digest: jyla0n92gekOl3MSgmjgiLIff1Q=
-
-Name: com/ibm/icu/text/RuleBasedCollator$Attribute.class
-SHA1-Digest: QWoUGZ8g9QdqwvujAs4sW1bD6dU=
-
-Name: com/ibm/icu/impl/data/icudt44b/ii.res
-SHA1-Digest: hhg/Oe2ghUYWvftXQkMbE80bVPM=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/lt.res
-SHA1-Digest: 8Z9UaMSvSgH14xuLNiOdrCTevl0=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/kok.res
-SHA1-Digest: nLSuKf43yQwd1YGxckCNTKzTM+I=
-
-Name: com/ibm/icu/text/RuleBasedCollator$DataManipulate.class
-SHA1-Digest: WNC/Z2RpXed50G8ZHg2ysva2B6E=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/af_NA.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/kk_Cyrl.res
-SHA1-Digest: 0txvmEU8CWBXXV9kXYJXyXSqK0o=
-
-Name: com/ibm/icu/impl/data/icudt44b/brkitr/sent.brk
-SHA1-Digest: s4grHtCln7+YyGVp6AnhvHtCVjQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/en_TT.res
-SHA1-Digest: jEN4LA9UE9qUaPkUHu/yRQ1auWo=
-
-Name: com/ibm/icu/impl/data/icudt44b/et.res
-SHA1-Digest: LtrQWohwoVQCKKLApK06YqWEAHc=
-
-Name: com/ibm/icu/text/PluralRules$AndConstraint.class
-SHA1-Digest: YGDZWeBr6n1ysf8KOLPL20J47ls=
-
-Name: com/ibm/icu/impl/data/icudt44b/vi.res
-SHA1-Digest: IGjwx3aWUDIom6kP8w0ffTg+eqo=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ki.res
-SHA1-Digest: 4PcP0nxSOGTcpKx6UNXy7pZmbjg=
-
-Name: com/ibm/icu/impl/data/icudt44b/mg_MG.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/duration/BasicPeriodFormatterFactory.class
-SHA1-Digest: NsmJzOT5IzyHoeh91frprFCtCxk=
-
-Name: com/ibm/icu/impl/CurrencyData$CurrencyDisplayInfo.class
-SHA1-Digest: ke4XcknFv6FfeZqnhXNzEodwomY=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/fr_FR.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ak.res
-SHA1-Digest: yy7pichmPO/utKqA2joYR2vnVRA=
-
-Name: com/ibm/icu/impl/data/icudt44b/dav_KE.res
-SHA1-Digest: vh692aR15fzTtzWwoNYcu1Q/sYs=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/sr_Latn_ME.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ses.res
-SHA1-Digest: crQRxqDMhSkqx2olRIHosfkmiqI=
-
-Name: com/ibm/icu/impl/PVecToTrieCompactHandler.class
-SHA1-Digest: jijoDSGaQghqoHCVY1WkqUNXG5I=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/fa_AF.res
-SHA1-Digest: i5b+cMrPvxCytvk8FnkO0vziiPA=
-
-Name: com/ibm/icu/text/RuleBasedCollator.class
-SHA1-Digest: T3+A8H9FGGOYJnvfs4KSPOWNFG8=
-
-Name: com/ibm/icu/impl/duration/impl/data/pfd_ar_EG.xml.escaped
-SHA1-Digest: 89IJ4u72v6STQ+GkOaiPXvgvl4s=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/saq.res
-SHA1-Digest: uTtQjsC4BHdrW8jM2bAHUpQXlkQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/th_TH_TRADITIONAL.res
-SHA1-Digest: grHO1icOKUjbYR5AImQ6+vforO4=
-
-Name: com/ibm/icu/impl/IterableComparator.class
-SHA1-Digest: EAY2baeGcpBfaVZl0MJKDsdosK8=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/fa.res
-SHA1-Digest: qY2JITdalVxkGnYpz5UzL4EKCQs=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/zh__PINYIN.res
-SHA1-Digest: 4AXmgvrWeaj+NuzvHHNHSvNc1jc=
-
-Name: com/ibm/icu/impl/data/icudt44b/brkitr/ja.res
-SHA1-Digest: aGMCuFSQkhVkCP6qb7FwTHfg9+Q=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/ja.res
-SHA1-Digest: yvEwg3LG/2T6mV+TqO5AQY/tkR8=
-
-Name: com/ibm/icu/impl/data/icudt44b/uz_UZ.res
-SHA1-Digest: WQzVhyP25a5BoadFMi63ZJFIoGc=
-
-Name: com/ibm/icu/impl/Differ.class
-SHA1-Digest: pdR3Lg2kj6vLUch/TN3D5bWcQ3s=
-
-Name: com/ibm/icu/text/BidiLine.class
-SHA1-Digest: upyt+LFp8IVhnh7uJMPJXcj8W7o=
-
-Name: com/ibm/icu/impl/StringUCharacterIterator.class
-SHA1-Digest: R4dFZ63knQFLc1y7zPlI7QFhH3g=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/no.res
-SHA1-Digest: Oy4APS23VJ4EiZ6CjWZ04NKzNJo=
-
-Name: com/ibm/icu/impl/Row.class
-SHA1-Digest: 6HAK87Y2Tn7HaKa9YNFHxFT2H7o=
-
-Name: com/ibm/icu/impl/data/icudt44b/ms_BN.res
-SHA1-Digest: RXFKpisdQNWmfbpKXqDmgWdhDKk=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/shi_Latn_MA.res
-SHA1-Digest: G7tIfKIuG5njuAJZ4whaYHZkK8I=
-
-Name: com/ibm/icu/impl/data/icudt44b/ca.res
-SHA1-Digest: 0bOABXArUmT6tMAKrWPdTfdUVKs=
-
-Name: com/ibm/icu/impl/data/icudt44b/kk.res
-SHA1-Digest: 0x8Rj1knrML5Csgcl6Ffc0/MRmA=
-
-Name: com/ibm/icu/impl/data/icudt44b/ha_Latn_NG.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/hu.res
-SHA1-Digest: Xi1a3f6eF5Jw8rly1OABSibipAo=
-
-Name: com/ibm/icu/impl/CalendarCache.class
-SHA1-Digest: Y8OjQI36wXYsL2HxUs9cv31Uepk=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/nyn.res
-SHA1-Digest: Ahra4LiewUFLFz1WsmU/wwnSCY8=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/kok.res
-SHA1-Digest: 41G+TD7kjL5FtbpkrGvk4sT8ubo=
-
-Name: com/ibm/icu/impl/data/icudt44b/kea_CV.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/duration/impl/data/pfd_fr.xml
-SHA1-Digest: q6GC/B2UeKvgMaDcH227hHVFGZY=
-
-Name: com/ibm/icu/impl/data/icudt44b/gv.res
-SHA1-Digest: IjZEKtEhZLcO8ZsA0AXddVkIAgg=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/uz_Arab.res
-SHA1-Digest: H82KqZmKS5AtgldvBa2/mJhYTx8=
-
-Name: com/ibm/icu/impl/data/icudt44b/pa.res
-SHA1-Digest: KVAuXF2kdpgwrpj+Z4STw2jr3tI=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/kk_Cyrl_KZ.res
-SHA1-Digest: G7tIfKIuG5njuAJZ4whaYHZkK8I=
-
-Name: com/ibm/icu/impl/data/icudt44b/ar_SA.res
-SHA1-Digest: 4gWh3Nt3dHmbpN9jiQIuNM+NMRc=
-
-Name: com/ibm/icu/impl/data/icudt44b/bo_CN.res
-SHA1-Digest: bB8s9L/B29sOWcwtsGepCtLlXwU=
-
-Name: com/ibm/icu/impl/data/icudt44b/es_GT.res
-SHA1-Digest: msKi3tq0PCD4H4MrBxlX79to0Ic=
-
-Name: com/ibm/icu/impl/ICUCurrencyMetaInfo$RegionCollector.class
-SHA1-Digest: knv7XcZywAWd96cVJ2Og7QGWLi0=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/mk.res
-SHA1-Digest: SyXPtVLTA/R9atIq7N1z8mf0xeo=
-
-Name: com/ibm/icu/text/RBBIRuleBuilder.class
-SHA1-Digest: DY5GQnPvN/5VGUXUH7HX2zmOrvI=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/sl.res
-SHA1-Digest: /XsnE2EHgHWLe1ysEbzXp2f8ggA=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/om_KE.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/el.res
-SHA1-Digest: w8iT5RC9HJtx65amtXbVUmna98w=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/en_ZW.res
-SHA1-Digest: j9NaaXC65M+YsiqWsgmF0oBLECg=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ha_Latn_NE.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/az_Latn_AZ.res
-SHA1-Digest: 6y5SZNNhWljlh+n+XKf5ibc0iYc=
-
-Name: com/ibm/icu/text/TransliteratorParser$RuleBody.class
-SHA1-Digest: yS7ZRs0sENWHGsfYKCMcq1SHezw=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/kw.res
-SHA1-Digest: aF6bYYlSxtw7GZR5dsZqDpmqxqA=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/mt.res
-SHA1-Digest: +1FLvOu3YiGtDOtTSLQgjRIEZsc=
-
-Name: com/ibm/icu/text/DateTimePatternGenerator$PatternWithSkeletonFla
- g.class
-SHA1-Digest: hIEPEJyL8w6LCRjOwOxAz5skghM=
-
-Name: com/ibm/icu/lang/UCharacter$JoiningGroup.class
-SHA1-Digest: 2azpnxS/nAlxKO96jQuXZdP5QyM=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/sh_BA.res
-SHA1-Digest: DxSoYx7SutQiqNPjsoWmr78xHfU=
-
-Name: com/ibm/icu/impl/data/HolidayBundle_ja_JP.class
-SHA1-Digest: k2k7uf2kn1QijRPHq4qZFZV1OFw=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/kln.res
-SHA1-Digest: R9RExQzsxt18VGFgzXx4YYfF9T8=
-
-Name: com/ibm/icu/impl/data/icudt44b/ti_ER.res
-SHA1-Digest: /d+HH2yaiGrywr/JyOuR66wFn7E=
-
-Name: com/ibm/icu/text/PluralRules$ConstrainedRule.class
-SHA1-Digest: +hcpeL3WMJfTq48JrlvKzRZj9qM=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/nb_NO.res
-SHA1-Digest: G7tIfKIuG5njuAJZ4whaYHZkK8I=
-
-Name: com/ibm/icu/impl/data/icudt44b/ar_KW.res
-SHA1-Digest: IJ4kmSxvswVnqwTaw9ogAX4QKdQ=
-
-Name: com/ibm/icu/text/IntegralPartSubstitution.class
-SHA1-Digest: /NcoPyYFCfTnNn4farsVzAVl1z4=
-
-Name: com/ibm/icu/impl/data/icudt44b/ha_NG.res
-SHA1-Digest: 6ubhBhOYlXNpX87OX1gobsYiIFI=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/nl.res
-SHA1-Digest: j5eRqH4qeGVWeac4ZgXtfykjW3Q=
-
-Name: com/ibm/icu/text/RBBIRuleScanner.class
-SHA1-Digest: j6OQPHQv0akhTY2Q8JbUTl8orDw=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/shi.res
-SHA1-Digest: lDX7eEnbtzRr9Sfay1E9JzYv2cI=
-
-Name: com/ibm/icu/text/RBBIRuleScanner$RBBISetTableEl.class
-SHA1-Digest: PIlKcKNRLUgAC2Ddefq6KujGzgs=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/zh_Hans_SG.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/Trie2$UTrie2Header.class
-SHA1-Digest: RLjEPQdtPo6qKc9IjuAGKGEAN+M=
-
-Name: com/ibm/icu/impl/UCharArrayIterator.class
-SHA1-Digest: KNmR+dULKnuSOIlthZQG8QZgFpc=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sr_Latn_RS.res
-SHA1-Digest: j9NaaXC65M+YsiqWsgmF0oBLECg=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/bm.res
-SHA1-Digest: Sg6p+MriAG2B59YuovBMuGXwJaU=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/zh_Hant_HK.res
-SHA1-Digest: puVFcP9oLWBe0JyAvaJ8BYgUYFE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/uz_Cyrl_UZ.res
-SHA1-Digest: j9NaaXC65M+YsiqWsgmF0oBLECg=
-
-Name: com/ibm/icu/impl/data/icudt44b/sr_Latn_YU.res
-SHA1-Digest: JrZIjzTrKvx7nW5VC/LEXLi/hpY=
-
-Name: com/ibm/icu/impl/ICUResourceBundleImpl.class
-SHA1-Digest: 0bF/ZVd7XChkKTMDE/+oWFn6YCw=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/kea.res
-SHA1-Digest: R7P/LaJCJ1LeIXli+LzCOrNchfI=
-
-Name: com/ibm/icu/impl/UPropertyAliases$ContiguousEnumToShort.class
-SHA1-Digest: RJsxqyVJ+l0xMKN/na9IUAYCfeI=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/id.res
-SHA1-Digest: D7FlqgZBi2ewY18gN7tNEf6iVvo=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ka.res
-SHA1-Digest: OKFsF9kunMNX05uQqBGCIAc0OPw=
-
-Name: com/ibm/icu/impl/data/HolidayBundle_en_US.class
-SHA1-Digest: xxbqPUVoUD/ikSNxqYMvH5zTlRQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/sk.res
-SHA1-Digest: T6XhpRIXPUS/z0zNiuwUJWcv/Ec=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/en_PH.res
-SHA1-Digest: CbdJQydrdx7znKrlC/TuU4/C1FQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/zh_Hans_HK.res
-SHA1-Digest: wxCCsCVE89rW7vwAfzRUvqDTlEM=
-
-Name: com/ibm/icu/impl/ICUData$3.class
-SHA1-Digest: B09mKkj2pCPQl71Vc9DwFWZ06QE=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/az_Cyrl.res
-SHA1-Digest: U40+nEhRuxYyYdSEjCfegUNJKic=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/om.res
-SHA1-Digest: hRZ5eG4vwOo14emLDNfnGkNjvTI=
-
-Name: com/ibm/icu/impl/data/icudt44b/saq_KE.res
-SHA1-Digest: vh692aR15fzTtzWwoNYcu1Q/sYs=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/sr_Cyrl_CS.res
-SHA1-Digest: c7ugWMx9ocan1NzwcXeT2sgYSX4=
-
-Name: com/ibm/icu/impl/data/icudt44b/de_CH.res
-SHA1-Digest: tpFc8xAJkb33TsMENj2M3ASDvDo=
-
-Name: com/ibm/icu/text/TransliteratorRegistry$CompoundRBTEntry.class
-SHA1-Digest: BiIA5heiSMBb2Man/a1BZ4hnjIw=
-
-Name: com/ibm/icu/impl/data/icudt44b/nd_ZW.res
-SHA1-Digest: nrfbY1oqIbTEYRZBtsti1SGg9b0=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/eo.res
-SHA1-Digest: aF6bYYlSxtw7GZR5dsZqDpmqxqA=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/gl.res
-SHA1-Digest: vV0ZaTCzcV/tqGSx4V9VjAFbWuI=
-
-Name: com/ibm/icu/impl/data/icudt44b/nn.res
-SHA1-Digest: xeAubK43/EK/Auk865OCpuERDS0=
-
-Name: com/ibm/icu/impl/data/icudt44b/kln.res
-SHA1-Digest: A08wli4wL2QKO4X6bf7dnDWQ6oU=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/es.res
-SHA1-Digest: xot8p4xC5rkYkgAzZuGEDl/28K8=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/cy.res
-SHA1-Digest: hqlK6bkLqC4H0YGmzqxF3/koOp8=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/en_BW.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/en_IE.res
-SHA1-Digest: RCKb8CytmStxfEzSiirk6bNMO0A=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/fullLocaleNames.lst
-SHA1-Digest: HMqDgXz9qECkf5y/oYOrrJ9K1So=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/az.res
-SHA1-Digest: qSUhA1sqmcIPFNWXcPU8xRLDjGw=
-
-Name: com/ibm/icu/text/NormalizationTransliterator$4.class
-SHA1-Digest: gPqrSvYuucdxe+tC1GLQj2k2SN4=
-
-Name: com/ibm/icu/impl/duration/TimeUnit.class
-SHA1-Digest: 8Wridv2Agg7paLJgCet/oR/o1cM=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/et_EE.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/bo.res
-SHA1-Digest: NUxjzrA+XTea9QeYrEWh6GZ22js=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/kk_KZ.res
-SHA1-Digest: 9CenMWDzVrNuE2fDIiFSDM9rrLY=
-
-Name: com/ibm/icu/impl/UCharacterProperty.class
-SHA1-Digest: PRMnhW6cw45dXTz1Q1rTlUS24PY=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ro.res
-SHA1-Digest: tDdDaBnhbJoaqXoVKB1g1u5UPEs=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/tl.res
-SHA1-Digest: LvmX+pn5HJzz+3z/N6oDQvyZXLI=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/khq.res
-SHA1-Digest: ivA0KA4CfiNUUcZvu93OmELETdM=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/zh_HK.res
-SHA1-Digest: BsG+u/JP99q4kGhE48hLPlVbaJg=
-
-Name: com/ibm/icu/util/OverlayBundle.class
-SHA1-Digest: I3maMhaPnlZwWQQ2uO9eL0n0U94=
-
-Name: com/ibm/icu/impl/data/icudt44b/fr_RE.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/haw_US.res
-SHA1-Digest: OfL4MxIefd2KoFcmUSqr+YHjhsE=
-
-Name: com/ibm/icu/util/Range.class
-SHA1-Digest: wJvDm+X172y2qwSe+m7W2tH5tcg=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/en_MT.res
-SHA1-Digest: 2tiRDEb7nn8xNklAsaZ6etCKBKA=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ar_LB.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/LocaleDisplayNamesImpl$LangDataTables.class
-SHA1-Digest: gi0CTvWZ3ELrlYFeLxhxDOpOrMU=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/luo.res
-SHA1-Digest: xj/JHfNDknUMsQXDHRDB3+lAT24=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/no_NO.res
-SHA1-Digest: fctHmjlsa/wAL48+gXvdfP/L9do=
-
-Name: com/ibm/icu/impl/duration/DateFormatter.class
-SHA1-Digest: tEqtfo3Oq6JZAeDexWhHwx3+GSA=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/zh_SG.res
-SHA1-Digest: 5vTjoLejKyMER4xiT0ok1vdP9ZQ=
-
-Name: com/ibm/icu/text/TransliteratorParser.class
-SHA1-Digest: hoS1UKYhe9wptgNJD35xLi9UX68=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/en_AU.res
-SHA1-Digest: Epbl8jfesffFsRnXGCcU55EVCZo=
-
-Name: com/ibm/icu/impl/CalendarAstronomer$4.class
-SHA1-Digest: Ffe+9pD2d+8QHgUig+V2LSbBCKI=
-
-Name: com/ibm/icu/util/LocaleData$MeasurementSystem.class
-SHA1-Digest: rDJ0F7eiDbSHCybCZJdB8kJ9ymU=
-
-Name: com/ibm/icu/impl/data/icudt44b/te.res
-SHA1-Digest: Ggeoglp61b/+0awh6dAhYEDtfRI=
-
-Name: com/ibm/icu/text/UppercaseTransliterator.class
-SHA1-Digest: 78ElfN9ISPh387nC0gULqqurgIA=
-
-Name: com/ibm/icu/lang/UCharacter$LineBreak.class
-SHA1-Digest: q/SxfVVQz9KVrm5A72RzTS2AFEw=
-
-Name: com/ibm/icu/impl/data/icudt44b/so_KE.res
-SHA1-Digest: 6Q+KFCcm0nE+Zr6aMbdNI8D1maI=
-
-Name: com/ibm/icu/util/TimeUnit.class
-SHA1-Digest: TNrz9mqBRBofdwlJ+I5VH/5wqNk=
-
-Name: com/ibm/icu/impl/data/icudt44b/so_SO.res
-SHA1-Digest: 6Q+KFCcm0nE+Zr6aMbdNI8D1maI=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/af.res
-SHA1-Digest: 4wjqs7OF2x2J8OMckyfnV6y2jnk=
-
-Name: com/ibm/icu/impl/data/icudt44b/hi_IN.res
-SHA1-Digest: c5U3XRyJfmm7NVh56YJqWqALTmg=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/st.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/teo.res
-SHA1-Digest: Nw5lgAYFEgZshjninBC3gN0uSxs=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/in.res
-SHA1-Digest: BGbu78C8d7bNr0P8VJKe2Revh84=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sh_CS.res
-SHA1-Digest: o8leyUVo303aR/x28xNHyEng2cw=
-
-Name: com/ibm/icu/util/RangeValueIterator.class
-SHA1-Digest: NwdfH9Ca2yfelaJKuIjPPZsFRq8=
-
-Name: com/ibm/icu/impl/duration/impl/YMDDateFormatter.class
-SHA1-Digest: /vXnKLXBaWjtH3sY3gxDUU7x5Po=
-
-Name: com/ibm/icu/text/TransliteratorRegistry$ResourceEntry.class
-SHA1-Digest: UWHxQy4Fi9rh2PVBsDCy8MrVZ60=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/sr_Cyrl_BA.res
-SHA1-Digest: 6y5SZNNhWljlh+n+XKf5ibc0iYc=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/gu.res
-SHA1-Digest: HuUF4p0Nt0XIcwxFQkG40JxPZNc=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/uz_Arab_AF.res
-SHA1-Digest: j9NaaXC65M+YsiqWsgmF0oBLECg=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/lg.res
-SHA1-Digest: 9OPLrMyvBEzd4815/TXpIpPiU0w=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/fa_AF.res
-SHA1-Digest: XC/JOYXnmrH7vYZ2pT2rHEH7Z7M=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/nd.res
-SHA1-Digest: R9RExQzsxt18VGFgzXx4YYfF9T8=
-
-Name: com/ibm/icu/impl/data/icudt44b/shi_Latn_MA.res
-SHA1-Digest: Dp27hTh/fSz0X3YsZC7t08IP9oY=
-
-Name: com/ibm/icu/impl/data/icudt44b/es_DO.res
-SHA1-Digest: 9+tMlDM7d1hz083umHJqg43/AkU=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/da.res
-SHA1-Digest: fPs4rurt4FiMkU/VhJgnLa3WX0k=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/bg.res
-SHA1-Digest: HC8mhySB1afAfukSjBgyXTgXgVo=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/khq.res
-SHA1-Digest: crQRxqDMhSkqx2olRIHosfkmiqI=
-
-Name: com/ibm/icu/text/CaseFoldTransliterator.class
-SHA1-Digest: b2ZlrI8NG8bU1xsepsXNa8qJt+M=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/be.res
-SHA1-Digest: iMT0JUmjnmnyLI15ydFNx4VD8Vc=
-
-Name: com/ibm/icu/impl/data/icudt44b/luo.res
-SHA1-Digest: mjS79L19nO0s8WSMfhxK79tJ3AA=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/hr.res
-SHA1-Digest: 0Nwaqs5nrMiDjC5z9WVwY69T5XA=
-
-Name: com/ibm/icu/impl/ICUBinaryStream.class
-SHA1-Digest: lf9jWomoBfKe9WJrSWuLq0RTZ30=
-
-Name: com/ibm/icu/impl/data/icudt44b/ig.res
-SHA1-Digest: saQOgqP9dIZQ20hCXbTBXZwQkq4=
-
-Name: com/ibm/icu/impl/data/icudt44b/sr_Latn_ME.res
-SHA1-Digest: D06y41e/jvfe+a3NrxAz11CAdc4=
-
-Name: com/ibm/icu/lang/UCharacterCategory.class
-SHA1-Digest: KsEiYgnc80X0Of/1Qw8e2Ldjk1o=
-
-Name: com/ibm/icu/text/Transliterator.class
-SHA1-Digest: d9WFdK/9vIqY4/QzvtMBSWJ6obI=
-
-Name: com/ibm/icu/impl/data/icudt44b/az_Cyrl.res
-SHA1-Digest: juxzCvqzMQ6SbSAuJwFB+hlngTg=
-
-Name: com/ibm/icu/text/SearchIterator.class
-SHA1-Digest: 7+/JIVM+u3ppD/4DqHBihYPVf3w=
-
-Name: com/ibm/icu/impl/duration/DurationFormatterFactory.class
-SHA1-Digest: YWqBVViS78A6FcI6AgJTKFsaDJM=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ar_JO.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ur.res
-SHA1-Digest: mavn7IkCtYjd4pCyv7FOhNaXe6c=
-
-Name: com/ibm/icu/text/NameUnicodeTransliterator.class
-SHA1-Digest: +E4QGAwbRdHWVNSm3o4Q9c0nIzI=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/seh.res
-SHA1-Digest: 2R9mI49anFlK6J7KETkm8+vaqg0=
-
-Name: com/ibm/icu/impl/data/icudt44b/teo.res
-SHA1-Digest: p7tVM1+BUj/fThlqVrv664wdEgc=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sq.res
-SHA1-Digest: +qUqhik95dVzMEONmVqC92OjXdQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/az_Latn_AZ.res
-SHA1-Digest: G7tIfKIuG5njuAJZ4whaYHZkK8I=
-
-Name: com/ibm/icu/impl/data/icudt44b/es_VE.res
-SHA1-Digest: iEQsEq0yKKXHR01xSJbmxpJK5ec=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ml.res
-SHA1-Digest: EB5uVOYWrHWY9L4X3tCH1l4fH/g=
-
-Name: com/ibm/icu/lang/UProperty.class
-SHA1-Digest: YtT8oi7QM2SWgGdmADeK0bdi4kY=
-
-Name: com/ibm/icu/text/Bidi$LevState.class
-SHA1-Digest: F9A8wiehg0/w1COLLpldWO+RKNM=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/sr_BA.res
-SHA1-Digest: PXNRFYQNit7A6GiRp4Jbf/ZgqEM=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/is.res
-SHA1-Digest: 1d/6ItMOQPZnCdf/VGLqK648g8M=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/zh.res
-SHA1-Digest: tJ+Z4IhaxHTVhMnpq7m5Q4qRl/8=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/ms.res
-SHA1-Digest: OORSQA7owwh74eLyQP5q8Iz3Bho=
-
-Name: com/ibm/icu/impl/CalendarAstronomer$Ecliptic.class
-SHA1-Digest: k08RPECEp448mGoyuq3Xpa/DHqw=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/iw.res
-SHA1-Digest: wb3aRZzuUtwT2UIcxDymiNW0/ds=
-
-Name: com/ibm/icu/impl/duration/PeriodFormatterService.class
-SHA1-Digest: 7PIguJ57023qqpXhhvzw8V2zF+c=
-
-Name: com/ibm/icu/impl/data/icudt44b/en_US.res
-SHA1-Digest: OfL4MxIefd2KoFcmUSqr+YHjhsE=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/nb_NO.res
-SHA1-Digest: FlpADwgueBbTdfcFGftHs+CVkEg=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sh_BA.res
-SHA1-Digest: VYuOuevejqr9n0n7uMkIsZAJ8S4=
-
-Name: com/ibm/icu/impl/duration/impl/data/pfd_zh_Hans.xml
-SHA1-Digest: BIlCGllGabqtfsLAKABjzjniGb0=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/tzm_Latn_MA.res
-SHA1-Digest: j9NaaXC65M+YsiqWsgmF0oBLECg=
-
-Name: com/ibm/icu/impl/Trie2_16.class
-SHA1-Digest: lb4ZW0DCoJm0J/eWpztFbnk3Hus=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/fr_CH.res
-SHA1-Digest: bU4mKuyizegsIaFe27PaQPWv2qg=
-
-Name: com/ibm/icu/impl/URLHandler$JarURLHandler.class
-SHA1-Digest: rQbP8bu3h71eLts3xtd2KD4j9J8=
-
-Name: com/ibm/icu/text/BreakTransliterator$ReplaceableCharacterIterato
- r.class
-SHA1-Digest: dkl8JLTZMyi632hnCr4RIrTJYwQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/es_HN.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/tr.res
-SHA1-Digest: BS4dDaxTrxetUdRmm9fazZcI+wY=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/shi_MA.res
-SHA1-Digest: xsgiwMhAkAfREr2ZhK+AtDxjPl4=
-
-Name: com/ibm/icu/util/CalendarServiceShim$CalService$1RBCalendarFacto
- ry.class
-SHA1-Digest: FrRTNM/hvsu69XBigwnoeMvHe0o=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/res_index.res
-SHA1-Digest: RdeS54CDvLFJzuDFlOiwkrzDubs=
-
-Name: com/ibm/icu/text/NullSubstitution.class
-SHA1-Digest: H/TFQP5DMXMVjcLxrqc4SfbNeZY=
-
-Name: com/ibm/icu/text/EscapeTransliterator$5.class
-SHA1-Digest: IB00AHqDo0CFvYXrBJL0z5KGZi0=
-
-Name: com/ibm/icu/impl/RuleCharacterIterator.class
-SHA1-Digest: C+kx08lGeiXgUWH9QuFZh1WI7Ys=
-
-Name: com/ibm/icu/impl/data/icudt44b/ki.res
-SHA1-Digest: P80iY3gKn7mT243PLh4jiEfs9bY=
-
-Name: com/ibm/icu/util/CurrencyServiceShim.class
-SHA1-Digest: tNr6M9q8XtejniorcZA/OSX6YlY=
-
-Name: com/ibm/icu/impl/ICUResourceBundle$AvailEntry.class
-SHA1-Digest: wY2/V+NZk5z2enkgiVvKEX+oRpU=
-
-Name: com/ibm/icu/impl/data/icudt44b/ha_Latn_NE.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/bn.res
-SHA1-Digest: zEEvI0bdDCw6ezAZRtjFq0S7Nl8=
-
-Name: com/ibm/icu/impl/data/icudt44b/ta_LK.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/zh_Hant_TW.res
-SHA1-Digest: 6y5SZNNhWljlh+n+XKf5ibc0iYc=
-
-Name: com/ibm/icu/impl/data/icudt44b/seh.res
-SHA1-Digest: 1p+LCqO8UdbKqooKkmWIvU6RPzg=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_8859_9.class
-SHA1-Digest: fCq0QfFAXK0Pz2Cn/LTbm76abYk=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/zh_MO.res
-SHA1-Digest: IWdnRUBXW4dtKbQCabwSmjzw/1A=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/gsw.res
-SHA1-Digest: MR2hKeEPM9UTvyVEfUzbxG3Dm0Q=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/sr_Cyrl_CS.res
-SHA1-Digest: K7F/DOOaeEkKFNzA0Wt7UDAwQw0=
-
-Name: com/ibm/icu/impl/data/icudt44b/eu_ES.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/en_US_POSIX.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/lt_LT.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/mt.res
-SHA1-Digest: 6ispHUIhbRmCvXtF5Z5OCPKIL2Y=
-
-Name: com/ibm/icu/text/CollationRuleParser$TokenOption.class
-SHA1-Digest: qPgwK2ULV5A9/3kx6ys6EgI98qQ=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_8859_2_ro.class
-SHA1-Digest: sSJ47HIL3ocDUeSKN6pElDlGu2g=
-
-Name: com/ibm/icu/impl/locale/BaseLocale$Key.class
-SHA1-Digest: LlXzzjeaBPzhOm3v584k/UX4D/A=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/en_BE.res
-SHA1-Digest: o2IDz+bedIHBH3Hz+qMOLulGpqc=
-
-Name: com/ibm/icu/lang/UProperty$NameChoice.class
-SHA1-Digest: nUCBYBzIp6fksIOK89Lhlr+J2Lo=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/mr.res
-SHA1-Digest: enps2SLf1abvmk6WB9GSkCyFKDQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/it.res
-SHA1-Digest: Xd6MJf5VT94ZS3ZwwEuGHhzBqa4=
-
-Name: com/ibm/icu/impl/LocaleDisplayNamesImpl$Cache.class
-SHA1-Digest: yBZCNkqDQexz6sOZsTG7JZQJp1M=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/haw.res
-SHA1-Digest: uqMjLwk5ldMi40A8EuIuuF+tKRU=
-
-Name: com/ibm/icu/impl/data/icudt44b/zh_Hans_SG.res
-SHA1-Digest: gLXnD7fcCFD55HsxUWtfjfc/iZU=
-
-Name: com/ibm/icu/impl/data/icudt44b/fr_CA.res
-SHA1-Digest: 7CJ2gfESHd1/GfIXIZliENbV744=
-
-Name: com/ibm/icu/impl/data/icudt44b/te_IN.res
-SHA1-Digest: c5U3XRyJfmm7NVh56YJqWqALTmg=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/as.res
-SHA1-Digest: FCVFzRiUssJ3m1H/wV23RbW2bko=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ha.res
-SHA1-Digest: uuXFn/LFYcNlOv1zHU7oEtY83PQ=
-
-Name: com/ibm/icu/impl/CurrencyData$CurrencyDisplayInfoProvider.class
-SHA1-Digest: MpIjedcR4HhO9Lne3oor0C9aEcs=
-
-Name: com/ibm/icu/impl/data/icudt44b/hu.res
-SHA1-Digest: /fEJsXF4EbJz2S0cU5fZhHINjYU=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/zh_.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/ha_NE.res
-SHA1-Digest: RRadoKW1361p0rQZB+6pbsvhlXE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/he.res
-SHA1-Digest: dFQGz62y0EtSu48J0GxLr+pzDpk=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/zh_TW.res
-SHA1-Digest: N6bxg9kW9xKEJ3Wgp8nvA6cjhA4=
-
-Name: com/ibm/icu/impl/data/icudt44b/de_BE.res
-SHA1-Digest: wYzJ1WEF32FDP76XDFKJ8DLg+OU=
-
-Name: com/ibm/icu/text/SelectFormat$State.class
-SHA1-Digest: BwlgyIhxWUri8SBC4rs7FmAAiWA=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/fi.res
-SHA1-Digest: hJJ9ydKW0/dtX6GNTHaOPrsYwG4=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/bg_BG.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/lv.res
-SHA1-Digest: mJ8wDkMfrUVXLKjAnjThohKTtUk=
-
-Name: com/ibm/icu/impl/Norm2AllModes$NFKCSingleton.class
-SHA1-Digest: DK4WFa60LsKconACA6Heyb08WsA=
-
-Name: com/ibm/icu/text/CharsetRecognizer.class
-SHA1-Digest: E3O/j2f6EI38rkI/V5TN/kX1bQ0=
-
-Name: com/ibm/icu/impl/data/icudt44b/mk.res
-SHA1-Digest: S0SYWdcc3is8vIG+0j9JpJfgTyA=
-
-Name: com/ibm/icu/impl/data/icudt44b/ne_NP.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/text/RBBITableBuilder$RBBIStateDescriptor.class
-SHA1-Digest: nGenJH5ABAXWu1xXAEzML+5KgJQ=
-
-Name: com/ibm/icu/text/BreakIteratorFactory$BFService.class
-SHA1-Digest: z0BDSnFD0+dFwIouGUnQBnIDqxI=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/id_ID.res
-SHA1-Digest: G7tIfKIuG5njuAJZ4whaYHZkK8I=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/sh_YU.res
-SHA1-Digest: NfISe4cDjIC/ByU1KEwb9eEebgw=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/zh_SG.res
-SHA1-Digest: x/SQfNf1b4PJQEjIPI8OTkBoPQc=
-
-Name: com/ibm/icu/impl/data/icudt44b/es_US.res
-SHA1-Digest: BypZWa6mcrKMKiin8FqOMoFNM1Y=
-
-Name: com/ibm/icu/impl/data/icudt44b/jmc_TZ.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/da_DK.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ka.res
-SHA1-Digest: qVXId/82iPWo49dTafYF1K1nURw=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sk.res
-SHA1-Digest: +Xbu3f2OYPQNVf/x8d0+GkiOq1g=
-
-Name: com/ibm/icu/text/CollatorReader$1.class
-SHA1-Digest: 2XFRLYcDi4BrRhr0oOUkfBtP/3o=
-
-Name: com/ibm/icu/ICUConfig.properties
-SHA1-Digest: lyXzCZkGp5lR5HpcbAj+QiD1lAI=
-
-Name: com/ibm/icu/impl/LocaleDisplayNamesImpl$ICUDataTables.class
-SHA1-Digest: e4+AoiagFC6Rnkt4w4Ce/4qMVrI=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/uz_Arab.res
-SHA1-Digest: +sqrnma++jyWmKfHQUINw7HhjVw=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/si.res
-SHA1-Digest: sx2r1/UNH5nncI18I74Y/wVI/qk=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ga.res
-SHA1-Digest: E3yHO11E0TIudzIYNa/g3XGN+mo=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/pa_Arab_PK.res
-SHA1-Digest: FlpADwgueBbTdfcFGftHs+CVkEg=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/root.res
-SHA1-Digest: v4r4TV2ytHbWBE16HoJ9BLfHPyg=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/gu_IN.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sr_CS.res
-SHA1-Digest: VKRm23dnZYKlLa+b1/m0dzsQChM=
-
-Name: com/ibm/icu/impl/data/icudt44b/mk_MK.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/gl.res
-SHA1-Digest: CyXHIs8Q+Y/VuEegTLTXBYXzObQ=
-
-Name: com/ibm/icu/text/UnescapeTransliterator$7.class
-SHA1-Digest: av6ISHDu048w2/aeNzAVgi04Jkk=
-
-Name: com/ibm/icu/text/DateTimePatternGenerator$DistanceInfo.class
-SHA1-Digest: 3Cjg4U97WVY39Fcwk3j8SUMsFpM=
-
-Name: com/ibm/icu/impl/data/icudt44b/shi_Latn.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/nl_BE.res
-SHA1-Digest: ZF2zDi+IcFLBsXMu9F8odVZB2Ao=
-
-Name: com/ibm/icu/impl/data/icudt44b/ms_MY.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/nl.res
-SHA1-Digest: 4Ly/GpIM7X3r/jmVdf9yfltP0N8=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/tzm_Latn.res
-SHA1-Digest: xj/JHfNDknUMsQXDHRDB3+lAT24=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/sr_Cyrl_BA.res
-SHA1-Digest: g51UqwPlYKCUYtdf2gVZiRl0k5w=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ta.res
-SHA1-Digest: R8eb2d0/wuAxJkaDG2dUlBml67Q=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ses.res
-SHA1-Digest: OQpzGFjkZD+oe82bY4I05oeHMCw=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/tl.res
-SHA1-Digest: 7U3lxOCANThHudtNRGBOvAYKZT4=
-
-Name: com/ibm/icu/impl/data/icudt44b/bm.res
-SHA1-Digest: JD/3Y3fsKOQdCJ1JXg2vlnYg1Tc=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ha_GH.res
-SHA1-Digest: HBAd1Bx9vHNBZGwdTtz/wp2vEww=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/rm.res
-SHA1-Digest: NMpfOmIoT1j2AUiuRa6LCgBfL00=
-
-Name: com/ibm/icu/impl/data/icudt44b/nyn_UG.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/tzm_Latn_MA.res
-SHA1-Digest: G7tIfKIuG5njuAJZ4whaYHZkK8I=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/shi_MA.res
-SHA1-Digest: UEfOCeXJLZ9JolBQfZSeGCJNqCQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/pl.res
-SHA1-Digest: xijyXyp22+Jkagw7IVNyOXYEuAY=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/az_AZ.res
-SHA1-Digest: HLrpzkOx7BIjSaQq14Hkq/Sj2Ew=
-
-Name: com/ibm/icu/impl/UPropertyAliases$NonContiguousEnumToShort.class
-SHA1-Digest: CLLW5Khtk6RopShJX4x2u0XIxqY=
-
-Name: com/ibm/icu/impl/data/icudt44b/om.res
-SHA1-Digest: tjNEhDGrJV4Jw/zx4x+UcBfvTO4=
-
-Name: com/ibm/icu/impl/locale/BaseLocale$Cache.class
-SHA1-Digest: Spw9mK9jMkoQ8psoMIoEL5vuzng=
-
-Name: com/ibm/icu/text/UnicodeSet$GeneralCategoryMaskFilter.class
-SHA1-Digest: TkRSm2vrl3gBbcwzF1JcYks0r08=
-
-Name: com/ibm/icu/impl/RelativeDateFormat$1.class
-SHA1-Digest: MNG8IrWFvpVZoTwG/xtNTXsZJQk=
-
-Name: com/ibm/icu/text/DateFormatSymbols.class
-SHA1-Digest: euFUFTr2dNE2ywWhYYnmUGcsQnQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/fr.res
-SHA1-Digest: 98mDvZkKbPodJBcgElEd1BgvQb4=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/pa_PK.res
-SHA1-Digest: YogWRWOEvsov5o2pnl8Dow2U1iI=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/kok.res
-SHA1-Digest: FLIEWEKPsBrn46+/ZaHpiciyq2s=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/zh_Hant.res
-SHA1-Digest: AG1WN3Puz6eEoV/TcavCaGEJ8Xw=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/sn.res
-SHA1-Digest: pipbYZ3e0fnRiJj5adjq9kIlbL8=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/uk.res
-SHA1-Digest: QcI/VtefEwvXWFoxo7Pl+eOne/k=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/en_RH.res
-SHA1-Digest: Bq0JeY0QdHJmtc81hW2IUBi6O8U=
-
-Name: com/ibm/icu/impl/Trie$DataManipulate.class
-SHA1-Digest: JlKhXs7vGq/VckxxOHl/Oa9DJ/U=
-
-Name: com/ibm/icu/impl/data/icudt44b/es_CL.res
-SHA1-Digest: W4Dc7gpclwkh57lVXjBRTJDKAeY=
-
-Name: com/ibm/icu/util/CalendarServiceShim$CalFactory.class
-SHA1-Digest: hqaseq1r3CSdipH4xCCgW5dWjsM=
-
-Name: com/ibm/icu/impl/data/icudt44b/ucase.icu
-SHA1-Digest: zVFXYBOWKrXsywSDg4oCwloJFo8=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/in.res
-SHA1-Digest: 3HOxOrDAsduaSJdiqwvNTFMKa5k=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/sr.res
-SHA1-Digest: miV0lPR/4aPGNDtR+n6lKE5T740=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ar_MA.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/util/Calendar$CalendarShim.class
-SHA1-Digest: Nl/x535VRPBRANurVY6aiFGMwtc=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/en.res
-SHA1-Digest: Aikz64v52V3Q/+Pb0jI2O7y/WDw=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/ko.res
-SHA1-Digest: RRENj4bjiUKVKmhEyXqywxC5/dY=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/zh_Hant_MO.res
-SHA1-Digest: j9NaaXC65M+YsiqWsgmF0oBLECg=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sr_BA.res
-SHA1-Digest: gsmxRjs/2OtetlBW6phJQaBzmOQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/en_BZ.res
-SHA1-Digest: MXoyboZE9DAUGhsEbJRk5dVqldI=
-
-Name: com/ibm/icu/impl/data/icudt44b/ca_ES.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/util/Currency$CurrencyStringInfo.class
-SHA1-Digest: kbmp3MMGr/RXX9in9ayLgzTcDk8=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/nd.res
-SHA1-Digest: p3SkPmd73USv7H7zvcpUIpolJsQ=
-
-Name: com/ibm/icu/text/RBBISetBuilder.class
-SHA1-Digest: XnYLCeyMzcQaguvQTynxcj7Dum0=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/sr_Cyrl_RS.res
-SHA1-Digest: 6y5SZNNhWljlh+n+XKf5ibc0iYc=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/xh.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/UCaseProps$ContextIterator.class
-SHA1-Digest: FKUjE2wB8mGDZP6/bhJ6GaBceZg=
-
-Name: com/ibm/icu/impl/URLHandler$URLVisitor.class
-SHA1-Digest: f2hli8miuXBTzX1yRkTH6gLQVm4=
-
-Name: com/ibm/icu/impl/data/icudt44b/pa_IN.res
-SHA1-Digest: SNhZMrpkHgFmZcxI9YNrt3iXBas=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/chr.res
-SHA1-Digest: ClI6QCNXAhq5weTjvZ674J5zZZM=
-
-Name: com/ibm/icu/text/ReplaceableString.class
-SHA1-Digest: M4PNPS/MHLRTjTpT4m9KCR37ebA=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/nb.res
-SHA1-Digest: nOz0RVOPRpxsWMzwDl+1KVesPm8=
-
-Name: com/ibm/icu/impl/ICUResourceBundleImpl$ResourceBinary.class
-SHA1-Digest: YInUv61iBpnxU8OAU8aogIMCN0I=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/to.res
-SHA1-Digest: ZNnNObgIhmfm6afrMpM3SKbxpqw=
-
-Name: com/ibm/icu/util/LocaleData$PaperSize.class
-SHA1-Digest: zWgPa6ZwPng17j+Ajhof3UNz790=
-
-Name: com/ibm/icu/impl/UCharacterProperty$BinaryProperties.class
-SHA1-Digest: WNFrKvSWHso06pqb6o58MTz3usM=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/be.res
-SHA1-Digest: NL2/hDAXp+LrZyfx1aJuGjhbK9w=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/it_CH.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ig_NG.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/rw.res
-SHA1-Digest: nAZrQzAE0S5xx/kA7V+a0m+MEMQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/fo.res
-SHA1-Digest: sCahNKzCuTDmv9zZhMUy+xGzDr0=
-
-Name: com/ibm/icu/impl/data/icudt44b/uz_Arab.res
-SHA1-Digest: mgB26CpcJ8Zt6kwFbCLPDp6LB0A=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/zh_Hant_TW.res
-SHA1-Digest: G7tIfKIuG5njuAJZ4whaYHZkK8I=
-
-Name: com/ibm/icu/impl/data/icudt44b/icustd.res
-SHA1-Digest: EmWZrvrHUAoVtPR799ACqe5w4Tc=
-
-Name: com/ibm/icu/text/NFRule.class
-SHA1-Digest: lH2bEDtp7PJ63erOBLonSUKTCm4=
-
-Name: META-INF/eclipse.inf
-SHA1-Digest: 6mDW8kS/T9pK7w1by/wcxy21Z20=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/fr_BE.res
-SHA1-Digest: MG5Jd/rIhf7NwPspa7L04f79ym4=
-
-Name: com/ibm/icu/impl/data/icudt44b/ar_YE.res
-SHA1-Digest: 4gWh3Nt3dHmbpN9jiQIuNM+NMRc=
-
-Name: com/ibm/icu/text/CharsetRecog_Unicode.class
-SHA1-Digest: UuCfmnv8j/fe3knOUzloj99+LvU=
-
-Name: com/ibm/icu/impl/CalendarAstronomer$CoordFunc.class
-SHA1-Digest: WlgpD5UPES5QHHZ3qxVwzJzaDgw=
-
-Name: com/ibm/icu/impl/data/icudt44b/es_MX.res
-SHA1-Digest: GXZeIzEFcELyODobyb6e1QN64K0=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/so.res
-SHA1-Digest: B+e54IAOFQiYtAKHWabmSvuWiAg=
-
-Name: com/ibm/icu/impl/data/icudt44b/ee_GH.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/iw_IL.res
-SHA1-Digest: CLu/13kFU2K695t2es5EkcUKap8=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/zh_MO.res
-SHA1-Digest: 6B1yjTXu9h8KNl9r2cgeQqc902U=
-
-Name: com/ibm/icu/impl/ICULangDataTables.class
-SHA1-Digest: DSIc2/wkaQ5Zlwh4PwbeW8IxUWo=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/kn.res
-SHA1-Digest: 8ezA2EX8Z0Y6q9u0rR79y+GsZsY=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/en_HK.res
-SHA1-Digest: TxyG/9arbbcSyBA+z7e+M2JnORk=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/pl_PL.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/ka_GE.res
-SHA1-Digest: bB8s9L/B29sOWcwtsGepCtLlXwU=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/sr_RS.res
-SHA1-Digest: pNmDdITC6jR6q7UwJJvWXUqQBTU=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/fr_LU.res
-SHA1-Digest: Jvr/EaGtmhZJHTmk939WZchZmcQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/saq.res
-SHA1-Digest: M62FQ3VwtXQfmQ2goOoAyB9FmNY=
-
-Name: com/ibm/icu/impl/data/icudt44b/chr.res
-SHA1-Digest: TEJKBXc0A1hLnEKYI6Ge08BQ/zE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/cs_CZ.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/text/RbnfLenientScanner.class
-SHA1-Digest: s/fdYLl0oId1wvgFT1SUMtYVN8w=
-
-Name: com/ibm/icu/impl/ICUCache.class
-SHA1-Digest: PPhIZpBR8gXc8WZQOrT0OteXY7Y=
-
-Name: com/ibm/icu/impl/ICUResourceBundleImpl$ResourceIntVector.class
-SHA1-Digest: cCtKswFOkNP+UN7gyPL6U/zfgQY=
-
-Name: com/ibm/icu/impl/data/icudt44b/ar_IQ.res
-SHA1-Digest: IJ4kmSxvswVnqwTaw9ogAX4QKdQ=
-
-Name: com/ibm/icu/text/CollationKey.class
-SHA1-Digest: La9cdhb+OEnQtn17ZJoJST3Rxt8=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/ar.res
-SHA1-Digest: QpwB4vKTyvIQEiFffWCjCB+G4NM=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/zh_TW.res
-SHA1-Digest: QZWG58EDiM1XeGsz1p2OzREUoLg=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/fa.res
-SHA1-Digest: p5vvaxzUpqXtrig3a6Ychdin1sk=
-
-Name: com/ibm/icu/text/StringPrep$Values.class
-SHA1-Digest: LPunHu+1xQtS7N8HPAiZxXBp7AM=
-
-Name: com/ibm/icu/impl/data/icudt44b/af_ZA.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/in_ID.res
-SHA1-Digest: 3bh7FT5tgzTJUN498P5qPUQkE9U=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/sr_YU.res
-SHA1-Digest: c7ugWMx9ocan1NzwcXeT2sgYSX4=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/de.res
-SHA1-Digest: zfjeeXUPPO6KZPuiypO9T9HV30k=
-
-Name: com/ibm/icu/impl/data/icudt44b/sq.res
-SHA1-Digest: OCVEMtr1qH+jh2GHNDyhhrHg6ag=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/id_ID.res
-SHA1-Digest: FlpADwgueBbTdfcFGftHs+CVkEg=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/nyn.res
-SHA1-Digest: R9RExQzsxt18VGFgzXx4YYfF9T8=
-
-Name: com/ibm/icu/impl/data/icudt44b/ar_BH.res
-SHA1-Digest: IJ4kmSxvswVnqwTaw9ogAX4QKdQ=
-
-Name: com/ibm/icu/util/LocalePriorityList$1.class
-SHA1-Digest: 6pFAhWc/IDSL1ooPkpYbwkPnPK8=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/yo.res
-SHA1-Digest: FCz+oBObeXwOP1ZJgrc8O1D/yB8=
-
-Name: com/ibm/icu/impl/data/icudt44b/hy_AM.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/mg.res
-SHA1-Digest: tREkAnELVqJmicaxQG+5BQGcyAM=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/mr.res
-SHA1-Digest: wUPZ2K+tKgKhUl+mjwMmKtswfkI=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/kok_IN.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/saq.res
-SHA1-Digest: xqEJNCgy8cmOpp+S1Sv9AaUsdk8=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/en_JM.res
-SHA1-Digest: g2+jeJhz2KfbsZISHpDL+MXMat4=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/uz.res
-SHA1-Digest: 7QiM6Crxarj+1IFY649hRdl6FXQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/tr.res
-SHA1-Digest: NgfuvCAKHeu+o7s64tba4LnbKqg=
-
-Name: com/ibm/icu/impl/data/icudt44b/tzm_Latn_MA.res
-SHA1-Digest: Dp27hTh/fSz0X3YsZC7t08IP9oY=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/as.res
-SHA1-Digest: dmnwvy9E2oaJzzrmrcfLz5wKuM0=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/uz_Latn.res
-SHA1-Digest: w4sGid3lnugccYN2ce32910YbMM=
-
-Name: com/ibm/icu/impl/data/icudt44b/brkitr/line.brk
-SHA1-Digest: u7BrQ/QYB6hwofNBxFGUENo1R00=
-
-Name: com/ibm/icu/util/VersionInfo.class
-SHA1-Digest: +VN/H4WR62GxITtvLjD4DPp5yPs=
-
-Name: com/ibm/icu/impl/duration/BasicDurationFormatterFactory.class
-SHA1-Digest: 5KYNqcfnmHicec6kvuFq7R/t4kU=
-
-Name: com/ibm/icu/lang/UCharacter$UnicodeBlock.class
-SHA1-Digest: asx+rT9AMNTrGmfZM0d363geQlA=
-
-Name: com/ibm/icu/text/Normalizer$ModeImpl.class
-SHA1-Digest: KiMcC4b8MNnLLQ1k8aWYs26Sb3A=
-
-Name: com/ibm/icu/impl/CalendarAstronomer$AngleFunc.class
-SHA1-Digest: rE7DXd+5/dx971vnI7zNECGGdCA=
-
-Name: com/ibm/icu/impl/data/icudt44b/ff_SN.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/shi.res
-SHA1-Digest: xj/JHfNDknUMsQXDHRDB3+lAT24=
-
-Name: com/ibm/icu/impl/Row$R4.class
-SHA1-Digest: 7mmhU8Uz725mUh3oaoUwcwZqxxE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/fi.res
-SHA1-Digest: X3Oj6Zohw3yJ/j7h5/0igBlhvfs=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/sl_SI.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/nyn.res
-SHA1-Digest: X7TjhI0d7AYnOvzNu9xKD5Bfwsk=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/khq.res
-SHA1-Digest: OQpzGFjkZD+oe82bY4I05oeHMCw=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/lt.res
-SHA1-Digest: AdiHb7K6IIVKbaukQx8ImyGbNzE=
-
-Name: com/ibm/icu/impl/data/icudt44b/ml_IN.res
-SHA1-Digest: c5U3XRyJfmm7NVh56YJqWqALTmg=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/pt.res
-SHA1-Digest: 5hIovt6sTujGPpvjowZvZMT2FrA=
-
-Name: com/ibm/icu/text/Normalizer$FCD32ModeImpl.class
-SHA1-Digest: zePVjDaerFPNcn8mpJBwWxluONA=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/kea.res
-SHA1-Digest: R9RExQzsxt18VGFgzXx4YYfF9T8=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_8859_2.class
-SHA1-Digest: rqIGP34LYnX4T2KGtEIxYmWW1d0=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/si.res
-SHA1-Digest: fM3QWBzG7a3sZ4IIfmU6cQSprtg=
-
-Name: com/ibm/icu/text/CharsetRecog_Unicode$CharsetRecog_UTF_32.class
-SHA1-Digest: v42/hbVmYRvSnEuoBwul0RhQMaw=
-
-Name: com/ibm/icu/util/STZInfo.class
-SHA1-Digest: xRf9Qi0oGd2VOybKvdXYxB6n1uk=
-
-Name: com/ibm/icu/impl/data/icudt44b/it.res
-SHA1-Digest: bhA4hC8diGmKpmd/CwnvUeWGBu4=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/en_RH.res
-SHA1-Digest: KB5CgvTR1OQlUnYGbRo7uDkbtS0=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/sg.res
-SHA1-Digest: Nw5lgAYFEgZshjninBC3gN0uSxs=
-
-Name: com/ibm/icu/text/Quantifier.class
-SHA1-Digest: GispagUzZ/BK5YrBmF0SW/tPTUw=
-
-Name: com/ibm/icu/text/PluralRules$1.class
-SHA1-Digest: 3rPnNlNL0WvzTkT3HvXy6103FMI=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ha_Latn.res
-SHA1-Digest: 0txvmEU8CWBXXV9kXYJXyXSqK0o=
-
-Name: com/ibm/icu/text/DateFormat$Field.class
-SHA1-Digest: IMLg/RLgKnZQZ5uou1R6HexO2Fk=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/id.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/util/UniversalTimeScale.class
-SHA1-Digest: TTQ+t80uzxVVI36ffXdRHf98YPY=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/or.res
-SHA1-Digest: CqZu0M74BdDSvg7elYWqSt3h1i4=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ha_Latn_NG.res
-SHA1-Digest: 6y5SZNNhWljlh+n+XKf5ibc0iYc=
-
-Name: com/ibm/icu/impl/duration/impl/DataRecord$EZeroHandling.class
-SHA1-Digest: lQhx2O/ebaDqShrJJ/0JPQ6msKA=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/es_PE.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/eo.res
-SHA1-Digest: yyJ9k0OXIdKfcxXFecH8kUfoAPY=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/sr_Cyrl_RS.res
-SHA1-Digest: G7tIfKIuG5njuAJZ4whaYHZkK8I=
-
-Name: com/ibm/icu/impl/PluralRulesLoader.class
-SHA1-Digest: /5IRnI/Bgk/AwULpIfZAwDDUoHQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/cs.res
-SHA1-Digest: VLoBi17c43SV0X4nsDWvBOrIyoE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/fullLocaleNames.lst
-SHA1-Digest: /fr0pom1B6fGEuaF5D1mLiKQobc=
-
-Name: com/ibm/icu/impl/data/icudt44b/shi.res
-SHA1-Digest: 7YVoETij9PTt3BL1vRyztir6nVM=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ja.res
-SHA1-Digest: w4KIpbJ4QCLGzAzHnDUwATM+8MA=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/th.res
-SHA1-Digest: kP6WN8GlFS3P8lQPYcUQz03yRxI=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/zu.res
-SHA1-Digest: ZNnNObgIhmfm6afrMpM3SKbxpqw=
-
-Name: com/ibm/icu/text/Normalizer$Mode.class
-SHA1-Digest: qxGOcWwXfL0QvMPbV6CBJ4yeVto=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/az.res
-SHA1-Digest: +OrL08341Nn70ivylIS15bD2jWQ=
-
-Name: com/ibm/icu/impl/UBiDiProps.class
-SHA1-Digest: V12+UEOmtTay8ccUJHeUZSsXkAY=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/sr_ME.res
-SHA1-Digest: 869UgVBiPrCCzvhM0uzz0OYcZxY=
-
-Name: com/ibm/icu/impl/data/icudt44b/de_DE.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ro.res
-SHA1-Digest: pK6IAN7i2nmMKEJ+t6IXuEyKHHc=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/hi.res
-SHA1-Digest: 7AJADTVsv4Q0AEuvPc6CQGl+5ys=
-
-Name: com/ibm/icu/impl/ICUService$Key.class
-SHA1-Digest: HoCYWnW3TfwmrSoH86ugPejFsII=
-
-Name: com/ibm/icu/impl/data/icudt44b/ga.res
-SHA1-Digest: gkhsTrZZN8ugUlatzm8L5hkx0bI=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ps.res
-SHA1-Digest: ZLGTG3QcEPvZ6bCH/2W2wWsuzfE=
-
-Name: com/ibm/icu/text/StringSearch$Pattern.class
-SHA1-Digest: SmS99NT8uKKYSYsNw13dcY7hOfw=
-
-Name: com/ibm/icu/impl/CalendarAstronomer.class
-SHA1-Digest: jCHCe9OPZLYKUM/nmX4ZgOU733Q=
-
-Name: com/ibm/icu/impl/data/icudt44b/kea.res
-SHA1-Digest: DLWZd+ZpLd4CvBHNFfZrYEAyjeQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/mer_KE.res
-SHA1-Digest: vh692aR15fzTtzWwoNYcu1Q/sYs=
-
-Name: com/ibm/icu/text/CollatorServiceShim$CService.class
-SHA1-Digest: XvVn5F7Kc8Jgru7eSdXN5hE8nsI=
-
-Name: com/ibm/icu/impl/locale/LocaleSyntaxException.class
-SHA1-Digest: 1XstRTcQVSMa0/OEHXrPhOgBWB4=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sr_Cyrl_YU.res
-SHA1-Digest: DLd/PABJCqFf5N5U9KbN8J6d/Cg=
-
-Name: com/ibm/icu/impl/Trie2$ValueWidth.class
-SHA1-Digest: DA30KVNQl5hN+iONA8NvH0lfBZc=
-
-Name: com/ibm/icu/util/Calendar$WeekData.class
-SHA1-Digest: T8FQonRN/f0vEnq363CAdahJJYY=
-
-Name: com/ibm/icu/impl/duration/impl/data/pfd_he_IL.xml
-SHA1-Digest: zELCMUyNNl4RO9SlMdqwBaDlUZQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/uk.res
-SHA1-Digest: rR3pStNz6N2QSqaAhcnSrMDCv1M=
-
-Name: com/ibm/icu/util/StringTokenizer.class
-SHA1-Digest: K9XGFNDeMh1QuezoXzaTefLpUxs=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/sl.res
-SHA1-Digest: P165lUFHNzIjJnn8L+2Duiar9ks=
-
-Name: com/ibm/icu/impl/data/icudt44b/ta.res
-SHA1-Digest: i8GFBFhnySqVb5Qz6kLGlGQwzKs=
-
-Name: com/ibm/icu/impl/Norm2AllModes$1.class
-SHA1-Digest: H+vqN8kqNccFvn454CK1ifAR1qw=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/iw_IL.res
-SHA1-Digest: 5sI/KQoXTr+s+j2MM0w/RQTeJA8=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/root.res
-SHA1-Digest: SdlZdNFstzmx4AJtKb1FuXsmX+E=
-
-Name: com/ibm/icu/impl/SoftCache.class
-SHA1-Digest: MeH7zS5et3znqN/92yXFwvFU2ZQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ur_PK.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/nl_NL.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/pl.res
-SHA1-Digest: 5Gv9ugTN28Kwovas5yzP7kEC7pM=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/el.res
-SHA1-Digest: tKzv50hZ+Bks0YRNez9C2KpOT/M=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/es_AR.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/ICUCurrencyMetaInfo.class
-SHA1-Digest: mNQdzHFg7ysHIEMXhCY73/JBTyY=
-
-Name: com/ibm/icu/impl/Norm2AllModes$NFCSingleton.class
-SHA1-Digest: nOeCvIbCEuyAvYcGzKSnqIFl9gk=
-
-Name: com/ibm/icu/impl/data/icudt44b/kk_KZ.res
-SHA1-Digest: sWEfwu/Zq6n2EDlvE+P5mnY7AHY=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/sr_Latn_YU.res
-SHA1-Digest: NfISe4cDjIC/ByU1KEwb9eEebgw=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/nb.res
-SHA1-Digest: xlAVWMixibe3svBE9Ol0sb4wqEE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sr_RS.res
-SHA1-Digest: AWVx/wh0lWQue4hfjv74blgw0Fc=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/eu.res
-SHA1-Digest: 16rNeV6CCwBUj1cPm8wyHM3znBs=
-
-Name: com/ibm/icu/impl/data/icudt44b/zh_HK.res
-SHA1-Digest: U9Q0hGUySIEQMUANufdkKL4AYb0=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/en_SG.res
-SHA1-Digest: aOfDaWRRB1Lk6zwBrSxOa/z6uas=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/en_GB.res
-SHA1-Digest: hzekOUWC6H1oaRmkVr1idE7MARs=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/in_ID.res
-SHA1-Digest: BWF1seP3sSHU48g3+MiKiaNRzSQ=
-
-Name: com/ibm/icu/text/ChineseDateFormat$Field.class
-SHA1-Digest: fHQoworH6n8cWbyGobXeEiwDBu8=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/rw.res
-SHA1-Digest: 1M/W8QhmkAFFxnLlBTHLS5iQ8Kc=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/invuca.icu
-SHA1-Digest: UYZ+gzKG5QRSIRuGrrSVAAeuSXk=
-
-Name: com/ibm/icu/impl/data/icudt44b/sw_TZ.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/lang/UCharacter$JoiningType.class
-SHA1-Digest: Dvgsr4vW8ZE4yb4wMIDwVOA1vmc=
-
-Name: com/ibm/icu/text/UFormat.class
-SHA1-Digest: Gvyf51YzIsaOYqsXKXnEWYfe4yM=
-
-Name: com/ibm/icu/impl/data/icudt44b/vi_VN.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ru.res
-SHA1-Digest: zhufbxdlMVCiJ3aFGYbsugxgFJA=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/fo_FO.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/or_IN.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/pt_MZ.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/cgg.res
-SHA1-Digest: p8HtpSXEorz19+chQ4gqPEASe/Y=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/hr.res
-SHA1-Digest: KlIvkyji7BqgyNp5saVQRq99xTg=
-
-Name: com/ibm/icu/impl/data/icudt44b/en.res
-SHA1-Digest: k1aBFHnkUKH7JnXEk2KoX7hv7I8=
-
-Name: com/ibm/icu/impl/data/icudt44b/guz_KE.res
-SHA1-Digest: vh692aR15fzTtzWwoNYcu1Q/sYs=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/hy.res
-SHA1-Digest: sKnEUxldOaf1AAN1OTbsp/zcp0c=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/kn.res
-SHA1-Digest: kgVPM4QdvWXecBd2b/3gwhi9v9o=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ur.res
-SHA1-Digest: uUVc8z8Gdnx6hNA5a528wS4QyMw=
-
-Name: com/ibm/icu/impl/UnicodeSetStringSpan$OffsetList.class
-SHA1-Digest: kEWoMNm00wiCVkMgWyyc8NOYAd0=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/kl.res
-SHA1-Digest: QJv+kzMy/bRVdHl6/xYYYvsIbmY=
-
-Name: com/ibm/icu/impl/data/HolidayBundle_it_IT.class
-SHA1-Digest: vNGYnVx7jgyCc749xWkgRAyiutw=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/sv.res
-SHA1-Digest: 3K8FmplBxecnj7BqexbP+/ENrQA=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/sv_FI.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/nn_NO.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/is.res
-SHA1-Digest: rTDKT6XI7jajJmr3ZfEZ63fLDfY=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/tzm.res
-SHA1-Digest: UoLHFPCKItwOAENcCIH7jX4EdwE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/zh.res
-SHA1-Digest: kAHXh7aZIK69kHxGJL0XUBOgrx0=
-
-Name: com/ibm/icu/impl/data/icudt44b/ar_AE.res
-SHA1-Digest: p3AMF6dee73vUgSeLut3zxz3EwQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/fo.res
-SHA1-Digest: J7anq23bRW6Ufw0GwR1+dDamyYk=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ne.res
-SHA1-Digest: IMnokM8oAZ5A5ljbJSQWvmAsPP4=
-
-Name: com/ibm/icu/text/CollationKey$BoundMode.class
-SHA1-Digest: yF7BWV8FPzJlJiXvv41viKCiQR0=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/cy.res
-SHA1-Digest: YIl0xd3vSF4iu6RE7aMShRTajK0=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/shi_Latn.res
-SHA1-Digest: jzLB7oi4GpJVQWJdQdaiu2ls84g=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/de.res
-SHA1-Digest: jfoWHHsEjkrLO2/b1b+yvdtxxwo=
-
-Name: com/ibm/icu/impl/data/icudt44b/lag_TZ.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ta_IN.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ucadata.icu
-SHA1-Digest: B6LktCxYn9kQfQ9Ot5G9aHy1J0Y=
-
-Name: com/ibm/icu/impl/data/HolidayBundle_it.class
-SHA1-Digest: ztZ+1axMQG6tuxGcYgVkNxl/I1w=
-
-Name: com/ibm/icu/impl/duration/impl/data/pfd_ja.xml
-SHA1-Digest: qh+Yqa1vTI+OXIkNGUpSsPd0gPI=
-
-Name: com/ibm/icu/impl/Trie$DefaultGetFoldingOffset.class
-SHA1-Digest: 0LfyJsOmdE3rMgPOy0mckOLijp0=
-
-Name: com/ibm/icu/impl/data/icudt44b/so.res
-SHA1-Digest: PDICPdmXtLLd9AkNBDiyAV+UyLQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/pa_Guru_IN.res
-SHA1-Digest: FlpADwgueBbTdfcFGftHs+CVkEg=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ha_Latn_GH.res
-SHA1-Digest: FlpADwgueBbTdfcFGftHs+CVkEg=
-
-Name: com/ibm/icu/util/ByteArrayWrapper.class
-SHA1-Digest: 4hfUMphKip1zd9vlWxWANHrdt7w=
-
-Name: com/ibm/icu/impl/duration/BasicPeriodBuilderFactory$Settings.cla
- ss
-SHA1-Digest: oTCKtZ30FjdjuiNfWuvsQnk7I9w=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/cgg.res
-SHA1-Digest: ZHIABU9uNIrJO0wX6zwY/Cu0kVo=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/yo.res
-SHA1-Digest: aOg7Bq392korFgCt3FlynB8KXRY=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/gsw.res
-SHA1-Digest: sO1EshO5awa24F12S1rzgrKhHkA=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/sr_Latn_BA.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/ak_GH.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/rfc3530csci.spp
-SHA1-Digest: hT8tQfqBYuaf33sYa1GreAYgtv0=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/uz.res
-SHA1-Digest: fuN5teo1wxkgGa5bRuop6bqjfeU=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ha_Latn_NG.res
-SHA1-Digest: G7tIfKIuG5njuAJZ4whaYHZkK8I=
-
-Name: com/ibm/icu/impl/ICUCurrencyMetaInfo$CurrencyCollector.class
-SHA1-Digest: lR3EqtQOZtYhZVRYYt1wagGRj00=
-
-Name: com/ibm/icu/impl/ICUResourceBundle$1.class
-SHA1-Digest: HPhrHpwyzboC56yhLGtZ8HZHUDo=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/haw.res
-SHA1-Digest: 8UrLlHY7Z1LFQkIK1AVeKJ6TXOI=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/af.res
-SHA1-Digest: MrSRUogaf3pV77Ol+ADmeA6DCOQ=
-
-Name: com/ibm/icu/text/DateFormat.class
-SHA1-Digest: iMVLjj+6rfbTyiXOND+0ES5VoYA=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/en_NZ.res
-SHA1-Digest: 1VU27LFsOLmdgBsAffQe/tqnXNI=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/sr_Latn_ME.res
-SHA1-Digest: 6y5SZNNhWljlh+n+XKf5ibc0iYc=
-
-Name: com/ibm/icu/impl/data/icudt44b/ebu_KE.res
-SHA1-Digest: vh692aR15fzTtzWwoNYcu1Q/sYs=
-
-Name: com/ibm/icu/impl/data/icudt44b/nb_NO.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/bem_ZM.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/tzm.res
-SHA1-Digest: 5RQbm1pa04Ir23rW+aLPRE3dC/Q=
-
-Name: com/ibm/icu/impl/IllegalIcuArgumentException.class
-SHA1-Digest: z1k0hOiSaXUHFBHfQQjm4uOw3xE=
-
-Name: com/ibm/icu/impl/data/icudt44b/es_PY.res
-SHA1-Digest: 6yc/Jnfv84YegLGN+Z3gFiiing8=
-
-Name: com/ibm/icu/util/TimeZoneTransition.class
-SHA1-Digest: W5Yg3CJdFWLCJNT0iJb0QmgNufY=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ha.res
-SHA1-Digest: 7z0TqM8BU0bvLuLICiTRaNIsalE=
-
-Name: com/ibm/icu/impl/data/icudt44b/ru_RU.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/fi_FI.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/no.res
-SHA1-Digest: 1EvFIl/sTW5a71Nl34bXEkXIApE=
-
-Name: com/ibm/icu/impl/data/icudt44b/mg.res
-SHA1-Digest: Xrvz0/hfjKwEHZIbEeDBrwrcRiM=
-
-Name: com/ibm/icu/util/LocaleMatcher$LanguageMatcherData.class
-SHA1-Digest: sBhKSGdalkwzqT+Z1j27aUNx9YM=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/bg.res
-SHA1-Digest: 0ZXXeV+v4pbT3iPOaCbTOZFkd/0=
-
-Name: com/ibm/icu/impl/duration/impl/Utils.class
-SHA1-Digest: aeqzM1/a66Bzl+YS0WSuQgbosoE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/kn_IN.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/gsw.res
-SHA1-Digest: 05SYAPCWGxg6FkMjokt7yPlOyuU=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/lv.res
-SHA1-Digest: XTlMfeATX64CD0n+NgVPLqTbcu0=
-
-Name: com/ibm/icu/impl/data/icudt44b/en_PH.res
-SHA1-Digest: BM3NgnSUqRgWEC0Kun/DPWy5Bdg=
-
-Name: com/ibm/icu/text/AbsoluteValueSubstitution.class
-SHA1-Digest: yvTMvpdDLGGo8jXSqT/XEnP4Jhk=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sg.res
-SHA1-Digest: r1Vpbtd3abQgdunkcDDh65BQ1Cs=
-
-Name: com/ibm/icu/text/RBBIDataWrapper$TrieFoldingFunc.class
-SHA1-Digest: wEEf2YIZ69EFECULzSvzfxurgnU=
-
-Name: com/ibm/icu/impl/ICUResourceBundleImpl$ResourceInt.class
-SHA1-Digest: t4+Yn4hIQpD2v17QOSQsguzCMQ0=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/bem.res
-SHA1-Digest: uwTZ1XREitQTLJpO4x5o2mXAgQQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/uk_UA.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/text/CharsetRecog_2022.class
-SHA1-Digest: bDfP0Wz8pllYI/LywTGFK9fC3MA=
-
-Name: com/ibm/icu/lang/UCharacter$StringContextIterator.class
-SHA1-Digest: VztH0+vbW4yaDSxDUutjA0RKgrs=
-
-Name: com/ibm/icu/text/NumeratorSubstitution.class
-SHA1-Digest: bcXnARRPhILvZSJebBgWOTFFSEg=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/or.res
-SHA1-Digest: WUtwx4NZrQafZj4RTu1qTpfP6Nw=
-
-Name: com/ibm/icu/impl/data/icudt44b/haw.res
-SHA1-Digest: qSMoyFWcHPYAU7Q8gpUZJwLo7lA=
-
-Name: com/ibm/icu/text/DecimalFormat.class
-SHA1-Digest: DcU5Q8FYIARQ+elTg+eUvlbyomM=
-
-Name: com/ibm/icu/text/RuleBasedTransliterator.class
-SHA1-Digest: fqK9FJw8kDAn1WzmIOnu/k6r+bM=
-
-Name: com/ibm/icu/text/CurrencyMetaInfo$CurrencyFilter.class
-SHA1-Digest: zpeDbkyGGnIzJssFYH/+4VMN8Kc=
-
-Name: com/ibm/icu/text/DigitList.class
-SHA1-Digest: jtdX+829oX1TFVsw/YYQ4x9QiJA=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ms.res
-SHA1-Digest: AF1ei60KzREOZs9z2GMIFe1ZC3M=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/zh_CN.res
-SHA1-Digest: 5HCuNpUxn4snxdVttFwFdvG4gJI=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ha_Latn_NE.res
-SHA1-Digest: 6y5SZNNhWljlh+n+XKf5ibc0iYc=
-
-Name: com/ibm/icu/impl/data/icudt44b/mas_KE.res
-SHA1-Digest: vh692aR15fzTtzWwoNYcu1Q/sYs=
-
-Name: com/ibm/icu/lang/UCharacter$EastAsianWidth.class
-SHA1-Digest: BBdK9MfR1fwYGEVe1dbGRbJf6qk=
-
-Name: com/ibm/icu/impl/duration/OneOrTwoUnitBuilder.class
-SHA1-Digest: 1CdhaLptrA4Am4Wi63JxDDUjUKE=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ses.res
-SHA1-Digest: xj/JHfNDknUMsQXDHRDB3+lAT24=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/sr_Latn_YU.res
-SHA1-Digest: XOWvQ7tt6G2HCmUG7lnzgRiRYFc=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/cs.res
-SHA1-Digest: Ja+2QEwMEF5T/kNaXWghCywK69w=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/he_IL.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/th.res
-SHA1-Digest: Fiib/rtjq/ceXs4pClkO7orGDCg=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/zh_Hans_HK.res
-SHA1-Digest: TxE09rv6sIiIgUFS0Fy8tfshq9s=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/et.res
-SHA1-Digest: g1VFag+1FvlpQ7kxJ3Rgm/ayU0w=
-
-Name: com/ibm/icu/util/CurrencyServiceShim$CFService.class
-SHA1-Digest: 3UW6sfjds6300f42E4qITw+3BpU=
-
-Name: com/ibm/icu/text/DateTimePatternGenerator$PatternWithMatcher.cla
- ss
-SHA1-Digest: LZ9O3vtEuczpMQME/ZOJl/BXQDQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/vi.res
-SHA1-Digest: 1/EakNgHYToluiJbk8yv0gaaMzc=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/hi.res
-SHA1-Digest: qprJ8GpvejQUj5a43B1a2eJaftc=
-
-Name: com/ibm/icu/impl/data/icudt44b/en_MT.res
-SHA1-Digest: XVeQT8md/B5ERis1wnJBPvyLF30=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ps.res
-SHA1-Digest: z7bKNcDuQsaavu7+uPvYfI+glWI=
-
-Name: com/ibm/icu/text/RbnfScannerProviderImpl.class
-SHA1-Digest: u2eULB45WkHyLAMMUBLjf/nLVFQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/yo_NG.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/text/BreakIterator.class
-SHA1-Digest: Qk7hQXCuMZIx+TB3xRE/wplQF3Y=
-
-Name: com/ibm/icu/impl/data/icudt44b/zh_SG.res
-SHA1-Digest: xXQwvouiUBc1BaoyBsUUZWx4FBE=
-
-Name: com/ibm/icu/impl/data/icudt44b/mfe_MU.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/zh_Hans_SG.res
-SHA1-Digest: 6y5SZNNhWljlh+n+XKf5ibc0iYc=
-
-Name: com/ibm/icu/impl/data/icudt44b/brkitr/thaidict.ctd
-SHA1-Digest: iaSEyLG7LYnVwx4Kjqfz+db8h6w=
-
-Name: com/ibm/icu/impl/TextTrieMap$ResultHandler.class
-SHA1-Digest: hqEnw2nSowKWp+jBeH1/8Y1OVss=
-
-Name: com/ibm/icu/impl/data/icudt44b/en_AU.res
-SHA1-Digest: yXlyneteXy8ce4g0p43ODorimdI=
-
-Name: com/ibm/icu/text/TransliteratorParser$ParseData.class
-SHA1-Digest: /bwyi31CEvc7D73bTvzkwOhcg2w=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/kok.res
-SHA1-Digest: ZziCWx/Go+l5ZobHMo29IXeqocQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/uz_AF.res
-SHA1-Digest: l3NRmp7sCn5njBdg23vGgRHPwU4=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/rwk.res
-SHA1-Digest: J61a1faE9+miV1nC8TAnxFXBBgQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/kab.res
-SHA1-Digest: 9JkxNmWFGOlmdvMRjDVhVrWRhT4=
-
-Name: com/ibm/icu/text/BidiRun.class
-SHA1-Digest: TiUQ7ppcDpqkL+VZH+4smz6wCEI=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/bem.res
-SHA1-Digest: p55kG0+jCsMxN4tFlLIg4SvBKV4=
-
-Name: com/ibm/icu/lang/UScript.class
-SHA1-Digest: +zPxFfx95DwLDapGMF9oFwITN58=
-
-Name: com/ibm/icu/impl/data/icudt44b/chr_US.res
-SHA1-Digest: mBWY6w3YSo6rV4RyCK2FZ0E5fjQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/es_UY.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/zh_Hans.res
-SHA1-Digest: XK16byzPfSdC9ch/lokfHc+QbEI=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/zh_Hans_CN.res
-SHA1-Digest: FlpADwgueBbTdfcFGftHs+CVkEg=
-
-Name: com/ibm/icu/text/CharsetRecog_2022$CharsetRecog_2022CN.class
-SHA1-Digest: HPbLR0G2/1rOANcntoOwJqLKmmU=
-
-Name: com/ibm/icu/impl/data/icudt44b/ses.res
-SHA1-Digest: 2s9zEI9SMrBDPBilK/sSabibqco=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/ca.res
-SHA1-Digest: sfs8cF9/c9hw/okfSblqVHObMyo=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/th_TH.res
-SHA1-Digest: 6y5SZNNhWljlh+n+XKf5ibc0iYc=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/mt.res
-SHA1-Digest: mapjtUdzF+lR8/clxQBdaxatkvE=
-
-Name: com/ibm/icu/impl/duration/impl/DataRecord$ETimeLimit.class
-SHA1-Digest: BPtfZp0d2N1ALZtitbOhYGuWZrA=
-
-Name: com/ibm/icu/impl/data/icudt44b/sr_Latn_CS.res
-SHA1-Digest: JrZIjzTrKvx7nW5VC/LEXLi/hpY=
-
-Name: com/ibm/icu/impl/data/icudt44b/rfc3920res.spp
-SHA1-Digest: aJkg9OUKTG7FGE3kKncJokmrWLI=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/eu.res
-SHA1-Digest: eND7TmYcdhaZ6RQlVYBsuGQ8iu8=
-
-Name: com/ibm/icu/impl/data/icudt44b/brkitr/word_POSIX.brk
-SHA1-Digest: DDu8UtUrA6yKLgLUnj5JtsiQZFM=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/tzm_MA.res
-SHA1-Digest: ZOYEkLYW+2n1MTqAIzPBtqi5KxI=
-
-Name: com/ibm/icu/lang/UCharacterNameIterator.class
-SHA1-Digest: S0pSl5fBDngACKMwnFT24dqfJCs=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sv_FI.res
-SHA1-Digest: yYum/H7lhCYCQXNVdF7Qoa3fV3s=
-
-Name: com/ibm/icu/text/BreakCTDictionary$CompactTrieVerticalNode.class
-SHA1-Digest: UYePMkORr14j5VusgJ1EJH/wXb8=
-
-Name: com/ibm/icu/text/BidiClassifier.class
-SHA1-Digest: 3FJxDDRztVRLtTvAhzVrwaoKgeI=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/nn_NO.res
-SHA1-Digest: j9NaaXC65M+YsiqWsgmF0oBLECg=
-
-Name: com/ibm/icu/impl/Normalizer2Impl$Hangul.class
-SHA1-Digest: gZ+T8BgDsCDEQs1s/ZCJQGoF++c=
-
-Name: com/ibm/icu/impl/ICULocaleService.class
-SHA1-Digest: B1maXwdlZW40NVDvqR1+pVezyG8=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/es.res
-SHA1-Digest: XHSYMMbaQ3HZ2I5GsUnoHRj/qqw=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/sr_Latn.res
-SHA1-Digest: 6kfCPeg4dzo0Jri6n9VWu67DDlk=
-
-Name: com/ibm/icu/text/RemoveTransliterator.class
-SHA1-Digest: T1LrjrrFusCRlVMBZa/BreAf5bY=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/es_.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ru.res
-SHA1-Digest: dNuvgvPZViIh7OVRShyo3O4SJaE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/to.res
-SHA1-Digest: g2R+gaZG+AIYVj355gxTt+Fz0MI=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/shi_Latn_MA.res
-SHA1-Digest: FlpADwgueBbTdfcFGftHs+CVkEg=
-
-Name: com/ibm/icu/impl/data/icudt44b/teo_KE.res
-SHA1-Digest: vh692aR15fzTtzWwoNYcu1Q/sYs=
-
-Name: com/ibm/icu/impl/data/icudt44b/kok.res
-SHA1-Digest: O0hBS7DLXi2kb1fq1UVL0Va/Dbw=
-
-Name: com/ibm/icu/text/BreakTransliterator.class
-SHA1-Digest: ie4MREeZ3iT8+dkgz4cno8SLgfM=
-
-Name: com/ibm/icu/impl/UtilityExtensions.class
-SHA1-Digest: 8nFimBVK9B2UZmgPtSsq53C99uA=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/en_VI.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/el.res
-SHA1-Digest: aqG9JyI0SbFtdhEu6ZmlLNQ5J5g=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/rwk.res
-SHA1-Digest: yRge9N5oc5X1k0pd4mKP5EsT/Tw=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/zh_Hant.res
-SHA1-Digest: uQisxkoXub/Dhj/R0avJn8sd3l0=
-
-Name: com/ibm/icu/text/IndexCharacters.class
-SHA1-Digest: T40ffJ98OtPZLgAdWyhJYrkrUj4=
-
-Name: com/ibm/icu/impl/data/icudt44b/bo_IN.res
-SHA1-Digest: c5U3XRyJfmm7NVh56YJqWqALTmg=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ka.res
-SHA1-Digest: bYtOHxam7iVMI4zk41Eq0k6YKxg=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/kab.res
-SHA1-Digest: nmmuO59eL9vl1gNaSyud+4NjNgg=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sk.res
-SHA1-Digest: 7jfJRAqS9L+7iz6PujwTtgTKhG4=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/kl.res
-SHA1-Digest: sKtW3ipdgWuQPnzLTHy4mX70lcI=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sv.res
-SHA1-Digest: mAoN3NnN18PnhgdGoj16EihfzNY=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/sr_Latn_ME.res
-SHA1-Digest: G7tIfKIuG5njuAJZ4whaYHZkK8I=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/gl.res
-SHA1-Digest: H7l3V+d5rKK9nxXRnXXdb0lOGJU=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/es_CR.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/confusables.cfu
-SHA1-Digest: g0UShu+lXg1DEdr0OxfYEwbNP84=
-
-Name: com/ibm/icu/impl/data/icudt44b/kam_KE.res
-SHA1-Digest: 6Q+KFCcm0nE+Zr6aMbdNI8D1maI=
-
-Name: com/ibm/icu/impl/Grego.class
-SHA1-Digest: crjfMfhRUzmq9EEJ+6SiFSqAZN8=
-
-Name: com/ibm/icu/impl/duration/PeriodBuilder.class
-SHA1-Digest: 9Bz6qh1rFWeKtBN27LGjebaNJE4=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/gu.res
-SHA1-Digest: tGHVz/NWaykgi/D9M6KsbTLcmC8=
-
-Name: com/ibm/icu/impl/data/icudt44b/rfc3530cs.spp
-SHA1-Digest: X/hcRTFL9xucSczvJdQ5nhEtyjY=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/shi_Tfng.res
-SHA1-Digest: gsT8b0msM2pUzSbF2e5WBeodTNQ=
-
-Name: com/ibm/icu/util/RangeDateRule.class
-SHA1-Digest: SMrgqek2r3WHlq3abvGe7q5Mv3w=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/kde.res
-SHA1-Digest: rLhyvmXBlfF7Rnr6TaqBHDrSn3M=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_8859_2_hu.class
-SHA1-Digest: 2y0LhIppfQ0zcztZo3Ans4QhJPI=
-
-Name: com/ibm/icu/impl/data/icudt44b/sr_Latn_BA.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/tl.res
-SHA1-Digest: OSP22UUVgghXGxW7brEJf2BuYsY=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/es_PR.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/en_CA.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/en_IN.res
-SHA1-Digest: +IoAkSIHeB857YAVHbTtRZAxBek=
-
-Name: com/ibm/icu/impl/Norm2AllModes$Normalizer2WithImpl.class
-SHA1-Digest: RZXF2HySxilBPxod9FndLG4kDBE=
-
-Name: com/ibm/icu/impl/duration/impl/DataRecord$EGender.class
-SHA1-Digest: VNgrMkbRUkYr34WUNGE+qWgu2z8=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/da.res
-SHA1-Digest: cFPmwPdMGj9iHXjP7l3NZdEwlHU=
-
-Name: com/ibm/icu/text/EscapeTransliterator$1.class
-SHA1-Digest: UiduzZpeZ5i4bYYKieZ6i/hblds=
-
-Name: com/ibm/icu/impl/data/icudt44b/kl_GL.res
-SHA1-Digest: bB8s9L/B29sOWcwtsGepCtLlXwU=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/nn.res
-SHA1-Digest: ALP0mgSBNuWJe02cDzfh3snQgdQ=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_8859_5.class
-SHA1-Digest: Ab/gjlqdOIeMU9/ccY1/ftgdYfE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/sr_Latn_RS.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/en_BE.res
-SHA1-Digest: 0oCMzEm8I8JmnqNCTwqlgW2qRt0=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/xog.res
-SHA1-Digest: NrGRYMmhTdJce3nl3pBxIU3J6D8=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/en_ZW.res
-SHA1-Digest: 3vVgoydO+AbMH1lFGreNDIlVcgc=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/zh_Hans.res
-SHA1-Digest: a8tGFLZGQjTpanrdOWZwrdYUn38=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ha_Latn_NE.res
-SHA1-Digest: G7tIfKIuG5njuAJZ4whaYHZkK8I=
-
-Name: com/ibm/icu/impl/data/icudt44b/cy.res
-SHA1-Digest: uAQHfW04X6tu+RmCGbMYGv2h6ik=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ko.res
-SHA1-Digest: iUwPfM1l/qH8bbFzRH60w47hjFk=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ml.res
-SHA1-Digest: GOve2U6fdZICB6Pv0cYREGyqFKk=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ar_QA.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/in.res
-SHA1-Digest: 3XvzoDWWOWYlCPXHHWyw0fo/V1w=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/tzm_MA.res
-SHA1-Digest: OXImFYrPsSjRtolasBgWyTmpJs4=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/zh_CN.res
-SHA1-Digest: G5wKgVJhq8EWOqbGyy9G84i4HrY=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/supplementalData.res
-SHA1-Digest: ePOXPxTuw8Bdobq2gs5vffXK3JI=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/am.res
-SHA1-Digest: AG7jxY3atZQ/bBUOoPiQFQEZr3Y=
-
-Name: com/ibm/icu/impl/data/icudt44b/plurals.res
-SHA1-Digest: 3zmvQVfsU8RMCGJ6cU1Pb/eBXJI=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/iw.res
-SHA1-Digest: v1Qmn41c6Y1wu0g6u+28PEBpliw=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/shi_Tfng.res
-SHA1-Digest: 1dq1xXP2uPMBMQYUQZpKf7qhxYg=
-
-Name: com/ibm/icu/impl/data/icudt44b/zh_TW.res
-SHA1-Digest: nT55ZboRiyZqI5yJKPwYJNzauQI=
-
-Name: com/ibm/icu/impl/data/icudt44b/ar_SY.res
-SHA1-Digest: l6D3i2UYtboMop+Ub7QJMHORz5I=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/he_IL.res
-SHA1-Digest: j9NaaXC65M+YsiqWsgmF0oBLECg=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/nd.res
-SHA1-Digest: Ls/RzVPUVpFiKBXisM2cK4+4aeU=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/kde.res
-SHA1-Digest: 8x8O4rfQ1q0cS7jdINWT+8FKDsY=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ne_IN.res
-SHA1-Digest: Gc15CQV3/iNSycMK61ZG1tMCM+Q=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/res_index.res
-SHA1-Digest: Nqkwyx7HDxJ9qMxgfs9N3/mD6bM=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/khq.res
-SHA1-Digest: xj/JHfNDknUMsQXDHRDB3+lAT24=
-
-Name: com/ibm/icu/text/CharsetRecog_2022$CharsetRecog_2022JP.class
-SHA1-Digest: fkrtCzXj3NSXnC/jvLT0eG1IS74=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/no.res
-SHA1-Digest: DC5u7FnkCUhFrMTm2xO60m0QW7A=
-
-Name: com/ibm/icu/impl/data/icudt44b/fr_GP.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/text/FractionalPartSubstitution.class
-SHA1-Digest: /+zNiWwuSmdOdBSVrttxVgRVGI0=
-
-Name: com/ibm/icu/impl/data/icudt44b/id_ID.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/zh_Hans_SG.res
-SHA1-Digest: G7tIfKIuG5njuAJZ4whaYHZkK8I=
-
-Name: com/ibm/icu/impl/data/HolidayBundle_es.class
-SHA1-Digest: Qo5Az5M2Pk1He8EwgcyEJtNlrn8=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/be.res
-SHA1-Digest: F9mdfl8Wev+6r2+p2ImRo472VGY=
-
-Name: com/ibm/icu/util/LocaleMatcher$Level.class
-SHA1-Digest: ro0mni3Czs7B7ImvaWXHvuSJTRU=
-
-Name: com/ibm/icu/impl/UnicodeRegex$1.class
-SHA1-Digest: mEsaHAerVv+BtB1bEYpVclC6OSc=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/lt.res
-SHA1-Digest: jHjn1yScjODRuPxEiiyRPwS0EsM=
-
-Name: com/ibm/icu/impl/data/icudt44b/brkitr/word_ja.brk
-SHA1-Digest: YEZ1M6Att2OidkyIoAhLtSGEJIg=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/bn.res
-SHA1-Digest: dr75QOQIHrqueew8BBLCuVmFa0k=
-
-Name: com/ibm/icu/impl/data/icudt44b/af.res
-SHA1-Digest: YaPSX2xXALMBYtNOfN5LIbRjDNo=
-
-Name: com/ibm/icu/text/UnicodeSet$VersionFilter.class
-SHA1-Digest: Cx71i8OFt1LWb5gXL/a40TIfrCw=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/sh_YU.res
-SHA1-Digest: XOWvQ7tt6G2HCmUG7lnzgRiRYFc=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/lag.res
-SHA1-Digest: kHmdLxN8Y+I4Sf7iwR60By4ueCM=
-
-Name: com/ibm/icu/text/UnescapeTransliterator$3.class
-SHA1-Digest: NkckHkq4Y8vfQBPbvgYc7pS1/p4=
-
-Name: com/ibm/icu/impl/LocaleUtility.class
-SHA1-Digest: VWTgqXaRRDS1qh3Bn1Z/4CgaOGw=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/xog.res
-SHA1-Digest: ZtrL1ttyxBNR79347XxlUOiDH7E=
-
-Name: com/ibm/icu/impl/data/icudt44b/vun_TZ.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/text/RBBIRuleScanner$RBBIRuleChar.class
-SHA1-Digest: 9G6sheGLTTsBZ/WnXGMVe+SyDZk=
-
-Name: com/ibm/icu/util/Calendar$FormatConfiguration.class
-SHA1-Digest: L/JCtyGHjJTp0de9DuHEwR5ZHxs=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_IBM424_he_rtl.cl
- ass
-SHA1-Digest: +qsq8xsaWUaj8XKlabvy5JA3nzc=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/sk_SK.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/es_PA.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/fr_MG.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ar.res
-SHA1-Digest: cKGahdy1Cmekc79pIB4vRBJjUM4=
-
-Name: com/ibm/icu/impl/data/icudt44b/bg.res
-SHA1-Digest: KEhsHpEE9ygsy5ZoacRzVOKj+bo=
-
-Name: com/ibm/icu/impl/data/icudt44b/ar_EG.res
-SHA1-Digest: Lzbf9hmek+dYnDiwsILuAX0pW98=
-
-Name: com/ibm/icu/text/TransliteratorRegistry.class
-SHA1-Digest: FwfkFNuh3jeygtvaWD4g9FQtvNc=
-
-Name: com/ibm/icu/impl/locale/InternalLocaleBuilder$CaseInsensitiveCha
- r.class
-SHA1-Digest: Tm33slu1zaxKRNuIHv6TBdkXjNA=
-
-Name: com/ibm/icu/impl/duration/impl/XMLRecordWriter.class
-SHA1-Digest: CugcsCiw/wIL2j1wiasAjyDRh0w=
-
-Name: com/ibm/icu/impl/ICUResourceBundleReader$Array16.class
-SHA1-Digest: J1/WTDcFQSIS1m4Xu3MROXQdeO0=
-
-Name: com/ibm/icu/impl/data/icudt44b/khq.res
-SHA1-Digest: aV7IkOBoSw4F5A1z12P3qwf8cag=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_8859_1_it.class
-SHA1-Digest: OS1NBCB8xsoOnoRnrY5bBb8oSEI=
-
-Name: com/ibm/icu/impl/duration/impl/DataRecord$ECountVariant.class
-SHA1-Digest: Pw9Cw9nu59iLn3+d3wLTssvYEOE=
-
-Name: com/ibm/icu/util/CurrencyAmount.class
-SHA1-Digest: udzK/OQnVDklpt9krsHZMigZ2Vo=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_windows_1256.cla
- ss
-SHA1-Digest: UhEvJ++f8wACyCWe4thO2RXN65E=
-
-Name: com/ibm/icu/impl/Normalizer2Impl.class
-SHA1-Digest: g+auCTGnYL5v5fMbt4nWgdUmfac=
-
-Name: com/ibm/icu/text/CurrencyDisplayNames.class
-SHA1-Digest: HJGWv3aCtDHgvpaNioKSA1vfXPw=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ja.res
-SHA1-Digest: kGeb0GtupQI8ptSQXJYXfemGFbY=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/zu.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/text/NumberFormatServiceShim$NFService.class
-SHA1-Digest: +cRdfzVrQy+OrVmdcpeEJ0p2JVg=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_8859_9_tr.class
-SHA1-Digest: Nc7tCIJwy1eGIdWYBE0Nf7cdCAU=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/he.res
-SHA1-Digest: TkVU+de4pFLy2hQINM5D8hesHXU=
-
-Name: com/ibm/icu/text/CollationRuleParser$OptionSet.class
-SHA1-Digest: JTKoyVvrT+qjA6ELn0hRvRvt+WY=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/no_NO.res
-SHA1-Digest: 8ee6jofrRwmGupcxb0hNoIythk0=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/az_AZ.res
-SHA1-Digest: 1vNs49h8xRIjFNaD2/KBk/Yt/6g=
-
-Name: com/ibm/icu/impl/data/icudt44b/en_RH.res
-SHA1-Digest: Au/fas5lZsNHc3mlyRudyBfJGW4=
-
-Name: com/ibm/icu/impl/duration/BasicDurationFormatter.class
-SHA1-Digest: 7BQPOsQZ0zmLfsNm99Wg0PhO0rs=
-
-Name: com/ibm/icu/impl/PropsVectors.class
-SHA1-Digest: aV0aH4u9vnnJW+0WoRjugeWoZtk=
-
-Name: com/ibm/icu/impl/Norm2AllModes.class
-SHA1-Digest: RmfyhU/rjpkETqMayhxgyI/gh7c=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/sh.res
-SHA1-Digest: 4wVzJT41pfEsQEBBROi4SU3MzVo=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/cgg.res
-SHA1-Digest: b341w5lqJgxAuijUz/11OwDXgbU=
-
-Name: com/ibm/icu/impl/data/icudt44b/brkitr/char.brk
-SHA1-Digest: s7/+9Uhs7tZMc5KzGCsjUNl64+w=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ja_JP.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/es_EC.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/LocaleDisplayNamesImpl$Appender.class
-SHA1-Digest: RQA8JYEptDTdvmm5b7gtkQu/geE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/pa_PK.res
-SHA1-Digest: QcyWyhkMbELdkARcFys21TRZd0c=
-
-Name: com/ibm/icu/impl/data/BreakIteratorRules.class
-SHA1-Digest: t3GGRI4WCBzYe5ArcDviwpZSXHA=
-
-Name: com/ibm/icu/text/Normalizer2$Mode.class
-SHA1-Digest: EImzW3ouo/ma7Tl2LLd2NHxD2oE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/sl.res
-SHA1-Digest: 7RiKbTf6wqUboZ0C+uQraj5MmJM=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/pool.res
-SHA1-Digest: Q+1c/sI1whNqt8NyflcT7k3VDPc=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/lag.res
-SHA1-Digest: tAsSGzwEittfL9F5MNbRq+Mi47Q=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/sh_CS.res
-SHA1-Digest: NfISe4cDjIC/ByU1KEwb9eEebgw=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/az_Latn.res
-SHA1-Digest: XK16byzPfSdC9ch/lokfHc+QbEI=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/mer.res
-SHA1-Digest: b2RzTHokdFAD0BZrWb+uNKskbwk=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/mr.res
-SHA1-Digest: ri5xB+IAAcq/pd2jLXArqvQ9GxU=
-
-Name: com/ibm/icu/impl/ICUBinary.class
-SHA1-Digest: ECSpIC04qeYVkrg80CFZI987tg4=
-
-Name: com/ibm/icu/impl/ICURegionDataTables.class
-SHA1-Digest: Um0IB6IgmdOqiRWyqg3qLclExY0=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/es.res
-SHA1-Digest: UXTZvzG7NK9Qa8SBJG7doI77xwo=
-
-Name: com/ibm/icu/impl/JavaTimeZone.class
-SHA1-Digest: 0ITXekMoWrW38q8gpiiFYoh6BI4=
-
-Name: com/ibm/icu/impl/duration/impl/data/pfd_ko.xml
-SHA1-Digest: eOSUSyUSndb5fF2lk9BJK2jpGXo=
-
-Name: com/ibm/icu/text/PluralRules$BinaryConstraint.class
-SHA1-Digest: 5GXfaRqB54T4E8Rvl9axXaF88iU=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ti.res
-SHA1-Digest: TXeA3M6ghyuQdgdILUHST4DF5UU=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/as.res
-SHA1-Digest: W447pfG1Q5XL+jucdZrbtBt9Z3k=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/tzm.res
-SHA1-Digest: IQZLDHQZklovsJwKxMvcMoXgxZI=
-
-Name: com/ibm/icu/text/PluralFormat.class
-SHA1-Digest: X++xdunjZR/5aDbP1smheQQ+f3k=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/pt.res
-SHA1-Digest: uyZpAMVd8XXHFgOY05qqS7WKeQ0=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/bn_IN.res
-SHA1-Digest: mpUYB5KziwdlT3snpOUqK5XcNTg=
-
-Name: com/ibm/icu/impl/data/HolidayBundle_iw.class
-SHA1-Digest: jPp4/AwnlFkwZNxbk2B8m2Ahmpo=
-
-Name: com/ibm/icu/impl/data/icudt44b/keyTypeData.res
-SHA1-Digest: tWarrwRkSgvf2Yt4/S8UkGudwRg=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/fi.res
-SHA1-Digest: eQ19n+IvzV4y2/KyO+GWor4npfE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/es_BO.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/mr_IN.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/text/CollationParsedRuleBuilder$BasicContractionTabl
- e.class
-SHA1-Digest: aLff44IhIVq9VltwQsK68qx/MtI=
-
-Name: com/ibm/icu/impl/locale/BaseLocale.class
-SHA1-Digest: osqqoTmHCslZRf894wiwM5eELzo=
-
-Name: com/ibm/icu/lang/UCharacter$SentenceBreak.class
-SHA1-Digest: q3XNoLJAITb1Gr9McVlY3MHGisc=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/de_LU.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/locale/AsciiUtil$CaseInsensitiveKey.class
-SHA1-Digest: jwyzmNVai7YmhUYVh3cSqkgeR0Y=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/fr.res
-SHA1-Digest: XpXNmdq74WXubg0hfbMA08YJpp8=
-
-Name: com/ibm/icu/text/Normalizer$NFCModeImpl.class
-SHA1-Digest: 9kh2t9MC8c3z4CY02L2MKJEVY2Q=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ru_UA.res
-SHA1-Digest: GFHnDI5rJfIMQOughMoapNBAH/4=
-
-Name: com/ibm/icu/impl/data/icudt44b/mt.res
-SHA1-Digest: MLUTy0QWlA5AWQeieC4Mo9MmvEg=
-
-Name: com/ibm/icu/impl/data/icudt44b/iw_IL.res
-SHA1-Digest: ixuVxWeS2P8os1W4T8IQLw5nM6E=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/hu.res
-SHA1-Digest: JAxiiai7pkizmKzkdN2/fjDflnQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/pa_Arab_PK.res
-SHA1-Digest: j9NaaXC65M+YsiqWsgmF0oBLECg=
-
-Name: com/ibm/icu/util/IllformedLocaleException.class
-SHA1-Digest: 7rBHjNGPNfILi8OhN3mgxz3ZPTQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/si.res
-SHA1-Digest: Htkrux8eEJSB3hSB+9muZLqaTe4=
-
-Name: com/ibm/icu/impl/data/icudt44b/en_HK.res
-SHA1-Digest: yup/ytz5CQqXk98r1IuiCGwecks=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/bn_BD.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/fr_LU.res
-SHA1-Digest: 4T6xRuxDwikRICJiUZvy1Ilzh+c=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/bez.res
-SHA1-Digest: 1STXgbW7NKgStxwi/W9kHu8vNss=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/kk_Cyrl_KZ.res
-SHA1-Digest: FlpADwgueBbTdfcFGftHs+CVkEg=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/sr.res
-SHA1-Digest: ThFCC8R2Ma0PwUc2Gc7kbrYgn84=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/mk.res
-SHA1-Digest: D+L8HMb6PrZct+EkZ6mvhggdN6w=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/pt_PT.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/mer.res
-SHA1-Digest: KKCfqI+tYy6p2+kAX9Bxs0mEWzY=
-
-Name: com/ibm/icu/text/LocaleDisplayNames$DialectHandling.class
-SHA1-Digest: zV8XTyWzbVtYd+KNdbHgT83e4YU=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/gu.res
-SHA1-Digest: qHGU13Yya0gkSnsU7yuJsBrIRS8=
-
-Name: com/ibm/icu/impl/CalendarUtil.class
-SHA1-Digest: /hPWzF2gMYzjcnUbAhFT/9Tqf10=
-
-Name: com/ibm/icu/impl/ICUService$Factory.class
-SHA1-Digest: FeFAfZqI1auUmjcchWhoLfx2heM=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/sh_BA.res
-SHA1-Digest: xGYwFCrJ+Fh6gvj//asjipA78KQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/sv_SE.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/in_ID.res
-SHA1-Digest: EibMRLr1pFBHDaU8RcMN54quvOI=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/da.res
-SHA1-Digest: q6YxDAaxEN6acqFnx5HhfdzOYfk=
-
-Name: com/ibm/icu/impl/data/icudt44b/sr_Latn_RS.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/util/ULocale.class
-SHA1-Digest: f6FVFSrljnQL5tGT8Sfo4dzLlWE=
-
-Name: com/ibm/icu/text/DecompData.class
-SHA1-Digest: sUEh9ngI+UVqXFn/Vc6QbClNK8M=
-
-Name: com/ibm/icu/impl/data/icudt44b/en_ZA.res
-SHA1-Digest: ZzQDiN+1mvzWCARXX3Wl9mIjz7c=
-
-Name: com/ibm/icu/impl/data/icudt44b/ka.res
-SHA1-Digest: Dl9Yy3/C9/LdLR2JkNLLJFEgaUY=
-
-Name: com/ibm/icu/impl/data/icudt44b/sk.res
-SHA1-Digest: /ULwpqwrVrCBpdFq/cpN3AgQJ0g=
-
-Name: com/ibm/icu/impl/data/icudt44b/uz_Cyrl_UZ.res
-SHA1-Digest: bB8s9L/B29sOWcwtsGepCtLlXwU=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/nl.res
-SHA1-Digest: LYPLSmgZLUMvO7/MOI8U5lLGUhI=
-
-Name: com/ibm/icu/impl/ICULocaleService$SimpleLocaleKeyFactory.class
-SHA1-Digest: R+Tl+l+Ujw8XrAIZfWcC7xaHs5M=
-
-Name: com/ibm/icu/text/CollatorReader.class
-SHA1-Digest: PIitqUlwNhJvwiIUEB3nHmxUlxU=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/sr_YU.res
-SHA1-Digest: K7F/DOOaeEkKFNzA0Wt7UDAwQw0=
-
-Name: com/ibm/icu/impl/data/icudt44b/gl.res
-SHA1-Digest: VgmoOxSLUyi+p8RYYiVznW0MMuk=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sh_YU.res
-SHA1-Digest: wgP5akVIlg2k0zlb1LdyGHdvMH0=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/zh_Hant_HK.res
-SHA1-Digest: eSSsnI6nRR3MwxZj+dmcNhNJ0F8=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/uk.res
-SHA1-Digest: TZaIepUlkZUjEzIDMMFCeTpuh3E=
-
-Name: com/ibm/icu/lang/UCharacter$NumericType.class
-SHA1-Digest: otEAenuFXAJNTYDtrF4FQ68e81g=
-
-Name: com/ibm/icu/impl/data/icudt44b/en_JM.res
-SHA1-Digest: RsDVj62ZAW/AV/40ynxabO8NN9M=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/bem.res
-SHA1-Digest: wROHoC4k+wFrWfRrkaLXY4g41o8=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ml.res
-SHA1-Digest: wkFrRVR1MxhV14rBfhUjJ/1Fv2U=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/az_Cyrl.res
-SHA1-Digest: oRw5EcmfwVt7RlqI1PvWZvt134I=
-
-Name: com/ibm/icu/impl/ICUData$2.class
-SHA1-Digest: vsgw+SS8Rhlvv+iaZHhlRGchkfM=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/km.res
-SHA1-Digest: YGWNZB8sAZR/TwfQgzsFeeCuN6o=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/sw.res
-SHA1-Digest: PddBI1x06BWgPQBgbNOn4715IgM=
-
-Name: com/ibm/icu/impl/data/icudt44b/tl.res
-SHA1-Digest: 4tUm8XNQuW3cNnFgRRW9vwCheJ8=
-
-Name: com/ibm/icu/impl/data/icudt44b/kde_TZ.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/bez.res
-SHA1-Digest: VUy7fUVEEcwLE46jgw4k8cr0tN4=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/az_Latn.res
-SHA1-Digest: a8tGFLZGQjTpanrdOWZwrdYUn38=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/am.res
-SHA1-Digest: gpv/qKGn5ajG6b9H0joAjOuBF2M=
-
-Name: com/ibm/icu/impl/ICUService.class
-SHA1-Digest: eosDp6fZiZQhmqnaB+eiCJ6vx5c=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/iw.res
-SHA1-Digest: sSE6kwQJ6IHJcWwo8Xbz6/M30Ro=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/es_CO.res
-SHA1-Digest: GjQhk+RnWhQjhDdBl+oeqZS1Le0=
-
-Name: com/ibm/icu/impl/Norm2AllModes$DecomposeNormalizer2.class
-SHA1-Digest: ClGhnFBgIh9KgQvOb4OOggMSnVM=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ak.res
-SHA1-Digest: tQMznOgzYVwg7Zapukn+rTbqsxw=
-
-Name: com/ibm/icu/text/Normalizer$QuickCheckResult.class
-SHA1-Digest: Ty8NTqPkWmvZ+y0gLibyeZmx7N4=
-
-Name: com/ibm/icu/impl/duration/TimeUnitConstants.class
-SHA1-Digest: drCXLtvQchlLW5Lx2/6qoPc3NJc=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/nb.res
-SHA1-Digest: rXoiaBm2d3h0T2eZ/JizDywrhno=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/tzm_Latn_MA.res
-SHA1-Digest: FlpADwgueBbTdfcFGftHs+CVkEg=
-
-Name: com/ibm/icu/text/NormalizationTransliterator$3.class
-SHA1-Digest: 3GcMGOUKqmhucQGJRPWXqUF8xJ8=
-
-Name: com/ibm/icu/lang/UCharacterEnums.class
-SHA1-Digest: CYX7OUtEgjHiThaQBFb0SwVQBlM=
-
-Name: com/ibm/icu/impl/TrieIterator.class
-SHA1-Digest: zMj++OjCjNu7TBDOT6sP+EHtiBI=
-
-Name: com/ibm/icu/text/SimpleDateFormat.class
-SHA1-Digest: QVQIMk03Jx5TVf12B25PwpHQwsA=
-
-Name: com/ibm/icu/impl/data/icudt44b/fr_GN.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/fa.res
-SHA1-Digest: OwUK4qv14Hh1ZF+SMR+vweGYg/I=
-
-Name: com/ibm/icu/impl/data/icudt44b/brkitr/char_th.brk
-SHA1-Digest: 9ApudQ5A2yNwQKOGovgGuHTc6xo=
-
-Name: com/ibm/icu/util/BuddhistCalendar.class
-SHA1-Digest: 3v5q905FflS4t98Z29VsLyS4U14=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/rw.res
-SHA1-Digest: O4voV/hDIKev0+7MdTPJVfcfVh0=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/bn.res
-SHA1-Digest: uGfnhSxDnlPUfm6xz+e7bIHzW3E=
-
-Name: com/ibm/icu/text/LowercaseTransliterator$1.class
-SHA1-Digest: C3QeLOXI5BBCQFLi46Fk4l6fCGk=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/az_AZ.res
-SHA1-Digest: QZ1BeCQdFcnBkk0QqVlvdpAR8MA=
-
-Name: com/ibm/icu/impl/data/icudt44b/root.res
-SHA1-Digest: 4OWq/irqIFpbTEYsiZg6fJvCPew=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ms_BN.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/hy.res
-SHA1-Digest: m/eZXWI8IgLAiXS04OVLDhWhbLA=
-
-Name: com/ibm/icu/impl/data/icudt44b/in.res
-SHA1-Digest: 5xjjkMkdUpd7Zoi5qyfN2gXxhvU=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/pa_PK.res
-SHA1-Digest: kND7aI2V3i7BU3inzjhryNTA0qw=
-
-Name: com/ibm/icu/text/DateTimePatternGenerator$DateTimeMatcher.class
-SHA1-Digest: CsVigrLe06I+Wyg+SsYBhS/3+xM=
-
-Name: com/ibm/icu/impl/ICULogger$LOGGER_STATUS.class
-SHA1-Digest: HU2ARacK28uHqcJYtQkOiyVplbc=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/rwk.res
-SHA1-Digest: Kj9hDNSd2BDOvSKcz/9KLwkz8Tk=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/zh_Hans.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/CalendarAstronomer$3.class
-SHA1-Digest: 6b3Z8qJIsVqBTBFIyhOvGJ9Lz60=
-
-Name: com/ibm/icu/impl/data/HolidayBundle_fr_CA.class
-SHA1-Digest: WjUpI3xhJCEnrNPJfzoW3v5my9k=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/sr_CS.res
-SHA1-Digest: RdDbbg4E4XsLqzrMRIAT2ReB5FI=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/zh_Hans.res
-SHA1-Digest: rejFOwLDQu7LEkKaLq+S3yYVlAE=
-
-Name: com/ibm/icu/impl/data/icudt44b/km_KH.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/kab.res
-SHA1-Digest: 8Y1E0vVDsAO4WUnfQkU5QfGQOqA=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ee.res
-SHA1-Digest: ZMVyjNzKIObq2p8iilGSmZP0JGc=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ja_JP.res
-SHA1-Digest: j9NaaXC65M+YsiqWsgmF0oBLECg=
-
-Name: com/ibm/icu/impl/data/icudt44b/tr_TR.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/nd.res
-SHA1-Digest: ZRwOholuyQf+QimiR5l+yU/OC04=
-
-Name: com/ibm/icu/impl/data/icudt44b/uz_Arab_AF.res
-SHA1-Digest: 8Nf6JsdxtGh5xjDfJRsyzr1KetQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ar_SA.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/kn.res
-SHA1-Digest: 7pO0v1XvRkCCAgt7Tw6pkuF4qrA=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/es_GT.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ms.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/rfc4518.spp
-SHA1-Digest: pMxUIOx9HZBioakFvovoNYkcLvY=
-
-Name: com/ibm/icu/text/Normalizer$FCDModeImpl.class
-SHA1-Digest: KI+3LAju+VYigohbbkoHnfwxecw=
-
-Name: com/ibm/icu/impl/data/icudt44b/be.res
-SHA1-Digest: Hhz34OE1Nb1iO3Yb5ROXCuBtl0E=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ha_GH.res
-SHA1-Digest: R7qi/qNg1a+aacoib40KK2UBnGw=
-
-Name: com/ibm/icu/text/PluralRules$Rule.class
-SHA1-Digest: v+FZlWm4bqJq/w3Jtu93VplS0bw=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/kw.res
-SHA1-Digest: QJv+kzMy/bRVdHl6/xYYYvsIbmY=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/zh_Hant_MO.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/he.res
-SHA1-Digest: JZkeKtwD0IBTKd1soXn+0E7WcMM=
-
-Name: com/ibm/icu/text/Bidi$Point.class
-SHA1-Digest: 6oFVf0Gn2fwOgFYE5twT3kMzzW4=
-
-Name: com/ibm/icu/impl/data/icudt44b/de_LI.res
-SHA1-Digest: QCzxej+roXTzDbIlKw04SMArBOk=
-
-Name: com/ibm/icu/impl/data/HolidayBundle_el.class
-SHA1-Digest: bifjE/BOS773f6BesX8TIEWxud8=
-
-Name: com/ibm/icu/util/CalendarServiceShim.class
-SHA1-Digest: 3Yvgs8m5q/LzyZbnY7jhIYb6o1I=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ff.res
-SHA1-Digest: T1D9/x7INYhgvOg5Tp9ZIvgbLzM=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ar_KW.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/de.res
-SHA1-Digest: kguEvXUp/u61wP6lhDlzfAtahmE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/sr_ME.res
-SHA1-Digest: jJ4RGj88E5wysyk0rnO1xvRnqbM=
-
-Name: com/ibm/icu/text/NumberFormat$NumberFormatFactory.class
-SHA1-Digest: UP+2JLo2yLJR9KPB/TwVsBKtfKE=
-
-Name: com/ibm/icu/util/HebrewCalendar.class
-SHA1-Digest: Tg4ZtB1YgtwEjXRpxcY46hykswk=
-
-Name: com/ibm/icu/text/UnicodeSet$ComparisonStyle.class
-SHA1-Digest: L2SBAkpF4gM2iw+TmBZddBGvVfs=
-
-Name: com/ibm/icu/util/LocaleData.class
-SHA1-Digest: s4Yo1TK3oNiwfPbzQCQ7Qxij3eY=
-
-Name: com/ibm/icu/impl/duration/impl/DataRecord$EDecimalHandling.class
-SHA1-Digest: CRIIsOJqlWIWMY1x1THF609oI7s=
-
-Name: com/ibm/icu/impl/UCharacterNameReader.class
-SHA1-Digest: V8fsI5tKiXr5H06NsIs/eN7ADyg=
-
-Name: com/ibm/icu/text/CaseFoldTransliterator$1.class
-SHA1-Digest: j5cDwfZX0/9HPDaxPBVlp8FTHCU=
-
-Name: com/ibm/icu/impl/data/icudt44b/ja_JP_TRADITIONAL.res
-SHA1-Digest: v6QnkFMS1mcnjy2KxS6D61KPpUA=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/yo.res
-SHA1-Digest: U/ckbT4CUrOlxOnftyrPc9L8wKw=
-
-Name: com/ibm/icu/text/FunctionReplacer.class
-SHA1-Digest: rW86q808uBqSFuh8GkG8/IS6B+M=
-
-Name: com/ibm/icu/text/Transliterator$Factory.class
-SHA1-Digest: Dqruo+lKwZ0FX76n5oBnnsu4gFo=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_IBM420_ar_ltr.cl
- ass
-SHA1-Digest: WKFqV555iTcXPNZ+XjbhqU0eMzk=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/id.res
-SHA1-Digest: RfkAydQoG7zuHMfSoR0aIERUBcU=
-
-Name: com/ibm/icu/impl/data/icudt44b/brkitr/en_US_POSIX.res
-SHA1-Digest: 1N4Pfup/bEwJYgDyu3JIsAUscBw=
-
-Name: com/ibm/icu/impl/ICUResourceBundleReader$Table32.class
-SHA1-Digest: S1VrIu9RFfM55Mp/LgQ6qNkzd+Y=
-
-Name: com/ibm/icu/impl/data/icudt44b/am_ET.res
-SHA1-Digest: 6Q+KFCcm0nE+Zr6aMbdNI8D1maI=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/az_Latn_AZ.res
-SHA1-Digest: FlpADwgueBbTdfcFGftHs+CVkEg=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_8859_2_pl.class
-SHA1-Digest: fB9TA8pBfUN4BRDSSKGH5MRyQFE=
-
-Name: com/ibm/icu/impl/Trie2$Trie2Iterator.class
-SHA1-Digest: txiacQT8N1ZiIn9EWge4hODDbVE=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/sq.res
-SHA1-Digest: 1P7gMwqT8Wz2PIn4ZflwS3GyYjg=
-
-Name: com/ibm/icu/text/BreakIteratorFactory$BFService$1RBBreakIterator
- Factory.class
-SHA1-Digest: JgTGg8zB2mTdCsKl6wSPcCy77hQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/sr_BA.res
-SHA1-Digest: DrzxBxRP7zSAgeXN7n/YaL8WSaQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/uz.res
-SHA1-Digest: HZS1Mwth3Ufdslfab0stTqYWvRo=
-
-Name: com/ibm/icu/impl/data/icudt44b/shi_MA.res
-SHA1-Digest: faZsfpplzqMaGP4oWS/Vcx5IOjk=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/root.res
-SHA1-Digest: ZkC4xg7ptjMyVM5AuBebORjNEVE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/de_CH.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/en_SG.res
-SHA1-Digest: odv4Hp7ENCtD0siG9QMr0lWq7gA=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/eo.res
-SHA1-Digest: QJv+kzMy/bRVdHl6/xYYYvsIbmY=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/pt_PT.res
-SHA1-Digest: 5ZDyaop9NBMSYoudlT9dV1iXlpQ=
-
-Name: com/ibm/icu/impl/ZoneStringFormat$ZoneStrings.class
-SHA1-Digest: u1xJhxvenYDf56hME8qzpLjhPHI=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/uz_Cyrl.res
-SHA1-Digest: XK16byzPfSdC9ch/lokfHc+QbEI=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_8859_1_es.class
-SHA1-Digest: K9cyh9681gKVf/+Lycl11IwYwW4=
-
-Name: com/ibm/icu/impl/data/icudt44b/fr_CH.res
-SHA1-Digest: zad/DhPUANt5A9qnnrtrDjGOJDA=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/en_IE.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/kde.res
-SHA1-Digest: 4KP9IwDYdiTVz/nSkFiPBsNd/Is=
-
-Name: com/ibm/icu/text/StringPrepParseException.class
-SHA1-Digest: BZs3QJVRhu6K4OBewBUXrmQlssg=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/az.res
-SHA1-Digest: bqkrtEHndRCGolDRBfeOx4MaQAs=
-
-Name: about_files/unicode-license.txt
-SHA1-Digest: imMame7hiNbVgjhtOIa9lMOMTK4=
-
-Name: com/ibm/icu/text/AnyTransliterator$ScriptRunIterator.class
-SHA1-Digest: BcQeHjOwsaN8W2TqHV6pkKgZr2s=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ro.res
-SHA1-Digest: QOVJYs5CUwCcjUItQiZFfKdTZt4=
-
-Name: com/ibm/icu/impl/data/icudt44b/metaZones.res
-SHA1-Digest: G7Zhojg6pQM3xLipSGIuNzzp5cg=
-
-Name: com/ibm/icu/impl/ZoneStringFormat.class
-SHA1-Digest: vkrg3ZTSu1mXICA3oXwzKd2w6tQ=
-
-Name: com/ibm/icu/text/EscapeTransliterator$4.class
-SHA1-Digest: GMLHjOTdWDmmfJcZMVs0dd+YMaM=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sr_YU.res
-SHA1-Digest: DLd/PABJCqFf5N5U9KbN8J6d/Cg=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/tr.res
-SHA1-Digest: qZkM6mWd6yPGDDYK2F/rPxV/qYU=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/fr.res
-SHA1-Digest: u9C5JUSUTiKoNG+w+ea/F9bWo+U=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/pa_Arab.res
-SHA1-Digest: MUC558lHWYc4qbpTEvpP3dPJZFQ=
-
-Name: com/ibm/icu/impl/locale/LocaleExtensions.class
-SHA1-Digest: JvCbht+F+9a6zsUscVvrlGe06as=
-
-Name: com/ibm/icu/impl/data/icudt44b/zh_Hans.res
-SHA1-Digest: H158SKuVrFqrca0Ga4F4XQ/l9n4=
-
-Name: com/ibm/icu/impl/data/icudt44b/mr.res
-SHA1-Digest: jwKoLc8Xmd1DJgqEkYlhXCXOodU=
-
-Name: com/ibm/icu/impl/locale/StringTokenIterator.class
-SHA1-Digest: XNB3gFNfxz8SUJ42v8LItBLYYN4=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sg.res
-SHA1-Digest: WHpzSs/ZePpmRvuZ4aG2sw3b41c=
-
-Name: com/ibm/icu/impl/data/icudt44b/likelySubtags.res
-SHA1-Digest: kn4otGZEW/xTJamNmcUxU6CH74w=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_8859_8.class
-SHA1-Digest: AS5f2piKfF2uJOkc0YJJ6XN8Srw=
-
-Name: com/ibm/icu/impl/data/icudt44b/kln_KE.res
-SHA1-Digest: vh692aR15fzTtzWwoNYcu1Q/sYs=
-
-Name: com/ibm/icu/impl/data/icudt44b/lg_UG.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/vun.res
-SHA1-Digest: +XFGrPCPqSVd+m0CqTr7pOpae3c=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/zh_MO.res
-SHA1-Digest: mR05J+PG1fzfhYSlAq1ZeO1N35I=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sr.res
-SHA1-Digest: lq7VTxEXdS6VC08/9nat3d+cIyY=
-
-Name: com/ibm/icu/impl/data/icudt44b/as.res
-SHA1-Digest: ++DwSGI5i43PYDwfFwaTaiAajX4=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ii.res
-SHA1-Digest: pqL8/vqXupSm4Nvsy80Q+8niEdA=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/xog.res
-SHA1-Digest: GrUBlAq1ZKN6xtnw9iKoZSx+WdI=
-
-Name: com/ibm/icu/impl/data/icudt44b/is_IS.res
-SHA1-Digest: bB8s9L/B29sOWcwtsGepCtLlXwU=
-
-Name: com/ibm/icu/text/CharsetRecog_mbcs.class
-SHA1-Digest: aih+RyfFPV9iWowRgzIG0jhbVWU=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sr_Cyrl_CS.res
-SHA1-Digest: DLd/PABJCqFf5N5U9KbN8J6d/Cg=
-
-Name: com/ibm/icu/impl/data/HolidayBundle_fr.class
-SHA1-Digest: tqEdxogxekSjZWtoAowYJ6Pv9m8=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/or.res
-SHA1-Digest: ITG5DDMuSBcLvSzzhmE1vRZzTCw=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/naq.res
-SHA1-Digest: 2cfZ9UgxhNeyBBUQZzQWRdaYH84=
-
-Name: com/ibm/icu/text/Normalizer$NFKD32ModeImpl.class
-SHA1-Digest: QIt+Ax77A4hZpFJbDiz0ZX0Lu+Q=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/hi_IN.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/et.res
-SHA1-Digest: jSsEQ6vcpk/kxfMq1tfkcoHUXNQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/pa_Guru.res
-SHA1-Digest: XK16byzPfSdC9ch/lokfHc+QbEI=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/fa_AF.res
-SHA1-Digest: oNWm5ZGqg55WgvI3z6Pex6gzvjw=
-
-Name: com/ibm/icu/text/TransliterationRule.class
-SHA1-Digest: R2cEbAUUwkk/1gkkDJ0W8J50ETE=
-
-Name: com/ibm/icu/impl/data/icudt44b/fi.res
-SHA1-Digest: 9R8K4QkC33axcP8DE0KbRvcRh0o=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/th_TH_TRADITIONAL.res
-SHA1-Digest: xk0/n7fgS9WGA3XI6rqB0NvN194=
-
-Name: com/ibm/icu/impl/ICULocaleService$ICUResourceBundleFactory.class
-SHA1-Digest: s1qd7aX3y6Y8qTogxZd9iRyStEE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/vi.res
-SHA1-Digest: bXfq9PXuCY31DUnhX+0qFXwRjOc=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/cs.res
-SHA1-Digest: EIXPl4oeWNjAYid1EmR0KfaFH5A=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/it.res
-SHA1-Digest: Q4SUtY1H7BkxhC8boKZwU66nvsw=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/sr_Latn.res
-SHA1-Digest: LaWN2BpBDIRI49ddovq7ZWJHSGA=
-
-Name: com/ibm/icu/text/UnicodeReplacer.class
-SHA1-Digest: A3crPoHEDDNQnF+CTkYO1DdbHo4=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/th.res
-SHA1-Digest: DKfJ/EIL7sTBMms9kPbYyy9DWTE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/th_TH_TRADITIONAL.res
-SHA1-Digest: Hk8MYA8OMTmFKnRL0wW9Q6/TJYA=
-
-Name: com/ibm/icu/text/TransliteratorParser$RuleHalf.class
-SHA1-Digest: jVjC5oVYd4iorJakI7DOXIIfyHc=
-
-Name: com/ibm/icu/text/LowercaseTransliterator.class
-SHA1-Digest: KtsmPrul1pACGz/6XWPa6Ph7sBA=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_IBM424_he.class
-SHA1-Digest: n5aBpQzDyj7FFwTJUEK3juus9P4=
-
-Name: com/ibm/icu/impl/locale/LanguageTag.class
-SHA1-Digest: qS9A1e8KmasoUs7UP0gYY164o1Q=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/shi_Latn.res
-SHA1-Digest: xj/JHfNDknUMsQXDHRDB3+lAT24=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/lg.res
-SHA1-Digest: R9RExQzsxt18VGFgzXx4YYfF9T8=
-
-Name: com/ibm/icu/impl/data/icudt44b/si.res
-SHA1-Digest: /JrP0HoMFDGYHjEcratnL/zMz5A=
-
-Name: com/ibm/icu/impl/ICUDataVersion.class
-SHA1-Digest: OSA9vKLp3PK+oxtY3DW7ZbTQ0qU=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/hi.res
-SHA1-Digest: P5BSwC91YATnIufLYZDLWWZj0LA=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/sr_Latn_CS.res
-SHA1-Digest: NfISe4cDjIC/ByU1KEwb9eEebgw=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/es_DO.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ps.res
-SHA1-Digest: Y+LrKkqKFMgmJ/a9LsuFzUVgIiI=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sr_Cyrl_YU.res
-SHA1-Digest: AWVx/wh0lWQue4hfjv74blgw0Fc=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/no_NO_NY.res
-SHA1-Digest: /+u6FTmFr2A3OEbyjknl4oMtWE4=
-
-Name: com/ibm/icu/util/SimpleDateRule.class
-SHA1-Digest: eEjWgfjsahlwU/LwIG2T0Wzjqzk=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/hr.res
-SHA1-Digest: xQR6dmMAmjAsD8fP2G6yoVT6bLg=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/uz_UZ.res
-SHA1-Digest: AZS44wzulRI7f1WZ5Z33ydz+eiQ=
-
-Name: com/ibm/icu/text/StringTransform.class
-SHA1-Digest: 5TMieVAxCd1CBLgrHdB4XJ4zlOg=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/uz_Arab.res
-SHA1-Digest: YKOrxfOFP2cLI8+bTGnyl21ANaQ=
-
-Name: com/ibm/icu/text/UnicodeSet$SpanCondition.class
-SHA1-Digest: fNiZUgWeG/6f3809bhjI46NG3p8=
-
-Name: com/ibm/icu/impl/ZoneMeta$OlsonToMetaMappingEntry.class
-SHA1-Digest: 4rpjjCpt9zLL0Uh+2uWQ28CGTyE=
-
-Name: com/ibm/icu/util/EasterHoliday.class
-SHA1-Digest: Ij+Ja9ouf/ndb7OHri5dMVnYCmI=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ca.res
-SHA1-Digest: pGoWVrbCSwY86/hgGX8gr6ALQx8=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/vun.res
-SHA1-Digest: yRge9N5oc5X1k0pd4mKP5EsT/Tw=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/kk.res
-SHA1-Digest: o3tF6CksZiMWGAnw5+vTFBf7nhc=
-
-Name: com/ibm/icu/text/CompoundTransliterator.class
-SHA1-Digest: LVKxLZol/VCiP90Wji4xeuUO1r8=
-
-Name: com/ibm/icu/text/UnescapeTransliterator$6.class
-SHA1-Digest: UGBRZKPy/nstjL4ZCrlhgJ057XY=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ur.res
-SHA1-Digest: YHjzhTgFywPAvNhmbpz0bB/8xx0=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/kam.res
-SHA1-Digest: Z9gY4K7+j1YIyJK4Nx4gaurLEcs=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/lag.res
-SHA1-Digest: 6MNLIpLu9qboqpESpzcrEjvpgg0=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/ga.res
-SHA1-Digest: dg9oinSCR4oN53Mn1VFvfB2qtK4=
-
-Name: com/ibm/icu/impl/duration/SingleUnitBuilder.class
-SHA1-Digest: aQiKEXE6l/tMguRFUruCFPdW/Bg=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ak.res
-SHA1-Digest: m2EXRTmVHI861lm2Y0BCGKQkJD0=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ko.res
-SHA1-Digest: C8DEP3PPyN2+E+BinFoQq3w0I3k=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/es_VE.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/naq.res
-SHA1-Digest: wHhj5fzyP8uhZtehemq9L5eBngk=
-
-Name: com/ibm/icu/text/PluralRules$RuleChain.class
-SHA1-Digest: 5HtP+1PSei+6iwZx7WMKMSOWeIw=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/gv.res
-SHA1-Digest: aF6bYYlSxtw7GZR5dsZqDpmqxqA=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/is.res
-SHA1-Digest: UeS0EoHCp97OYeBZuNxa5EGNFOM=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/pa.res
-SHA1-Digest: 358jH2jS1nh/6TYJPBfxp7ISS6s=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/en_NZ.res
-SHA1-Digest: OgInpPKy4nqGm8uOsz2k6do3NLk=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sr_Cyrl_BA.res
-SHA1-Digest: FlpADwgueBbTdfcFGftHs+CVkEg=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/zh.res
-SHA1-Digest: pyf8qUjpQJHfyhpIKQh9lEM0y4A=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/eu.res
-SHA1-Digest: +CbqAVVltqsAEG7sZsfPHQGiTJQ=
-
-Name: com/ibm/icu/impl/duration/BasicPeriodBuilderFactory.class
-SHA1-Digest: 6Ofhz9fcGs/sm0kxRK0csu//y7k=
-
-Name: com/ibm/icu/impl/ICUResourceBundleImpl$ResourceTable.class
-SHA1-Digest: 7rVU0OlXWqtddm7K1twXGVK6ELM=
-
-Name: com/ibm/icu/util/BasicTimeZone.class
-SHA1-Digest: v8S5z1PGrEzxOH3fCdYV3HIqSuY=
-
-Name: com/ibm/icu/impl/data/icudt44b/khq_ML.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/ta.res
-SHA1-Digest: OJfWVc5Df2E/aOdAGBDV8gzGbgc=
-
-Name: com/ibm/icu/lang/UCharacter.class
-SHA1-Digest: /o4ChsRe62nmNTSK5N/rjc9iNeU=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/fa.res
-SHA1-Digest: xQgCYrBjI1eQQwWfaYQ5dErCmoI=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/uz_Cyrl.res
-SHA1-Digest: a8tGFLZGQjTpanrdOWZwrdYUn38=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/en_US.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/text/CollationRuleParser$ParsedToken.class
-SHA1-Digest: tZX36THvVilU2ch1RK7xvKUq1HE=
-
-Name: com/ibm/icu/impl/data/icudt44b/uk.res
-SHA1-Digest: qQUtKVkVuMhTslLipaECPq7GfWA=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sr_ME.res
-SHA1-Digest: pDQjdbMLDusei51YipBHNUAWYMI=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/pl.res
-SHA1-Digest: C+R943biHfWFV50pdxQUA5G8RDM=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ru.res
-SHA1-Digest: HDYc/1tG6Y6jeEdaa992elWjrw0=
-
-Name: com/ibm/icu/impl/ICUNotifier$NotifyThread.class
-SHA1-Digest: udE5cCf456tDXC0NTg55vafV28w=
-
-Name: com/ibm/icu/impl/data/icudt44b/rfc4505.spp
-SHA1-Digest: lced9aQC6CKcBNAOUdswjJV5a3o=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/no_NO_NY.res
-SHA1-Digest: 1IPS/pxmXNJ6mdx/gj1jfvMbTfY=
-
-Name: com/ibm/icu/impl/LocaleDisplayNamesImpl$DataTableType.class
-SHA1-Digest: iBaxXQ2jl2VV2WyyRde0uAcbLAk=
-
-Name: com/ibm/icu/impl/locale/AsciiUtil.class
-SHA1-Digest: LRXe4b9Yuft0s3wv+bQDhlVAZDc=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ha_NG.res
-SHA1-Digest: SsdVtjyQSoCo/5aP+ldskv/wN40=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/pa_Arab.res
-SHA1-Digest: ADk0oeygAmWE32C7B7FoLJJHJCU=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/sr_Latn_BA.res
-SHA1-Digest: 6y5SZNNhWljlh+n+XKf5ibc0iYc=
-
-Name: com/ibm/icu/util/TimeUnitAmount.class
-SHA1-Digest: X6H/3qFJzx0TxDGgiSv1eFot+Nc=
-
-Name: com/ibm/icu/impl/ICURWLock.class
-SHA1-Digest: W0OUKwJdc3ZYkHjrTfpAceP2P4g=
-
-Name: com/ibm/icu/impl/data/icudt44b/zh_Hant_MO.res
-SHA1-Digest: vWsf+uJjyxouzWq3sOSrC41JWmU=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/az_Latn.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/ICUService$SimpleFactory.class
-SHA1-Digest: 2Q6DEjCgKjj6G5RkaJjmglxTN3Y=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/az_Latn.res
-SHA1-Digest: rejFOwLDQu7LEkKaLq+S3yYVlAE=
-
-Name: com/ibm/icu/impl/data/icudt44b/nb.res
-SHA1-Digest: UD7UH/rtafaQ96dTrieefKF46Hw=
-
-Name: com/ibm/icu/util/TimeZoneRule.class
-SHA1-Digest: wnbVnnB+BgsIjWHeFBQCPQfhFPo=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/kl.res
-SHA1-Digest: cDjV4RY9uLDeWMEUmPCD0wgH6vI=
-
-Name: com/ibm/icu/text/CharsetRecog_Unicode$CharsetRecog_UTF_16_BE.cla
- ss
-SHA1-Digest: DG/aZ1mNIxLBdiZm2JrHlPB7lj0=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/kam.res
-SHA1-Digest: z99LptaV18sb1v5oskL0BOik3E0=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sv.res
-SHA1-Digest: 7teYG0duo9lLJkKiqi0lllIfRiI=
-
-Name: com/ibm/icu/text/CurrencyMetaInfo.class
-SHA1-Digest: 8qZKPx/2yAFPCRhbHjesPj1IM4A=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/lt_LT.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/kw.res
-SHA1-Digest: bZEg9Pu+D5vn+LUXDvSVPzVsah0=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/mer.res
-SHA1-Digest: GY6dvugfVNt8CEj6cEs0drqBijM=
-
-Name: com/ibm/icu/impl/data/icudt44b/fr_MC.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/duration/DurationFormatter.class
-SHA1-Digest: lR1lvVnlUgctez+leGj/sbmUekA=
-
-Name: com/ibm/icu/impl/data/icudt44b/brkitr/en.res
-SHA1-Digest: u2J3LYp+Zs1Uko/FlcDkmDy68/c=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/pa_Guru.res
-SHA1-Digest: a8tGFLZGQjTpanrdOWZwrdYUn38=
-
-Name: com/ibm/icu/impl/data/icudt44b/rw.res
-SHA1-Digest: FsYOAZo3kqWzhosz5wdidqNlXBg=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/en.res
-SHA1-Digest: MOVuwNntYUWtYNDXwBLyKy5VH8M=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/de_CH.res
-SHA1-Digest: YjvXv1WucjsL6blmcAkX0NXIbms=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ar.res
-SHA1-Digest: j8t3cK5ehToEQIKt+rTH+UZaFPI=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/fr_CA.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/ICUResourceBundleReader.class
-SHA1-Digest: 1NsPuY0XYZIhp4EIScwJ4tTxUx0=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/te_IN.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/text/NullTransliterator.class
-SHA1-Digest: noyGu2jbDf4nhngTd2R1bgEaebA=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ha.res
-SHA1-Digest: 8UrLlHY7Z1LFQkIK1AVeKJ6TXOI=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/nn.res
-SHA1-Digest: uALBacqP/EUr2VEURyrrC8RFRDs=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/pa_Guru_IN.res
-SHA1-Digest: j9NaaXC65M+YsiqWsgmF0oBLECg=
-
-Name: com/ibm/icu/impl/CalendarAstronomer$MoonAge.class
-SHA1-Digest: 7XPHbs0vQ7nLubifzUJ02v02IKU=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ha_Latn_GH.res
-SHA1-Digest: j9NaaXC65M+YsiqWsgmF0oBLECg=
-
-Name: com/ibm/icu/impl/duration/Period.class
-SHA1-Digest: 5MclH5thoK0eCJ+AavUio+h0IoQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/de_BE.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/text/Normalizer$NFKCMode.class
-SHA1-Digest: ttBwXCiLBIM437+aIL9OERQBLNo=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/cgg.res
-SHA1-Digest: nFQlM65HcQsoczbuQI7bM8fVxfg=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/bo.res
-SHA1-Digest: pUaxzMPbyCqgMAuql1f7zVj73d8=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/lv.res
-SHA1-Digest: Ekww5/FuG3Ujk6B+aM4x+xYvfdE=
-
-Name: com/ibm/icu/impl/data/icudt44b/kn.res
-SHA1-Digest: dMFmEKyGCrLvOsiv8Xt8md9/RoI=
-
-Name: com/ibm/icu/impl/data/icudt44b/kw_GB.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/fo.res
-SHA1-Digest: UFvOa09tqVumd1FUi/mLlcwK5Vk=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/zh_Hant_TW.res
-SHA1-Digest: FlpADwgueBbTdfcFGftHs+CVkEg=
-
-Name: com/ibm/icu/text/BreakCTDictionary$CompactTrieNodes.class
-SHA1-Digest: S2RUOorAJTUeQi149FOtCX9xb7o=
-
-Name: com/ibm/icu/impl/data/icudt44b/es_SV.res
-SHA1-Digest: GXZeIzEFcELyODobyb6e1QN64K0=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/es_US.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/fr_BE.res
-SHA1-Digest: sggxLyhDcXpkG2123wvVSjhaIJw=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/id.res
-SHA1-Digest: +L6YBwIhDzozqqcrdYmnxAU3eWw=
-
-Name: com/ibm/icu/impl/CalendarData.class
-SHA1-Digest: rKHEqOAgy2RyfIUstFLBi6NhpSc=
-
-Name: com/ibm/icu/math/BigDecimal.class
-SHA1-Digest: YNpvVunUKHzJ0Wpqsw2qC42UIxQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/sh.res
-SHA1-Digest: MY5RS73YDyyxF+N19gcuJe00Qrw=
-
-Name: com/ibm/icu/impl/locale/Extension.class
-SHA1-Digest: sMrrGr8AHHYe+w61NGLlsWm9UQc=
-
-Name: com/ibm/icu/text/DateTimePatternGenerator$VariableField.class
-SHA1-Digest: EM6XroBxuaeFsW1TF73si76ygko=
-
-Name: com/ibm/icu/impl/duration/impl/DataRecord$EPluralization.class
-SHA1-Digest: 1b7RcKmmOS8IQoOfX287CtIuxsI=
-
-Name: com/ibm/icu/impl/data/icudt44b/naq_NA.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/ar_SD.res
-SHA1-Digest: IJ4kmSxvswVnqwTaw9ogAX4QKdQ=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_8859_8_he.class
-SHA1-Digest: 7IAds9bZ5Ud+dmdDkTz2hJje5Mg=
-
-Name: com/ibm/icu/util/AnnualTimeZoneRule.class
-SHA1-Digest: B9cFV93s8mNIi6P+840NrDm00MY=
-
-Name: com/ibm/icu/util/UniversalTimeScale$TimeScaleData.class
-SHA1-Digest: mcuE6C760Lt/57KdvAy/2PHkhHk=
-
-Name: com/ibm/icu/text/RBNFPostProcessor.class
-SHA1-Digest: /AQt7RcOLYIOykCWxG/wh9fk3/g=
-
-Name: com/ibm/icu/impl/locale/LocaleObjectCache.class
-SHA1-Digest: 2YwCQeyGNsFVsqCxiPi6/fGnJlk=
-
-Name: com/ibm/icu/impl/data/icudt44b/brkitr/root.res
-SHA1-Digest: B0vdXOQqBAigBOiCMCV1GAFk/Mk=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/eo.res
-SHA1-Digest: qyrZQA4NkftdmA7yMoIwOLX/IyM=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/mk_MK.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/bez.res
-SHA1-Digest: SleO6wK74k9fQsCJ94J/997Lh5g=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/sr_RS.res
-SHA1-Digest: c7ugWMx9ocan1NzwcXeT2sgYSX4=
-
-Name: com/ibm/icu/text/RuleBasedCollator$contContext.class
-SHA1-Digest: nAXK2hyqqcdzmyg7AVMVfJgxDbo=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/nl_BE.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/de.res
-SHA1-Digest: Yt5pVmkV6RC0NtR9Q3o6uIRMaTo=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ms_MY.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/th_TH.res
-SHA1-Digest: G7tIfKIuG5njuAJZ4whaYHZkK8I=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/tzm.res
-SHA1-Digest: Nw5lgAYFEgZshjninBC3gN0uSxs=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/te.res
-SHA1-Digest: d6MYM5BT3ZnoxpVvoL8xv1f0imk=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/th_TH_TRADITIONAL.res
-SHA1-Digest: AUSxXSIzP/y0wufQiNpk6lqqSAs=
-
-Name: com/ibm/icu/text/RuleBasedCollator$ContractionInfo.class
-SHA1-Digest: hUJyvSPq+LdbHaPwxapEsmxsjx0=
-
-Name: com/ibm/icu/text/Normalizer$NFD32ModeImpl.class
-SHA1-Digest: +MbNigDph78sH1oeChdTWcmaTdA=
-
-Name: com/ibm/icu/text/Normalizer$NONEMode.class
-SHA1-Digest: o8KqUJT7ToliHfNafvQeorUkFc8=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/az.res
-SHA1-Digest: F4fH7uAoUoFK2+51byWJLi7Yz0M=
-
-Name: com/ibm/icu/impl/data/icudt44b/fr_CF.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ro.res
-SHA1-Digest: +oGoX8svbVfe6yJw7uxn8Dz4Ujo=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/asa.res
-SHA1-Digest: XiQXaBXKD2KpHX8ODr2pQPyfpaE=
-
-Name: com/ibm/icu/text/StringSearch.class
-SHA1-Digest: KoByL1ouRBdoGKiI/q9OwxOznDc=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/sr_Latn_CS.res
-SHA1-Digest: XOWvQ7tt6G2HCmUG7lnzgRiRYFc=
-
-Name: com/ibm/icu/util/Currency.class
-SHA1-Digest: 3CsLyEnbKASIoyb5A9PkyMnPyis=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/rm.res
-SHA1-Digest: 91OKJvjISsdBRwJq3YDTawAGXv0=
-
-Name: com/ibm/icu/impl/data/icudt44b/yo.res
-SHA1-Digest: xpjxczt1VDuW2f00nskNIPIqye8=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/no.res
-SHA1-Digest: j8hId5HxWc0MSnrxI/NhzBw33+8=
-
-Name: com/ibm/icu/impl/data/icudt44b/cgg.res
-SHA1-Digest: usVXYDDhmjRhyF79ChDx8A2G55k=
-
-Name: com/ibm/icu/text/UTF16.class
-SHA1-Digest: EaoFrswWtsHPdCGezragxdbj0NU=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/pt.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/util/CurrencyServiceShim$CFService$1CurrencyFactory.
- class
-SHA1-Digest: zhso2jWPzxQ9lrlISbu0/PbjUEM=
-
-Name: com/ibm/icu/impl/data/icudt44b/uz.res
-SHA1-Digest: IsyUErLgj18962AyZr0HrNYiNBE=
-
-Name: com/ibm/icu/impl/data/icudt44b/az_Latn.res
-SHA1-Digest: XPibNrsgecsb339+bdpxqlD+rHw=
-
-Name: com/ibm/icu/text/CollationParsedRuleBuilder$MaxExpansionTable.cl
- ass
-SHA1-Digest: 02M1KlRQ3y9F9xeRhV2OmNZLpVg=
-
-Name: com/ibm/icu/impl/duration/PeriodBuilderFactory.class
-SHA1-Digest: PQLP8QBAsGrUueHmUFkBQ9hYzQw=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ig.res
-SHA1-Digest: uzIIFGD/rkdg7ndGvV1Q8e+PAHo=
-
-Name: com/ibm/icu/impl/UCharacterPropertyReader.class
-SHA1-Digest: lgOcHgNotFaq1rHwC2mhMD8d+a8=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/sn.res
-SHA1-Digest: R9RExQzsxt18VGFgzXx4YYfF9T8=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/en_PK.res
-SHA1-Digest: EY7qU+7NK7F1tvVYQhtc40K8yqc=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/es_CL.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/tzm.res
-SHA1-Digest: wk+JvDcH8nKNiSfnfR60dprpUY0=
-
-Name: com/ibm/icu/impl/Norm2AllModes$NFKC_CFSingleton.class
-SHA1-Digest: 0k4BUoPIpjsfLQBo2xWg3g3mVGI=
-
-Name: com/ibm/icu/impl/duration/impl/PeriodFormatterData.class
-SHA1-Digest: 7oi2qF4wi3rI7uS0Op4Lez2Xa7I=
-
-Name: com/ibm/icu/impl/data/icudt44b/brkitr/fullLocaleNames.lst
-SHA1-Digest: KCE98xkAFxsOisbc9fqRR5A4lBE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/lg.res
-SHA1-Digest: gvGoakicaAywNw+LAhLWqwkTOpY=
-
-Name: com/ibm/icu/impl/ICULogger.class
-SHA1-Digest: 1rjpiGHBtZ151wzPFG5hrf44PGI=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ca_ES.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/text/UnicodeMatcher.class
-SHA1-Digest: 0iqFaAfBvOU+rgzqh0JIM88h0k8=
-
-Name: com/ibm/icu/text/CollationParsedRuleBuilder$BuildTable.class
-SHA1-Digest: GxVl1ih28in/JmQz7ZJxrd6ZBUE=
-
-Name: com/ibm/icu/impl/data/icudt44b/bn_IN.res
-SHA1-Digest: OtIZvedUedQ37P6+cF8z9qS5wRk=
-
-Name: com/ibm/icu/text/NormalizationTransliterator$6.class
-SHA1-Digest: t+duJrRitEyfx9vsyGGU9lbGvBY=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/pa_IN.res
-SHA1-Digest: rMYJLWULoNwMgdwTKbG7WRMWD1Q=
-
-Name: com/ibm/icu/impl/Row$R3.class
-SHA1-Digest: ftasjOJ1foVLStOm9DGbOG6sDhE=
-
-Name: com/ibm/icu/text/CollationRuleParser$TokenListHeader.class
-SHA1-Digest: q/G7b2AagaboC+LQb8CQJs5p+mk=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/asa.res
-SHA1-Digest: riK059vzHgcXCAe1ArhhVtGXn3g=
-
-Name: com/ibm/icu/impl/data/icudt44b/pnames.icu
-SHA1-Digest: kr2xg4uK521hNnyuDmXaMVdAAi8=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/to.res
-SHA1-Digest: GrCXRbTzARvUXYotdhZreMvbMZw=
-
-Name: com/ibm/icu/impl/data/icudt44b/sg.res
-SHA1-Digest: NWsvZ+cSYU9q9uImsN3YaJ06cSk=
-
-Name: com/ibm/icu/impl/data/icudt44b/hu_HU.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/text/DateIntervalInfo.class
-SHA1-Digest: Sdm3IlUeWx6cIeOkTLjELkrL9Sw=
-
-Name: com/ibm/icu/impl/data/icudt44b/el_GR.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/util/GlobalizationPreferences.class
-SHA1-Digest: 22ZWmFHif0E6fxDD/S5vSNCaOSk=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/hr.res
-SHA1-Digest: VZ0VyS8QcwHNBEfIKk2Fquo8crk=
-
-Name: com/ibm/icu/impl/duration/impl/RecordWriter.class
-SHA1-Digest: WU/3iNkjmvVBp+fCRV4O1l88ZO4=
-
-Name: com/ibm/icu/impl/data/icudt44b/ru_UA.res
-SHA1-Digest: ph6y6E/ReGkN+Lu86b3M1Fbd67k=
-
-Name: com/ibm/icu/text/PluralRules.class
-SHA1-Digest: XoGnyR6YddpzPVTj9gl0SWxoMbY=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/sr_Latn_BA.res
-SHA1-Digest: G7tIfKIuG5njuAJZ4whaYHZkK8I=
-
-Name: com/ibm/icu/impl/data/icudt44b/or.res
-SHA1-Digest: AnJ8voH/1K+UpuPTteuKAcXnvZM=
-
-Name: com/ibm/icu/text/RbnfScannerProviderImpl$RbnfLenientScannerImpl.
- class
-SHA1-Digest: KRvTdn7WgsnOxibzeR1ZNSTrFUk=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_8859_1.class
-SHA1-Digest: eq2etwh0lyFGkMQKbP0rHALva2s=
-
-Name: com/ibm/icu/text/PluralRules$Constraint.class
-SHA1-Digest: pEa1yXmnOeMxpHlOp2CZxGaF2gU=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/bem.res
-SHA1-Digest: FCz+oBObeXwOP1ZJgrc8O1D/yB8=
-
-Name: com/ibm/icu/text/UnicodeNameTransliterator.class
-SHA1-Digest: KIuC9YF41i3hzXCcZ+d1PSSVYhA=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/guz.res
-SHA1-Digest: 6IKyXLxrKTkBeC1+srEdJDY4+mM=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/zh_Hans_CN.res
-SHA1-Digest: j9NaaXC65M+YsiqWsgmF0oBLECg=
-
-Name: com/ibm/icu/text/CurrencyMetaInfo$CurrencyInfo.class
-SHA1-Digest: A2kRS8YUmJ9cApItNZCL9lmAvWA=
-
-Name: com/ibm/icu/util/SimpleTimeZone.class
-SHA1-Digest: Lntkwb3QhDyrxXufHdIn+v/VX8o=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ur.res
-SHA1-Digest: gjkPPB9ocKf19dSSgBi+wZlNZws=
-
-Name: com/ibm/icu/text/CharsetRecog_Unicode$CharsetRecog_UTF_16_LE.cla
- ss
-SHA1-Digest: XRO4aNIfWkB5PGcfyh4Fuo4m1lA=
-
-Name: com/ibm/icu/impl/data/icudt44b/cs.res
-SHA1-Digest: /mo0/2ycngWSr33/SPiSJ8eJB+I=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ki.res
-SHA1-Digest: CqDcZI/gv21QJf14M4bEiyQ+QI0=
-
-Name: com/ibm/icu/impl/data/icudt44b/th.res
-SHA1-Digest: vvtq4pn2BjQ/tKN63Yy2PcJ0CG8=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/en_ZW.res
-SHA1-Digest: G7tIfKIuG5njuAJZ4whaYHZkK8I=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ar_YE.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/ga_IE.res
-SHA1-Digest: bB8s9L/B29sOWcwtsGepCtLlXwU=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ja_JP_TRADITIONAL.res
-SHA1-Digest: oJbqZu24KcZmO1Mli2lSJDP9D5U=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/es_MX.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/km.res
-SHA1-Digest: tESigIyZWrw+Idi0i096fek+0fE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/is.res
-SHA1-Digest: QXytnZcW/7ZG2Fux9sdiOurpG78=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/sw.res
-SHA1-Digest: gx9emzfMur1yuSG4g26zH39K3e4=
-
-Name: com/ibm/icu/impl/ICUConfig.class
-SHA1-Digest: I8zWi2OT8vVsaTyV6zq1uNscBUU=
-
-Name: com/ibm/icu/lang/UCharacterEnums$ECharacterCategory.class
-SHA1-Digest: IGPX7W+kUsh7gi+ieTRiWRlwfJE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/zh.res
-SHA1-Digest: LoE6BE4MS9YXiiMhYmdbn9swA5Y=
-
-Name: com/ibm/icu/impl/Trie.class
-SHA1-Digest: PTm4tBLka1l8/nJK1rr9iZPZ0Ck=
-
-Name: com/ibm/icu/impl/data/icudt44b/hi.res
-SHA1-Digest: LMWajnGyol9mbLgitY3MZLijtek=
-
-Name: com/ibm/icu/text/Normalizer$FCDMode.class
-SHA1-Digest: XL2y8QOTdHIydxLHN3dmj+kssVg=
-
-Name: com/ibm/icu/impl/data/icudt44b/ne_IN.res
-SHA1-Digest: VPKlmbwgsKWwDDmhBjaNuGWSfkQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/ps.res
-SHA1-Digest: VUjQbu/4EVNIUV2wYbwFr4wZaW8=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ka_GE.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/text/CollationParsedRuleBuilder$ContractionTable.cla
- ss
-SHA1-Digest: 6jYJy+cOdCq40215mnOMePVHkZs=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/es.res
-SHA1-Digest: zCbw4akFk0OWdWd4VHDOSCHWL3s=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sr_Cyrl_RS.res
-SHA1-Digest: FlpADwgueBbTdfcFGftHs+CVkEg=
-
-Name: com/ibm/icu/text/DictionaryBasedBreakIterator.class
-SHA1-Digest: 4b59t9u6X1PneTwnPNSGOg/jadg=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/fullLocaleNames.lst
-SHA1-Digest: XBV3/JCvc+ubaqMa+/c6MpPZCyA=
-
-Name: com/ibm/icu/util/CompactByteArray.class
-SHA1-Digest: 5fJX8++0OtTcfuDtxgsEGcuVRRA=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ar_IQ.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/sr_Cyrl.res
-SHA1-Digest: XK16byzPfSdC9ch/lokfHc+QbEI=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_KOI8_R.class
-SHA1-Digest: LUVeGXYjaq/n3dugaG2EU/9wM3w=
-
-Name: com/ibm/icu/impl/data/HolidayBundle_es_MX.class
-SHA1-Digest: gXn1klONkLoDGbl8dPBUsdkDbcM=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ebu.res
-SHA1-Digest: XIl7x0/NBJy8gkAw2QGwx/qCJS8=
-
-Name: com/ibm/icu/text/RbnfLenientScannerProvider.class
-SHA1-Digest: hZE51HbX+sGKR8GwIvKvsND8Zao=
-
-Name: com/ibm/icu/impl/data/icudt44b/sh_YU.res
-SHA1-Digest: JrZIjzTrKvx7nW5VC/LEXLi/hpY=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/af_ZA.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/rwk_TZ.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/jmc.res
-SHA1-Digest: KqamCMul9MiixJlJWhnHRNg+2bU=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/hu.res
-SHA1-Digest: xfJU58i++RFkaqEklj19mChPHGo=
-
-Name: com/ibm/icu/impl/data/icudt44b/bem.res
-SHA1-Digest: nOmHJjbBCZgoRUIQa9PzUb/Qa/k=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ha_NE.res
-SHA1-Digest: S97PdL2ye1pxxi7ag6QKLkizGB4=
-
-Name: com/ibm/icu/impl/duration/BasicDurationFormat.class
-SHA1-Digest: wdyC+oAD04ZMnFqRrG7BsUddNEM=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/rwk.res
-SHA1-Digest: xj/JHfNDknUMsQXDHRDB3+lAT24=
-
-Name: com/ibm/icu/text/UnescapeTransliterator.class
-SHA1-Digest: 3sFfArrqAWKud6lp7ybcJSypqCU=
-
-Name: com/ibm/icu/util/UResourceBundle.class
-SHA1-Digest: khuYAV5i4/BtsMaWlw9yL72Vosc=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/kab.res
-SHA1-Digest: cO8tzWXbxDxNdFjCy4c9Boo+l8E=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/sr_Latn_RS.res
-SHA1-Digest: 6y5SZNNhWljlh+n+XKf5ibc0iYc=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/hy.res
-SHA1-Digest: TvuBvPsyvzlNW4sEXsWcXaIN2jc=
-
-Name: com/ibm/icu/impl/Norm2AllModes$FCDNormalizer2.class
-SHA1-Digest: CdqrrtrpfKDBGVGpDrSv2eFUurk=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_8859_1_fr.class
-SHA1-Digest: p0piYAnsA+w/RpVMvNJ//SiAxHw=
-
-Name: com/ibm/icu/impl/PropsVectors$CompactHandler.class
-SHA1-Digest: qMJK86UPcaere31359vxIpI7wsc=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/guz.res
-SHA1-Digest: ZuzyqNJiqetQoQ0iQ4y7mF6vTPk=
-
-Name: com/ibm/icu/impl/data/icudt44b/eu.res
-SHA1-Digest: KAdmbeI8LYwQQQPKpoUpRvyiYDE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/mk.res
-SHA1-Digest: 9wRHp1l4LYM/pC+EDABv5iHvlYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ar_BH.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/uz_Cyrl_UZ.res
-SHA1-Digest: 6y5SZNNhWljlh+n+XKf5ibc0iYc=
-
-Name: com/ibm/icu/impl/data/icudt44b/es_ES.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/seh_MZ.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/hy_AM.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/text/BreakCTDictionary$CompactTrieHeader.class
-SHA1-Digest: o3jL4R63tiHYDRDZg+jhRt1z9ag=
-
-Name: com/ibm/icu/lang/UCharacterDirection.class
-SHA1-Digest: rKZ40zp2St6Qhjiv2iNvTbr5abg=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/th_TH.res
-SHA1-Digest: FlpADwgueBbTdfcFGftHs+CVkEg=
-
-Name: com/ibm/icu/text/CharsetRecog_Unicode$CharsetRecog_UTF_32_BE.cla
- ss
-SHA1-Digest: fpLoQ2uolTVLV2qOKeXhsVwMvGE=
-
-Name: com/ibm/icu/impl/data/icudt44b/brkitr/el.res
-SHA1-Digest: bjPSfD/db1aj1qWBrTM4ilvK9o8=
-
-Name: com/ibm/icu/impl/data/icudt44b/ru.res
-SHA1-Digest: 0VyJPs+vem/tdk/c8flEErC+rfg=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/el.res
-SHA1-Digest: YxyGtH/hjvqwwg57z7HFn3P37M8=
-
-Name: com/ibm/icu/impl/LocaleDisplayNamesImpl$DataTable.class
-SHA1-Digest: 7918qfk9QFWsqIem/gnBImO2KNc=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/gu.res
-SHA1-Digest: CjwreraYSrpYiT0slism5tITjj0=
-
-Name: com/ibm/icu/impl/data/icudt44b/brkitr/sent_el.brk
-SHA1-Digest: S313A7xxFKklWRhNtTkwvmeiBJM=
-
-Name: com/ibm/icu/impl/ICUResourceBundle$2$1.class
-SHA1-Digest: 3RgucBibnlXasiBaQgNzpwQqcgE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/nl_BE.res
-SHA1-Digest: GVl0XQdV7/nwwBl9PLtOgheXg48=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/uz_Cyrl.res
-SHA1-Digest: rejFOwLDQu7LEkKaLq+S3yYVlAE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ha.res
-SHA1-Digest: Hor1iP1eobRYNjfVenC1018V1Sg=
-
-Name: com/ibm/icu/text/CollatorServiceShim$1CFactory.class
-SHA1-Digest: hhL6lutER37MBCMcvalqVYCzX34=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/nl.res
-SHA1-Digest: 5jsDuag0ce8pADiXQgKeKj8BMX8=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/de__PHONEBOOK.res
-SHA1-Digest: m+5yF6uEcS1JpSNqU3aeNfxc9r8=
-
-Name: com/ibm/icu/impl/ICUCurrencyDisplayInfoProvider$ICUCurrencyDispl
- ayInfo.class
-SHA1-Digest: h6jC/GbsL32fm5aU6kNQCd/MDj8=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/da.res
-SHA1-Digest: Z/DyIaFrFoMlpv7H+er0yocjFKI=
-
-Name: com/ibm/icu/impl/data/icudt44b/az_AZ.res
-SHA1-Digest: mVPKuPZVRf6wI7YYnQpV5f2Ri60=
-
-Name: com/ibm/icu/impl/data/icudt44b/asa_TZ.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/UPropertyAliases$NameToEnum.class
-SHA1-Digest: TXitXXy+G+9gLrvMcP4J5oZ9KMY=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/lv.res
-SHA1-Digest: ldMrGEmwLRCAysKREkz3bHG0MZI=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ebu.res
-SHA1-Digest: V/2RLjQmwwZOzmWfDUqdU1uvU0A=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/uz_AF.res
-SHA1-Digest: yVTaO182nMv+bMXNl4ASGBVFINk=
-
-Name: com/ibm/icu/impl/data/icudt44b/rwk.res
-SHA1-Digest: udnMGLNsDuaA4Zr+W1M7ljaVhGQ=
-
-Name: com/ibm/icu/impl/duration/PeriodFormatterFactory.class
-SHA1-Digest: roxxV3/Zm/QJggXgJGKSN1fkMLA=
-
-Name: com/ibm/icu/impl/data/icudt44b/ur_IN.res
-SHA1-Digest: yTxmKfIwlMiMnYzgR4Q7nCNGLrk=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/pa_Arab.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/text/EscapeTransliterator$7.class
-SHA1-Digest: VFUo/fhqkziUE/C+gTd4EAJG8hQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/bm.res
-SHA1-Digest: YVy6xzJ8xfwnEoFZcCY0mrgJByQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/pa_Arab.res
-SHA1-Digest: wABgfx3QI6m0ZC8bMHhbRRzyO34=
-
-Name: com/ibm/icu/impl/data/icudt44b/pa_PK.res
-SHA1-Digest: rZ5R/1asjhq+32e0klduCbD9cMw=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/lt.res
-SHA1-Digest: xEEDDedYVVzeyayh5VztA46VAzM=
-
-Name: com/ibm/icu/impl/data/icudt44b/kl.res
-SHA1-Digest: diVKfYdadH50Dbu2fOXUkKd2+vs=
-
-Name: com/ibm/icu/lang/UScriptRun.class
-SHA1-Digest: 2UBqzFlW/bHk6ul89RrOILaSw4g=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/no_NO.res
-SHA1-Digest: pX8JwVh8/R1OxHOoEju9ENNDai8=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ml_IN.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/kab.res
-SHA1-Digest: Xi93aW5ef38YUoedRbMywOF83EU=
-
-Name: com/ibm/icu/impl/data/icudt44b/sv.res
-SHA1-Digest: yhKbf9i+fLoMfxSsyM0D2cjiT8w=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/jmc.res
-SHA1-Digest: yRge9N5oc5X1k0pd4mKP5EsT/Tw=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/hi__DIRECT.res
-SHA1-Digest: 4n7ChX+ekgmHa5dQH35w0vDOyag=
-
-Name: com/ibm/icu/util/MeasureUnit.class
-SHA1-Digest: ZCU+A35ohbltcM+ERCSqikqis5U=
-
-Name: com/ibm/icu/text/RuleBasedCollator$shiftValues.class
-SHA1-Digest: xEQ4oXvbFVaIgRDKW55i2ptPojU=
-
-Name: com/ibm/icu/impl/data/icudt44b/kab_DZ.res
-SHA1-Digest: pzD0gVQamWHPnaJekDI6YS9ufIY=
-
-Name: com/ibm/icu/impl/data/icudt44b/sw_KE.res
-SHA1-Digest: 6UJTEXFCbxNYQpI5OtBZ/Cq4nes=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/om.res
-SHA1-Digest: pj+sl6Joe/ipwD+m/Lu3GMkS+i4=
-
-Name: com/ibm/icu/text/CharsetRecog_2022$CharsetRecog_2022KR.class
-SHA1-Digest: OfIejNX/xxDzuKAgOR7wXW8C5FM=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/vun.res
-SHA1-Digest: Kj9hDNSd2BDOvSKcz/9KLwkz8Tk=
-
-Name: com/ibm/icu/impl/data/icudt44b/rfc4013.spp
-SHA1-Digest: PuMYy32cg45lu4Wu2Iwh4PbsGGI=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ml.res
-SHA1-Digest: sb6VQ5jTbrxD2PpoeFfOcEqFtak=
-
-Name: com/ibm/icu/text/CurrencyPluralInfo.class
-SHA1-Digest: nFbyx0UEP/U9JJIKnYmKMC9KsPo=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/pa_Guru.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/nn_NO.res
-SHA1-Digest: 6y5SZNNhWljlh+n+XKf5ibc0iYc=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/sh_CS.res
-SHA1-Digest: XOWvQ7tt6G2HCmUG7lnzgRiRYFc=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/pa_Guru.res
-SHA1-Digest: rejFOwLDQu7LEkKaLq+S3yYVlAE=
-
-Name: com/ibm/icu/text/CollatorServiceShim$CService$1CollatorFactory.c
- lass
-SHA1-Digest: bAj6BfhqfXDInr1rca5fO+L+W1c=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/es_CL.res
-SHA1-Digest: xmAC6m0y1I5eXZ4fZ1spb4GgH6M=
-
-Name: com/ibm/icu/impl/data/icudt44b/ar_OM.res
-SHA1-Digest: wJkS5vJTwCxX/f6RSFDb8iCKEp0=
-
-Name: com/ibm/icu/text/UnicodeFilter.class
-SHA1-Digest: Cui6G1V9j8bzLKwHjuzHHcjMIxM=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/naq.res
-SHA1-Digest: oM1I1KtHhh+ZJX6ceLSIWgN7E6w=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/am.res
-SHA1-Digest: xUBHdNV/fZywevcbqw7/Nn7dGwc=
-
-Name: com/ibm/icu/text/CharsetRecog_mbcs$CharsetRecog_euc.class
-SHA1-Digest: +Oig1B3qY/te4zIg7SBuyMk7+vE=
-
-Name: com/ibm/icu/impl/UnicodeSetStringSpan.class
-SHA1-Digest: AfCrJ6RClaiT6zEZZPIiGfaGSzE=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/iw.res
-SHA1-Digest: 6bOYUs/LjPvoa8Ds4fHc1nKbwsg=
-
-Name: com/ibm/icu/impl/data/icudt44b/om_ET.res
-SHA1-Digest: 6Q+KFCcm0nE+Zr6aMbdNI8D1maI=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/kde.res
-SHA1-Digest: xj/JHfNDknUMsQXDHRDB3+lAT24=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/rm.res
-SHA1-Digest: 1iz806bpuEaw3RK6t26Bv+DGl1Q=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/fa_AF.res
-SHA1-Digest: w8DVlT8uMyIvmsVsYI5aqvo/jRU=
-
-Name: com/ibm/icu/impl/PatternTokenizer.class
-SHA1-Digest: P0xqdVPxdsvhBW408lN/tXQNn0I=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ja.res
-SHA1-Digest: t+y7Mn/a5ZtmO+3lVDmoMmWOpQc=
-
-Name: com/ibm/icu/text/UnicodeDecompressor.class
-SHA1-Digest: qswBcDSQx6oX2aTc+wKE1psLqSY=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/uz_Arab_AF.res
-SHA1-Digest: 6y5SZNNhWljlh+n+XKf5ibc0iYc=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/cy.res
-SHA1-Digest: lsnE8+3rrKvh2dK9gj/uHWanpgU=
-
-Name: com/ibm/icu/impl/duration/impl/DataRecord.class
-SHA1-Digest: nJY6oc7Co4Nyd3PHOE8sq1IkFIc=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/zu.res
-SHA1-Digest: YHjzhTgFywPAvNhmbpz0bB/8xx0=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sr_Cyrl.res
-SHA1-Digest: a8tGFLZGQjTpanrdOWZwrdYUn38=
-
-Name: com/ibm/icu/text/LocaleDisplayNames.class
-SHA1-Digest: E9I3l4SQRiG+KE/qBm5YgLKZs2Y=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/pa_IN.res
-SHA1-Digest: UXMZ7NVvgm+n2I/55fJDcCRNbBI=
-
-Name: com/ibm/icu/text/RemoveTransliterator$1.class
-SHA1-Digest: AOO9s/9152ErpAdtp92s+AALRro=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/de_DE.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/bn.res
-SHA1-Digest: KOjNAMKkDyyP2i7ymPXAAJT8vMI=
-
-Name: com/ibm/icu/text/DateTimePatternGenerator$FormatParser.class
-SHA1-Digest: mvVDlw8RxLzaGAjygkvk/CUlvzM=
-
-Name: com/ibm/icu/text/RawCollationKey.class
-SHA1-Digest: 9Z1MoC4tJWI2SG/WVBPSJ+3Zf78=
-
-Name: com/ibm/icu/text/CollatorReader$3.class
-SHA1-Digest: Af+WOL9G2Af6CqOavc0BUZCSNOc=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sn.res
-SHA1-Digest: /OMqx9Q28JPYZcQvv6rgaJ93eJ8=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/xog.res
-SHA1-Digest: tQMznOgzYVwg7Zapukn+rTbqsxw=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/luy.res
-SHA1-Digest: umWaz+XvdXv/81Vr0DEfVBq2Vk0=
-
-Name: com/ibm/icu/impl/StringPrepDataReader.class
-SHA1-Digest: qEGT+K0vRVZDAngoug/fUnYmGsU=
-
-Name: com/ibm/icu/impl/data/icudt44b/ar_LY.res
-SHA1-Digest: IJ4kmSxvswVnqwTaw9ogAX4QKdQ=
-
-Name: com/ibm/icu/util/ULocale$Type.class
-SHA1-Digest: o1+jt38p3dxGfBPGclsb374jJKQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/sl.res
-SHA1-Digest: R2dlB/H6cLgeuHC4hOdSMB/5/wY=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/en_ZW.res
-SHA1-Digest: FlpADwgueBbTdfcFGftHs+CVkEg=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ha_Latn_NG.res
-SHA1-Digest: FlpADwgueBbTdfcFGftHs+CVkEg=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/kam.res
-SHA1-Digest: 5JUrluXCi2I2mj/QsZkOY2yF5oI=
-
-Name: com/ibm/icu/text/Normalizer$NFKC32ModeImpl.class
-SHA1-Digest: hN5pUeB6oXBg6AGLtSf+Uxqk9IQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/uz_Cyrl.res
-SHA1-Digest: je85eTfL/gX+wcbloGw5tU1/HgE=
-
-Name: com/ibm/icu/impl/data/icudt44b/no.res
-SHA1-Digest: wQpKmOMAZRZ4aisxUI1hps/5B/I=
-
-Name: com/ibm/icu/impl/data/icudt44b/pt_BR.res
-SHA1-Digest: Fh12LlNmkz3+5NAD4WXt6OAn790=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/st_LS.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/kde.res
-SHA1-Digest: tnJQQwj/i/xYDQlZsrE13Jz5spQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/af.res
-SHA1-Digest: gOpYEpV1dUYTAL5bw1bQQDmp5J4=
-
-Name: com/ibm/icu/impl/data/icudt44b/windowsZones.res
-SHA1-Digest: afms+0z1I6AKzVgt+mcCOiTIoP8=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/et.res
-SHA1-Digest: FtlltMG1PKpoWUi/vAx6XvIZWmQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/kk_KZ.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/to.res
-SHA1-Digest: 6dozGIbdTYYKaHiZBOS2YtHEkR8=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/vi.res
-SHA1-Digest: P0H+0WB8PQNopUYPuAAfR2dbJT4=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/sh_BA.res
-SHA1-Digest: 1UiY06SRHSlbMLxJHtGDe9mpqaw=
-
-Name: com/ibm/icu/text/NumberFormat$Field.class
-SHA1-Digest: fAXnBYO+coIEv90KmBDOsp4YNU0=
-
-Name: com/ibm/icu/text/TransliteratorRegistry$IDEnumeration.class
-SHA1-Digest: PI06wLWbrQ8r2eQ4u8cuKKHHTd4=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/zh_HK.res
-SHA1-Digest: +eo2/Tsy9GzoA5pHo1RPsLDyKII=
-
-Name: com/ibm/icu/impl/data/icudt44b/sr_YU.res
-SHA1-Digest: jN1rgubYTQ9DfHTHPISo0eH5268=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/he.res
-SHA1-Digest: 7oboVxMqmp44p0mz5Ik/WHF6ItE=
-
-Name: com/ibm/icu/impl/data/icudt44b/pa_Arab.res
-SHA1-Digest: l2LXxmraePqtheUA1gpFho+SoBQ=
-
-Name: com/ibm/icu/util/ValueIterator$Element.class
-SHA1-Digest: w2YKDWSj2OENwOWNnh6VRrOgc4s=
-
-Name: com/ibm/icu/impl/ICUDebug.class
-SHA1-Digest: VGe7uKeOxwOyuMOrZIvqB67s8W4=
-
-Name: com/ibm/icu/impl/ZoneStringFormat$ZoneStringSearchResultHandler.
- class
-SHA1-Digest: Ohf96PABphPaGuzxECwSmypp21U=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/sw_TZ.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_8859_5_ru.class
-SHA1-Digest: m5DUANOnMh6eetBB0R7xj2Uqam4=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/vi_VN.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/bg.res
-SHA1-Digest: D+L8HMb6PrZct+EkZ6mvhggdN6w=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/sr_Latn_RS.res
-SHA1-Digest: G7tIfKIuG5njuAJZ4whaYHZkK8I=
-
-Name: com/ibm/icu/impl/data/icudt44b/xog.res
-SHA1-Digest: FcPuJhZ4sVGGOFJ0ekTlRA7OtWA=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/uz_Cyrl_UZ.res
-SHA1-Digest: G7tIfKIuG5njuAJZ4whaYHZkK8I=
-
-Name: com/ibm/icu/text/SelectFormat$CharacterClass.class
-SHA1-Digest: I36qEYv/q2NQ2vgfvrWx8guzqwo=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/lag.res
-SHA1-Digest: xj/JHfNDknUMsQXDHRDB3+lAT24=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/sq.res
-SHA1-Digest: xZMO5JZak/CksUQGCVGiPN2VBjQ=
-
-Name: com/ibm/icu/text/DateIntervalInfo$PatternInfo.class
-SHA1-Digest: Wpm47aD2ntpjGMHcHFQJRu8OLn4=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/luy.res
-SHA1-Digest: xs+D5IE6DwKeinqtAINmbi3+t/U=
-
-Name: com/ibm/icu/impl/data/icudt44b/es_CO.res
-SHA1-Digest: buawkIZmV+jN0sjBkauFo/ao9cc=
-
-Name: com/ibm/icu/impl/data/icudt44b/pa_Guru.res
-SHA1-Digest: XRAVaZUuBlJIsTPLiwSoyGI4zfE=
-
-Name: com/ibm/icu/util/ULocale$Category.class
-SHA1-Digest: e7Zfs2DQP9SA72wvAKkmCwBfM2o=
-
-Name: com/ibm/icu/text/CharsetRecog_Unicode$CharsetRecog_UTF_32_LE.cla
- ss
-SHA1-Digest: c9tz/gu+/26FLCq2f7MC+cWzEfM=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ca.res
-SHA1-Digest: U6fkphSzxUlqNM09y2BPyBo2Vss=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/zh_CN.res
-SHA1-Digest: 1WM/7zW4XWX+cd+VGBnhBxIgz2U=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/kk.res
-SHA1-Digest: ZmQKi9tHl9SmLmSpSUg6Ei8MEV8=
-
-Name: com/ibm/icu/impl/data/icudt44b/rfc3920node.spp
-SHA1-Digest: 4IYXUODtnB6gfa7RDUKiacm7TG8=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/he_IL.res
-SHA1-Digest: 6y5SZNNhWljlh+n+XKf5ibc0iYc=
-
-Name: com/ibm/icu/impl/data/icudt44b/az_Cyrl_AZ.res
-SHA1-Digest: bB8s9L/B29sOWcwtsGepCtLlXwU=
-
-Name: com/ibm/icu/util/CompactCharArray.class
-SHA1-Digest: gdrzHtegvpcAwZ+5q4WP4JFQRpY=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sr_Latn_YU.res
-SHA1-Digest: wgP5akVIlg2k0zlb1LdyGHdvMH0=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/pa.res
-SHA1-Digest: UI5iQfmEk3rzqhS4Zv2JIekeCGQ=
-
-Name: com/ibm/icu/text/TransformTransliterator.class
-SHA1-Digest: PL9HiGh7Grx/xB5V3GQ4EbpinMI=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/en_BW.res
-SHA1-Digest: BOh0jJfi2k35Xk4qVnhKx6sVbx0=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ar_AE.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ne.res
-SHA1-Digest: f3FyzjezGsc3tVIMFgIJMQxjlX0=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/tr.res
-SHA1-Digest: kbXOpqEeHu87TTC4PWUUG3sYrq8=
-
-Name: com/ibm/icu/impl/data/icudt44b/shi_Tfng_MA.res
-SHA1-Digest: Dp27hTh/fSz0X3YsZC7t08IP9oY=
-
-Name: com/ibm/icu/impl/data/icudt44b/to_TO.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/cy_GB.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/no_NO.res
-SHA1-Digest: RHEBXPaRhc6twIy2KG6JqHEktqY=
-
-Name: com/ibm/icu/impl/Punycode.class
-SHA1-Digest: C/yHc8nxnAiuQxWNTgJKVBxbbHU=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/fr.res
-SHA1-Digest: 2wWxC5RldBhyGmHbgnFxs7UcGtM=
-
-Name: com/ibm/icu/text/TitlecaseTransliterator.class
-SHA1-Digest: Y8ibJ+4+IuCqMjbbVgD6xjqBGQM=
-
-Name: com/ibm/icu/impl/data/icudt44b/as_IN.res
-SHA1-Digest: c5U3XRyJfmm7NVh56YJqWqALTmg=
-
-Name: com/ibm/icu/impl/data/icudt44b/lag.res
-SHA1-Digest: XbJHUzwyZ+CJfXCBuENvt9HKqdw=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_8859_8_I_he.clas
- s
-SHA1-Digest: JcGCK0nllr4e0mCdq0FeJakl3wI=
-
-Name: com/ibm/icu/impl/data/icudt44b/tzm_MA.res
-SHA1-Digest: ksLUXa4xB8xG+D6ki7QzD1xslTk=
-
-Name: com/ibm/icu/impl/data/icudt44b/bez_TZ.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/es.res
-SHA1-Digest: kjhRkhwF4/6eJs+qYRSOivC0HoI=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/kk_Cyrl_KZ.res
-SHA1-Digest: j9NaaXC65M+YsiqWsgmF0oBLECg=
-
-Name: com/ibm/icu/impl/MultiComparator.class
-SHA1-Digest: vbGkZ+ez8BcukYmZritviBtEY/0=
-
-Name: com/ibm/icu/util/RuleBasedTimeZone.class
-SHA1-Digest: ejcVyDgjfEaDudUe3XrXGp3vaNw=
-
-Name: com/ibm/icu/text/BreakCTDictionary$CompactTrieHorizontalNode.cla
- ss
-SHA1-Digest: DvUxGsKT1yFEKEJmgXsXr8hg5HI=
-
-Name: com/ibm/icu/impl/duration/PeriodFormatter.class
-SHA1-Digest: MWrz5o07DY2tXDR4Th2lFSPWxJs=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/sr_CS.res
-SHA1-Digest: K2VkP0Ifn1uMwhUJ0cPXUn15wdg=
-
-Name: com/ibm/icu/impl/data/icudt44b/shi_Tfng.res
-SHA1-Digest: swPbtl6Rv77lKFtFAjVD9WWXyQE=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sr.res
-SHA1-Digest: yBmiMpI5+wOglrDx8tBPcm07RWE=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/mer.res
-SHA1-Digest: R9RExQzsxt18VGFgzXx4YYfF9T8=
-
-Name: com/ibm/icu/impl/data/icudt44b/ps_AF.res
-SHA1-Digest: 8Nf6JsdxtGh5xjDfJRsyzr1KetQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/tzm_Latn.res
-SHA1-Digest: OAfLS9wT7CFWuP1zLmKe3sN1gfw=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sh_CS.res
-SHA1-Digest: wgP5akVIlg2k0zlb1LdyGHdvMH0=
-
-Name: com/ibm/icu/impl/locale/UnicodeLocaleExtension.class
-SHA1-Digest: LIn4zI5cjDVMcp6fU7cHus32LME=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/it.res
-SHA1-Digest: 6BJQ3OqDD5lUWkGPMCAu59DRxIg=
-
-Name: com/ibm/icu/impl/ICUBinary$Authenticate.class
-SHA1-Digest: rDKAYoySf+XfOVUIoSJQ5FVj688=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/mt.res
-SHA1-Digest: 05pflB9I1dTvXB0UEbsHKTAFbPo=
-
-Name: com/ibm/icu/impl/InvalidFormatException.class
-SHA1-Digest: J5f2NLdxKajQmSX2abfALLPNZRw=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/fa_AF.res
-SHA1-Digest: 3A8gwpAbkUm973vwU48mSV/za7k=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/nb_NO.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/ICUCurrencyMetaInfo$Collector.class
-SHA1-Digest: dp/u8khuGz///AApLXq7VslQ5Xc=
-
-Name: com/ibm/icu/text/SCSU.class
-SHA1-Digest: oF7a8lPr5EB1oNWRoQn+jnC88cE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ha_GH.res
-SHA1-Digest: N/nfnhYREtOLzbsPxDWK+kppu4M=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/uz_Arab_AF.res
-SHA1-Digest: G7tIfKIuG5njuAJZ4whaYHZkK8I=
-
-Name: com/ibm/icu/impl/data/icudt44b/translit/fullLocaleNames.lst
-SHA1-Digest: B/xpXjcSd3Maqu5W4R7xxwvfnFU=
-
-Name: com/ibm/icu/impl/data/icudt44b/sr_ME.res
-SHA1-Digest: dMNSAW0kfgOgaK/OnH6fRrWeHgE=
-
-Name: com/ibm/icu/impl/duration/impl/data/pfd_zh_Hant.xml
-SHA1-Digest: oqiUHHJv27k8wMntxWNJWm5cuyU=
-
-Name: com/ibm/icu/impl/ICUResourceBundleImpl$ResourceArray.class
-SHA1-Digest: O1Dr8J3cnVmazv4x2vHBmf+5Obs=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/asa.res
-SHA1-Digest: VGZTAj1tBJoVHfwnzaD2iECviGo=
-
-Name: com/ibm/icu/impl/UPropertyAliases$EnumToShort.class
-SHA1-Digest: eH+WMUtlSUYOcYVhRq20xTrZicw=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/es_PY.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/lt.res
-SHA1-Digest: 6ODQKGFbP9alVtroQFE58TdNfuo=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/nn.res
-SHA1-Digest: Hk+p/ucy4zzfDzZWIk4Mf+wzQZU=
-
-Name: com/ibm/icu/util/LocaleMatcher.class
-SHA1-Digest: KP3J7B2uNCAhqW+7XYdjFTBZ1ZQ=
-
-Name: com/ibm/icu/impl/Normalizer2Impl$1.class
-SHA1-Digest: x8BpBhPhozowpa8TJdXIGQFc1cQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ru_RU.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/fi_FI.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/text/Normalizer$NFKDModeImpl.class
-SHA1-Digest: KTrLf4QVAldAT4xFQF9nV2V2E7M=
-
-Name: com/ibm/icu/impl/data/icudt44b/pt_GW.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/zh_Hant_HK.res
-SHA1-Digest: j9NaaXC65M+YsiqWsgmF0oBLECg=
-
-Name: com/ibm/icu/text/CollationParsedRuleBuilder$MaxJamoExpansionTabl
- e.class
-SHA1-Digest: JEfV6FIjS1YVDO60QDRDSzduFMY=
-
-Name: com/ibm/icu/text/Normalizer$NFCMode.class
-SHA1-Digest: OSr/gAh+F/k0RMzF4PZLRPNeUN4=
-
-Name: com/ibm/icu/impl/data/icudt44b/ru_MD.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/IntTrie.class
-SHA1-Digest: gPvemqH4Uwq1d/LAORq7wrZA4nQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/en_PH.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ga.res
-SHA1-Digest: 7Yzih8qJdQX112aoL6MbdLJ+ysg=
-
-Name: com/ibm/icu/impl/data/icudt44b/gu.res
-SHA1-Digest: IC4OCqIZpHgoRY+bdw1as62E2yQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/mer.res
-SHA1-Digest: fxGbBoM3FoiSt+7hnJ0Hg73QMIg=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/uk_UA.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/pa_Arab_PK.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/ka.res
-SHA1-Digest: IEqwn6DcTk4NEJllCadTP4G8uLo=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/bez.res
-SHA1-Digest: xj/JHfNDknUMsQXDHRDB3+lAT24=
-
-Name: com/ibm/icu/impl/data/icudt44b/rfc4011.spp
-SHA1-Digest: +ydyHT5jXvaoMiFf+YNzgsQYXno=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/pool.res
-SHA1-Digest: Jcf9HfunIendAwFJZcRmSiqzfJ0=
-
-Name: about.html
-SHA1-Digest: eQIdRvD/EtAPAPFicu7HDnA9wkY=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/sk.res
-SHA1-Digest: pINziJAa/pbOkWGFf19b6a30zOE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/tzm_Latn.res
-SHA1-Digest: 13IzxJy7RLcww6g1vzYRz1vP4Xw=
-
-Name: com/ibm/icu/impl/data/icudt44b/da.res
-SHA1-Digest: swEffuG8AysxGuFfJm4c/PMOi60=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ms.res
-SHA1-Digest: URdA+uyIFvSQopzKVe6KtsOJHC4=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sr_Latn_ME.res
-SHA1-Digest: FlpADwgueBbTdfcFGftHs+CVkEg=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ta.res
-SHA1-Digest: Lof+o4bObi5cxZsaDbqf9Cjeag8=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ak.res
-SHA1-Digest: G5+Ry/5b0Tk7S2RcUyq2ZtEqBaQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/sq_AL.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/sr_BA.res
-SHA1-Digest: c5Qd9HtEdJVGxxCPmZVdGmGp15Q=
-
-Name: com/ibm/icu/util/TimeArrayTimeZoneRule.class
-SHA1-Digest: 4zECXiWY3WEpUkCLFzQRxqD2kcA=
-
-Name: com/ibm/icu/impl/BOCU.class
-SHA1-Digest: ckHp/0uE5cykkIkTrYvpq53IwH4=
-
-Name: com/ibm/icu/text/Normalizer$NFC32ModeImpl.class
-SHA1-Digest: ub3UKHigypVle9bLTyUPc44EgtU=
-
-Name: com/ibm/icu/impl/data/icudt44b/en_GB.res
-SHA1-Digest: SdocCZS+dL+GbopEBnJd5utFDuI=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sh_BA.res
-SHA1-Digest: z3Au54FHsusSjMHgtjGZSE+EvU4=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ja.res
-SHA1-Digest: jTLSpwetxrc4c+VoH5VzEvjvQLI=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/zh_Hant_MO.res
-SHA1-Digest: 6y5SZNNhWljlh+n+XKf5ibc0iYc=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/te.res
-SHA1-Digest: OkXAyDV5EgnVP6WKFC1e/r3xwuw=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/zu.res
-SHA1-Digest: ObHng4elJxedD8VSK5HLHvHLizs=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/pl.res
-SHA1-Digest: VN1ilOefqzBFMfTnA4BzREmosck=
-
-Name: com/ibm/icu/impl/data/icudt44b/brkitr/res_index.res
-SHA1-Digest: tWT6/gkZBXCsj/tTvxAc8bBNbEo=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/en_CA.res
-SHA1-Digest: RBGu0H09mw/tSrK9VmKmSYGAuKk=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/fa.res
-SHA1-Digest: 8wSZYtTtOS5Ewehku3b/PuEL0tE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/kk_KZ.res
-SHA1-Digest: L9Fv7q6U7CkzMUMv9eW8pTCOSJE=
-
-Name: com/ibm/icu/impl/data/icudt44b/mt_MT.res
-SHA1-Digest: bB8s9L/B29sOWcwtsGepCtLlXwU=
-
-Name: com/ibm/icu/text/PluralRules$RangeConstraint.class
-SHA1-Digest: 87DKQI2HoEsHWeoSonIWSx4CNfQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/zh_HK.res
-SHA1-Digest: 6DebCUrYmzKS1ukhaNydZsK6xlI=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/es_HN.res
-SHA1-Digest: Z8VT87My1lcmCekTMsaOCyLadb4=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/en_MT.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/text/NFRuleSet.class
-SHA1-Digest: GcIhaOtqjd9Mu+QJIJLgJ29SV74=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/yo_NG.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/ml.res
-SHA1-Digest: NgKOWeu250o5tx3FKdbXBcQm7DU=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/zh_SG.res
-SHA1-Digest: RAPyEr2nssYfRqf1LCrbr7ebjvc=
-
-Name: com/ibm/icu/impl/Trie2$1.class
-SHA1-Digest: hreicaSlO0REaqdUXhdYPzf3XU8=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/en_AU.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sl.res
-SHA1-Digest: 4ksprQ7lIWelMllOCv2xEbhgoEk=
-
-Name: com/ibm/icu/impl/Assert.class
-SHA1-Digest: NMXIffghd8gb+EmRiyrqh+nxh40=
-
-Name: com/ibm/icu/impl/data/icudt44b/am.res
-SHA1-Digest: YY+aZjzPG89TFVz3GMHNr25jEsA=
-
-Name: com/ibm/icu/impl/duration/impl/DataRecord$EHalfSupport.class
-SHA1-Digest: ltZmOu0MoIxFsexQacABNiWlD8g=
-
-Name: com/ibm/icu/impl/data/icudt44b/bez.res
-SHA1-Digest: D8JxkglOpWmXzLOyyxpSkMcYtp8=
-
-Name: com/ibm/icu/impl/data/icudt44b/iw.res
-SHA1-Digest: O/eKcwCGPUP6IrBM6AFNWgJB0+0=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/guz.res
-SHA1-Digest: Kj9hDNSd2BDOvSKcz/9KLwkz8Tk=
-
-Name: com/ibm/icu/impl/duration/impl/data/pfd_ar_EG.xml
-SHA1-Digest: oIUIfYHf6QfubBGuBMOOiC8BhKo=
-
-Name: com/ibm/icu/impl/duration/impl/data/pfd_zh_Hant_HK.xml
-SHA1-Digest: CC3kTS07LVUlBxSGdrmbKrxeHT4=
-
-Name: com/ibm/icu/impl/TextTrieMap.class
-SHA1-Digest: eSYFon1O9x5kwnPe8KYW1k+jy60=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/zh_MO.res
-SHA1-Digest: 3uUDvxuzujwSuVujaBTuOQxSNHQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ig.res
-SHA1-Digest: ZAoojTM7004yMu/7ci5oriPB+lA=
-
-Name: com/ibm/icu/impl/data/ResourceReader.class
-SHA1-Digest: TFEHC2w9wmXcJ8yYPNpBKT90SrA=
-
-Name: com/ibm/icu/text/UnicodeSet$UnicodeSetIterator2.class
-SHA1-Digest: AKzDBoexZg/8hXrR7TigYuB87dI=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ha_Latn_NE.res
-SHA1-Digest: FlpADwgueBbTdfcFGftHs+CVkEg=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/en.res
-SHA1-Digest: M1UVQ1P3DIP8pmyJAff1Na+cd1s=
-
-Name: com/ibm/icu/impl/ICUResourceBundleReader$Table16.class
-SHA1-Digest: nHSR94Na4JEgh0pt5FVcFmLkYdc=
-
-Name: com/ibm/icu/impl/BMPSet.class
-SHA1-Digest: An3ihU0bd6kIkZkcU5r2GaJSXK0=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/kw.res
-SHA1-Digest: MSx8pbqkzZGJchbLjxJFt8GJb9s=
-
-Name: com/ibm/icu/util/Freezable.class
-SHA1-Digest: 5PFbdDWQC8WpNwyKqwOEoQCATB0=
-
-Name: com/ibm/icu/impl/data/icudt44b/bn.res
-SHA1-Digest: uzpU9vwJs/NHX4vG+Y4FSxrv1Zg=
-
-Name: com/ibm/icu/impl/duration/impl/data/pfd_it.xml
-SHA1-Digest: 7xCHchUQRlpLbS/+eVSne7fiYyA=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/sr_Cyrl.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sr_Cyrl.res
-SHA1-Digest: rejFOwLDQu7LEkKaLq+S3yYVlAE=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/res_index.res
-SHA1-Digest: Kc15Bpuq/NqakUlHsaeD/MgudQM=
-
-Name: com/ibm/icu/impl/data/icudt44b/teo_UG.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/ro_RO.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/text/StringPrep.class
-SHA1-Digest: zairOq5cQnz0eVdgf5i3hldEB14=
-
-Name: com/ibm/icu/text/SameValueSubstitution.class
-SHA1-Digest: SR+qB7SgjKoDTRgJTcrPRkiNWXg=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/res_index.res
-SHA1-Digest: Hpua8+iLvahIkaoHGsxgrXZ1S3g=
-
-Name: com/ibm/icu/text/BidiWriter.class
-SHA1-Digest: kO0/FkEyt+c3TsLsCN0lD+2EjO4=
-
-Name: com/ibm/icu/text/NumberFormat.class
-SHA1-Digest: lZkblLA7wG9wYqEQKxhjXGXMaHM=
-
-Name: com/ibm/icu/impl/data/icudt44b/translit/root.res
-SHA1-Digest: Bb69EuKDRkJmEe3j5vdFp1dj9bE=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/zh_Hans_SG.res
-SHA1-Digest: FlpADwgueBbTdfcFGftHs+CVkEg=
-
-Name: com/ibm/icu/text/Replaceable.class
-SHA1-Digest: d2u+7C49aRLtAhTU3W5/Jiy80wI=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/fo.res
-SHA1-Digest: cHgix1T/k8M8Ima/8aZzbK/Z7rI=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ebu.res
-SHA1-Digest: Kj9hDNSd2BDOvSKcz/9KLwkz8Tk=
-
-Name: com/ibm/icu/impl/data/icudt44b/si_LK.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/be.res
-SHA1-Digest: Z3G020zrXgDcHS5+p24iQIb4Hnc=
-
-Name: com/ibm/icu/impl/TrieBuilder.class
-SHA1-Digest: Isy/ob3pSLkvhmMfD85wQOhvGC0=
-
-Name: com/ibm/icu/impl/data/icudt44b/el_CY.res
-SHA1-Digest: WIdKDI/XMkJA8h0xvKjdhAGj/nE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/jmc.res
-SHA1-Digest: Kj9hDNSd2BDOvSKcz/9KLwkz8Tk=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/rof.res
-SHA1-Digest: AvSJ4FzRNhrHYZKlLaW+pLfvCvE=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/so.res
-SHA1-Digest: /p21Kiei1bzwThWNjBgGXkgMxhk=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sr_CS.res
-SHA1-Digest: 40YCioJyehLUf1G6rv629Kvr9T4=
-
-Name: com/ibm/icu/text/RBBINode.class
-SHA1-Digest: MaRRFcWKVKdlJLk1JfFoKMqi5WU=
-
-Name: com/ibm/icu/text/UnescapeTransliterator$2.class
-SHA1-Digest: c9EjZaO+2Lx/SCSafBitqt3WrIU=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/id.res
-SHA1-Digest: LssNia7XPngPu/NwhGoY+GSU9Dc=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/az_Latn_AZ.res
-SHA1-Digest: j9NaaXC65M+YsiqWsgmF0oBLECg=
-
-Name: com/ibm/icu/impl/data/icudt44b/en_NZ.res
-SHA1-Digest: bWs2yiQW6QEfcMOfY2A+nAKcgNs=
-
-Name: com/ibm/icu/impl/ICUResourceBundleImpl$ResourceContainer.class
-SHA1-Digest: rk/Dk/bVUNQqVjUSvJZLsrfR+M0=
-
-Name: com/ibm/icu/impl/data/icudt44b/he.res
-SHA1-Digest: smDP7nVlQhn8M/C+Qxqql+jAXSw=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/eo.res
-SHA1-Digest: 3FleFl/fnjTZgJqtPuHoOI7xioU=
-
-Name: com/ibm/icu/text/FilteredNormalizer2.class
-SHA1-Digest: rHiXF6qMd2lf36LsBmzKWdY+40w=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ha_GH.res
-SHA1-Digest: g9UDr2/E4rfOMMxAaLQjjsj4Po8=
-
-Name: com/ibm/icu/impl/data/TokenIterator.class
-SHA1-Digest: 7gIuSgzUTdCm+7KYOy/dUUDow7c=
-
-Name: com/ibm/icu/impl/data/icudt44b/de_AT.res
-SHA1-Digest: WEb5aPj8gq2JEkQFq2FcbkRA/XY=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ne.res
-SHA1-Digest: fPPX8V8f59bLE3vHqKQbHYALQVA=
-
-Name: com/ibm/icu/text/CanonicalIterator.class
-SHA1-Digest: x1VZxo90FXAJpdZ6XwPUfo0j1Lc=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/az.res
-SHA1-Digest: RsFeog3CFrA/neZ4BrUS+aY4g2Q=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/nb_NO.res
-SHA1-Digest: j9NaaXC65M+YsiqWsgmF0oBLECg=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/fullLocaleNames.lst
-SHA1-Digest: cE7QM5+UOUE5gyzmWtc0RGHQWtA=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ro.res
-SHA1-Digest: M02gXdVPTZU8xwGdiIkrNZhVAZM=
-
-Name: com/ibm/icu/impl/IntTrieBuilder.class
-SHA1-Digest: n3mEjFqAvxauwGG0pYIlZP3Khzk=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/en_IN.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/kl_GL.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/text/Normalizer$NFKDMode.class
-SHA1-Digest: SpVSpyXXD/JIA2Y0lQgiP2z+950=
-
-Name: com/ibm/icu/impl/duration/BasicPeriodFormatterService.class
-SHA1-Digest: pyCgsuzneh98VhlgInEcceoLbPk=
-
-Name: com/ibm/icu/text/TransliterationRuleSet.class
-SHA1-Digest: lyGinhueIXMDE5p2ojt/Akg+SX8=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/hu.res
-SHA1-Digest: h/Jjd6Ujt3OomjLh3cLzRwcM8gA=
-
-Name: com/ibm/icu/util/Calendar$CalendarFactory.class
-SHA1-Digest: HGI/CBgCb1uvvZROhJBNxyCjA4Y=
-
-Name: com/ibm/icu/impl/data/icudt44b/be_BY.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ja_JP.res
-SHA1-Digest: 6y5SZNNhWljlh+n+XKf5ibc0iYc=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/rof.res
-SHA1-Digest: DtS23RPr1Jwc1uwDaGXCZrqRGac=
-
-Name: com/ibm/icu/impl/duration/impl/DataRecord$ENumberSystem.class
-SHA1-Digest: z/X/ws3m535ODcMLTyst7G6F+vY=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/mg.res
-SHA1-Digest: kjOqnr6UmAbuzCQb3xI02jS1Fjo=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sr_Cyrl_CS.res
-SHA1-Digest: AWVx/wh0lWQue4hfjv74blgw0Fc=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/kk_Cyrl.res
-SHA1-Digest: XK16byzPfSdC9ch/lokfHc+QbEI=
-
-Name: com/ibm/icu/text/CollationElementIterator$Backup.class
-SHA1-Digest: O902BWcOSDFwkPuKhKErwgCIQA0=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/en_BE.res
-SHA1-Digest: CKxTpTBrsQI87kJIdHXmIMVEpqQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/mk.res
-SHA1-Digest: miV0lPR/4aPGNDtR+n6lKE5T740=
-
-Name: com/ibm/icu/text/RBBISetBuilder$RBBIDataManipulate.class
-SHA1-Digest: cM6eRn9e+bSMr4LEz6kzrWeS2yk=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ko.res
-SHA1-Digest: ejZqvBV9D7XtCa8ICFjZYw+V7Qg=
-
-Name: com/ibm/icu/impl/TextTrieMap$CharacterNode.class
-SHA1-Digest: 41L3AbxH2cf8Ue2VRXhwBExbnUo=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sr_BA.res
-SHA1-Digest: fnI2st5LTZoM4jm0fyRGxVqOhc0=
-
-Name: com/ibm/icu/impl/duration/FixedUnitBuilder.class
-SHA1-Digest: XhlASp4ChGdBYptw2ydcEAflY6k=
-
-Name: com/ibm/icu/impl/data/icudt44b/rm_CH.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/locale/InternalLocaleBuilder$CaseInsensitiveStr
- ing.class
-SHA1-Digest: 6zvifJHcLCSUlFpDJ3iCbsc0j4k=
-
-Name: com/ibm/icu/text/Collator$ServiceShim.class
-SHA1-Digest: kXv+aimzkVQmkwfeknPWKudEnEg=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/zh_Hant_MO.res
-SHA1-Digest: G7tIfKIuG5njuAJZ4whaYHZkK8I=
-
-Name: com/ibm/icu/impl/data/icudt44b/sr_Cyrl.res
-SHA1-Digest: je85eTfL/gX+wcbloGw5tU1/HgE=
-
-Name: com/ibm/icu/impl/data/icudt44b/en_MH.res
-SHA1-Digest: bB8s9L/B29sOWcwtsGepCtLlXwU=
-
-Name: com/ibm/icu/text/CharsetRecog_mbcs$CharsetRecog_big5.class
-SHA1-Digest: Tfb1BUr+XTJN6xN4OQMVylvKpJk=
-
-Name: com/ibm/icu/impl/duration/impl/data/pfd_en.xml
-SHA1-Digest: yhRPJdLgfaPae0/Oq7Pnf/JEu+4=
-
-Name: com/ibm/icu/impl/data/icudt44b/fr.res
-SHA1-Digest: XmglZhr0mNTbgtirtQNZTxbaMCM=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/zh_TW.res
-SHA1-Digest: vVE4/kDHDjFrrmgDcrwqZx6uurI=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ar_SY.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/zh_Hans_MO.res
-SHA1-Digest: RpsUqP/7YpsTyTygtV8igQ2y86A=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/lg.res
-SHA1-Digest: o1grdfM0eDBO7TiakfMMwHSHQ/Q=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/shi_Latn_MA.res
-SHA1-Digest: 6y5SZNNhWljlh+n+XKf5ibc0iYc=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/nl.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/pa_Arab_PK.res
-SHA1-Digest: bB8s9L/B29sOWcwtsGepCtLlXwU=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/id_ID.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/util/Currency$ServiceShim.class
-SHA1-Digest: J6bp56FkeKmmfGOLjdnXd7Xoxbw=
-
-Name: com/ibm/icu/impl/data/icudt44b/sr.res
-SHA1-Digest: MqNF7FUHQe3iXfeoBvPr8iUsWRg=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/fi.res
-SHA1-Digest: uD9iePumT5ClnXy4EJ/o5ebrpxw=
-
-Name: com/ibm/icu/util/Currency$CurrencyNameResultHandler.class
-SHA1-Digest: NMVue14w7QPuTu6HkELzWzKSAJo=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/hr.res
-SHA1-Digest: rvqpVgKjkZ6fr/37MPDHix2iv5w=
-
-Name: com/ibm/icu/text/ModulusSubstitution.class
-SHA1-Digest: 5n1Bx00D0JstMNnl8DYuY5anlng=
-
-Name: com/ibm/icu/text/DateIntervalFormat.class
-SHA1-Digest: /k/lyOp+3r5cOlgRaP3baWVLQ4Q=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/st_ZA.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/text/Normalizer$CharsAppendable.class
-SHA1-Digest: NRAIO1q32rz4FXwBcvyGjjeAVbk=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/zh_SG.res
-SHA1-Digest: AdcGwSvCTtmzq7RFT4AaJ27lIgI=
-
-Name: com/ibm/icu/text/NumberFormat$NumberFormatShim.class
-SHA1-Digest: nl48VUX+RIBnGLZJzUtK0KFGYPo=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/vun.res
-SHA1-Digest: xj/JHfNDknUMsQXDHRDB3+lAT24=
-
-Name: com/ibm/icu/text/IndexCharacters$PreferenceComparator.class
-SHA1-Digest: 76V/jd9BH4MXHrAjeCL5jN/I3ic=
-
-Name: com/ibm/icu/impl/ReplaceableUCharacterIterator.class
-SHA1-Digest: IitqQWd0kU0Vep+idzKLSawx0TU=
-
-Name: com/ibm/icu/impl/data/icudt44b/es_GQ.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/zh_MO.res
-SHA1-Digest: v0EvctY/Q042EZPmsgr9IWIZ1Og=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ur.res
-SHA1-Digest: cELsxTrLbEpFDdue6maQL3C2IWQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/th_TH.res
-SHA1-Digest: bB8s9L/B29sOWcwtsGepCtLlXwU=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/luy.res
-SHA1-Digest: pKHSwbcDCVvzeQ9v6k1bSGvvroY=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ms.res
-SHA1-Digest: QpuPp2+gLmz62DLu5kDxUjQuzR8=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/om.res
-SHA1-Digest: YotwymnZ4F9a8BJyzCSp2dRL380=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/naq.res
-SHA1-Digest: Nw5lgAYFEgZshjninBC3gN0uSxs=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/pt_PT.res
-SHA1-Digest: KiiNi1I+eVaUQrg5Uv0RGB0N+iw=
-
-Name: com/ibm/icu/impl/UPropertyAliases$ValueMap.class
-SHA1-Digest: zSK5HPh7P8zppodGQ2rjhcADoyc=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/mas.res
-SHA1-Digest: TQq2cKaUFT83oMJL7oW4Q9EE/NM=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sr_Cyrl_BA.res
-SHA1-Digest: j9NaaXC65M+YsiqWsgmF0oBLECg=
-
-Name: com/ibm/icu/impl/CurrencyData$CurrencyFormatInfo.class
-SHA1-Digest: u549YH2fhgkEX86EC3Pi2Q50its=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/is.res
-SHA1-Digest: T7d+Oykyy3rLJuz1G8ILuAbxGho=
-
-Name: com/ibm/icu/impl/data/icudt44b/fa_IR.res
-SHA1-Digest: 8Nf6JsdxtGh5xjDfJRsyzr1KetQ=
-
-Name: com/ibm/icu/impl/duration/PeriodBuilderImpl.class
-SHA1-Digest: UWw3WE4YqHCmuDak1dbYZge7Q/s=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/sr_RS.res
-SHA1-Digest: K7F/DOOaeEkKFNzA0Wt7UDAwQw0=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/zh.res
-SHA1-Digest: w3Npr/aFZ6VOMIUP6zAmaNisCl4=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_IBM420_ar.class
-SHA1-Digest: ufXjDeBY+aZM4V5Rr3smHXcELtk=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ar.res
-SHA1-Digest: dTkp6CFsKnJfG883DIaTILn7AtQ=
-
-Name: com/ibm/icu/util/LocaleMatcher$LocalePatternMatcher.class
-SHA1-Digest: 0qXVViuLUrfwWSoAWujL4GOamYE=
-
-Name: com/ibm/icu/util/EthiopicCalendar.class
-SHA1-Digest: UUrDwVXTGTH1aKBqS+Xe2szTl5c=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ar_EG.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/duration/impl/PeriodFormatterDataService.class
-SHA1-Digest: o4HAzq2ssFtc/w/MVdVJdbMx6+M=
-
-Name: com/ibm/icu/impl/ICUResourceBundleImpl$ResourceString.class
-SHA1-Digest: WGjZ0cJn5q8vdp23e/CGUBe+d6E=
-
-Name: com/ibm/icu/impl/data/icudt44b/so_DJ.res
-SHA1-Digest: 6Q+KFCcm0nE+Zr6aMbdNI8D1maI=
-
-Name: com/ibm/icu/text/ChineseDateFormat.class
-SHA1-Digest: mrXOBUwjqNqqUtWouIj4CT3wZW8=
-
-Name: com/ibm/icu/impl/data/icudt44b/vun.res
-SHA1-Digest: Z4WN7sWjRP/0boM9xy/MyFubBrs=
-
-Name: com/ibm/icu/impl/data/icudt44b/en_PK.res
-SHA1-Digest: 7ALAF/I2kU4s9+aWc8GZW5W4hcY=
-
-Name: com/ibm/icu/impl/data/icudt44b/ak.res
-SHA1-Digest: R7VwZeLkTSUsRn7HXcYLE7IyLN4=
-
-Name: com/ibm/icu/impl/data/HolidayBundle_de.class
-SHA1-Digest: pxgXT5EACp48HUN/p0pTOHhuOio=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/sh.res
-SHA1-Digest: GspoWT/Hr9r8oYQy3/kRj9qx10w=
-
-Name: com/ibm/icu/text/StringMatcher.class
-SHA1-Digest: SzjujnHyR4Sbtgt2e671tWZn67I=
-
-Name: com/ibm/icu/impl/UCharacterIteratorWrapper.class
-SHA1-Digest: k+0fXd70POnr5erc1Ntcnj1V/Ck=
-
-Name: com/ibm/icu/impl/ICUData$1.class
-SHA1-Digest: gXMEDHWWZnS+f7wG6yXz2tYYN/E=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/uk.res
-SHA1-Digest: fyrW2r/9BDkCc1qM6vLxPFkMn/8=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/kam.res
-SHA1-Digest: Nw5lgAYFEgZshjninBC3gN0uSxs=
-
-Name: com/ibm/icu/impl/data/icudt44b/naq.res
-SHA1-Digest: kF2D737uugmkJFQIjLoZQP2kBC0=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/kk_Cyrl.res
-SHA1-Digest: a8tGFLZGQjTpanrdOWZwrdYUn38=
-
-Name: com/ibm/icu/impl/data/icudt44b/hr_HR.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/lv_LV.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/text/UCharacterIterator.class
-SHA1-Digest: icGf1DNA2weZCtJT9k8PGy0JayU=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/el.res
-SHA1-Digest: DT6z8xKFb+pzAcj3f6lwTOcbZaE=
-
-Name: com/ibm/icu/impl/data/icudt44b/fa.res
-SHA1-Digest: gc2ykTtFXBeWNU4UjGOEc00FbCA=
-
-Name: com/ibm/icu/impl/duration/impl/data/index.txt
-SHA1-Digest: MNpQEGeqnTio7sP8urAKSdbCCDA=
-
-Name: com/ibm/icu/text/Bidi$InsertPoints.class
-SHA1-Digest: hfsofAW26HmDlJ65xFFhAtaGuHY=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/mas.res
-SHA1-Digest: o8IeL6SNMywUEm/YZagZTubF+LY=
-
-Name: com/ibm/icu/impl/SortedSetRelation.class
-SHA1-Digest: jR9UFcYu3FTAb+qIh05fWLnSctY=
-
-Name: com/ibm/icu/impl/data/icudt44b/es_NI.res
-SHA1-Digest: GXZeIzEFcELyODobyb6e1QN64K0=
-
-Name: com/ibm/icu/impl/data/icudt44b/fullLocaleNames.lst
-SHA1-Digest: ud5CYZcziXkoKlJvKfi9NoFBPvs=
-
-Name: com/ibm/icu/text/MeasureFormat.class
-SHA1-Digest: e8pbf2DOaB1pUzozwVPnoosLKLM=
-
-Name: com/ibm/icu/impl/data/icudt44b/fr_ML.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/text/NormalizationTransliterator$2.class
-SHA1-Digest: 1Ruomc1nIIiE0TxK5yYn+Zh31Os=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/shi_Tfng.res
-SHA1-Digest: zB5eUTOjEGfHevrdHADVn6Xy8gM=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ti.res
-SHA1-Digest: nAZrQzAE0S5xx/kA7V+a0m+MEMQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/ha.res
-SHA1-Digest: 4NtuQQVU0U8KhSG4AD6Ovq0vSOk=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/nb.res
-SHA1-Digest: 2znTSioICk2kvSi4o67i94DWvm0=
-
-Name: plugin.properties
-SHA1-Digest: TOPBr3CgISdwU5nKSIJc674x0oY=
-
-Name: com/ibm/icu/text/RBBIDataWrapper$RBBIDataHeader.class
-SHA1-Digest: I8kXRLueA+eqFCdgkcCnmodCSYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/uz_UZ.res
-SHA1-Digest: rgr2uzMLk6McPTaNUzsf/aYwUuY=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/pt.res
-SHA1-Digest: 9O3U4UbEKYrs2NPEiU9U9B6Ft1g=
-
-Name: com/ibm/icu/impl/LocaleDisplayNamesImpl$DataTables$1.class
-SHA1-Digest: dL7ixhhXPO+4wrorNAqM8FV1TjI=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/lv.res
-SHA1-Digest: l3W8lOb1IK7DuI0nRe0ldQKqs7w=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/zh_Hant_TW.res
-SHA1-Digest: j9NaaXC65M+YsiqWsgmF0oBLECg=
-
-Name: com/ibm/icu/text/SymbolTable.class
-SHA1-Digest: 8JOIdIDycJswfkzNKu3D7AS++fA=
-
-Name: com/ibm/icu/impl/data/icudt44b/en_ZW.res
-SHA1-Digest: agbM5axo8GlM6tqgMCYFJsLaSQ4=
-
-Name: com/ibm/icu/impl/CalendarAstronomer$2.class
-SHA1-Digest: EJ68JfHvCiKPkUJNtqWU0r9pJIU=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/zh_Hans.res
-SHA1-Digest: 0txvmEU8CWBXXV9kXYJXyXSqK0o=
-
-Name: com/ibm/icu/impl/data/icudt44b/kw.res
-SHA1-Digest: vkHE4iqMlK1LpN0W1Yyqj0SpTLQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/kam.res
-SHA1-Digest: GQaf86j3xcA4URBuvFvHQWzOMzA=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/iw_IL.res
-SHA1-Digest: oatO9WBSeWgJZYOK18uJesLzfHY=
-
-Name: com/ibm/icu/lang/UCharacterTypeIterator.class
-SHA1-Digest: W/9yp+IPniDhwUCCHkVs9lRIQXo=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/xh_ZA.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/text/CharsetRecog_mbcs$CharsetRecog_euc$CharsetRecog
- _euc_jp.class
-SHA1-Digest: 2UImkW0gQzhZn+q7NsDfimweRDg=
-
-Name: com/ibm/icu/impl/CharTrie.class
-SHA1-Digest: fug1+/QUl5yYjrTACyeu/Y2fyfE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/en_HK.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/sq.res
-SHA1-Digest: nF+ZTrePybcaUK+UwsOlPHd6G2M=
-
-Name: com/ibm/icu/impl/data/icudt44b/ko_KR.res
-SHA1-Digest: bB8s9L/B29sOWcwtsGepCtLlXwU=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/fr_LU.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/util/HebrewHoliday.class
-SHA1-Digest: aMqb1H0yFxmC7kopJG9fpRS2AGE=
-
-Name: com/ibm/icu/text/UnicodeSet.class
-SHA1-Digest: SU25FZIm2D9WeWhSwPO24xNHLNI=
-
-Name: com/ibm/icu/impl/data/icudt44b/zu_ZA.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/HolidayBundle_da_DK.class
-SHA1-Digest: OGqG814+GdOYrmCSOoHBzVUTXj0=
-
-Name: com/ibm/icu/impl/ICURWLock$Stats.class
-SHA1-Digest: bEuwWxkhGDnHtT3io374wROH6OI=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/cy.res
-SHA1-Digest: 9wRw+ahkWK0uvihWObDReP5zELY=
-
-Name: com/ibm/icu/text/UnicodeSetIterator.class
-SHA1-Digest: P+W1N9IWRmCsB4goYBhJm4IRb60=
-
-Name: com/ibm/icu/text/BreakIterator$BreakIteratorServiceShim.class
-SHA1-Digest: Wr0LeyL00fh/XouA1fT3eQcVEMU=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/in_ID.res
-SHA1-Digest: rRWS0PmPWvFDT0TCTNP3o5fxpY0=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/shi_MA.res
-SHA1-Digest: 920hBpDxdUZlRUUJhXAHr01d7nI=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/rm.res
-SHA1-Digest: REBANN5F5EIPEOo5OBSLC8Zh9MA=
-
-Name: com/ibm/icu/impl/data/icudt44b/it_IT.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/duration/impl/DataRecord$EMilliSupport.class
-SHA1-Digest: iKPzbaG5ucmLi8gK8vVwPi6rnyI=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/tr.res
-SHA1-Digest: sHMp4/lANXZFucpmiRVOtHrSGy8=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/zh_TW.res
-SHA1-Digest: Lj+op/brGtMXrk16e26ZIe0EnLo=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/en_ZA.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/id.res
-SHA1-Digest: ZYkwT/qzMEcZIDi6rNtuI3upnVI=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ha_NG.res
-SHA1-Digest: +EwgJSq74UoKnZ18cW2zH0ZrLXg=
-
-Name: com/ibm/icu/text/Collator$CollatorFactory.class
-SHA1-Digest: lg/bwu59tMdhQ3fBHxR/nC+2vK8=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/pa_Guru_IN.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/ar_TN.res
-SHA1-Digest: V0Wg5izpItyek4c79/tPCKjMqMo=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/de.res
-SHA1-Digest: DE3y9adVLglcMwPfLmf2rvu8f4k=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/sr_Cyrl_ME.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/util/ULocale$1ULocaleAcceptLanguageQ.class
-SHA1-Digest: xpiJvhOjCOlLi97/lyXjRRlB8xM=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ha_Latn_GH.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/id_ID.res
-SHA1-Digest: j9NaaXC65M+YsiqWsgmF0oBLECg=
-
-Name: com/ibm/icu/text/CurrencyMetaInfo$CurrencyDigits.class
-SHA1-Digest: LZpbvZjS/q33SAv5LvPLrhSGnAs=
-
-Name: com/ibm/icu/text/ThaiBreakIterator$PossibleWord.class
-SHA1-Digest: CstdSzVjxmA0Hu4IsvznYEYaPFU=
-
-Name: com/ibm/icu/impl/data/icudt44b/rfc4518ci.spp
-SHA1-Digest: jwS5uyK3B8J+UxFK0NWKcqWhWuQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/fil.res
-SHA1-Digest: g2R+gaZG+AIYVj355gxTt+Fz0MI=
-
-Name: com/ibm/icu/impl/ICULocaleService$LocaleKey.class
-SHA1-Digest: 4MqAorW+9bmMFmZPPBm5ur6B9gg=
-
-Name: com/ibm/icu/text/UnicodeSet$NumericValueFilter.class
-SHA1-Digest: bXx4XDciZLCDLMuPX/RfRaLhQww=
-
-Name: com/ibm/icu/impl/data/icudt44b/eo.res
-SHA1-Digest: O5ounoObrcLDS08gxpHqfCdYYsY=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sn.res
-SHA1-Digest: axC9QnNPVlTB2FejOQUSbbnhL4o=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ko.res
-SHA1-Digest: XazAsIsjRbE+AkAYNiUm9Oo7wn0=
-
-Name: com/ibm/icu/text/UTF16$StringComparator.class
-SHA1-Digest: AJa7+otVIgpTjjaq9VAvJu/AljY=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/af.res
-SHA1-Digest: vZmnsuLQtK1hp1QarwEq5Vd6mCo=
-
-Name: com/ibm/icu/impl/data/icudt44b/az.res
-SHA1-Digest: HMn+LafkW59zE489yvB8mnrtU+Y=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/root.res
-SHA1-Digest: ZCYnTMRurV36fIWd5PIQE1qV4zo=
-
-Name: com/ibm/icu/impl/data/icudt44b/ar_DZ.res
-SHA1-Digest: OpkPX8f3d2+rNELQVoPjRr3P7xw=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/km.res
-SHA1-Digest: QJv+kzMy/bRVdHl6/xYYYvsIbmY=
-
-Name: com/ibm/icu/text/NormalizationTransliterator.class
-SHA1-Digest: nUPWcGX57NuCqi8eeDLQ4qOd/GE=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/sw.res
-SHA1-Digest: Mci2vERZWXjsLRVmrzFSPtLDeFk=
-
-Name: com/ibm/icu/impl/data/icudt44b/ro.res
-SHA1-Digest: H1O58Yn6Wm5Hmc4CsEmI47eGH7c=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/sr_RS.res
-SHA1-Digest: DLd/PABJCqFf5N5U9KbN8J6d/Cg=
-
-Name: com/ibm/icu/impl/locale/LocaleObjectCache$CacheEntry.class
-SHA1-Digest: uZDo+AXYDiNaB66+1aHxsYDl3eA=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/it.res
-SHA1-Digest: iyINioW+rUZ810Q8W8tAWJQK2sA=
-
-Name: com/ibm/icu/text/RBBIRuleParseTable$RBBIRuleTableElement.class
-SHA1-Digest: qO9ZfVtKd1R2bH4h62P6gmVdSNo=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/es_AR.res
-SHA1-Digest: TxQmpohfOjV3Q6xcIQdFYJCuQdY=
-
-Name: com/ibm/icu/impl/data/icudt44b/ee_TG.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/util/EasterRule.class
-SHA1-Digest: VqhfC4FZbSe5DDB5rHl/54wj7j4=
-
-Name: com/ibm/icu/impl/data/icudt44b/res_index.res
-SHA1-Digest: Px69C3PbfQ8tIlbh+e9FO1IVGps=
-
-Name: com/ibm/icu/impl/data/icudt44b/no_NO_NY.res
-SHA1-Digest: dcBnah93Bb+fdRQA2qcrj+7JTe0=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/asa.res
-SHA1-Digest: tQMznOgzYVwg7Zapukn+rTbqsxw=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/to.res
-SHA1-Digest: BqXGTEncawuS1St5qH8O8P7wsFo=
-
-Name: com/ibm/icu/impl/data/icudt44b/no_NO.res
-SHA1-Digest: VcRARKV70BvYOYrASgjYcA3rfB8=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/bg.res
-SHA1-Digest: J9UujDM2ELAySCBW5opQy7aezJQ=
-
-Name: com/ibm/icu/text/EscapeTransliterator$3.class
-SHA1-Digest: D+CI6YUnoe+WBDV3BjK1iwh5eWk=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/uz_AF.res
-SHA1-Digest: dGp+296D68dw9jBtJVmKtd94kAo=
-
-Name: com/ibm/icu/impl/data/icudt44b/af_NA.res
-SHA1-Digest: +dP9SmOWxAmZU0apMlPAM+TKgI8=
-
-Name: com/ibm/icu/util/UResourceTypeMismatchException.class
-SHA1-Digest: dU6ubmkG18y9Gu+0jUTNoZbGnuo=
-
-Name: com/ibm/icu/lang/UCharacter$DecompositionType.class
-SHA1-Digest: bQ0mvk9g/rQiZxm5zlsHp3pHrio=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/hy.res
-SHA1-Digest: QJv+kzMy/bRVdHl6/xYYYvsIbmY=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_8859_7.class
-SHA1-Digest: 2XxgZb26yXxgEr5p79M1J9gJgb4=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/en_NA.res
-SHA1-Digest: 37v1IL/wJThbUzyaJDNiKddHsgU=
-
-Name: com/ibm/icu/impl/data/icudt44b/sh_CS.res
-SHA1-Digest: JrZIjzTrKvx7nW5VC/LEXLi/hpY=
-
-Name: com/ibm/icu/impl/data/icudt44b/brkitr/title.brk
-SHA1-Digest: Qmgg7eleHg2AzdQpxlvXa4VxnVI=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/en_RH.res
-SHA1-Digest: 7u7ZcjPufMJiPLSunteqa9PUmOM=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ga.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/fr_FR.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ee.res
-SHA1-Digest: tQMznOgzYVwg7Zapukn+rTbqsxw=
-
-Name: com/ibm/icu/text/Transform.class
-SHA1-Digest: 1J4j8oT7M85pS0GhKxQkJU1gbiA=
-
-Name: com/ibm/icu/impl/data/icudt44b/uz_Latn_UZ.res
-SHA1-Digest: bB8s9L/B29sOWcwtsGepCtLlXwU=
-
-Name: com/ibm/icu/impl/data/icudt44b/lg.res
-SHA1-Digest: pTZ3EIEu+qrUumYDbYz5C8v7ASw=
-
-Name: com/ibm/icu/impl/data/icudt44b/rfc3722.spp
-SHA1-Digest: O+oXDpXLu3SpyBxRnC5bJn+JZKc=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/tr_TR.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/fa_AF.res
-SHA1-Digest: cj2xrGlNOELYV9xYdVqZfdrJOvk=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sr_Cyrl_RS.res
-SHA1-Digest: j9NaaXC65M+YsiqWsgmF0oBLECg=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ar.res
-SHA1-Digest: 5zJiQMDRyKhm4KA7e1emVauFM1U=
-
-Name: com/ibm/icu/text/PluralRules$RuleList.class
-SHA1-Digest: nPkrTaaujzpDeTlHyATSQnyo50Y=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/nn_NO.res
-SHA1-Digest: G7tIfKIuG5njuAJZ4whaYHZkK8I=
-
-Name: com/ibm/icu/impl/data/icudt44b/asa.res
-SHA1-Digest: rlf948ppcvI7MQiWSbWbMjpaouw=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/ta.res
-SHA1-Digest: kjIw5B4NmCLAy0WFYKTNCGUBBwA=
-
-Name: com/ibm/icu/impl/data/icudt44b/hr.res
-SHA1-Digest: sNkjpJw8LEdPJzjf0nS7F3ZfVlg=
-
-Name: com/ibm/icu/impl/data/icudt44b/sr_Cyrl_YU.res
-SHA1-Digest: jN1rgubYTQ9DfHTHPISo0eH5268=
-
-Name: com/ibm/icu/impl/data/icudt44b/brkitr/th.res
-SHA1-Digest: d+agWIdQ84QkOcJvKBRig5DGgWM=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/cs.res
-SHA1-Digest: 4OjvD0dQMXvX3IJ2Et1atIZYiZM=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/fullLocaleNames.lst
-SHA1-Digest: fBViOU3iPGXPdqRKpp75fE/A5ZE=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$NGramParser.class
-SHA1-Digest: kJlRitEpih7aUV8Xy1HSE42Ecbc=
-
-Name: com/ibm/icu/impl/ResourceBundleWrapper$1.class
-SHA1-Digest: lnrgZrHyFo8M5J3HE7iAx7c07RE=
-
-Name: com/ibm/icu/impl/data/icudt44b/brkitr/en_US.res
-SHA1-Digest: u2J3LYp+Zs1Uko/FlcDkmDy68/c=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/th.res
-SHA1-Digest: E8gZPrrrr65uzarYZQY2CwC3Oyc=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/pl.res
-SHA1-Digest: Dk3+67PdHaMUtyM+nwrtdczE470=
-
-Name: com/ibm/icu/impl/data/icudt44b/uprops.icu
-SHA1-Digest: RyXzc025Q4dufbl5a9uL5P5wcGI=
-
-Name: com/ibm/icu/text/RuleBasedCollator$AttributeValue.class
-SHA1-Digest: v1dJCvcjHLSOgcxusR5mn1M9LE8=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ff.res
-SHA1-Digest: Nw5lgAYFEgZshjninBC3gN0uSxs=
-
-Name: com/ibm/icu/impl/UPropertyAliases.class
-SHA1-Digest: uXQQn/2K4pKAfAobk11Xq5wVJpw=
-
-Name: com/ibm/icu/text/RBBITableBuilder.class
-SHA1-Digest: QncmlTbHD4ZrubekoBJNraAI/yc=
-
-Name: com/ibm/icu/impl/data/icudt44b/ur.res
-SHA1-Digest: Qt3u3h1Ctv4eX9+IpizfSbmWu0c=
-
-Name: com/ibm/icu/text/CharsetRecog_sbcs$CharsetRecog_8859_1_nl.class
-SHA1-Digest: i1tfso+k7Hs0vxf8dAGzX1sRvqs=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/hi.res
-SHA1-Digest: w4HNNzanTKG9U/89cVY4kX1fNvI=
-
-Name: com/ibm/icu/text/ThaiBreakIterator.class
-SHA1-Digest: tMXJnA+QNr688YsOO+D8xyJeApY=
-
-Name: com/ibm/icu/util/ValueIterator.class
-SHA1-Digest: 9tGJP0i6Fagvuo50C99C2BHtt/w=
-
-Name: com/ibm/icu/text/RuleBasedNumberFormat.class
-SHA1-Digest: 6QKQpAIh03RQuCbdyJaKR6Xa7Qo=
-
-Name: com/ibm/icu/text/IDNA.class
-SHA1-Digest: 2ZOS4cfVVSGs3LCugDG9Z19BwUo=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/sh.res
-SHA1-Digest: +SkIMw5O5xPG/RbyU6AQq9Suiss=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/guz.res
-SHA1-Digest: xj/JHfNDknUMsQXDHRDB3+lAT24=
-
-Name: com/ibm/icu/impl/data/icudt44b/is.res
-SHA1-Digest: odokWHoOFPavFHCnw75eh8Zixr0=
-
-Name: com/ibm/icu/text/UnicodeSet$XSymbolTable.class
-SHA1-Digest: eV8+eKpCbWf+fnH/kexsYJkK9uk=
-
-Name: com/ibm/icu/impl/data/icudt44b/zh.res
-SHA1-Digest: neM/yqyOx9cXIwFuY0kBwJlxVVM=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/rof.res
-SHA1-Digest: PmPKwV1KXkJuOmIGKbUsLPpaKzs=
-
-Name: com/ibm/icu/text/DateTimePatternGenerator$PatternInfo.class
-SHA1-Digest: 4D7/NWlWKvDhFZLvyKbs8vrA8tY=
-
-Name: com/ibm/icu/math/MathContext.class
-SHA1-Digest: OyNcJgftptxNYBjpPaKv4C9uMv4=
-
-Name: com/ibm/icu/impl/data/icudt44b/om_KE.res
-SHA1-Digest: 6Q+KFCcm0nE+Zr6aMbdNI8D1maI=
-
-Name: com/ibm/icu/impl/data/icudt44b/luo_KE.res
-SHA1-Digest: vh692aR15fzTtzWwoNYcu1Q/sYs=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/zh_Hans_CN.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/text/UnescapeTransliterator$5.class
-SHA1-Digest: 2BAoWR7x+7myGg7tokvTFvkv3Ds=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/dav.res
-SHA1-Digest: QRCoIcQOrE/XEnDRK7TibeTEFBA=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/pt_PT.res
-SHA1-Digest: 0YXN4iPn+cxO7LFPzARR4We1uW0=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/iw_IL.res
-SHA1-Digest: UYWsAeWzLZ5DfweJV5wu91avKmA=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/mt.res
-SHA1-Digest: ZFETmKtv5F2Wy9qskqj0vclkXxA=
-
-Name: com/ibm/icu/text/TransliteratorRegistry$LocaleEntry.class
-SHA1-Digest: SS7uNkmYC+dL0uevhoEKJOUqbRA=
-
-Name: com/ibm/icu/util/RangeValueIterator$Element.class
-SHA1-Digest: kj6ygeThclaqYLZuSJxRcNS6Lfc=
-
-Name: com/ibm/icu/impl/data/icudt44b/sh_BA.res
-SHA1-Digest: Nn4ch/V18mXHbyIzKZp0X0Mkw6s=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/en.res
-SHA1-Digest: iyINioW+rUZ810Q8W8tAWJQK2sA=
-
-Name: com/ibm/icu/impl/ICUResourceBundleReader$ByteSequence.class
-SHA1-Digest: bOdnsoGfTM9gC/Jr72INEOeeG1k=
-
-Name: com/ibm/icu/text/RBNFChinesePostProcessor.class
-SHA1-Digest: eOcxN4C4xsDeyy8WVlA2r03b7gc=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/ti.res
-SHA1-Digest: Mpo9ISARG/YvyCuu+Xzpa4d7a+w=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/en_SG.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/tzm_Latn_MA.res
-SHA1-Digest: 6y5SZNNhWljlh+n+XKf5ibc0iYc=
-
-Name: com/ibm/icu/text/RBBISymbolTable.class
-SHA1-Digest: P4KxckgJ9IZPPnqt50PwJ5k/l1I=
-
-Name: com/ibm/icu/impl/data/icudt44b/en_MU.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ebu.res
-SHA1-Digest: xj/JHfNDknUMsQXDHRDB3+lAT24=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/pt.res
-SHA1-Digest: RIdypezVmMetNPqxz1Eb1sDNiA0=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/fr_CH.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/es__TRADITIONAL.res
-SHA1-Digest: +5PiRmQ7GhCjj4RTeecaGGSwgww=
-
-Name: com/ibm/icu/impl/data/icudt44b/region/in_ID.res
-SHA1-Digest: +JPVJXszKZ07En7yp0BaOgkYayQ=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/jmc.res
-SHA1-Digest: xj/JHfNDknUMsQXDHRDB3+lAT24=
-
-Name: com/ibm/icu/util/CalendarServiceShim$CalService.class
-SHA1-Digest: IecQxUqLACcVgyLP7S+RZYkYRgs=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/lt.res
-SHA1-Digest: C8W8xaoZB0utRbqgKnPNuspaTu8=
-
-Name: com/ibm/icu/text/ArabicShaping.class
-SHA1-Digest: XOP1HAUxwF/cWykT5F7tSTEpDZ8=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/ru.res
-SHA1-Digest: ++5IxG0SfZ02B0l3vnorQNE8ky4=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/fo.res
-SHA1-Digest: f8jWTsIV3zFJ8WjmRRYArgUruzk=
-
-Name: com/ibm/icu/impl/data/icudt44b/guz.res
-SHA1-Digest: RmjgAJnWCz5VnTbxp94bdjXrJCo=
-
-Name: com/ibm/icu/text/Bidi$ImpTabPair.class
-SHA1-Digest: FsZfy8osP7bQm+zSy17ynv1MR5M=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/ka.res
-SHA1-Digest: uR0reR3nH95jDoJvtj1wIHDJuDg=
-
-Name: com/ibm/icu/text/NumberFormatServiceShim$NFFactory.class
-SHA1-Digest: YY6i3AsLTIyy1d0cJmSc+PE4RY8=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/sk.res
-SHA1-Digest: o2o9He71dghBvYY98eiBDlKpFHg=
-
-Name: com/ibm/icu/impl/Utility.class
-SHA1-Digest: fUsz08c5zHW81VquH86ehHigVVE=
-
-Name: com/ibm/icu/impl/USerializedSet.class
-SHA1-Digest: HaSSuaa6eHM0S6XwU4nXigQx3pM=
-
-Name: com/ibm/icu/impl/data/icudt44b/fil_PH.res
-SHA1-Digest: BM3NgnSUqRgWEC0Kun/DPWy5Bdg=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/kk_Cyrl.res
-SHA1-Digest: rejFOwLDQu7LEkKaLq+S3yYVlAE=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/az_Latn.res
-SHA1-Digest: 0txvmEU8CWBXXV9kXYJXyXSqK0o=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/zh_Hant.res
-SHA1-Digest: MvM+3Zu9Zl4w1dUVE5mt2pjVln8=
-
-Name: com/ibm/icu/impl/data/icudt44b/fr_BL.res
-SHA1-Digest: m5GyJ02LySU39gFMYrIdg7RCc+s=
-
-Name: com/ibm/icu/text/StringCharacterIterator.class
-SHA1-Digest: Vie57IxQ4GIZR1RSr2sKwrbbtas=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/gl.res
-SHA1-Digest: hfFUqbS/KbZU1zYh3C4BEhmJoIs=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/ii.res
-SHA1-Digest: L37Myo5VYCJK8ikbLC6fX7gyLLo=
-
-Name: com/ibm/icu/impl/data/icudt44b/ha.res
-SHA1-Digest: o4BC3lT91paybf1vWeQRZjYpVg0=
-
-Name: com/ibm/icu/impl/data/HolidayBundle_de_DE.class
-SHA1-Digest: mn3k9tUrIk7eVkF+MjL2lQsb+iw=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/root.res
-SHA1-Digest: O/p8I9GMi4MwBw4ytcuJIK8AYAY=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/dav.res
-SHA1-Digest: ZuzyqNJiqetQoQ0iQ4y7mF6vTPk=
-
-Name: com/ibm/icu/impl/data/icudt44b/coll/is_IS.res
-SHA1-Digest: dybvsw+al6kS/3VEdGsEOOI2dYE=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/kl.res
-SHA1-Digest: eVrjpvJDIvqbCFzO/O1FheyfM0g=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/zh_CN.res
-SHA1-Digest: LuMYYxZi76/C1PPt2k36PNfJS7s=
-
-Name: com/ibm/icu/impl/data/icudt44b/rbnf/sv.res
-SHA1-Digest: P0AL83rccJ4KPIevnkCRPcJvuSk=
-
-Name: com/ibm/icu/impl/data/icudt44b/en_BW.res
-SHA1-Digest: PJBlVoVbY62zOrrA/V01jqkqG2A=
-
-Name: com/ibm/icu/impl/data/icudt44b/lang/es_AR.res
-SHA1-Digest: lU3uz7cEYMsrXIFoMO21RMa1Rdk=
-
-Name: com/ibm/icu/impl/ICUService$ServiceListener.class
-SHA1-Digest: QcWCkTDXWwYsGWJrhNqAHwNbFTA=
-
-Name: com/ibm/icu/impl/data/icudt44b/pa_Guru_IN.res
-SHA1-Digest: c5U3XRyJfmm7NVh56YJqWqALTmg=
-
-Name: com/ibm/icu/impl/data/icudt44b/et_EE.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/sr_Cyrl_ME.res
-SHA1-Digest: 2bKiieZPRSqeJOhsUHN8ogExzYI=
-
-Name: com/ibm/icu/impl/data/icudt44b/zone/et.res
-SHA1-Digest: PsYJI8iwjm34y2qecW1mw982pHg=
-
-Name: com/ibm/icu/impl/data/icudt44b/curr/he_IL.res
-SHA1-Digest: G7tIfKIuG5njuAJZ4whaYHZkK8I=
-
diff --git a/eclipse-build/dependencyManifests/com.jcraft.jsch_0.1.44.v201101211721.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/com.jcraft.jsch_0.1.44.v201101211721.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index a8c730f..0000000
--- a/eclipse-build/dependencyManifests/com.jcraft.jsch_0.1.44.v201101211721.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,16 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %bundleName
-Bundle-SymbolicName: com.jcraft.jsch
-Bundle-Version: 0.1.44.v201101211721
-Bundle-ClassPath: com.jcraft.jsch_0.1.44.v201101211721.jar
-Bundle-Vendor: %venderName
-Bundle-Localization: plugin
-Export-Package: com.jcraft.jsch;version="0.1.44",
- com.jcraft.jsch.jce;version="0.1.44";x-internal:=true,
- com.jcraft.jsch.jcraft;version="0.1.44";x-internal:=true,
- com.jcraft.jsch.jgss;version="0.1.44";x-internal:=true
-Bundle-RequiredExecutionEnvironment: J2SE-1.4
-Created-By: 1.4.0 (Sun Microsystems Inc.)
-
-
diff --git a/eclipse-build/dependencyManifests/javax.annotation_1.0.0.v20101115-0725.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/javax.annotation_1.0.0.v20101115-0725.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index dfd399b..0000000
--- a/eclipse-build/dependencyManifests/javax.annotation_1.0.0.v20101115-0725.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,27 +0,0 @@
-Manifest-Version: 1.0
-Bnd-LastModified: 1330082387248
-Build-Jdk: 1.7.0_b147-icedtea
-Built-By: kdaniel
-Bundle-Description: Annotation spec 1.1 API
-Bundle-DocURL: http://www.apache.org
-Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
-Bundle-ManifestVersion: 2
-Bundle-Name: geronimo-annotation_1.1_spec
-Bundle-SymbolicName: org.apache.geronimo.specs.geronimo-annotation_1.1_s
- pec;singleton=true
-Bundle-Vendor: The Apache Software Foundation
-Bundle-Version: 1.0.0
-Created-By: Apache Maven Bundle Plugin
-Export-Package: javax.annotation;version="1.1",javax.annotation.security
- ;version="1.1",javax.annotation.sql;version="1.1",javax.annotation.proc
- essing;uses:="javax.lang.model,javax.lang.model.element,javax.tools,jav
- ax.lang.model.util";version="1.1"
-Implementation-Title: Apache Geronimo
-Implementation-Version: 1.0
-Import-Package: javax.lang.model,javax.lang.model.element,javax.lang.mod
- el.util,javax.tools
-Specification-Title: JSR-250 Common Annotations 1.1
-Specification-Vendor: Sun Microsystems, Inc.
-Specification-Version: 1.1
-Tool: Bnd-1.50.0
-
diff --git a/eclipse-build/dependencyManifests/javax.el_2.2.0.v201108011116.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/javax.el_2.2.0.v201108011116.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index 7ecdf9e..0000000
--- a/eclipse-build/dependencyManifests/javax.el_2.2.0.v201108011116.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,15 +0,0 @@
-Manifest-Version: 1.0

-Bundle-Vendor: %bundleProvider

-Bundle-Localization: plugin

-Bundle-RequiredExecutionEnvironment: J2SE-1.5

-Bundle-Name: %bundleName

-Bundle-SymbolicName: javax.el

-Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/too

- ls:org.eclipse.orbit/javax.el;tag=v201108011116

-Export-Package: javax.el;version="2.2.0"

-Bundle-Version: 2.2.0.v201108011116

-Bundle-ManifestVersion: 2

-Import-Package: javax.servlet;version="2.5.0",javax.servlet.http;versi

- on="2.5.0"

-

-

diff --git a/eclipse-build/dependencyManifests/javax.inject_1.0.0.v20091030.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/javax.inject_1.0.0.v20091030.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index 51d54f5..0000000
--- a/eclipse-build/dependencyManifests/javax.inject_1.0.0.v20091030.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,11 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %bundleName
-Bundle-SymbolicName: javax.inject
-Bundle-Version: 1.0.0.v20091030
-Bundle-ClassPath: .
-Bundle-Vendor: %bundleProvider
-Bundle-Localization: plugin
-Export-Package: javax.inject;version="1.0.0"
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-
diff --git a/eclipse-build/dependencyManifests/javax.servlet.jsp_2.2.0.v201112011158.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/javax.servlet.jsp_2.2.0.v201112011158.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index cba6a4b..0000000
--- a/eclipse-build/dependencyManifests/javax.servlet.jsp_2.2.0.v201112011158.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,17 +0,0 @@
-Manifest-Version: 1.0

-Bundle-Vendor: %bundleProvider

-Bundle-Localization: plugin

-Bundle-RequiredExecutionEnvironment: JavaSE-1.6

-Bundle-Name: %bundleName

-Bundle-SymbolicName: javax.servlet.jsp

-Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/too

- ls:org.eclipse.orbit/javax.servlet.jsp;tag=v201112011158

-Export-Package: javax.servlet.jsp;version="2.2.0",javax.servlet.jsp.el

- ;version="2.2.0",javax.servlet.jsp.resources;version="2.2.0",javax.se

- rvlet.jsp.tagext;version="2.2.0"

-Bundle-Version: 2.2.0.v201112011158

-Bundle-ManifestVersion: 2

-Import-Package: javax.el;version="2.2.0",javax.servlet;version="2.6.0"

- ,javax.servlet.http;version="2.6.0"

-

-

diff --git a/eclipse-build/dependencyManifests/javax.servlet_3.0.0.v201112011016.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/javax.servlet_3.0.0.v201112011016.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index fe15019..0000000
--- a/eclipse-build/dependencyManifests/javax.servlet_3.0.0.v201112011016.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,18 +0,0 @@
-Manifest-Version: 1.0

-Bundle-Description: glassfish javax.servlet.3.1.0.b33

-Bundle-Vendor: %bundleProvider

-Bundle-Localization: plugin

-Bundle-RequiredExecutionEnvironment: JavaSE-1.6

-Bundle-Name: %bundleName

-Bundle-SymbolicName: javax.servlet

-Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/too

- ls:org.eclipse.orbit/javax.servlet;tag=v201112011016

-Export-Package: javax.servlet;version="2.6.0";uses:="javax.servlet.ann

- otation,javax.servlet.descriptor",javax.servlet.annotation;version="2

- .6.0";uses:="javax.servlet",javax.servlet.descriptor;version="2.6.0",

- javax.servlet.http;version="2.6.0";uses:="javax.servlet",javax.servle

- t.resources;version="2.6.0"

-Bundle-Version: 3.0.0.v201112011016

-Bundle-ManifestVersion: 2

-

-

diff --git a/eclipse-build/dependencyManifests/javax.xml_1.0.1.v200903091627.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/javax.xml_1.0.1.v200903091627.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index a23243d..0000000
--- a/eclipse-build/dependencyManifests/javax.xml_1.0.1.v200903091627.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,24 +0,0 @@
-Manifest-Version: 1.0

-Bundle-RequiredExecutionEnvironment: J2SE-1.2

-Bundle-SymbolicName: javax.xml

-Bundle-ManifestVersion: 2

-Bundle-Name: %Bundle-Name.0

-Bundle-Localization: plugin

-Bundle-Version: 1.3.4.v200806030440

-Bundle-Vendor: %Bundle-Vendor.0

-Require-Bundle: system.bundle

-Export-Package: javax.xml;version="1.3",javax.xml.datatype;version="1.

- 3",javax.xml.namespace;version="1.3",javax.xml.parsers;version="1.3",

- javax.xml.stream;version="1.3",javax.xml.stream.events;version="1.3",

- javax.xml.stream.util;version="1.3",javax.xml.transform;version="1.3"

- ,javax.xml.transform.dom;version="1.3",javax.xml.transform.sax;versio

- n="1.3",javax.xml.transform.stax;version="1.3",javax.xml.transform.st

- ream;version="1.3",javax.xml.validation;version="1.3",javax.xml.xpath

- ;version="1.3",org.apache.xmlcommons;version="1.3.4",org.w3c.dom;vers

- ion="3.0",org.w3c.dom.bootstrap;version="3.0",org.w3c.dom.css;version

- ="3.0",org.w3c.dom.events;version="3.0",org.w3c.dom.html;version="3.0

- ",org.w3c.dom.ls;version="3.0",org.w3c.dom.ranges;version="3.0",org.w

- 3c.dom.stylesheets;version="3.0",org.w3c.dom.traversal;version="3.0",

- org.w3c.dom.views;version="3.0",org.w3c.dom.xpath;version="3.0",org.x

- ml.sax;version="2.0.2",org.xml.sax.ext;version="2.0.2",org.xml.sax.he

- lpers;version="2.0.2"

diff --git a/eclipse-build/dependencyManifests/org.apache.batik.css_1.6.0.v201011041432.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.apache.batik.css_1.6.0.v201011041432.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index d7452f4..0000000
--- a/eclipse-build/dependencyManifests/org.apache.batik.css_1.6.0.v201011041432.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,17 +0,0 @@
-Manifest-Version: 1.0

-Bundle-Vendor: %providerName

-Bundle-Localization: plugin

-Bundle-RequiredExecutionEnvironment: J2SE-1.3

-Bundle-Name: %pluginName

-Bundle-SymbolicName: org.apache.batik.css

-Require-Bundle: org.apache.batik.util;bundle-version="[1.6.0,1.7.0)",o

- rg.w3c.css.sac;bundle-version="[1.3.0,1.4.0)",org.w3c.dom.svg;bundle-

- version="[1.1.0,1.3.0)"

-Bundle-Version: 1.6.0.v201011041432

-Export-Package: org.apache.batik.css.dom;version="1.6.0",org.apache.ba

- tik.css.engine;version="1.6.0",org.apache.batik.css.engine.sac;versio

- n="1.6.0",org.apache.batik.css.engine.value;version="1.6.0",org.apach

- e.batik.css.engine.value.css2;version="1.6.0",org.apache.batik.css.en

- gine.value.svg;version="1.6.0",org.apache.batik.css.engine.value.svg1

- 2;version="1.6.0",org.apache.batik.css.parser;version="1.6.0"

-Bundle-ManifestVersion: 2

diff --git a/eclipse-build/dependencyManifests/org.apache.batik.util.gui_1.6.0.v201011041432.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.apache.batik.util.gui_1.6.0.v201011041432.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index 000fb11..0000000
--- a/eclipse-build/dependencyManifests/org.apache.batik.util.gui_1.6.0.v201011041432.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,10 +0,0 @@
-Manifest-Version: 1.0

-Bundle-Vendor: %providerName

-Bundle-Localization: plugin

-Bundle-RequiredExecutionEnvironment: J2SE-1.3

-Bundle-Name: %pluginName

-Bundle-SymbolicName: org.apache.batik.util.gui

-Bundle-Version: 1.6.0.v201011041432

-Export-Package: org.apache.batik.util.gui;version="1.6.0",org.apache.b

- atik.util.gui.resource;version="1.6.0"

-Bundle-ManifestVersion: 2

diff --git a/eclipse-build/dependencyManifests/org.apache.batik.util_1.6.0.v201011041432.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.apache.batik.util_1.6.0.v201011041432.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index 99b4190..0000000
--- a/eclipse-build/dependencyManifests/org.apache.batik.util_1.6.0.v201011041432.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,14 +0,0 @@
-Manifest-Version: 1.0

-Bundle-Vendor: %providerName

-Bundle-Localization: plugin

-Bundle-RequiredExecutionEnvironment: J2SE-1.3

-Bundle-Name: %pluginName

-Bundle-SymbolicName: org.apache.batik.util

-Require-Bundle: org.apache.batik.util.gui;bundle-version="[1.6.0,1.7.0

- )"

-Bundle-Version: 1.6.0.v201011041432

-Export-Package: org.apache.batik;version="1.6.0",org.apache.batik.i18n

- ;version="1.6.0",org.apache.batik.util;version="1.6.0",org.apache.bat

- ik.util.io;version="1.6.0",org.apache.batik.util.resources;version="1

- .6.0"

-Bundle-ManifestVersion: 2

diff --git a/eclipse-build/dependencyManifests/org.apache.commons.codec_1.3.0.v201101211617.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.apache.commons.codec_1.3.0.v201101211617.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index 9b87fcc..0000000
--- a/eclipse-build/dependencyManifests/org.apache.commons.codec_1.3.0.v201101211617.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,16 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %bundleName
-Bundle-SymbolicName: org.apache.commons.codec
-Bundle-Version: 1.3.0.v201101211617
-Bundle-ClassPath: org.apache.commons.codec_1.3.0.v201101211617.jar
-Bundle-Vendor: %bundleProvider
-Bundle-Localization: plugin
-Export-Package: org.apache.commons.codec;version="1.3.0",
- org.apache.commons.codec.binary;version="1.3.0",
- org.apache.commons.codec.digest;version="1.3.0",
- org.apache.commons.codec.language;version="1.3.0",
- org.apache.commons.codec.net;version="1.3.0"
-Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,
- J2SE-1.3
-
diff --git a/eclipse-build/dependencyManifests/org.apache.commons.el_1.0.0.v200806031608.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.apache.commons.el_1.0.0.v200806031608.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index 474cde9..0000000
--- a/eclipse-build/dependencyManifests/org.apache.commons.el_1.0.0.v200806031608.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,245 +0,0 @@
-Manifest-Version: 1.0

-Bundle-Vendor: %bundleProvider

-Bundle-Localization: plugin

-Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3

-Bundle-Name: %bundleName

-Bundle-SymbolicName: org.apache.commons.el

-Export-Package: org.apache.commons.el;version="1.0.0",org.apache.commo

- ns.el.parser;version="1.0.0"

-Bundle-Version: 1.0.0.v201004212143

-Bundle-ManifestVersion: 2

-Import-Package: javax.servlet;version="[2.4, 3.0)",javax.servlet.http;

- version="[2.4, 3.0)",javax.servlet.jsp;version="[2.0, 2.1)",javax.ser

- vlet.jsp.el;version="[2.0, 2.1)",javax.servlet.jsp.resources;version=

- "[2.0, 2.1)",javax.servlet.jsp.tagext;version="[2.0, 2.1)",javax.serv

- let.resources;version="[2.4, 3.0)"

-

-Name: org/apache/commons/el/ImplicitObjects$6.class

-SHA1-Digest: yk3eN531Co8H5mcmuI/jBgzMK7M=

-

-Name: org/apache/commons/el/ImplicitObjects$8.class

-SHA1-Digest: 2zRArPyiXRbBbckQYZl2n/ok1dg=

-

-Name: org/apache/commons/el/parser/ELParser$JJCalls.class

-SHA1-Digest: +F3c0F/BpFfnZwht0fm32JeG/cI=

-

-Name: org/apache/commons/el/IntegerLiteral.class

-SHA1-Digest: XbMrtGsGhESiCWwsB1wUsRxPAkc=

-

-Name: org/apache/commons/el/parser/ELParserTokenManager.class

-SHA1-Digest: Wvt2lk7SKSNx7n+2Xl76iM9hZSE=

-

-Name: org/apache/commons/el/parser/ParseException.class

-SHA1-Digest: WZ9XYN/i5wKhW7OMIvwVswOCkJo=

-

-Name: META-INF/LICENSE.txt

-SHA1-Digest: K4uBUimqimHkg/tLoFiLi2xJGJA=

-

-Name: org/apache/commons/el/Constants.class

-SHA1-Digest: WuLFauF6xMElD3KM8l3QUoC8U+s=

-

-Name: org/apache/commons/el/LessThanOperator.class

-SHA1-Digest: bLuYRfj0guAW/K/6tzNf/p/v2cE=

-

-Name: org/apache/commons/el/Coercions.class

-SHA1-Digest: bMWIqZCp+cp+MgLnI9cj9qoKKEU=

-

-Name: org/apache/commons/el/NotOperator.class

-SHA1-Digest: qvcZyrD7lNJx087eSke+6ztjjnU=

-

-Name: org/apache/commons/el/AndOperator.class

-SHA1-Digest: iZwxQTvJRRFfBaC007qqlvN7t6w=

-

-Name: org/apache/commons/el/OrOperator.class

-SHA1-Digest: L6r4TQP084uw7RdLD8WeMEf9i5M=

-

-Name: org/apache/commons/el/ELParser.jj

-SHA1-Digest: B7JwBhgFsve6OKDhZLPogURw2HM=

-

-Name: org/apache/commons/el/GreaterThanOrEqualsOperator.class

-SHA1-Digest: 0hFhIFynKfaYsv3sDAirRXqnQKc=

-

-Name: org/apache/commons/el/ArithmeticOperator.class

-SHA1-Digest: d9+HyAISZMDcnqe2hQ8N8RpNqX8=

-

-Name: META-INF/eclipse.inf

-SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw=

-

-Name: org/apache/commons/el/Resources_ja.properties

-SHA1-Digest: Tzu2z09ehelbKwRMIxIiv3GSuWs=

-

-Name: org/apache/commons/el/BeanInfoProperty.class

-SHA1-Digest: IgEmp+w7xLCvgpSvEXQds7/GEhs=

-

-Name: org/apache/commons/el/Literal.class

-SHA1-Digest: hMxkBdMuRuWtF8A7ir7EQqvIenI=

-

-Name: org/apache/commons/el/UnaryOperator.class

-SHA1-Digest: J2Ed3ePOrAUfyvN5M9S9umy3Uo4=

-

-Name: org/apache/commons/el/DivideOperator.class

-SHA1-Digest: EYfiApNe7DbNruhOwErTTORkE+8=

-

-Name: org/apache/commons/el/EqualityOperator.class

-SHA1-Digest: sm8I9gQKGBvgQPBNS06GNubv6Vk=

-

-Name: org/apache/commons/el/MinusOperator.class

-SHA1-Digest: Z6FWR/1kh0HAxSFWeXT8xPjMWAg=

-

-Name: org/apache/commons/el/NotEqualsOperator.class

-SHA1-Digest: D0kF3taKj0yzvX82dd+NaapIuLk=

-

-Name: org/apache/commons/el/LessThanOrEqualsOperator.class

-SHA1-Digest: l6bFkjxb4iR4Mwg4T5pqU5i+ld8=

-

-Name: org/apache/commons/el/ExpressionEvaluatorImpl.class

-SHA1-Digest: 7kijuGC03VYjIOosJvOQjiO+SCE=

-

-Name: org/apache/commons/el/parser/SimpleCharStream.class

-SHA1-Digest: C0EtQ01wKdjFQnQn0Yf55nmqxjY=

-

-Name: org/apache/commons/el/UnaryMinusOperator.class

-SHA1-Digest: p5DAU6rW4QxcfgtYiuEsb3ia6a8=

-

-Name: org/apache/commons/el/BinaryOperator.class

-SHA1-Digest: JqntYjDC/78XHD2RyoU/UvjLbBo=

-

-Name: org/apache/commons/el/ModulusOperator.class

-SHA1-Digest: Dd5Vw66I6bD7vP9FFcrTj1DBS9o=

-

-Name: org/apache/commons/el/PropertySuffix.class

-SHA1-Digest: W1QZpI4mxpe5gEmtlOWs0ciBlro=

-

-Name: org/apache/commons/el/ExpressionEvaluatorImpl$JSTLExpression.cla

- ss

-SHA1-Digest: NejYujN41ozBAtlznH6viMJ8Qow=

-

-Name: org/apache/commons/el/EnumeratedMap.class

-SHA1-Digest: gRPDjOQQyDVv5IAUhU+jwMlKg0Y=

-

-Name: org/apache/commons/el/ImplicitObjects$1.class

-SHA1-Digest: B3PddnTnc19H+65tyxypJcREzR4=

-

-Name: org/apache/commons/el/ConditionalExpression.class

-SHA1-Digest: bX+7me1UZAWqwQBBzmm6QiuZzxw=

-

-Name: org/apache/commons/el/FunctionInvocation.class

-SHA1-Digest: G22mwDJrwZT1YQY/IitVQ3aOR9M=

-

-Name: org/apache/commons/el/ImplicitObjects$3.class

-SHA1-Digest: b5idCx33W4MyT97b/hRBtHG0GGk=

-

-Name: org/apache/commons/el/ImplicitObjects$5.class

-SHA1-Digest: 4929mGlg7/mRxY7Ljfapiplbqxc=

-

-Name: org/apache/commons/el/ImplicitObjects$7.class

-SHA1-Digest: G22aYw1EaZ7z7eV+TmQcWPvvyuM=

-

-Name: org/apache/commons/el/ImplicitObjects$9.class

-SHA1-Digest: Dp+bANi7KnRmeocrW8efou26tcM=

-

-Name: org/apache/commons/el/Logger.class

-SHA1-Digest: kRv2uawntGcubwSjNUJmSQOLkXM=

-

-Name: org/apache/commons/el/Resources.properties

-SHA1-Digest: 93HD587p0KCdUKkjMMyEJRk45bQ=

-

-Name: org/apache/commons/el/BeanInfoIndexedProperty.class

-SHA1-Digest: ijs9cNs3lfJ4FfGfa+KkzMC26QU=

-

-Name: org/apache/commons/el/ArraySuffix.class

-SHA1-Digest: SD3C6xpdKmVAygaLXjZytZL90O8=

-

-Name: org/apache/commons/el/Expression.class

-SHA1-Digest: czt1/UKNMTTdZv48XjC7Xdl+7Sk=

-

-Name: plugin.properties

-SHA1-Digest: q88xebcgKfB8elFkU63rfdgCtII=

-

-Name: org/apache/commons/el/BeanInfoManager.class

-SHA1-Digest: owPJaYmCI+CZ1Z7X2uzlJ/LHCdE=

-

-Name: org/apache/commons/el/EmptyOperator.class

-SHA1-Digest: /zHDzIHFcmdsFose5kMmp++WPsU=

-

-Name: org/apache/commons/el/PlusOperator.class

-SHA1-Digest: 7tmWeuaMKmuyz0WHz9DQ9qmyH5o=

-

-Name: org/apache/commons/el/ComplexValue.class

-SHA1-Digest: qwpRFU1iYILss68014xy+WCllrM=

-

-Name: org/apache/commons/el/VariableResolverImpl.class

-SHA1-Digest: 1qz6XwsyiTsICyclJDkreBKeRhc=

-

-Name: about_files/LICENSE.txt

-SHA1-Digest: K4uBUimqimHkg/tLoFiLi2xJGJA=

-

-Name: org/apache/commons/el/FloatingPointLiteral.class

-SHA1-Digest: x1XKsbAzuKS6c1rzJi5EdgwJpJY=

-

-Name: org/apache/commons/el/IntegerDivideOperator.class

-SHA1-Digest: E+v9l7GD9H7vZNCbKseGuavBw8w=

-

-Name: org/apache/commons/el/BooleanLiteral.class

-SHA1-Digest: h7/fPldkasyTns1gwEAmR+9xWT4=

-

-Name: org/apache/commons/el/StringLiteral.class

-SHA1-Digest: fM6Nn06GqE20j4uHq0474AKYyAs=

-

-Name: org/apache/commons/el/MultiplyOperator.class

-SHA1-Digest: 2MUBNuJvQxufwMTq/kgd3OokORI=

-

-Name: org/apache/commons/el/RelationalOperator.class

-SHA1-Digest: 37ZbWTzVRd7aEvTP9AFK10SowBU=

-

-Name: org/apache/commons/el/ValueSuffix.class

-SHA1-Digest: L/GwMbWERhGzd7tFoW8FTusd0Xs=

-

-Name: org/apache/commons/el/PrimitiveObjects.class

-SHA1-Digest: RE9Qrvb2K4AYDyN37GHRvl3Oxhc=

-

-Name: org/apache/commons/el/NullLiteral.class

-SHA1-Digest: QYHfYKyHhuCze+X442CqVR+/P9A=

-

-Name: org/apache/commons/el/UnaryOperatorExpression.class

-SHA1-Digest: YsfgS2KZKeVc/xesT0ivfE09ziE=

-

-Name: about.html

-SHA1-Digest: r8yrTzvsJnigaP0k/eJmKDnfU+k=

-

-Name: org/apache/commons/el/NamedValue.class

-SHA1-Digest: Q8y35D/4TtmB9IMVv3dqUN28XqE=

-

-Name: org/apache/commons/el/parser/TokenMgrError.class

-SHA1-Digest: GwcPiRQqGY9m3L7bg3nejiqKvAs=

-

-Name: org/apache/commons/el/parser/ELParserConstants.class

-SHA1-Digest: 6b9QFX7au19dBxCnhr8h0pTZePQ=

-

-Name: org/apache/commons/el/ImplicitObjects.class

-SHA1-Digest: teQ6upwqEk3NFJ/WLQBuhhwvrLg=

-

-Name: org/apache/commons/el/BinaryOperatorExpression.class

-SHA1-Digest: Gom0bxutAqNKKvSBW8NApp2ku0g=

-

-Name: org/apache/commons/el/parser/ELParser.class

-SHA1-Digest: 43MYALuBsGJQ/2fbKRxE0gp13lU=

-

-Name: org/apache/commons/el/EqualsOperator.class

-SHA1-Digest: +1SowxT4Os5bTVTivpN+7iHI/j4=

-

-Name: org/apache/commons/el/ImplicitObjects$2.class

-SHA1-Digest: KwV7pk3+pow9fie4pujChtMLvjY=

-

-Name: org/apache/commons/el/parser/Token.class

-SHA1-Digest: GLjKdPDjxegjKTWLILZ/CsmJRy0=

-

-Name: org/apache/commons/el/ExpressionString.class

-SHA1-Digest: 2WlNCkmN54ro5+Di20ctLsrQZeU=

-

-Name: org/apache/commons/el/GreaterThanOperator.class

-SHA1-Digest: QALl60dL0vlnLB8ac+GFbkdPlCE=

-

-Name: org/apache/commons/el/ImplicitObjects$4.class

-SHA1-Digest: jnHK9e8BL9UFE8VhZa71hf6lfU8=

-

diff --git a/eclipse-build/dependencyManifests/org.apache.commons.httpclient_3.1.0.v201012070820.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.apache.commons.httpclient_3.1.0.v201012070820.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index 12171fc..0000000
--- a/eclipse-build/dependencyManifests/org.apache.commons.httpclient_3.1.0.v201012070820.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,27 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %bundleName
-Bundle-SymbolicName: org.apache.commons.httpclient
-Bundle-Version: 3.1.0.v201012070820
-Bundle-ClassPath: org.apache.commons.httpclient_3.1.0.v201012070820.jar
-Bundle-Vendor: %bundleProvider
-Bundle-Localization: plugin
-Export-Package: org.apache.commons.httpclient;version="3.1.0",
- org.apache.commons.httpclient.auth;version="3.1.0",
- org.apache.commons.httpclient.cookie;version="3.1.0",
- org.apache.commons.httpclient.methods;version="3.1.0",
- org.apache.commons.httpclient.methods.multipart;version="3.1.0",
- org.apache.commons.httpclient.params;version="3.1.0",
- org.apache.commons.httpclient.protocol;version="3.1.0",
- org.apache.commons.httpclient.util;version="3.1.0"
-Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,
- J2SE-1.2
-Import-Package: javax.crypto;resolution:=optional,
- javax.crypto.spec;resolution:=optional,
- javax.net;resolution:=optional,
- javax.net.ssl;resolution:=optional,
- org.apache.commons.codec;version="[1.2.0,2.0.0)",
- org.apache.commons.codec.binary;version="[1.2.0,2.0.0)",
- org.apache.commons.codec.net;version="[1.2.0,2.0.0)",
- org.apache.commons.logging;version="[1.0.4,2.0.0)"
-
diff --git a/eclipse-build/dependencyManifests/org.apache.commons.logging_1.0.4.v201101211617.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.apache.commons.logging_1.0.4.v201101211617.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index 75b9e7f..0000000
--- a/eclipse-build/dependencyManifests/org.apache.commons.logging_1.0.4.v201101211617.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,13 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %bundleName
-Bundle-SymbolicName: org.apache.commons.logging
-Bundle-Version: 1.0.4.v201101211617
-Bundle-ClassPath: org.apache.commons.logging_1.0.4.v201101211617.jar
-Bundle-Vendor: %bundleProvider
-Bundle-Localization: plugin
-Export-Package: org.apache.commons.logging;version="1.0.4",
- org.apache.commons.logging.impl;version="1.0.4"
-Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,
- J2SE-1.3
-
diff --git a/eclipse-build/dependencyManifests/org.apache.el_7.0.21.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.apache.el_7.0.21.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index fd2879f..0000000
--- a/eclipse-build/dependencyManifests/org.apache.el_7.0.21.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,13 +0,0 @@
-Manifest-Version: 1.0

-Export-Package: org.apache.el;version="7.0.21"

-Bundle-Vendor: %bundleProvider

-Bundle-ClassPath: .

-Bundle-Version: 7.0.21

-Bundle-Name: %bundleName

-Bundle-Localization: plugin

-Bundle-ManifestVersion: 2

-Import-Package: javax.el;version="2.2"

-Bundle-SymbolicName: org.apache.el

-Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.0/Foundation-1.0,J

- 2SE-1.3

-

diff --git a/eclipse-build/dependencyManifests/org.apache.felix.gogo.command_0.8.0.v201108120515.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.apache.felix.gogo.command_0.8.0.v201108120515.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index f0635f9..0000000
--- a/eclipse-build/dependencyManifests/org.apache.felix.gogo.command_0.8.0.v201108120515.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,26 +0,0 @@
-Manifest-Version: 1.0
-Bnd-LastModified: 1326227392867
-Build-Jdk: 1.6.0_22
-Built-By: kdaniel
-Bundle-Activator: org.apache.felix.gogo.command.Activator
-Bundle-Description: Provides basic shell commands for Gogo.
-Bundle-DocURL: http://www.apache.org/
-Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
-Bundle-ManifestVersion: 2
-Bundle-Name: Apache Felix Gogo Command
-Bundle-SymbolicName: org.apache.felix.gogo.command
-Bundle-Vendor: Apache Software Foundation
-Bundle-Version: 0.12.0
-Created-By: Apache Maven Bundle Plugin
-DynamicImport-Package: org.apache.felix.bundlerepository, org.apache.felix.bundlerepository.*
-Export-Package: org.osgi.service.log;uses:="org.osgi.framework";version="1.3"
-Import-Package: 	   org.apache.felix.service.command;status=provisional;version="[0.10,1)",
- org.osgi.framework;version="[1.5,2.0)",
- org.osgi.framework.wiring;resolution:=optional;version="[1.0,2)",
- org.osgi.service.log;version="[1.3,2)",
- org.osgi.service.packageadmin;version="[1.2,2)",
- org.osgi.service.startlevel;version="[1.1,2)",
- org.osgi.util.tracker;version="[1.5,2)"
-Tool: Bnd-1.50.0
-
-
diff --git a/eclipse-build/dependencyManifests/org.apache.felix.gogo.runtime_0.8.0.v201108120515.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.apache.felix.gogo.runtime_0.8.0.v201108120515.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index f5e5348..0000000
--- a/eclipse-build/dependencyManifests/org.apache.felix.gogo.runtime_0.8.0.v201108120515.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,24 +0,0 @@
-Manifest-Version: 1
-Bnd-LastModified: 1324045880669
-Build-Jdk: 1.6.0_22
-Built-By: mockbuild
-Bundle-Activator: org.apache.felix.gogo.runtime.activator.Activator
-Bundle-Description: Apache Felix Gogo Subproject
-Bundle-DocURL: http://www.apache.org/
-Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
-Bundle-ManifestVersion: 2
-Bundle-Name: Apache Felix Gogo Runtime
-Bundle-SymbolicName: org.apache.felix.gogo.runtime
-Bundle-Vendor: The Apache Software Foundation
-Bundle-Version: 0.10.0
-Created-By: Apache Maven Bundle Plugin
-Export-Package: org.apache.felix.service.command;status=provisional;mand
- atory:=status;version="0.10.0",org.apache.felix.service.threadio;status
- =provisional;mandatory:=status;version="0.10.0",org.apache.felix.gogo.a
- pi;uses:="org.apache.felix.service.command";version="0.10.0"
-Import-Package: org.apache.felix.gogo.api;version="[0.10,1)",org.apache.
- felix.service.command;status=provisional;version="[0.10,1)",org.apache.
- felix.service.threadio;status=provisional;version="[0.10,1)",org.osgi.f
- ramework;version="[1.5,2)",org.osgi.service.event;resolution:=optional;
- version="[1.2,2)",org.osgi.util.tracker;version="[1.4,2)"
-Tool: Bnd-1.43.0
diff --git a/eclipse-build/dependencyManifests/org.apache.felix.gogo.shell_0.8.0.v201110170705.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.apache.felix.gogo.shell_0.8.0.v201110170705.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index 75a33fc..0000000
--- a/eclipse-build/dependencyManifests/org.apache.felix.gogo.shell_0.8.0.v201110170705.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,88 +0,0 @@
-Manifest-Version: 1.0
-Bundle-DocURL: http://www.apache.org/
-Bundle-Localization: plugin
-Bundle-SymbolicName: org.apache.felix.gogo.shell
-Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/too
- ls:org.eclipse.orbit/org.apache.felix.gogo.shell;tag=v201110170705
-Bundle-Activator: org.apache.felix.gogo.shell.Activator
-Bundle-Version: 0.8.0.v201110170705
-Bundle-Description: Apache Felix Gogo Subproject
-Bundle-Vendor: %providerName
-Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
-Bundle-Name: %pluginName
-Import-Package: org.apache.felix.service.command;status=provisional;ve
- rsion="0.8.0", org.osgi.framework, org.osgi.service.startlevel, org.o
- sgi.util.tracker
-Bundle-ManifestVersion: 2
-
-Name: org/apache/felix/gogo/shell/Telnet.class
-SHA1-Digest: dWTm9DcquRF/xNVO77AyCLNEq8k=
-
-Name: org/apache/felix/gogo/options/Options.class
-SHA1-Digest: LtoumhJRRC2tgjrdjWex90J8L3A=
-
-Name: META-INF/eclipse.inf
-SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw=
-
-Name: org/apache/felix/gogo/shell/Shell.class
-SHA1-Digest: 1NKxOGCpqlaZPV5F7QAWU9lPtSE=
-
-Name: org/apache/felix/gogo/options/Option.class
-SHA1-Digest: S9Ep+5qrQk0oqGBNodc/3tUA7Wg=
-
-Name: gosh_profile
-SHA1-Digest: pfHS7zPHVvb8EXoAt0npawPXmpM=
-
-Name: org/apache/felix/gogo/shell/Activator.class
-SHA1-Digest: WZw2bh+Y2nOa7aJYqy/muMpPmkQ=
-
-Name: META-INF/LICENSE
-SHA1-Digest: K4uBUimqimHkg/tLoFiLi2xJGJA=
-
-Name: org/apache/felix/gogo/shell/Console.class
-SHA1-Digest: 9+7GOJdFW6mD+z0H1H9BIRbEin0=
-
-Name: about.html
-SHA1-Digest: ZL0NXaQeqvGlncRLXh3nTF4HGL0=
-
-Name: plugin.properties
-SHA1-Digest: /d4NLOC3zIffwzUYDC9Azs/FZe0=
-
-Name: org/apache/felix/gogo/shell/Telnet$1.class
-SHA1-Digest: CKz/2ovjf+gwj1eoXMJ1h4/ICsM=
-
-Name: META-INF/NOTICE
-SHA1-Digest: BsX6KY7OTwjCD4OqsccP8Va5X3I=
-
-Name: org/apache/felix/gogo/shell/Converters.class
-SHA1-Digest: nVDnKmHtAQmf24U68T2PBm2qBaw=
-
-Name: META-INF/maven/org.apache.felix/org.apache.felix.gogo.shell/pom.
- xml
-SHA1-Digest: AHDhKp2zSFw/wHXjnX9KjMJI3xk=
-
-Name: META-INF/maven/org.apache.felix/org.apache.felix.gogo.shell/pom.
- properties
-SHA1-Digest: rRSsASNgQEYp8h79aJQYTn/WVFE=
-
-Name: about_files/LICENSE
-SHA1-Digest: K4uBUimqimHkg/tLoFiLi2xJGJA=
-
-Name: org/apache/felix/gogo/shell/Activator$1.class
-SHA1-Digest: IvDmMV0igXw6NPjN7eqS+FaHeW8=
-
-Name: org/apache/felix/gogo/shell/Posix.class
-SHA1-Digest: +lQOLjAbkdxbP0EUc26e9Ij4rYk=
-
-Name: org/apache/felix/gogo/shell/Builtin.class
-SHA1-Digest: xQHZA3Hx5zSTcr2DwWNPY8QjPgE=
-
-Name: org/apache/felix/gogo/shell/Procedural.class
-SHA1-Digest: 9HgBiWAoNkgsjoFuh6ScFjxdBbw=
-
-Name: org/apache/felix/gogo/shell/Converters$1.class
-SHA1-Digest: 109I3TiCKg6wnnZs3SRpuuq29f0=
-
-Name: META-INF/DEPENDENCIES
-SHA1-Digest: A5RXsZ6ciaG+ms+bo/i0NKKCZFs=
-
diff --git a/eclipse-build/dependencyManifests/org.apache.geronimo.specs.geronimo-annotation_1.1_spec.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.apache.geronimo.specs.geronimo-annotation_1.1_spec.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index dfd399b..0000000
--- a/eclipse-build/dependencyManifests/org.apache.geronimo.specs.geronimo-annotation_1.1_spec.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,27 +0,0 @@
-Manifest-Version: 1.0
-Bnd-LastModified: 1330082387248
-Build-Jdk: 1.7.0_b147-icedtea
-Built-By: kdaniel
-Bundle-Description: Annotation spec 1.1 API
-Bundle-DocURL: http://www.apache.org
-Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
-Bundle-ManifestVersion: 2
-Bundle-Name: geronimo-annotation_1.1_spec
-Bundle-SymbolicName: org.apache.geronimo.specs.geronimo-annotation_1.1_s
- pec;singleton=true
-Bundle-Vendor: The Apache Software Foundation
-Bundle-Version: 1.0.0
-Created-By: Apache Maven Bundle Plugin
-Export-Package: javax.annotation;version="1.1",javax.annotation.security
- ;version="1.1",javax.annotation.sql;version="1.1",javax.annotation.proc
- essing;uses:="javax.lang.model,javax.lang.model.element,javax.tools,jav
- ax.lang.model.util";version="1.1"
-Implementation-Title: Apache Geronimo
-Implementation-Version: 1.0
-Import-Package: javax.lang.model,javax.lang.model.element,javax.lang.mod
- el.util,javax.tools
-Specification-Title: JSR-250 Common Annotations 1.1
-Specification-Vendor: Sun Microsystems, Inc.
-Specification-Version: 1.1
-Tool: Bnd-1.50.0
-
diff --git a/eclipse-build/dependencyManifests/org.apache.jasper_7.0.21.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.apache.jasper_7.0.21.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index 9a3d98a..0000000
--- a/eclipse-build/dependencyManifests/org.apache.jasper_7.0.21.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,40 +0,0 @@
-Manifest-Version: 1.0

-Export-Package: org.apache.jasper;version="7.0.21",org.apache.jasper.c

- ompiler;version="7.0.21",org.apache.jasper.compiler.tagplugin;version

- ="7.0.21",org.apache.jasper.resources;version="7.0.21",org.apache.jas

- per.runtime;version="7.0.21",org.apache.jasper.security;version="7.0.

- 19",org.apache.jasper.servlet;version="7.0.21",org.apache.jasper.tagp

- lugins.jstl;version="7.0.21",org.apache.jasper.tagplugins.jstl.core;v

- ersion="7.0.21",org.apache.jasper.util;version="7.0.21",org.apache.ja

- sper.xmlparser;version="7.0.21"

-Bundle-Vendor: %bundleProvider

-Bundle-ClassPath: .

-Bundle-Version: 7.0.21

-Bundle-Localization: plugin

-Bundle-Name: %bundleName

-Bundle-ManifestVersion: 2

-Bundle-SymbolicName: org.apache.jasper

-Import-Package: javax.servlet;version="[2.4.0, 3.0.0]",javax.servlet.h

- ttp;version="[2.4.0, 3.0.0]",javax.servlet.jsp;version="[2.0.0, 2.2.0

- ]",javax.servlet.jsp.el;version="[2.0.0, 2.2.0]",javax.servlet.jsp.re

- sources;version="[2.0.0, 2.2.0]",javax.servlet.jsp.tagext;version="[2

- .0.0, 2.2.0]",javax.servlet.resources;version="[2.4.0, 3.0.0]",javax.

- xml.parsers,org.apache.commons.el;version="[1.0.0,2.0.0)",org.apache.

- commons.logging;version="[1.0.0,2.0.0)",org.apache.tools.ant;resoluti

- on:=optional,org.apache.tools.ant.taskdefs;resolution:=optional,org.a

- pache.tools.ant.types;resolution:=optional,org.apache.tools.ant.util;

- resolution:=optional,org.w3c.dom,org.xml.sax,org.xml.sax.ext,org.xml.

- sax.helpers,org.apache.tomcat;version="7.0.21",org.apache.juli.loggin

- g;version="7.0.21",javax.el;version="2.2.0",org.eclipse.jdt.internal.

- compiler,org.eclipse.jdt.internal.compiler.parser,org.eclipse.jdt.int

- ernal.compiler.parser.diagnose,org.eclipse.jdt.internal.compiler.flow

- ,org.eclipse.jdt.internal.compiler.util,org.eclipse.jdt.internal.comp

- iler.impl,org.eclipse.jdt.internal.compiler.lookup,org.eclipse.jdt.in

- ternal.compiler.codegen,org.eclipse.jdt.internal.compiler.batch,org.e

- clipse.jdt.internal.compiler.classfmt,org.eclipse.jdt.internal.compil

- er.ast,org.eclipse.jdt.internal.compiler.problem,org.eclipse.jdt.inte

- rnal.compiler.env,org.eclipse.jdt.internal.core.util,org.eclipse.jdt.

- core.compiler

-Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.0/Foundation-1.0,J

- 2SE-1.3

-

diff --git a/eclipse-build/dependencyManifests/org.apache.juli_7.0.21.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.apache.juli_7.0.21.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index cbb5674..0000000
--- a/eclipse-build/dependencyManifests/org.apache.juli_7.0.21.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,13 +0,0 @@
-Manifest-Version: 1.0

-Export-Package: org.apache.juli;version="7.0.21",org.apache.juli.loggi

- ng;version="7.0.21"

-Bundle-Vendor: %bundleProvider

-Bundle-ClassPath: .

-Bundle-Version: 7.0.21

-Bundle-Name: %bundleName

-Bundle-Localization: plugin

-Bundle-ManifestVersion: 2

-Bundle-SymbolicName: org.apache.juli

-Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.0/Foundation-1.0,J

- 2SE-1.3

-

diff --git a/eclipse-build/dependencyManifests/org.apache.lucene.analysis_2.9.1.v201101211721.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.apache.lucene.analysis_2.9.1.v201101211721.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index af15e25..0000000
--- a/eclipse-build/dependencyManifests/org.apache.lucene.analysis_2.9.1.v201101211721.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,462 +0,0 @@
-Manifest-Version: 1.0

-Bundle-Vendor: %providerName

-Bundle-Localization: plugin

-Bundle-RequiredExecutionEnvironment: J2SE-1.4

-Bundle-Name: %pluginName

-Bundle-SymbolicName: org.apache.lucene.analysis

-Require-Bundle: org.apache.lucene.core;bundle-version="[2.9.1,3.0.0)"

-Bundle-Version: 2.9.1.v201101211721

-Export-Package: org.apache.lucene.analysis.ar;version="2.9.1",org.apac

- he.lucene.analysis.br;version="2.9.1",org.apache.lucene.analysis.cjk;

- version="2.9.1",org.apache.lucene.analysis.cn;version="2.9.1",org.apa

- che.lucene.analysis.compound;version="2.9.1",org.apache.lucene.analys

- is.compound.hyphenation;version="2.9.1",org.apache.lucene.analysis.cz

- ;version="2.9.1",org.apache.lucene.analysis.de;version="2.9.1",org.ap

- ache.lucene.analysis.el;version="2.9.1",org.apache.lucene.analysis.fa

- ;version="2.9.1",org.apache.lucene.analysis.fr;version="2.9.1",org.ap

- ache.lucene.analysis.miscellaneous;version="2.9.1",org.apache.lucene.

- analysis.ngram;version="2.9.1",org.apache.lucene.analysis.nl;version=

- "2.9.1",org.apache.lucene.analysis.payloads;version="2.9.1",org.apach

- e.lucene.analysis.position;version="2.9.1",org.apache.lucene.analysis

- .query;version="2.9.1",org.apache.lucene.analysis.reverse;version="2.

- 9.1",org.apache.lucene.analysis.ru;version="2.9.1",org.apache.lucene.

- analysis.shingle;version="2.9.1",org.apache.lucene.analysis.sinks;ver

- sion="2.9.1",org.apache.lucene.analysis.th;version="2.9.1"

-Bundle-ManifestVersion: 2

-

-Name: org/apache/lucene/analysis/sinks/TokenRangeSinkFilter.class

-SHA1-Digest: IYSkXIoY7RqtDtYwhYejJMA0ldw=

-

-Name: org/apache/lucene/analysis/br/BrazilianAnalyzer$1.class

-SHA1-Digest: ZCE9jyHJdetmn6rWv5DQkGeSn/M=

-

-Name: org/apache/lucene/analysis/shingle/ShingleMatrixFilter$TwoDimens

- ionalNonWeightedSynonymTokenSettingsCodec.class

-SHA1-Digest: QkciOjnjWf1mbzPQQZ4bVYcgUig=

-

-Name: org/apache/lucene/analysis/reverse/ReverseStringFilter.class

-SHA1-Digest: DH5TCSkJ+WBQ3WrpSVeB6Rc2Ie4=

-

-Name: org/apache/lucene/analysis/cjk/CJKAnalyzer.class

-SHA1-Digest: hPJVLUqol3n2ZK+kDH7qK/CBtO8=

-

-Name: org/apache/lucene/analysis/shingle/ShingleMatrixFilter$Matrix$Co

- lumn$Row.class

-SHA1-Digest: ZMxlC8iHE2lEEBkxRbL7OBIzO9M=

-

-Name: org/apache/lucene/analysis/compound/CompoundWordTokenFilterBase.

- class

-SHA1-Digest: v3DL9TODz/8SUdM3hV11KXlXJfI=

-

-Name: org/apache/lucene/analysis/ru/RussianCharsets.class

-SHA1-Digest: JrjbD9uKcNmfKU2ePN0nqlcHMcg=

-

-Name: org/apache/lucene/analysis/compound/hyphenation/HyphenationTree.

- class

-SHA1-Digest: fZ1UlL3uU0MhSbTPLuVldYnXoLU=

-

-Name: org/apache/lucene/analysis/compound/hyphenation/HyphenationDTDGe

- nerator.class

-SHA1-Digest: xpI6VdJ5cQm8xr12iTirGnhvKMs=

-

-Name: org/apache/lucene/analysis/cjk/CJKAnalyzer$1.class

-SHA1-Digest: ELe7faKQtE+1A0J3TlYImzEo1HU=

-

-Name: org/apache/lucene/analysis/payloads/IdentityEncoder.class

-SHA1-Digest: 7XfC/VT65eHFTOFNACgsOsEREBg=

-

-Name: org/apache/lucene/analysis/nl/DutchStemFilter.class

-SHA1-Digest: Mah+5WkEZRPB0xjv1tpCpeDt6Sw=

-

-Name: org/apache/lucene/analysis/sinks/TokenRangeSinkTokenizer.class

-SHA1-Digest: dWCqf6pNvv/IUDLeFAJbvJdxAAQ=

-

-Name: org/apache/lucene/analysis/el/GreekAnalyzer$SavedStreams.class

-SHA1-Digest: Jk41r3LRD6naJ8Zd6Whfo1WzgTI=

-

-Name: org/apache/lucene/analysis/shingle/ShingleAnalyzerWrapper$1.clas

- s

-SHA1-Digest: x8SfHrhLleJ0+sxeDfbqKiC7uyM=

-

-Name: org/apache/lucene/analysis/nl/DutchAnalyzer.class

-SHA1-Digest: T2t8EmS9ieIVMDtpxiGOVJiyvmI=

-

-Name: org/apache/lucene/analysis/compound/hyphenation/PatternParser.cl

- ass

-SHA1-Digest: c3/hKEGIcCqEBXfOwDsQlYQW9ec=

-

-Name: org/apache/lucene/analysis/el/GreekCharsets.class

-SHA1-Digest: olzjpRQ0+vUrdfdBO5R7JI/cTJc=

-

-Name: org/apache/lucene/analysis/cz/CzechAnalyzer.class

-SHA1-Digest: WFVEsFkdHyK3xjGimTW9Mge9xzQ=

-

-Name: org/apache/lucene/analysis/compound/hyphenation/ByteVector.class

-SHA1-Digest: Txh72kt0IICr/kNva2xu6sokP00=

-

-Name: org/apache/lucene/analysis/el/GreekAnalyzer$1.class

-SHA1-Digest: YXmR2Zf8ISy3uyFf58uLH58pPWc=

-

-Name: org/apache/lucene/analysis/ngram/EdgeNGramTokenFilter$Side.class

-SHA1-Digest: nAXETQAuK7/dOEpOgtT92UmHLZs=

-

-Name: org/apache/lucene/analysis/payloads/AbstractEncoder.class

-SHA1-Digest: 83eOWbG2sVroAYSNGqAlajVUMUE=

-

-Name: org/apache/lucene/analysis/payloads/IntegerEncoder.class

-SHA1-Digest: 2iOuv/C6TNL5r4QKO/4NrSULmTw=

-

-Name: org/apache/lucene/analysis/ar/ArabicNormalizer.class

-SHA1-Digest: T0FKq6wo1I4HlVxuw9fwGU3EJWw=

-

-Name: org/apache/lucene/analysis/query/QueryAutoStopWordAnalyzer$1.cla

- ss

-SHA1-Digest: c0uwz7WlAD57r/SwMwuBWTXBKYs=

-

-Name: org/apache/lucene/analysis/nl/DutchAnalyzer$SavedStreams.class

-SHA1-Digest: 91dTXXetrCmexcI/3/OS8JgvRw0=

-

-Name: org/apache/lucene/analysis/de/GermanStemmer.class

-SHA1-Digest: OgRnkpGtKBm7W40F9PODI86hkog=

-

-Name: org/apache/lucene/analysis/miscellaneous/PrefixAndSuffixAwareTok

- enFilter$1.class

-SHA1-Digest: /6CGnicPo85s7bhQMvy7vaKH0zY=

-

-Name: org/apache/lucene/analysis/shingle/ShingleMatrixFilter.class

-SHA1-Digest: jOHs3Rm2Muk4c2Qyt/JVl6Z3H18=

-

-Name: org/apache/lucene/analysis/miscellaneous/PrefixAwareTokenFilter.

- class

-SHA1-Digest: tUfKpgCxzenLGA7aGKjHt8sMI8I=

-

-Name: org/apache/lucene/analysis/miscellaneous/SingleTokenTokenStream.

- class

-SHA1-Digest: /s7ZQ1NYGxQaNVwRN2yNT7Di/jI=

-

-Name: org/apache/lucene/analysis/fr/FrenchAnalyzer.class

-SHA1-Digest: DIk4cprwmHwjsXMWRCiafMd1frA=

-

-Name: org/apache/lucene/analysis/compound/hyphenation/TernaryTree$Iter

- ator$Item.class

-SHA1-Digest: KYXK6tUGspYQh2GaZqtV9jgBn9M=

-

-Name: org/apache/lucene/analysis/shingle/ShingleAnalyzerWrapper.class

-SHA1-Digest: GGPPur1aepME7VKr/HJXnJGVjuc=

-

-Name: org/apache/lucene/analysis/fa/PersianNormalizationFilter.class

-SHA1-Digest: Hgk9JkUk+kwmqbo3hzDRTBFW7xg=

-

-Name: org/apache/lucene/analysis/payloads/DelimitedPayloadTokenFilter.

- class

-SHA1-Digest: NQ61hQTVn2j2A2RNhRzIe/YVwIk=

-

-Name: org/apache/lucene/analysis/payloads/FloatEncoder.class

-SHA1-Digest: sBDFxwzxbNJvagtYuDNWPAO+1Ec=

-

-Name: org/apache/lucene/analysis/compound/hyphenation/Hyphenation.clas

- s

-SHA1-Digest: WN6itUN7eYkyBuj41Q10Or9NZFw=

-

-Name: org/apache/lucene/analysis/fr/FrenchAnalyzer$1.class

-SHA1-Digest: ACKWhhpKSBsgNEFrDlOfgwdSn7Q=

-

-Name: org/apache/lucene/analysis/ru/RussianAnalyzer$1.class

-SHA1-Digest: Fr5RQD5JaBS9xNjRzHH/RhmbWM4=

-

-Name: org/apache/lucene/analysis/de/GermanStemFilter.class

-SHA1-Digest: 1nxH9T4IjNfAs2s7uQuFqJ5UDAs=

-

-Name: org/apache/lucene/analysis/cn/ChineseFilter.class

-SHA1-Digest: DNJgaPL3HL749Mn+z6w8hCo7skA=

-

-Name: org/apache/lucene/analysis/nl/DutchStemmer.class

-SHA1-Digest: 5s5JnVm8Pg4AukJufk7VS9YhdaU=

-

-Name: org/apache/lucene/analysis/compound/HyphenationCompoundWordToken

- Filter.class

-SHA1-Digest: T7Bb2WPP5jCKGG7D6K3CG2klhyI=

-

-Name: org/apache/lucene/analysis/ar/ArabicAnalyzer$1.class

-SHA1-Digest: VK94y6lLWuu1yeT/TfIqIe9AkFE=

-

-Name: about.html

-SHA1-Digest: OmsDvddzBqB/aRJ4557xqfUKSt4=

-

-Name: org/apache/lucene/analysis/br/BrazilianAnalyzer$SavedStreams.cla

- ss

-SHA1-Digest: X1BAYKEaeHl6TBuIuTpgXzLDZFU=

-

-Name: org/apache/lucene/analysis/br/BrazilianStemFilter.class

-SHA1-Digest: K6qZY3Yh3wFWXxxUfeYIaWYgGmg=

-

-Name: org/apache/lucene/analysis/miscellaneous/PrefixAndSuffixAwareTok

- enFilter.class

-SHA1-Digest: 4jD7Sbl0lTU5aNPo11FjeMcwwGo=

-

-Name: org/apache/lucene/analysis/compound/hyphenation/CharVector.class

-SHA1-Digest: VMkZ6DjGE7Ewknhed1fzjcZzNc0=

-

-Name: org/apache/lucene/analysis/br/BrazilianAnalyzer.class

-SHA1-Digest: G6bRxqwiWGGXkN/4IY08Oe6VdXY=

-

-Name: org/apache/lucene/analysis/th/ThaiAnalyzer$1.class

-SHA1-Digest: 0inCcNf8E3Wie7Vc9OBa5ARDc2U=

-

-Name: org/apache/lucene/analysis/payloads/PayloadHelper.class

-SHA1-Digest: b+3cHsQZ+THsMMI/kpO6xzPf6PE=

-

-Name: org/apache/lucene/analysis/th/ThaiAnalyzer$SavedStreams.class

-SHA1-Digest: oRZYLkylr1jiPV5C5U2sjQb8Q4I=

-

-Name: org/apache/lucene/analysis/fr/FrenchStemmer.class

-SHA1-Digest: RK8/beJfAA+ANX2lcoAgmQAuJKI=

-

-Name: org/apache/lucene/analysis/ngram/NGramTokenFilter.class

-SHA1-Digest: XWIarBCEvBL8BCiEfzHvIhiLimo=

-

-Name: org/apache/lucene/analysis/ngram/NGramTokenizer.class

-SHA1-Digest: 8NQ0zBnoCCRjhxIGK7XkHoDpzkU=

-

-Name: org/apache/lucene/analysis/miscellaneous/PrefixAndSuffixAwareTok

- enFilter$2.class

-SHA1-Digest: /pkFY6I5h/R7jsCP29LmGiKEzYY=

-

-Name: org/apache/lucene/analysis/payloads/TypeAsPayloadTokenFilter.cla

- ss

-SHA1-Digest: 6nOZbl9Aq5Ze0mrzydLzYwuNoSs=

-

-Name: org/apache/lucene/analysis/compound/hyphenation/HyphenationExcep

- tion.class

-SHA1-Digest: JhBqCL/EKWMTdS5eWat8CZquk4M=

-

-Name: org/apache/lucene/analysis/ar/ArabicStemmer.class

-SHA1-Digest: YMf7Vxs74NtXenMlNS/aNUOftqQ=

-

-Name: org/apache/lucene/analysis/shingle/ShingleMatrixFilter$TokenSett

- ingsCodec.class

-SHA1-Digest: HYWP1Cq6lfUwcpn+wgMtsqtzHok=

-

-Name: org/apache/lucene/analysis/ru/RussianAnalyzer$SavedStreams.class

-SHA1-Digest: 7gqUIYq4xaJX95Si6yj58LA6GVw=

-

-Name: org/apache/lucene/analysis/ar/ArabicNormalizationFilter.class

-SHA1-Digest: tGtq4dfrbSJuSp4WgfJnsE+fBlg=

-

-Name: org/apache/lucene/analysis/shingle/ShingleMatrixFilter$SimpleThr

- eeDimensionalTokenSettingsCodec.class

-SHA1-Digest: belbSLkLQEKtppgr8vQ1xhQz/v4=

-

-Name: org/apache/lucene/analysis/shingle/ShingleMatrixFilter$OneDimens

- ionalNonWeightedTokenSettingsCodec.class

-SHA1-Digest: UmlGMpsArjtjX1Bf9BpFHFjApAE=

-

-Name: org/apache/lucene/analysis/query/QueryAutoStopWordAnalyzer$Saved

- Streams.class

-SHA1-Digest: /R7KqmDgF03fTBOSaUBFCAm+zP4=

-

-Name: org/apache/lucene/analysis/br/BrazilianStemmer.class

-SHA1-Digest: B1R7/h4XiszneHz04ZtNo4QzKEI=

-

-Name: org/apache/lucene/analysis/cjk/CJKAnalyzer$SavedStreams.class

-SHA1-Digest: QSC2Bzg7JeivSvyzi6K825YiIkU=

-

-Name: org/apache/lucene/analysis/fa/PersianAnalyzer.class

-SHA1-Digest: qz0ZNSd3Cv3NFRyjrhMlFVmnwEE=

-

-Name: about_files/asl-v20.txt

-SHA1-Digest: K4uBUimqimHkg/tLoFiLi2xJGJA=

-

-Name: org/apache/lucene/analysis/ngram/EdgeNGramTokenFilter.class

-SHA1-Digest: Jq1mMhgXOxepjcc8Y7LlUwmqswM=

-

-Name: org/apache/lucene/analysis/ar/ArabicAnalyzer.class

-SHA1-Digest: VDR2nmQRgzI9FPfcDQ4BCcxWiew=

-

-Name: org/apache/lucene/analysis/shingle/ShingleFilter.class

-SHA1-Digest: 2QAVAuw3+6HmYOPcbfGBFmtw0mg=

-

-Name: META-INF/eclipse.inf

-SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw=

-

-Name: org/apache/lucene/analysis/cjk/CJKTokenizer.class

-SHA1-Digest: 1Y4wJ7K/1TyMUL+k3cP/8V8ObWk=

-

-Name: org/apache/lucene/analysis/sinks/TokenTypeSinkTokenizer.class

-SHA1-Digest: QrRT5SSc3DN5cX6uBx7GSJz5X5w=

-

-Name: org/apache/lucene/analysis/ar/ArabicAnalyzer$SavedStreams.class

-SHA1-Digest: OLAiMM6daX7EwRDCJZ0c0zJuojE=

-

-Name: org/apache/lucene/analysis/th/ThaiWordFilter.class

-SHA1-Digest: JGxzIFLeT0WSsogoWOvErtpnlFY=

-

-Name: org/apache/lucene/analysis/ar/stopwords.txt

-SHA1-Digest: 3aAgsrbzdtxNWmYmnrNiE/+KllA=

-

-Name: org/apache/lucene/analysis/de/GermanAnalyzer.class

-SHA1-Digest: 8pK6yBj2b6NGQWJnAi3ZOtT2Qk4=

-

-Name: org/apache/lucene/analysis/ar/ArabicLetterTokenizer.class

-SHA1-Digest: EaeKbQgc0VKa8uZo92uJfm1EP6Q=

-

-Name: org/apache/lucene/analysis/shingle/ShingleMatrixFilter$TokenPosi

- tioner.class

-SHA1-Digest: hXIXojkuz5AbYnKjBuFcAC6mhLE=

-

-Name: org/apache/lucene/analysis/compound/hyphenation/Hyphen.class

-SHA1-Digest: WRVgdB51p6aNpZMkuH3MfnW2iAs=

-

-Name: org/apache/lucene/analysis/ngram/EdgeNGramTokenizer$Side.class

-SHA1-Digest: arLwy7hiIF77nKQtdZ+6RdE6e1M=

-

-Name: org/apache/lucene/analysis/nl/DutchAnalyzer$1.class

-SHA1-Digest: o/32PCe9xnvmCE/VgaRgKI0/kUM=

-

-Name: org/apache/lucene/analysis/sinks/DateRecognizerSinkTokenizer.cla

- ss

-SHA1-Digest: wXTxUAAnxuspQ5aFQN9qzFCrjdI=

-

-Name: org/apache/lucene/analysis/fa/stopwords.txt

-SHA1-Digest: Of9BFZTvbIdzO+d4+9CyAsvh2xE=

-

-Name: org/apache/lucene/analysis/sinks/DateRecognizerSinkFilter.class

-SHA1-Digest: Vtp+IutLdFwkxuE44LfEQrYreYs=

-

-Name: org/apache/lucene/analysis/fr/ElisionFilter.class

-SHA1-Digest: 5DZ5sPt3HXF3wdhy/+krcoTrLTw=

-

-Name: org/apache/lucene/analysis/cz/CzechAnalyzer$1.class

-SHA1-Digest: 6X8bXvCWO5naDJsNkU01QLCrDTw=

-

-Name: org/apache/lucene/analysis/fa/PersianNormalizer.class

-SHA1-Digest: 8JvERHY98oR4MzmDlSuYg0dvuHk=

-

-Name: org/apache/lucene/analysis/ru/RussianStemmer.class

-SHA1-Digest: qyMwGzaWIqaLh89c1awUCuaRgY4=

-

-Name: org/apache/lucene/analysis/compound/hyphenation/PatternConsumer.

- class

-SHA1-Digest: UqzmH17oepqIPI3aUyskZEXIqj8=

-

-Name: org/apache/lucene/analysis/cz/CzechAnalyzer$SavedStreams.class

-SHA1-Digest: nCGiEWUYUwcAx9v3tsK4AvUW9KY=

-

-Name: org/apache/lucene/analysis/el/GreekLowerCaseFilter.class

-SHA1-Digest: /6Ze8iiaTA+yYM5SYuyI6LfulFo=

-

-Name: org/apache/lucene/analysis/payloads/TokenOffsetPayloadTokenFilte

- r.class

-SHA1-Digest: rSDJh1JmZGVlVWOFGFTl3BCFFQ4=

-

-Name: org/apache/lucene/analysis/fr/FrenchStemFilter.class

-SHA1-Digest: GVKuAMqe4ROFrS/+AaDonRpQWwE=

-

-Name: plugin.properties

-SHA1-Digest: he49LYXfrPXWS2rjzfaroeTNG0U=

-

-Name: org/apache/lucene/analysis/ru/RussianStemFilter.class

-SHA1-Digest: WPTS7x+rJgzxz0KwWUBowkmVrNE=

-

-Name: org/apache/lucene/analysis/cn/ChineseAnalyzer$SavedStreams.class

-SHA1-Digest: hSpi4JsdNBq9aFXJJwxh+udJjSg=

-

-Name: org/apache/lucene/analysis/ru/RussianAnalyzer.class

-SHA1-Digest: 9btkA8tyXV89eCTybHLeno/Y50k=

-

-Name: org/apache/lucene/analysis/fr/FrenchAnalyzer$SavedStreams.class

-SHA1-Digest: BW0tQxwxXjkg+TreSnM1fHlqx90=

-

-Name: org/apache/lucene/analysis/miscellaneous/EmptyTokenStream.class

-SHA1-Digest: 9a2RP9+NfvVyhkkLut0jC3SPWRI=

-

-Name: org/apache/lucene/analysis/shingle/ShingleMatrixFilter$Matrix.cl

- ass

-SHA1-Digest: Q8woa+V1+PcNQBFk7boJcV8GNb0=

-

-Name: org/apache/lucene/analysis/cn/ChineseAnalyzer.class

-SHA1-Digest: 2mdwKzHBw2FQorCvhwQgjU+FY4U=

-

-Name: org/apache/lucene/analysis/ru/RussianLetterTokenizer.class

-SHA1-Digest: q5XQYHr4RwTNGcHLh1EJHM7FZEQ=

-

-Name: org/apache/lucene/analysis/ar/ArabicStemFilter.class

-SHA1-Digest: QQqF4dGIVHfcLt2+orrRWIy4Oso=

-

-Name: org/apache/lucene/analysis/nl/WordlistLoader.class

-SHA1-Digest: SpmNPaUd8O8IvXjsmZ1rOmh3jc0=

-

-Name: org/apache/lucene/analysis/de/GermanAnalyzer$SavedStreams.class

-SHA1-Digest: XIboLCF3DWL/sf6X3Dbj+jnx7Uw=

-

-Name: org/apache/lucene/analysis/cn/ChineseTokenizer.class

-SHA1-Digest: PB8JaO61Zt/ObmuYEWjtMXdib8Q=

-

-Name: org/apache/lucene/analysis/miscellaneous/SingleTokenTokenStream$

- 1.class

-SHA1-Digest: NuPvnpsgrSQry7GzVn6k6wC0S9U=

-

-Name: org/apache/lucene/analysis/sinks/TokenTypeSinkFilter.class

-SHA1-Digest: D6tHjWhRHVuixfAZ+6Qi/g0zoPE=

-

-Name: org/apache/lucene/analysis/ngram/EdgeNGramTokenizer.class

-SHA1-Digest: aIRq20difhY7zIUR1WJt/W5jCsw=

-

-Name: org/apache/lucene/analysis/shingle/ShingleMatrixFilter$Matrix$1.

- class

-SHA1-Digest: Ma9F48hryo4BFY60ywxoXPboPGk=

-

-Name: org/apache/lucene/analysis/cn/ChineseAnalyzer$1.class

-SHA1-Digest: PQFNt/Qr/ykIUMUEmmZNxOhgoBs=

-

-Name: org/apache/lucene/analysis/el/GreekAnalyzer.class

-SHA1-Digest: O0rg1AGFUN4X+bQRUaCEsppTBEs=

-

-Name: org/apache/lucene/analysis/fa/PersianAnalyzer$1.class

-SHA1-Digest: znNuCwhYzjWKMQRlq6VDMs529O4=

-

-Name: org/apache/lucene/analysis/payloads/PayloadEncoder.class

-SHA1-Digest: HKgu6Xrq+my3W0gGfH5Eph9t0X8=

-

-Name: org/apache/lucene/analysis/compound/DictionaryCompoundWordTokenF

- ilter.class

-SHA1-Digest: ofS8Rzy/ltf2vidGPB1yiMTMfaY=

-

-Name: org/apache/lucene/analysis/th/ThaiAnalyzer.class

-SHA1-Digest: 0sv8+9b2xC1D813Uj4I0dZUSyRE=

-

-Name: org/apache/lucene/analysis/fa/PersianAnalyzer$SavedStreams.class

-SHA1-Digest: TZrtG+Ri1Ua19bCaxkW0l5ultSw=

-

-Name: org/apache/lucene/analysis/payloads/NumericPayloadTokenFilter.cl

- ass

-SHA1-Digest: DHAq3eGgOQZJwsGUWOfO88vhBTY=

-

-Name: org/apache/lucene/analysis/shingle/ShingleAnalyzerWrapper$SavedS

- treams.class

-SHA1-Digest: WF9L6IiYgCnMZw9WvAe6JRYJVHY=

-

-Name: org/apache/lucene/analysis/compound/hyphenation/TernaryTree.clas

- s

-SHA1-Digest: IlSP+bUtWddkj25ETWx7oCLOvnE=

-

-Name: org/apache/lucene/analysis/ru/RussianLowerCaseFilter.class

-SHA1-Digest: XBQd1wMqVbT+R3pdVvje51sQs0Y=

-

-Name: org/apache/lucene/analysis/query/QueryAutoStopWordAnalyzer.class

-SHA1-Digest: acqakXcSghDl38hUI+K3DB+yfVE=

-

-Name: org/apache/lucene/analysis/de/GermanAnalyzer$1.class

-SHA1-Digest: DTtscFZ7bhW7/xWbmYPfe9l/Uao=

-

-Name: org/apache/lucene/analysis/position/PositionFilter.class

-SHA1-Digest: gXKOe+vAuNOw/5fEMzSLedsTzY0=

-

-Name: org/apache/lucene/analysis/compound/hyphenation/TernaryTree$Iter

- ator.class

-SHA1-Digest: h3ns4YBmn5AT8rbL8/VSLO7XCr0=

-

-Name: org/apache/lucene/analysis/shingle/ShingleMatrixFilter$Matrix$Co

- lumn.class

-SHA1-Digest: bcp6sdeQc8hLrYRaNtSHpH8gukI=

-

diff --git a/eclipse-build/dependencyManifests/org.apache.lucene.core_2.9.1.v201101211721.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.apache.lucene.core_2.9.1.v201101211721.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index 48305f0..0000000
--- a/eclipse-build/dependencyManifests/org.apache.lucene.core_2.9.1.v201101211721.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,2348 +0,0 @@
-Manifest-Version: 1.0

-Bundle-Vendor: %provider.name

-Bundle-Localization: plugin

-Bundle-RequiredExecutionEnvironment: J2SE-1.4

-Bundle-Name: %bundle.name

-Bundle-SymbolicName: org.apache.lucene.core

-Bundle-Version: 2.9.1.v201101211721

-Export-Package: org.apache.lucene;core=split;version="2.9.1";mandatory

- :=core,org.apache.lucene.analysis;core=split;version="2.9.1";mandator

- y:=core,org.apache.lucene.analysis.standard;core=split;version="2.9.1

- ";mandatory:=core,org.apache.lucene.analysis.tokenattributes;version=

- "2.9.1";mandatory:=core,org.apache.lucene.document;core=split;version

- ="2.9.1";mandatory:=core,org.apache.lucene.index;core=split;version="

- 2.9.1";mandatory:=core,org.apache.lucene.messages;version="2.9.1";man

- datory:=core,org.apache.lucene.queryParser;core=split;version="2.9.1"

- ;mandatory:=core,org.apache.lucene.search;core=split;version="2.9.1";

- mandatory:=core,org.apache.lucene.search.function;core=split;version=

- "2.9.1";mandatory:=core,org.apache.lucene.search.payloads;core=split;

- version="2.9.1";mandatory:=core,org.apache.lucene.search.spans;core=s

- plit;version="2.9.1";mandatory:=core,org.apache.lucene.store;core=spl

- it;version="2.9.1";mandatory:=core,org.apache.lucene.util;core=split;

- version="2.9.1";mandatory:=core,org.apache.lucene.util.cache;core=spl

- it;version="2.9.1";mandatory:=core

-Bundle-ManifestVersion: 2

-

-Name: org/apache/lucene/index/CorruptIndexException.class

-SHA1-Digest: /iaLQYVv5BXorRKcprwXnJSRl6I=

-

-Name: org/apache/lucene/analysis/CharArraySet$CharArraySetIterator.cla

- ss

-SHA1-Digest: 1YBwei985C5LHmEfYsZLfQvMZlU=

-

-Name: org/apache/lucene/util/PriorityQueue.class

-SHA1-Digest: euBXS1po24JWJeUass84gfbi7Ks=

-

-Name: org/apache/lucene/document/Document.class

-SHA1-Digest: 9jIcOX/u6f8/ToIvV9kK+ybu8m0=

-

-Name: org/apache/lucene/util/ReaderUtil.class

-SHA1-Digest: Trdlq7BaFe6LdhjVeCLPTMzHSh4=

-

-Name: org/apache/lucene/search/function/OrdFieldSource.class

-SHA1-Digest: 9dqr5eyWydXVd6msybzIGP6u16I=

-

-Name: org/apache/lucene/index/CompoundFileWriter$1.class

-SHA1-Digest: /LT+jHUDDY1dj38fOrFbelj2ZrU=

-

-Name: org/apache/lucene/search/TopFieldCollector$OneComparatorScoringM

- axScoreCollector.class

-SHA1-Digest: phRu2mGEs2MTq0OzfjPYrsZRQxg=

-

-Name: org/apache/lucene/index/ReadOnlySegmentReader.class

-SHA1-Digest: nLudgKwmJF1/KE2LU5eFFtPbK74=

-

-Name: org/apache/lucene/search/spans/SpanNotQuery$1.class

-SHA1-Digest: 6ntX1PmirCzV5z6sWHV+nVyiwT4=

-

-Name: org/apache/lucene/analysis/LowerCaseTokenizer.class

-SHA1-Digest: KWxOscV1PLdzLvI/FOx2tKYyCQQ=

-

-Name: org/apache/lucene/analysis/standard/StandardTokenizer.class

-SHA1-Digest: gPlMuHG82Ldd22YFTOvq6daQIh4=

-

-Name: org/apache/lucene/index/TermVectorMapper.class

-SHA1-Digest: pZu/lb/TtnJGx315bMOuMBzuWL8=

-

-Name: org/apache/lucene/search/spans/SpanOrQuery$SpanQueue.class

-SHA1-Digest: 6PAf/5DsQFUCXzl+GqTGdDg9vb8=

-

-Name: org/apache/lucene/search/function/OrdFieldSource$1.class

-SHA1-Digest: GdmNWeWbNe/qNQKV2N9IfXFUzT8=

-

-Name: org/apache/lucene/search/TopFieldCollector$MultiComparatorNonSco

- ringCollector.class

-SHA1-Digest: TqAKl9oXNjR4si6bI3lr/H1Ye8U=

-

-Name: org/apache/lucene/search/BooleanScorer2$2.class

-SHA1-Digest: dEId+wRdcFxBeW0vyUrtl06R/Yc=

-

-Name: org/apache/lucene/analysis/tokenattributes/PayloadAttributeImpl.

- class

-SHA1-Digest: BuTvh8IRCMrxbCc/3kCnxirv96Y=

-

-Name: org/apache/lucene/util/SortedVIntList.class

-SHA1-Digest: kYwxtRQ+D22frp+BWBFF2wKQYr0=

-

-Name: org/apache/lucene/document/SetBasedFieldSelector.class

-SHA1-Digest: rkTiiAC8rHRXcVXn9T49NHI2wIM=

-

-Name: org/apache/lucene/store/FSDirectory$FSIndexInput.class

-SHA1-Digest: OAZMlVrsEh3l14DBkD/HUWdrW7o=

-

-Name: org/apache/lucene/index/IndexFileNames.class

-SHA1-Digest: 0jfTQBSgbkEceOltK2PWT3etBPk=

-

-Name: org/apache/lucene/search/SpanFilterResult.class

-SHA1-Digest: FbUE1bbTkZPG53jYjSOL1hHVHT4=

-

-Name: org/apache/lucene/index/MultiLevelSkipListWriter.class

-SHA1-Digest: b6p60wPgG40epiJV8b5R/JDwsnk=

-

-Name: org/apache/lucene/index/SegmentReader$1.class

-SHA1-Digest: tgnflaN+f3pHryL5j7seo08cHHE=

-

-Name: org/apache/lucene/index/TermVectorEntry.class

-SHA1-Digest: pOR9q8D4LDopWqxWCnTGwGL17Ik=

-

-Name: org/apache/lucene/index/LogByteSizeMergePolicy.class

-SHA1-Digest: hU9Lx3bBNJxLF3c7SVWQ0F0j0Kc=

-

-Name: org/apache/lucene/util/OpenBitSet.class

-SHA1-Digest: cjQWcuZGvV+Il1IMgZTDXa5ovqk=

-

-Name: org/apache/lucene/util/SimpleStringInterner.class

-SHA1-Digest: i+32adobkUm1pHzRzEj5c4LanM4=

-

-Name: org/apache/lucene/search/FieldCacheImpl.class

-SHA1-Digest: RfjvCY6jT0VPT/sonXGaNrkeda8=

-

-Name: org/apache/lucene/search/FieldSortedHitQueue$8.class

-SHA1-Digest: CJVPCd3uqJTjmjecwmZuy2xL+g4=

-

-Name: org/apache/lucene/store/RAMOutputStream.class

-SHA1-Digest: ijccT1peMrd9LVDBVvg3dA6ra08=

-

-Name: org/apache/lucene/search/function/FloatFieldSource.class

-SHA1-Digest: IJ85u0ltw5BO8NKLbJb3B1nEscc=

-

-Name: org/apache/lucene/index/SortedTermVectorMapper.class

-SHA1-Digest: FE1fTbTc4hTl18wTHZSZK4Z+1CU=

-

-Name: org/apache/lucene/search/FilteredDocIdSet$1.class

-SHA1-Digest: nLVwxC8uxsacNZl30rjrl+Cte1k=

-

-Name: org/apache/lucene/index/TermVectorOffsetInfo.class

-SHA1-Digest: L5S4I7LLefoLr4anRF1TMLDCt8I=

-

-Name: org/apache/lucene/search/RangeFilter.class

-SHA1-Digest: RVUw9CjmQn0DzIl/XP/bkqvy8o4=

-

-Name: org/apache/lucene/index/DocumentsWriter$DocState.class

-SHA1-Digest: s/1heH2yBuMdx2lXLQZTSpDqFIU=

-

-Name: org/apache/lucene/search/FieldCache$CreationPlaceholder.class

-SHA1-Digest: h6GPiWaCnsJ8OF54vanwg5FNOtk=

-

-Name: org/apache/lucene/search/Explanation.class

-SHA1-Digest: YXHmC6jR95jNFRQkTKwh3p6h98E=

-

-Name: org/apache/lucene/search/ReqExclScorer.class

-SHA1-Digest: ge5EJLL67cFLxsUoQprGGrBK4Go=

-

-Name: org/apache/lucene/analysis/CharFilter.class

-SHA1-Digest: HIm3AqD2iuHzZON1381+mwqgEuI=

-

-Name: org/apache/lucene/search/FieldCacheImpl$StringIndexCache.class

-SHA1-Digest: wtEc49gNHW42RodT0TeB7XFGwxg=

-

-Name: org/apache/lucene/index/IndexFileDeleter.class

-SHA1-Digest: pktI1f8pM+hw8zBsztszoFsvc0s=

-

-Name: org/apache/lucene/LucenePackage.class

-SHA1-Digest: 4cn1tkbP9448M7LA8WQpBc4a1JI=

-

-Name: org/apache/lucene/search/ConjunctionScorer$1.class

-SHA1-Digest: wQmehoog4bnan3zubtKlOSZX+NY=

-

-Name: org/apache/lucene/search/BooleanScorer$BucketScorer.class

-SHA1-Digest: CQQPMF9p3Szz3s/BirslYjs/39o=

-

-Name: org/apache/lucene/search/TopFieldCollector.class

-SHA1-Digest: My3eSec/6FjjJlMvQqbY5GwhCMA=

-

-Name: org/apache/lucene/search/FieldCacheRangeFilter$3$1.class

-SHA1-Digest: xatZI02pJOB82woO76wqbg7nKb4=

-

-Name: org/apache/lucene/search/function/IntFieldSource$1.class

-SHA1-Digest: vVIc6O5f/xO/UnI1pEXoFR/Cwew=

-

-Name: org/apache/lucene/search/TermQuery$TermWeight.class

-SHA1-Digest: +/nm06hsAFbWtmFZREay+b7AVyU=

-

-Name: org/apache/lucene/search/TopScoreDocCollector$OutOfOrderTopScore

- DocCollector.class

-SHA1-Digest: JxGH7cqVySvcGbsybB4u2sFMxY4=

-

-Name: org/apache/lucene/search/FieldCacheRangeFilter$7$1.class

-SHA1-Digest: XzoI1T/aO0hjNMgmjVf8rFcPS4I=

-

-Name: org/apache/lucene/index/CheckIndex.class

-SHA1-Digest: /h/XQBJ8jbLDHg4w90TEzsj8kJk=

-

-Name: org/apache/lucene/search/SortComparatorSource.class

-SHA1-Digest: Nrgn929sX6CPt36nDW/LDOShl4k=

-

-Name: org/apache/lucene/analysis/WhitespaceAnalyzer.class

-SHA1-Digest: niQ+6xEtNtN9g5HJQ6wYNx6ceMs=

-

-Name: org/apache/lucene/index/TermInfosReader$ThreadResources.class

-SHA1-Digest: F/VpunJmD9mzF2pGM/TjI/MCn6M=

-

-Name: org/apache/lucene/index/FilterIndexReader$FilterTermEnum.class

-SHA1-Digest: Y7vUP4+DDgnUQmQ+gv+h5JX+Dkk=

-

-Name: org/apache/lucene/search/FieldComparator$StringValComparator.cla

- ss

-SHA1-Digest: G6xjvksipqhWwhZyum/p5Pe0rCU=

-

-Name: org/apache/lucene/index/TermVectorsWriter.class

-SHA1-Digest: DhLUwL6rYiBwzV/R8i3mN92OW9Q=

-

-Name: org/apache/lucene/index/FormatPostingsPositionsConsumer.class

-SHA1-Digest: ZR2aqi53nLPfPJf7psBa6RhiQfM=

-

-Name: org/apache/lucene/analysis/standard/StandardTokenizerImpl.class

-SHA1-Digest: 7TtKn2UBLKXFnnCcqEqbyaBRJIc=

-

-Name: org/apache/lucene/search/FieldComparator$StringComparatorLocale.

- class

-SHA1-Digest: EtqH0Qs+lqBRe8Wq5Ug2GSjxeys=

-

-Name: org/apache/lucene/analysis/TeeSinkTokenFilter.class

-SHA1-Digest: 15yRrMrh6gIng3xlbjjhTPAqDks=

-

-Name: org/apache/lucene/analysis/TeeSinkTokenFilter$SinkTokenStream.cl

- ass

-SHA1-Digest: KhYvgtD3bPXfHeZ4rbmP7KFImDE=

-

-Name: org/apache/lucene/search/FuzzyQuery$ScoreTermQueue.class

-SHA1-Digest: 6dsoLlJ5NLnwAYE7EPncRfe09Xg=

-

-Name: org/apache/lucene/util/IndexableBinaryStringTools$CodingCase.cla

- ss

-SHA1-Digest: Ape2BBx0ggPe7ajyCT1KWkS7FDo=

-

-Name: org/apache/lucene/search/FieldComparator$RelevanceComparator.cla

- ss

-SHA1-Digest: Z8GEygz7pkbNqKGPJ0fXeeDLskg=

-

-Name: org/apache/lucene/index/FilterIndexReader$FilterTermPositions.cl

- ass

-SHA1-Digest: R8u02M1oo93BEJ4UfOQOOCD/zDI=

-

-Name: org/apache/lucene/index/CompoundFileReader$1.class

-SHA1-Digest: M2By0aR15OV2q1PCiIIkzkF+v9Y=

-

-Name: org/apache/lucene/index/MultipleTermPositions$IntQueue.class

-SHA1-Digest: e855MfMQjDFOj0r51U2FIuANkQI=

-

-Name: org/apache/lucene/search/Sort.class

-SHA1-Digest: NtnpB55jjSsEmdi9OqjsqqYowaw=

-

-Name: org/apache/lucene/analysis/CachingTokenFilter.class

-SHA1-Digest: MISnUgkwHBuZDnxUtB9JViyUHKU=

-

-Name: org/apache/lucene/analysis/tokenattributes/OffsetAttributeImpl.c

- lass

-SHA1-Digest: +jNWvY7Xw8Hw2LGgbmi3+6jZKhE=

-

-Name: org/apache/lucene/store/RAMInputStream.class

-SHA1-Digest: v+lVx3tvcpcMgdn5hZSfmWPqjg0=

-

-Name: org/apache/lucene/index/IndexWriter$ReaderPool.class

-SHA1-Digest: G8Uob+wiCXIjblXAtqzPuTdM04M=

-

-Name: org/apache/lucene/util/IndexableBinaryStringTools.class

-SHA1-Digest: pZvm5ZMnFD2NAcwcWbEz+JLJExU=

-

-Name: org/apache/lucene/search/BooleanScorer2$SingleMatchScorer.class

-SHA1-Digest: b2///rMUC3KvWXPz4xMVND3EbP4=

-

-Name: org/apache/lucene/index/FieldInvertState.class

-SHA1-Digest: Hwa2saOwBnaCVstw+wqznMOr6qw=

-

-Name: org/apache/lucene/index/TermVectorsTermsWriter$PerDoc.class

-SHA1-Digest: mdJgtFnZeSpc1Avd6GmWk4LbXjo=

-

-Name: org/apache/lucene/search/PhraseQuery$PhraseWeight.class

-SHA1-Digest: HEKeVg1Dl1YolIyQUakLwdqbhMo=

-

-Name: org/apache/lucene/util/SortedVIntList$1.class

-SHA1-Digest: w77Q96vfgdPqLPazoOO9Ji3zGEM=

-

-Name: org/apache/lucene/index/DirectoryReader$MultiTermDocs.class

-SHA1-Digest: O3XnLJhqJ+mtwSsaMgl8X70yxRc=

-

-Name: org/apache/lucene/analysis/standard/StandardAnalyzer.class

-SHA1-Digest: KhNlWD4j2FOEzAiXYEJiCc+awrQ=

-

-Name: org/apache/lucene/index/MultiLevelSkipListReader.class

-SHA1-Digest: DbAlo9fNchEs58wBG+MBjbJSBnc=

-

-Name: org/apache/lucene/store/ChecksumIndexInput.class

-SHA1-Digest: UzmbZAgBbtVxV18SmrHEOjFhz1o=

-

-Name: org/apache/lucene/document/DateTools$Resolution.class

-SHA1-Digest: VXA9L5bLCbT2dATeTyCjJ5ZOCrU=

-

-Name: org/apache/lucene/search/spans/SpanOrQuery.class

-SHA1-Digest: d++kXo+8VVV2XBfH6+sbxA7yJSk=

-

-Name: org/apache/lucene/search/FieldValueHitQueue.class

-SHA1-Digest: 1gfco0exXS2Fb3fAEr+gk1+Mlqc=

-

-Name: org/apache/lucene/search/BooleanQuery$TooManyClauses.class

-SHA1-Digest: CwgNsun1Wf5BjlmyPNRDG2ZHphc=

-

-Name: org/apache/lucene/search/FieldCache$4.class

-SHA1-Digest: Pqs+iPymeU/BnLZKtnKUYsI3BXo=

-

-Name: org/apache/lucene/messages/NLS.class

-SHA1-Digest: E4FRU4agFVHMX/hP6g+tIFrufPg=

-

-Name: org/apache/lucene/search/FieldCacheRangeFilter$3.class

-SHA1-Digest: 7DZTXkniTse0ksQ8fTKMW0x2tGk=

-

-Name: org/apache/lucene/index/TermPositionVector.class

-SHA1-Digest: PtDf5XWR/rEqvEE7wKI1qcTftkg=

-

-Name: org/apache/lucene/search/SpanFilterResult$StartEnd.class

-SHA1-Digest: an0U1CsKKrmZWoIHAqDn2lavgbQ=

-

-Name: org/apache/lucene/search/Hits.class

-SHA1-Digest: T6W0GfrIr258wWk0VuUlFbSoex8=

-

-Name: org/apache/lucene/index/DocumentsWriterThreadState.class

-SHA1-Digest: DQemnfx3sU3Rxb1nkAm7oUloUPo=

-

-Name: org/apache/lucene/index/FieldsReader$FieldForMerge.class

-SHA1-Digest: xZiTYbVs7BdXu3PI5yoRu+bRVjs=

-

-Name: org/apache/lucene/search/BooleanScorer$Bucket.class

-SHA1-Digest: pFjWH4G9GA5Fv5FvG3qywsy9bP4=

-

-Name: org/apache/lucene/search/PositiveScoresOnlyCollector.class

-SHA1-Digest: Yxum75Ud/vdziv2rVkJFJ0mwmPM=

-

-Name: org/apache/lucene/index/TermsHashConsumer.class

-SHA1-Digest: lMuPqsf3+wnFhsFS/MuqaMHsZqo=

-

-Name: org/apache/lucene/search/FieldValueHitQueue$MultiComparatorsFiel

- dValueHitQueue.class

-SHA1-Digest: xxV6IHbCgVSsqkVMIjf8Imy91os=

-

-Name: org/apache/lucene/search/FieldCacheTermsFilter$FieldCacheTermsFi

- lterDocIdSet$FieldCacheTermsFilterDocIdSetIterator.class

-SHA1-Digest: U4rT8PmVXyHVHD7iA9dMOgEQZOQ=

-

-Name: org/apache/lucene/index/MergePolicy$MergeSpecification.class

-SHA1-Digest: UJA9deBV6CRpmj/7bJWqjF7dFHQ=

-

-Name: org/apache/lucene/queryParser/QueryParser$JJCalls.class

-SHA1-Digest: 2hiSu2SFivb1uIARyBJTRmqltmI=

-

-Name: org/apache/lucene/index/Payload.class

-SHA1-Digest: T61OU4oXGNgI3V+NiVqbdlgSKCM=

-

-Name: org/apache/lucene/index/TermVectorEntryFreqSortedComparator.clas

- s

-SHA1-Digest: /tgSvFDxxx0q1krGZE1kg5qD874=

-

-Name: org/apache/lucene/search/BooleanScorer2.class

-SHA1-Digest: ZwdhCqlIP/EFv96oxV6wjYQOp5E=

-

-Name: org/apache/lucene/index/DocumentsWriter$DocWriter.class

-SHA1-Digest: 3sF5kLIkZLf5xOGfRGXf7ns46lI=

-

-Name: org/apache/lucene/index/DocInverterPerThread.class

-SHA1-Digest: 35VEIntxlQk8DAb2uKwtJs++W48=

-

-Name: org/apache/lucene/util/DocIdBitSet$DocIdBitSetIterator.class

-SHA1-Digest: wBdZ0RbGupHc9WflIi5OEL3/mcE=

-

-Name: org/apache/lucene/queryParser/TokenMgrError.class

-SHA1-Digest: q+jeR1ly9yLjiX2W2sp1+UTd/s8=

-

-Name: org/apache/lucene/search/spans/FieldMaskingSpanQuery.class

-SHA1-Digest: 2aioOjab3FY9hoJo2rp6HjQf84c=

-

-Name: org/apache/lucene/util/AttributeSource$1.class

-SHA1-Digest: A5MyeVoPVUUl0S3qI5da10axpPY=

-

-Name: org/apache/lucene/search/FieldDoc.class

-SHA1-Digest: nml5oEl9VQDazQHGuuDFR+fQY28=

-

-Name: org/apache/lucene/index/DocumentsWriter$WaitQueue.class

-SHA1-Digest: a7Z6BKeiskCmxLclwq5DycVe/7Y=

-

-Name: org/apache/lucene/search/spans/NearSpansUnordered$SpansCell.clas

- s

-SHA1-Digest: mc83nxsfPTC2yKY0tZqyKeNsOx4=

-

-Name: org/apache/lucene/analysis/tokenattributes/PositionIncrementAttr

- ibuteImpl.class

-SHA1-Digest: KMEOQPnVsQvNrljcW5uEpyLUnQQ=

-

-Name: org/apache/lucene/search/CachingSpanFilter.class

-SHA1-Digest: TKXkSlbs4YJj2M5KIzO3d2S1tTE=

-

-Name: org/apache/lucene/search/FieldSortedHitQueue$2.class

-SHA1-Digest: Wg5jkei9JyqCITGpvgDpqgkkrU4=

-

-Name: org/apache/lucene/index/FieldSortedTermVectorMapper.class

-SHA1-Digest: d1OnLXtCPCBZseN/1/oF12h4nes=

-

-Name: org/apache/lucene/index/TermVectorsReader.class

-SHA1-Digest: E+HecRuUJ4pxBDd+herFYC5hyRY=

-

-Name: org/apache/lucene/search/FieldCache$StringIndex.class

-SHA1-Digest: PY90nqywIgE1bw/oT+G0/LZAPEg=

-

-Name: org/apache/lucene/search/ScoreCachingWrappingScorer.class

-SHA1-Digest: v3EBUk0N9FIrf/hZbl3GGTVd5NU=

-

-Name: org/apache/lucene/store/SimpleFSLockFactory.class

-SHA1-Digest: iXdTSxt6vNWkKGBGHqSm7VUpjAE=

-

-Name: org/apache/lucene/search/CachingWrapperFilter.class

-SHA1-Digest: Fkm6GjDJVVhAtIP3wB88MYVfh7Q=

-

-Name: org/apache/lucene/index/IndexFileNameFilter.class

-SHA1-Digest: /qxM91vqcLgwwmNK03nGRYdqv9Q=

-

-Name: org/apache/lucene/search/FieldCacheImpl$StopFillCacheException.c

- lass

-SHA1-Digest: ggimzsxy4vX7eUtRgMh44LRKtGA=

-

-Name: org/apache/lucene/search/spans/SpanScorer.class

-SHA1-Digest: qYfEe1xdXGytM4IFmFBqx6SzDO4=

-

-Name: org/apache/lucene/index/FormatPostingsTermsConsumer.class

-SHA1-Digest: oXZ8UPnbffYmf7bAXCj5644NSyk=

-

-Name: org/apache/lucene/search/spans/NearSpansOrdered.class

-SHA1-Digest: Qms023w0Qb/ZOzjTQi9v2fw3UaY=

-

-Name: org/apache/lucene/search/function/CustomScoreQuery$CustomScorer.

- class

-SHA1-Digest: ags85Bqrb/QL9tLN/JBsA0+bwUA=

-

-Name: org/apache/lucene/search/PhraseQueue.class

-SHA1-Digest: 19uJxCu3jmUjRv2cSEJumMI0AOA=

-

-Name: org/apache/lucene/search/DisjunctionMaxQuery$DisjunctionMaxWeigh

- t.class

-SHA1-Digest: QuyBZp2fcn5y4+Nk8EufCSiBv5E=

-

-Name: org/apache/lucene/store/VerifyingLockFactory$CheckedLock.class

-SHA1-Digest: nE6sUuEfzhZprHijx0nm6NV9B2E=

-

-Name: org/apache/lucene/search/function/MultiValueSource$MultiDocValue

- s.class

-SHA1-Digest: 25mPmVz4+I8qtJcnB5OgshCP02A=

-

-Name: org/apache/lucene/search/BooleanQuery$BooleanWeight.class

-SHA1-Digest: /p9G7C6qG7uR9iACoWUtmxZrU1A=

-

-Name: org/apache/lucene/search/function/IntFieldSource.class

-SHA1-Digest: IdMXyK/q38hhEJEk3cXvx7LFKCo=

-

-Name: org/apache/lucene/search/TopDocsCollector.class

-SHA1-Digest: bQ2yOVMNqHL30BLrUJcHm8MLAqk=

-

-Name: org/apache/lucene/index/DirectoryReader$MultiTermPositions.class

-SHA1-Digest: EhEjSGhOBCWr85RUt1+OBX5dOf8=

-

-Name: org/apache/lucene/search/FieldCache$9.class

-SHA1-Digest: M+SGyYo2cpypCHN9g/fgbBNjj9Y=

-

-Name: org/apache/lucene/index/CompoundFileWriter.class

-SHA1-Digest: W6t8KLq/AUU/mQz093UBgTzsVXU=

-

-Name: org/apache/lucene/search/TopFieldCollector$OutOfOrderMultiCompar

- atorNonScoringCollector.class

-SHA1-Digest: pMveuaRbo0f8bgKIaX374uBQTUU=

-

-Name: org/apache/lucene/index/SegmentMerger$CheckAbort.class

-SHA1-Digest: Mtt7g2PQW45e+0mYi9pn5OFt4A8=

-

-Name: org/apache/lucene/analysis/SimpleAnalyzer.class

-SHA1-Digest: xdIs/v230GXpA0CwuZD9DmuW0j8=

-

-Name: org/apache/lucene/search/function/FieldScoreQuery$Type.class

-SHA1-Digest: n8QItH2w+2eRpjZgy7VJBdgqJS8=

-

-Name: org/apache/lucene/index/SegmentMergeQueue.class

-SHA1-Digest: 7jVpNP8CFKIu+cgS8lCxkZQXMS0=

-

-Name: org/apache/lucene/document/FieldSelectorResult.class

-SHA1-Digest: qb3T5f+wG+NQCdyL866jNIbk+fc=

-

-Name: org/apache/lucene/analysis/LengthFilter.class

-SHA1-Digest: jiZ8xzhPrOwaPVeaufl2o0DPoqo=

-

-Name: org/apache/lucene/search/MultiTermQueryWrapperFilter$TermGenerat

- or.class

-SHA1-Digest: eq4VAsXteAFRA0fYrYE6U/Qj/BM=

-

-Name: org/apache/lucene/index/FreqProxFieldMergeState.class

-SHA1-Digest: jcbPltx6XjCV7H5bz+N8nAvWbKM=

-

-Name: org/apache/lucene/search/TopFieldCollector$OneComparatorScoringN

- oMaxScoreCollector.class

-SHA1-Digest: lARAlvrf+qZVRKaE/kjOddhV7Is=

-

-Name: org/apache/lucene/index/InvertedDocEndConsumerPerField.class

-SHA1-Digest: sn1pvyex0CVfpshVOjq//NUkHSc=

-

-Name: org/apache/lucene/search/TopScoreDocCollector.class

-SHA1-Digest: nP1eLTIfTgIqwre77mxzBxJoKlo=

-

-Name: org/apache/lucene/index/IndexFileDeleter$CommitPoint.class

-SHA1-Digest: fxkIYTvPFVFiyou8vcJuVZyLT5o=

-

-Name: org/apache/lucene/index/DocInverterPerField.class

-SHA1-Digest: BpYGGT+F26d1UK4FVheC7O0pxnA=

-

-Name: org/apache/lucene/document/Document$1.class

-SHA1-Digest: tpJNJQ/B2bVFeUKB3t6CAEAzLkE=

-

-Name: org/apache/lucene/search/spans/TermSpans.class

-SHA1-Digest: ZpRUTkEJWybjFwVY4JDab8j+JXA=

-

-Name: org/apache/lucene/analysis/tokenattributes/TypeAttribute.class

-SHA1-Digest: IlQijCNowR/VGjEuFa31SFdRJTA=

-

-Name: org/apache/lucene/search/BooleanScorer2$1.class

-SHA1-Digest: lwpIPisqvxWk/ExcuD8YVwdeGVU=

-

-Name: org/apache/lucene/analysis/NumericTokenStream.class

-SHA1-Digest: ce44+3r/3vRAOhLUfjPohmkEbro=

-

-Name: org/apache/lucene/search/TimeLimitingCollector.class

-SHA1-Digest: IpE2jpMryVl/cMuxiNw44tURBgg=

-

-Name: org/apache/lucene/document/NumericField.class

-SHA1-Digest: I97COQx/qxR/1K7oe5nfOOcjZ8w=

-

-Name: about_files/APACHE-LICENSE-2.0.txt

-SHA1-Digest: D82944NkT7+XDZGL4X9K5EbJ6/g=

-

-Name: org/apache/lucene/index/RawPostingList.class

-SHA1-Digest: 2WlDwepN2Ww1FiO5nbJjxKwuMek=

-

-Name: org/apache/lucene/search/function/ShortFieldSource$1.class

-SHA1-Digest: IUcoCEbq0K4IVxRqpyiPwmN+6fI=

-

-Name: org/apache/lucene/store/NoSuchDirectoryException.class

-SHA1-Digest: TQDXTkCLEsJzL81KJ+E/VBS/FJY=

-

-Name: org/apache/lucene/search/FieldValueHitQueue$Entry.class

-SHA1-Digest: z8nupF18Eil12mRSLjpT2Svsodg=

-

-Name: org/apache/lucene/store/NativeFSLock.class

-SHA1-Digest: Qxgr8z7PCTPWAC/FgGd41iu+6nk=

-

-Name: org/apache/lucene/search/FieldSortedHitQueue$7.class

-SHA1-Digest: d6LidfJ5w33+0wdasE8dmz2jwE0=

-

-Name: org/apache/lucene/search/function/MultiValueSource.class

-SHA1-Digest: biCDQgSHklFR2Irxa6Ke6tpQva0=

-

-Name: org/apache/lucene/search/TimeLimitedCollector$TimerThread.class

-SHA1-Digest: ggI5BvHMmjHgKUR/X8MGvw5j000=

-

-Name: org/apache/lucene/util/FieldCacheSanityChecker$ReaderField.class

-SHA1-Digest: keAngHRRX7Cr0hSCyVsnad8gPOQ=

-

-Name: org/apache/lucene/util/AttributeSource$AttributeFactory$DefaultA

- ttributeFactory.class

-SHA1-Digest: LJiCJVjvcoTCbM+e/Bg6UTwF3Gs=

-

-Name: org/apache/lucene/analysis/WhitespaceTokenizer.class

-SHA1-Digest: BeaXm4dQME3lgNdYT/6zzbfxShg=

-

-Name: org/apache/lucene/search/DocIdSet.class

-SHA1-Digest: oJSN2UuFNPfeXJWBy3+pCZzNvS8=

-

-Name: org/apache/lucene/search/payloads/BoostingTermQuery.class

-SHA1-Digest: 5cj/EKX94mUb0rn39h+oegzNPn4=

-

-Name: org/apache/lucene/util/SimpleStringInterner$1.class

-SHA1-Digest: uK8FYTMPQ9QswrXCJ/7aKnYvk0g=

-

-Name: org/apache/lucene/search/ReqOptSumScorer.class

-SHA1-Digest: lmtdE4Z7J2JzDHqxmNVyCbTv9Zw=

-

-Name: org/apache/lucene/analysis/standard/StandardAnalyzer$1.class

-SHA1-Digest: epwbno5/y1OlmRhZYeMY4A7eN+w=

-

-Name: org/apache/lucene/search/BooleanScorer2$Coordinator.class

-SHA1-Digest: 1jJMkP7xdK2WQbzxTnvwwDl7srY=

-

-Name: org/apache/lucene/search/NumericRangeQuery$NumericRangeTermEnum$

- 2.class

-SHA1-Digest: jHfU0AZzhIyYUda+3zprYeYjAWI=

-

-Name: org/apache/lucene/index/DocFieldConsumers.class

-SHA1-Digest: 97u3LMtmU3r+BHk3ZFklOQ6MU/Q=

-

-Name: org/apache/lucene/index/SegmentMergeInfo.class

-SHA1-Digest: a3NlZTTF6oUeSEO/YBV5ISHMS9I=

-

-Name: org/apache/lucene/search/FieldCache$LongParser.class

-SHA1-Digest: cgmqh25tYfcoJ2qJ5lwDM5uXnlk=

-

-Name: org/apache/lucene/search/FuzzyQuery$ScoreTerm.class

-SHA1-Digest: 3EiTOYciWCwhQIPrpQxAoTdKAKY=

-

-Name: org/apache/lucene/util/UnicodeUtil$UTF16Result.class

-SHA1-Digest: Cayq8KCkJHjnKNrAmMwBRZtDCgM=

-

-Name: org/apache/lucene/store/NIOFSDirectory.class

-SHA1-Digest: aHHyJg4zjEC55h4/X/f8nKk8tlA=

-

-Name: org/apache/lucene/search/QueryWrapperFilter.class

-SHA1-Digest: thS2ZR5SonXP9775LgPzaHirp9Q=

-

-Name: org/apache/lucene/search/TimeLimitingCollector$TimeExceededExcep

- tion.class

-SHA1-Digest: UxcKVzSkbXc/AsDv3pWXZef4kuo=

-

-Name: org/apache/lucene/search/FilteredTermEnum.class

-SHA1-Digest: p5BujsZzWr9Tl4CTSOIBb5VgDBY=

-

-Name: org/apache/lucene/search/BooleanScorer$SubScorer.class

-SHA1-Digest: 4TIU5BfetKZCxUkFm37dyB+6U/s=

-

-Name: org/apache/lucene/index/BufferedDeletes.class

-SHA1-Digest: 1RmMCVMRl2TI7+nVfjiBgtxF9gM=

-

-Name: org/apache/lucene/messages/NLS$1.class

-SHA1-Digest: Pw6RufPRSBCskQnlgKs2nmaUBks=

-

-Name: org/apache/lucene/search/spans/SpanWeight.class

-SHA1-Digest: EKi0kveJnwT6RXzTpiTF2y/jMWw=

-

-Name: org/apache/lucene/search/NumericRangeFilter.class

-SHA1-Digest: awK38skC7mWhKLdCsozPgrazfww=

-

-Name: org/apache/lucene/index/DirectoryOwningReader.class

-SHA1-Digest: wx/iEL5m2gz85cY2bUJNUWCBSkk=

-

-Name: org/apache/lucene/search/DisjunctionSumScorer.class

-SHA1-Digest: 65T7OHfGDwBCOvDL8Tq90nnWSMM=

-

-Name: org/apache/lucene/store/VerifyingLockFactory.class

-SHA1-Digest: VBbt/c8Ekiu1T3lWlIgVs/Dl11U=

-

-Name: org/apache/lucene/store/LockReleaseFailedException.class

-SHA1-Digest: Z3hp+t3u2qb498L0hv6sIRd1OjQ=

-

-Name: org/apache/lucene/store/BufferedIndexInput.class

-SHA1-Digest: uNWJN80SlkFgMaEvNG+RR/Ya6nk=

-

-Name: org/apache/lucene/store/FSDirectory$FSIndexOutput.class

-SHA1-Digest: z2RL3qFDc0RleJVjD5wJofsmeyM=

-

-Name: org/apache/lucene/search/TimeLimitedCollector$1.class

-SHA1-Digest: FrghtodvW5ikWutBYzaELZfVnkM=

-

-Name: org/apache/lucene/index/CompoundFileReader.class

-SHA1-Digest: Qvff8irbnjvWs7gW1z3FWjjfW5w=

-

-Name: org/apache/lucene/search/function/CustomScoreQuery$CustomWeight.

- class

-SHA1-Digest: Xp2UFJn5DRh1lU6tFy6V0u1dTts=

-

-Name: org/apache/lucene/search/spans/SpanNearQuery.class

-SHA1-Digest: 0pXfU/LpWUwQEn3HmMU8H0e6Y4I=

-

-Name: org/apache/lucene/search/FilteredQuery.class

-SHA1-Digest: oSnr3pDxjlRQMYL+najzWLtYhPM=

-

-Name: org/apache/lucene/index/FreqProxTermsWriter.class

-SHA1-Digest: kYP+GTciHeN/JjBzmLYzQ6cZw5Y=

-

-Name: org/apache/lucene/search/ExtendedFieldCache$DoubleParser.class

-SHA1-Digest: LKewhBhkhWPqk9IYsOZJgvMTAOE=

-

-Name: org/apache/lucene/search/payloads/BoostingTermQuery$BoostingTerm

- Weight.class

-SHA1-Digest: /wp8KaBL0pRj5XqKtiyzrms7Cn0=

-

-Name: org/apache/lucene/search/TopFieldCollector$1.class

-SHA1-Digest: 7AkCmZm1YMnxy4mL9Uw42d5g+to=

-

-Name: org/apache/lucene/search/SpanQueryFilter.class

-SHA1-Digest: 1m5TglO+qy8PZ9NJ3352/ZBVARU=

-

-Name: org/apache/lucene/index/PositionBasedTermVectorMapper.class

-SHA1-Digest: DnMTk8BrgWaSonY3k2z9GZkF89w=

-

-Name: org/apache/lucene/search/payloads/PayloadTermQuery.class

-SHA1-Digest: 6RrLFhZ0JTBOray8Q8OC5qZauIY=

-

-Name: org/apache/lucene/analysis/SinkTokenizer.class

-SHA1-Digest: +8Fw6ysi9hQRZD0zIzoynwyv9Zs=

-

-Name: org/apache/lucene/analysis/tokenattributes/OffsetAttribute.class

-SHA1-Digest: FVKit2bZgo1phiF19asKdVTB9fk=

-

-Name: org/apache/lucene/search/SortComparator$1.class

-SHA1-Digest: rYwXG0gJVO38O1ZTacUSfHbTjJ0=

-

-Name: org/apache/lucene/search/FieldCacheImpl$ShortCache.class

-SHA1-Digest: CSXWY6/1s+0qw9UDvnfnLWdGz5I=

-

-Name: org/apache/lucene/search/function/ByteFieldSource$1.class

-SHA1-Digest: 6I6u3knG6H7NeAX1zD5Vaj9tEtU=

-

-Name: org/apache/lucene/analysis/tokenattributes/TermAttributeImpl.cla

- ss

-SHA1-Digest: xtz+8tz7DZZ4ht+O/dYOpWlGaUk=

-

-Name: org/apache/lucene/search/TermRangeFilter.class

-SHA1-Digest: wUk85Rc6Ak8lRrl+rSrHwKZlevc=

-

-Name: org/apache/lucene/search/NumericRangeQuery$NumericRangeTermEnum.

- class

-SHA1-Digest: gu5OJB+0mMxIf02H/oY/RF8Dn94=

-

-Name: org/apache/lucene/store/SingleInstanceLockFactory.class

-SHA1-Digest: rlVcikfh1PSrjfY8gr4S7vE7s5E=

-

-Name: org/apache/lucene/index/TermsHashPerField.class

-SHA1-Digest: b3AmWfRJXRB3cMTKVphg8AeLJcE=

-

-Name: org/apache/lucene/search/ConstantScoreQuery$ConstantScorer.class

-SHA1-Digest: 4Xhvaa99OKK7aq6wT7QP8DQJ4sM=

-

-Name: org/apache/lucene/analysis/MappingCharFilter.class

-SHA1-Digest: 3Oh5XyDWkuU5sEz+gAaJ5CGG5HA=

-

-Name: org/apache/lucene/search/MatchAllDocsQuery.class

-SHA1-Digest: RfEXapa10Q0fpPPyyi7Imot1NjU=

-

-Name: org/apache/lucene/util/OpenBitSetIterator.class

-SHA1-Digest: Tx2D5OwXf/06Yt+UaFpi635qdr4=

-

-Name: org/apache/lucene/search/FieldCache$3.class

-SHA1-Digest: ViambF8fQyGyViMKOM1FjOLch7A=

-

-Name: org/apache/lucene/store/Directory.class

-SHA1-Digest: VTrgqMhO/42DWYGxkM8bXvr0OYo=

-

-Name: org/apache/lucene/search/TopFieldDocCollector.class

-SHA1-Digest: 7rb/7s7zrpmWTt1xJdKHrsgoNys=

-

-Name: org/apache/lucene/search/FieldComparator$DocComparator.class

-SHA1-Digest: 3Dq/f5HtySUIUpgJ/8zJLynrv8g=

-

-Name: org/apache/lucene/search/FieldCacheRangeFilter$2.class

-SHA1-Digest: eiRy4oQNuMqiCb0ocCifqCEAfUI=

-

-Name: org/apache/lucene/index/DocFieldProcessorPerThread.class

-SHA1-Digest: j5QBNcsZ8H6WoqxJQw+0TDyhfLQ=

-

-Name: org/apache/lucene/index/SegmentInfo.class

-SHA1-Digest: yyNcIRdB7/hgmsJbQLEOKJ/VrFo=

-

-Name: org/apache/lucene/index/SegmentReader$FieldsReaderLocal.class

-SHA1-Digest: 5X4hqLWlfMwVG16oLvaRLsb40Q8=

-

-Name: org/apache/lucene/util/MapOfSets.class

-SHA1-Digest: 7o5iFlkvvpYA6IJQ3HXl9abXF24=

-

-Name: org/apache/lucene/search/TermRangeTermEnum.class

-SHA1-Digest: QWbwypbCrpHVuP6IdyORpYb/t1Y=

-

-Name: org/apache/lucene/search/FieldCacheImpl$ByteCache.class

-SHA1-Digest: NOSaO2//aQ5lLP8ypT5OcTNcwKQ=

-

-Name: org/apache/lucene/analysis/tokenattributes/FlagsAttributeImpl.cl

- ass

-SHA1-Digest: dhk+Af/6eS/Vttw6CE78f4NEPGE=

-

-Name: org/apache/lucene/search/HitIterator.class

-SHA1-Digest: BkIn+GspL+1Q5eky8hJeYq1uVKA=

-

-Name: org/apache/lucene/search/ExtendedFieldCache.class

-SHA1-Digest: +ytIihTwDDCRfOqyXkRrZEkm98A=

-

-Name: org/apache/lucene/index/SegmentInfos$FindSegmentsFile.class

-SHA1-Digest: DuA7qM7ihC+K4p3hy1wGUYfkyg0=

-

-Name: org/apache/lucene/index/FieldInfo.class

-SHA1-Digest: qOYDDdk96TOP+XaHC1uVL65Tx0g=

-

-Name: org/apache/lucene/analysis/CharReader.class

-SHA1-Digest: FfxYWGf9FoxnqoKRwSRC1d4qMlg=

-

-Name: org/apache/lucene/search/FieldCacheRangeFilter$2$1.class

-SHA1-Digest: NYEbIfxlHUT606+i8gsazzFnoq4=

-

-Name: org/apache/lucene/search/BooleanScorer.class

-SHA1-Digest: RVoSP0Czw3VHCKu3cNzVsL4jDo8=

-

-Name: org/apache/lucene/index/IndexCommitPoint.class

-SHA1-Digest: IyCX56xmu4UhjEsQ+mYLY8cuzj8=

-

-Name: org/apache/lucene/search/MultiTermQuery$RewriteMethod.class

-SHA1-Digest: aK67uWAddBxToEf9hc+x9ePEkJo=

-

-Name: org/apache/lucene/search/FieldCacheRangeFilter$6$1.class

-SHA1-Digest: QmIXGkMqkKTtfensA9oWdzfmC0w=

-

-Name: org/apache/lucene/store/NIOFSDirectory$NIOFSIndexInput.class

-SHA1-Digest: 2Cr7MruRBGZu52kPO1UV4eixxJQ=

-

-Name: org/apache/lucene/index/TermVectorsTermsWriter.class

-SHA1-Digest: /PN0eMDap69lVv2uM3075+aHt5U=

-

-Name: org/apache/lucene/search/FieldComparator$DoubleComparator.class

-SHA1-Digest: UMfA/JzwMwjJWG4OrEq7YF96Mio=

-

-Name: org/apache/lucene/search/FilterManager$FilterCleaner$1.class

-SHA1-Digest: SKImf/c3WpbyeJ5XWyt3vm9ffyk=

-

-Name: org/apache/lucene/index/SegmentTermEnum.class

-SHA1-Digest: MQSEzgv8bYloCpUTVx8lQmbnKhI=

-

-Name: org/apache/lucene/index/SegmentTermVector.class

-SHA1-Digest: eRCJjKIdINnTpRMABNRE0GErZnU=

-

-Name: org/apache/lucene/search/Scorer.class

-SHA1-Digest: dfPBlK2O22EozriTCZDiPDcjjQw=

-

-Name: org/apache/lucene/search/BooleanScorer$BooleanScorerCollector.cl

- ass

-SHA1-Digest: WCD6VHQOHLGma62YHx+sM27dm+4=

-

-Name: org/apache/lucene/search/FieldSortedHitQueue$1.class

-SHA1-Digest: jC5jUNzkjdddFW/kxPCpi5TZ+Vg=

-

-Name: org/apache/lucene/index/DocFieldProcessorPerThread$PerDoc.class

-SHA1-Digest: kWX7nrEQRZQUC/ExhMQmOLBwfdo=

-

-Name: org/apache/lucene/util/cache/SimpleMapCache$SynchronizedSimpleMa

- pCache.class

-SHA1-Digest: tTiZMjdUjjTyejmLrquJOFKojTg=

-

-Name: org/apache/lucene/index/IndexCommit.class

-SHA1-Digest: 37Y6YdzFR4aplt8lAysMSHENidU=

-

-Name: org/apache/lucene/analysis/TokenFilter.class

-SHA1-Digest: 4FVy/9pIcbFqKhv0bLFrXtNAKck=

-

-Name: org/apache/lucene/analysis/CharacterCache.class

-SHA1-Digest: 5NxEeAKU98EWJmPaT6CcMrtuetM=

-

-Name: org/apache/lucene/analysis/tokenattributes/TermAttribute.class

-SHA1-Digest: bnsZqTeCMrLinUTUAW2TF1hDRlU=

-

-Name: org/apache/lucene/search/TimeLimitingCollector$1.class

-SHA1-Digest: OTd6592QDtVOB1GZQBf/BTDFkJA=

-

-Name: org/apache/lucene/search/FieldCacheImpl$Cache.class

-SHA1-Digest: UDYen/847iBn/1Eq8Uo7oG7wM5I=

-

-Name: org/apache/lucene/store/NoLockFactory.class

-SHA1-Digest: 02/Zw0DKIgEN5KpnNtQI52oXQr4=

-

-Name: org/apache/lucene/search/function/ReverseOrdFieldSource$1.class

-SHA1-Digest: 6vM+dDg33ZbVyBnpmUVPF40/NDs=

-

-Name: org/apache/lucene/search/WildcardQuery.class

-SHA1-Digest: nD9bL9t+Yr8ZR+KNeuD0B1Xb76k=

-

-Name: org/apache/lucene/util/cache/Cache.class

-SHA1-Digest: TOIRZxt5qhZH9VHxNyd+eX3iEkk=

-

-Name: about.html

-SHA1-Digest: GwK0vDvqOaXjK8MPJXjQ8rkuhTQ=

-

-Name: org/apache/lucene/queryParser/QueryParser.class

-SHA1-Digest: YNJZrJVlQZHwjea8DofEmkGHNtE=

-

-Name: org/apache/lucene/util/UnicodeUtil$UTF8Result.class

-SHA1-Digest: fRRAbTaplprTWNR1FNc2NIQes0k=

-

-Name: org/apache/lucene/util/FieldCacheSanityChecker.class

-SHA1-Digest: /vlkp3cJsAauvVnP+HDv5nAT4sE=

-

-Name: org/apache/lucene/search/spans/NearSpansUnordered.class

-SHA1-Digest: 2S9mTKF5hE3goxwsq3O/ccRCWUw=

-

-Name: org/apache/lucene/index/IndexReader$FieldOption.class

-SHA1-Digest: JoofrjBDaJOOwqxcX9GHsymsX74=

-

-Name: org/apache/lucene/search/FieldCache$11.class

-SHA1-Digest: PFJJs53TClwn7E8ag56inxytlgE=

-

-Name: org/apache/lucene/search/FieldCache$8.class

-SHA1-Digest: bbXJ0HqQ+nGkuMP81h9P96GffLI=

-

-Name: org/apache/lucene/search/FieldComparator$ShortComparator.class

-SHA1-Digest: pM8hNAgdusHRGp7i2feGuaj5oBk=

-

-Name: org/apache/lucene/document/DateField.class

-SHA1-Digest: MRK+8357yEPkd5F47XYUPD31gGM=

-

-Name: org/apache/lucene/search/function/ValueSourceQuery$1.class

-SHA1-Digest: yi+M3NJxXSCVlBv9nxZFXPWnn3U=

-

-Name: org/apache/lucene/search/FieldCacheRangeFilter$7.class

-SHA1-Digest: wJIIQiXrDOyp+2Me8nYFy382I6E=

-

-Name: org/apache/lucene/index/NormsWriterPerThread.class

-SHA1-Digest: fJoI83YtAIiSbiZhlXBnFZ7RuCs=

-

-Name: org/apache/lucene/search/MultiTermQuery.class

-SHA1-Digest: 7Iy5Mf7v/CPkfFaiSSCau6vViLw=

-

-Name: org/apache/lucene/search/FieldCache$ByteParser.class

-SHA1-Digest: NrdMGYjzEdde+Wl+8LhCx5a7Tv8=

-

-Name: org/apache/lucene/search/ConstantScoreQuery$ConstantWeight.class

-SHA1-Digest: IZYwyCZln3mKxkRty70PvSG9zYE=

-

-Name: org/apache/lucene/search/ParallelMultiSearcher.class

-SHA1-Digest: W3IG3bYgeV1y8ptpjP+8z2UB+/w=

-

-Name: org/apache/lucene/util/AverageGuessMemoryModel.class

-SHA1-Digest: UeowZ4qflUCk/Z82UUkGihkRHMQ=

-

-Name: org/apache/lucene/store/FileSwitchDirectory.class

-SHA1-Digest: w7v21s4N7thVA8nXkJXAnTq93EI=

-

-Name: org/apache/lucene/util/NumericUtils.class

-SHA1-Digest: VjE+bb67JhAR9BAX9M86kTfmeTo=

-

-Name: org/apache/lucene/search/TopDocCollector.class

-SHA1-Digest: TfX050BFavXAiotNgImbjJZ0Xhg=

-

-Name: org/apache/lucene/index/ParallelReader$ParallelTermEnum.class

-SHA1-Digest: Bk/uNbIFUa3auUeGSx64lcnoPKs=

-

-Name: org/apache/lucene/search/FieldCache$CacheEntry.class

-SHA1-Digest: TnGdMAcMEFYfAvHirKWXqnwMfkc=

-

-Name: org/apache/lucene/analysis/Token.class

-SHA1-Digest: f/kGXqmR9xlDSSwF6b3HKAXqML8=

-

-Name: org/apache/lucene/search/BooleanQuery$1.class

-SHA1-Digest: KnxB77fdmw8Qro/s+dNpEbBaxmE=

-

-Name: org/apache/lucene/index/SegmentReader$Norm.class

-SHA1-Digest: tmyKCV6a8YtR+TfCeJ+4LOqRRok=

-

-Name: org/apache/lucene/index/Term.class

-SHA1-Digest: lWT5KTNodaEeJmv1BSUQIsMJ/II=

-

-Name: org/apache/lucene/store/SimpleFSDirectory$SimpleFSIndexInput$Des

- criptor.class

-SHA1-Digest: V1gV5Y/FYx06xBY0rBewAdWbCSY=

-

-Name: org/apache/lucene/search/FieldComparator$ByteComparator.class

-SHA1-Digest: ZR5g+PQwD6lUYR61V/Ew7EBoylY=

-

-Name: org/apache/lucene/index/LogDocMergePolicy.class

-SHA1-Digest: +IX4wdshMTpRKOHuerQqcdpVs04=

-

-Name: org/apache/lucene/search/FieldCache$IntParser.class

-SHA1-Digest: CXIB62dOSRU2819uNLzY1SZXuNk=

-

-Name: org/apache/lucene/index/DocumentsWriter$IndexingChain.class

-SHA1-Digest: 5f9yfshJrul3p50g+gBXxUedjk0=

-

-Name: org/apache/lucene/analysis/ASCIIFoldingFilter.class

-SHA1-Digest: 7BYFpJVtDcK0CLaJtmK3DdTLd1o=

-

-Name: org/apache/lucene/search/FieldCacheImpl$StringCache.class

-SHA1-Digest: vpR11TrRQVbeBpiXro+v/4pv3LM=

-

-Name: org/apache/lucene/index/TermVectorsTermsWriter$PostingList.class

-SHA1-Digest: frItS2cmIyA0vazMYHFwnbVqyV0=

-

-Name: org/apache/lucene/queryParser/QueryParserConstants.class

-SHA1-Digest: IxWIZpRVRM/7x3FfEyER3zA+j2Q=

-

-Name: org/apache/lucene/search/SloppyPhraseScorer.class

-SHA1-Digest: XcmmIf3zP3TggYHFGrTwdWXKI7g=

-

-Name: org/apache/lucene/index/ConcurrentMergeScheduler.class

-SHA1-Digest: BvimNTbfGbj+5ucOgIWwnTjJ0co=

-

-Name: org/apache/lucene/util/ScorerDocQueue.class

-SHA1-Digest: n6nndvJo0SKQBAci690UrGPAn5o=

-

-Name: org/apache/lucene/search/FieldCache$ShortParser.class

-SHA1-Digest: iPbyEsyVVMJzM5FN1uVSlfdsZv8=

-

-Name: org/apache/lucene/document/DateTools.class

-SHA1-Digest: cSu+jAxfTRszaDM1VU1LV1Ba8Zo=

-

-Name: org/apache/lucene/index/TermsHashConsumerPerThread.class

-SHA1-Digest: 1ksopnNvdQeEIGzUDfXpvps4vV8=

-

-Name: org/apache/lucene/search/MatchAllDocsQuery$MatchAllDocsWeight.cl

- ass

-SHA1-Digest: Dlb7AeJ9dpoNYL0pTp88/R9kQ0c=

-

-Name: org/apache/lucene/analysis/TeeSinkTokenFilter$1.class

-SHA1-Digest: 0Zjou0zm55q+ohnRdVHay1ZGakE=

-

-Name: org/apache/lucene/search/FieldSortedHitQueue$6.class

-SHA1-Digest: 1INI20nhyFELUD0K7Lf/pI+wn+o=

-

-Name: org/apache/lucene/search/TopScoreDocCollector$InOrderTopScoreDoc

- Collector.class

-SHA1-Digest: 7PZODNIsknhN2bZtT6lcOiMl1fc=

-

-Name: org/apache/lucene/util/BitVector.class

-SHA1-Digest: lCe38XgE5YYTDY9SHeDLr+G4mIY=

-

-Name: org/apache/lucene/search/payloads/PayloadSpanUtil.class

-SHA1-Digest: XOmDJVVcChN+6vCqF0MRESCQNhQ=

-

-Name: org/apache/lucene/index/FieldsWriter.class

-SHA1-Digest: +3QoWPjOxlSUrO2Kju4a6NWPuMA=

-

-Name: org/apache/lucene/search/Similarity$4.class

-SHA1-Digest: wYytHximLepHxMgh1TLMYmt3Nzo=

-

-Name: org/apache/lucene/search/TopFieldCollector$OutOfOrderOneComparat

- orNonScoringCollector.class

-SHA1-Digest: Eo+NxNixwFHXkQ7+swWtoBcaBrw=

-

-Name: org/apache/lucene/search/PrefixQuery.class

-SHA1-Digest: y52nBKcjVE7Mkk+FwNMJh2/EUBQ=

-

-Name: org/apache/lucene/search/NumericRangeQuery$NumericRangeTermEnum$

- 1.class

-SHA1-Digest: H61/3CxhOfh90ss1Pkr1R/FexuI=

-

-Name: org/apache/lucene/analysis/PorterStemmer.class

-SHA1-Digest: bAqUO+//9EfVqug/ePlN31jFrnE=

-

-Name: org/apache/lucene/search/Weight.class

-SHA1-Digest: i0XlVk5b4AabUHfONQPYxpGqcTI=

-

-Name: org/apache/lucene/index/IntBlockPool.class

-SHA1-Digest: YyZFhVOqa4uTJQZ4fUhOeRSb24o=

-

-Name: org/apache/lucene/index/SegmentReader$CoreReaders.class

-SHA1-Digest: o9wqtBvWuIf24UGbbSN3X0wy3xQ=

-

-Name: org/apache/lucene/search/TopFieldDocs.class

-SHA1-Digest: gcU/uHhb05ZPT8ufiuZ7AEGW/0k=

-

-Name: org/apache/lucene/util/AttributeSource$AttributeFactory.class

-SHA1-Digest: qw/YCDy5kJave/w0DTQ5BrXvkaE=

-

-Name: org/apache/lucene/search/function/DocValues.class

-SHA1-Digest: aXD1EzRdVcRW7HasgZKxMNW5Wa4=

-

-Name: org/apache/lucene/index/NormsWriterPerField.class

-SHA1-Digest: i9AWz8peT7VnQoJfyrr2Q+UjbX4=

-

-Name: org/apache/lucene/index/TermsHashConsumerPerField.class

-SHA1-Digest: 5+r2sdv736UC3k1u7afR/+wCenA=

-

-Name: org/apache/lucene/search/TopFieldCollector$OutOfOrderOneComparat

- orScoringNoMaxScoreCollector.class

-SHA1-Digest: zuPfvpFpoWLTf9CUcFOYTYvYszA=

-

-Name: org/apache/lucene/index/BufferedDeletes$Num.class

-SHA1-Digest: XC6JReH+4ESxmP6fdkfFkFMciW8=

-

-Name: org/apache/lucene/util/ScorerDocQueue$HeapedScorerDoc.class

-SHA1-Digest: KiksksWaYCe6iQohgOp/XMwRqlc=

-

-Name: org/apache/lucene/search/ComplexExplanation.class

-SHA1-Digest: VJC2SNmdy0VA4v5x5eeKCqm3aOY=

-

-Name: org/apache/lucene/index/ReadOnlyDirectoryReader.class

-SHA1-Digest: buZRt74PFpxYWYix7A9tt1Ncpeo=

-

-Name: org/apache/lucene/store/LockObtainFailedException.class

-SHA1-Digest: a3ihgQ6J3iGcDWtmg/eMEj3lNig=

-

-Name: org/apache/lucene/index/CharBlockPool.class

-SHA1-Digest: dN3FVp+GB+AOF+kwteNzTvb4d5A=

-

-Name: org/apache/lucene/search/PhrasePositions.class

-SHA1-Digest: MCxYxp8GUu/82CWAyLY5L1iuwvo=

-

-Name: org/apache/lucene/index/SegmentReader.class

-SHA1-Digest: kDptZz151kr5bOGL4PYhspBMX+c=

-

-Name: org/apache/lucene/search/Searcher.class

-SHA1-Digest: VkWSMuHOYaYVRRw01+hUC8PepnA=

-

-Name: org/apache/lucene/index/MergePolicy$MergeException.class

-SHA1-Digest: /eqf7b1txf+dlGd+TLl8urKJmgk=

-

-Name: org/apache/lucene/search/FieldCacheImpl$DoubleCache.class

-SHA1-Digest: vTlD+302mVjf+fPUCSEQF8s1TcE=

-

-Name: org/apache/lucene/util/AttributeImpl.class

-SHA1-Digest: gBd2ND9MUnGeThxUr6zcXB3nACs=

-

-Name: org/apache/lucene/util/RamUsageEstimator.class

-SHA1-Digest: TyuQkIAcaYUF0fiD9uXzApRy4iE=

-

-Name: org/apache/lucene/index/StaleReaderException.class

-SHA1-Digest: GznFFuZyGYGIQjnfhevjrmTyruA=

-

-Name: org/apache/lucene/index/MultiReader.class

-SHA1-Digest: xliUOa4jgHsiRNXpJftvLpHYWQM=

-

-Name: org/apache/lucene/search/ConstantScoreQuery.class

-SHA1-Digest: 7iA3xZVBXq9DZ/Ufd55Zc/6cvp4=

-

-Name: org/apache/lucene/search/SortField.class

-SHA1-Digest: 4bQe/PneNnE4AvGMrMgPBbM/5aY=

-

-Name: org/apache/lucene/search/FieldCacheRangeFilter$FieldCacheDocIdSe

- t$2.class

-SHA1-Digest: 1ATnQxa1NRJSF6Y7sEbHBWIOXFI=

-

-Name: org/apache/lucene/index/ByteBlockPool.class

-SHA1-Digest: hlyhp0ElMq3CvPttiY2vVadElCc=

-

-Name: org/apache/lucene/search/MultiTermQuery$ScoringBooleanQueryRewri

- te.class

-SHA1-Digest: ojT/CvtsUEWPtOfgMU5dcfTEve0=

-

-Name: org/apache/lucene/util/ToStringUtils.class

-SHA1-Digest: puL7RlFWPFQ1pCmYnPleRX5f6Iw=

-

-Name: org/apache/lucene/store/BufferedIndexOutput.class

-SHA1-Digest: wX+mVzc4y5POw2cUqzESe96KJuo=

-

-Name: org/apache/lucene/search/FieldValueHitQueue$OneComparatorFieldVa

- lueHitQueue.class

-SHA1-Digest: t1Ygkb5tsjdxaQAR1zILICTuXk0=

-

-Name: org/apache/lucene/util/Parameter.class

-SHA1-Digest: pU7pRxPS51V6P4nb+ao19uYNhJ0=

-

-Name: org/apache/lucene/search/spans/Spans.class

-SHA1-Digest: JyYbwMB3kWCsw3VPrS5vZqzrts8=

-

-Name: org/apache/lucene/search/Similarity.class

-SHA1-Digest: 1j+trFEXW5X7zj4tlBkANXZ2dTA=

-

-Name: org/apache/lucene/index/IndexWriter$IndexReaderWarmer.class

-SHA1-Digest: VktjXTwm7qIysCtxpojD76/1kTs=

-

-Name: org/apache/lucene/search/DefaultSimilarity.class

-SHA1-Digest: awTuyRK6vnk/5As/mxIF6c3AyXw=

-

-Name: org/apache/lucene/search/FieldCache.class

-SHA1-Digest: 3Za8uEEVzA8kPpYd2j5WPUvrMbs=

-

-Name: org/apache/lucene/store/SimpleFSDirectory$SimpleFSIndexOutput.cl

- ass

-SHA1-Digest: DTa8Rk9fp//9VtA7FIhSHLaLvok=

-

-Name: org/apache/lucene/index/DefaultSkipListWriter.class

-SHA1-Digest: yNwIKvzsxaJ1h8mtQCkS3FQKovI=

-

-Name: org/apache/lucene/index/TermBuffer.class

-SHA1-Digest: cX/sLcMiNxEUMUHR2TIf5u1tw34=

-

-Name: org/apache/lucene/search/FieldComparator$IntComparator.class

-SHA1-Digest: ixlIvcXRyN9mklWuK/m982tQgJw=

-

-Name: org/apache/lucene/index/TermEnum.class

-SHA1-Digest: PWslx726TRtzfG5tAS/qjmw1m20=

-

-Name: org/apache/lucene/index/TermsHash.class

-SHA1-Digest: l3QElCFJISnWor2vrRA8oJwJIac=

-

-Name: org/apache/lucene/index/MultiLevelSkipListReader$SkipBuffer.clas

- s

-SHA1-Digest: 6OQ7ETcIRDEa+Al0Bi+xhRLVOvI=

-

-Name: org/apache/lucene/analysis/CharTokenizer.class

-SHA1-Digest: Z72FsDpatfLSliVnqejhPh28sDA=

-

-Name: org/apache/lucene/search/FieldCache$2.class

-SHA1-Digest: k4QWV4tVMwDUtX881WJ1ZyHPRJE=

-

-Name: org/apache/lucene/search/FieldCacheRangeFilter$1.class

-SHA1-Digest: d4b2nLm9QozdPDhX1el3EXql5pI=

-

-Name: org/apache/lucene/util/FieldCacheSanityChecker$Insanity.class

-SHA1-Digest: rDUC1a2o67drJonJExGMByMSsgg=

-

-Name: org/apache/lucene/store/SimpleFSLock.class

-SHA1-Digest: 48CNg9s9on4bp/+TF2pHV+lNKdc=

-

-Name: org/apache/lucene/search/SimilarityDelegator.class

-SHA1-Digest: Q92NISKZp0ZHmiaWSmZkGQTLaL8=

-

-Name: org/apache/lucene/index/FieldsReader.class

-SHA1-Digest: v2WW4lHOZl09M0ib16cq4i5q45g=

-

-Name: org/apache/lucene/search/spans/SpanOrQuery$1.class

-SHA1-Digest: 4HlLRkb+CLBu3Da0ChkVBP/o7oY=

-

-Name: org/apache/lucene/search/FieldValueHitQueue$1.class

-SHA1-Digest: ReAKB3mQgZTqm8VqEOmrtbg2EJc=

-

-Name: org/apache/lucene/search/TimeLimitingCollector$TimerThread.class

-SHA1-Digest: m34Djg1XSgG0t3cX070Rzk1pDwQ=

-

-Name: org/apache/lucene/search/ScoreDoc.class

-SHA1-Digest: xeUn/D7fsMqHuuiJQHh20ttlPbE=

-

-Name: org/apache/lucene/store/MMapDirectory.class

-SHA1-Digest: lBi7pxqpjWO3awMgguu8PXBcNvY=

-

-Name: org/apache/lucene/store/Lock$With.class

-SHA1-Digest: OSWDEQaHMsspQmBhFmgNpOiXBQI=

-

-Name: org/apache/lucene/search/ScoreDocComparator$2.class

-SHA1-Digest: CjVc4xpH6eMeM0jUkT9D/zIW7zg=

-

-Name: org/apache/lucene/index/FilterIndexReader$FilterTermDocs.class

-SHA1-Digest: BljNC0AZrvt/KHomdkmKbarCUUo=

-

-Name: org/apache/lucene/util/SorterTemplate.class

-SHA1-Digest: piJzx64iBcjtKRd7LLwYU353Bmc=

-

-Name: org/apache/lucene/store/FSDirectory.class

-SHA1-Digest: 60yClJ3rRW3bigaC5VggXTQKbWg=

-

-Name: org/apache/lucene/queryParser/QueryParserTokenManager.class

-SHA1-Digest: bBveVoVjSeH5upTVZBQux3R8lGw=

-

-Name: org/apache/lucene/index/IndexDeletionPolicy.class

-SHA1-Digest: 0j8umXQ3mGZnVKHLhI3GLGTdnHc=

-

-Name: org/apache/lucene/search/function/ShortFieldSource.class

-SHA1-Digest: ztb6e6mM0aQiS2v6gv2jr33QV8k=

-

-Name: org/apache/lucene/search/TopDocs.class

-SHA1-Digest: VjnlvZEuAe2mUMEL8Q4B/sCOK6g=

-

-Name: org/apache/lucene/util/AttributeSource.class

-SHA1-Digest: 8HCHJBagsyW/wKGpsv19lA8Dkec=

-

-Name: org/apache/lucene/index/InvertedDocConsumerPerThread.class

-SHA1-Digest: WcVYEnx8XyiQqJc4a5TlTaSaS0k=

-

-Name: org/apache/lucene/analysis/StopAnalyzer.class

-SHA1-Digest: qMBKegvGcx5bZ3iTZedd816TO3Q=

-

-Name: org/apache/lucene/store/FSDirectory$1.class

-SHA1-Digest: T+wYcMFOlx5TlpSXjETLj0Wt03U=

-

-Name: org/apache/lucene/index/SegmentMerger$3.class

-SHA1-Digest: gp1SXi1H+l6DRhx9/a6/bOyczGU=

-

-Name: org/apache/lucene/search/TopFieldCollector$OutOfOrderMultiCompar

- atorScoringNoMaxScoreCollector.class

-SHA1-Digest: mKMAA20p4sEVDtVCNQ6KQEqGewg=

-

-Name: org/apache/lucene/index/DirectoryReader$2.class

-SHA1-Digest: MgyXvQw5QbgkgBHA4jQFXbCoD40=

-

-Name: org/apache/lucene/search/payloads/PayloadFunction.class

-SHA1-Digest: ZJmlrdFsrvnPuO9mWZoZsMwh+IU=

-

-Name: org/apache/lucene/index/IndexWriter$MaxFieldLength.class

-SHA1-Digest: CXPmeapbXg0JZ9NWUSipIZSKjQk=

-

-Name: about_files/LUCENE-NOTICE.txt

-SHA1-Digest: E3YznOp1ECpwzjYiqu+zPJZoG1E=

-

-Name: org/apache/lucene/search/HitDoc.class

-SHA1-Digest: UVFs+i+Evk5fUuK3UHFUUVW5zoc=

-

-Name: org/apache/lucene/analysis/LetterTokenizer.class

-SHA1-Digest: c+h9inRDE4rfygPaXXCNSs5jmy4=

-

-Name: org/apache/lucene/store/NativeFSLockFactory.class

-SHA1-Digest: ltZ/YQcNYCUUeWEkm+7glgkwsXg=

-

-Name: org/apache/lucene/analysis/TokenWrapper.class

-SHA1-Digest: 0UtkEiCsSBvwLwTLs33WVmet9UI=

-

-Name: org/apache/lucene/search/DisjunctionMaxQuery.class

-SHA1-Digest: AcArSjPgV8aChrpf89NooeKcd7E=

-

-Name: org/apache/lucene/index/SegmentTermPositionVector.class

-SHA1-Digest: gybluoLe4ERo1MxVv5sJkqrZ288=

-

-Name: org/apache/lucene/index/DocFieldConsumers$PerDoc.class

-SHA1-Digest: KlLSDD93oEyCng8nJBYcUKwNOdA=

-

-Name: org/apache/lucene/analysis/Tokenizer.class

-SHA1-Digest: /tlHeYgSZ5owq6UzdOLudOJG7G0=

-

-Name: org/apache/lucene/index/TermVectorsTermsWriterPerThread.class

-SHA1-Digest: IcUZyR9wD+cU8xPxPEEohYL9LOA=

-

-Name: org/apache/lucene/index/FormatPostingsTermsWriter.class

-SHA1-Digest: AM45NdU1pneOrNspTYtNGq60YhE=

-

-Name: org/apache/lucene/index/DirectoryReader$ReaderCommit.class

-SHA1-Digest: 2scM8ITOos7586UR2g53yRkg1do=

-

-Name: org/apache/lucene/search/Hit.class

-SHA1-Digest: 2TSH811DuctiGWIGbioykLSoTwY=

-

-Name: org/apache/lucene/index/MergeDocIDRemapper.class

-SHA1-Digest: BfQvCj6uPK9BNj5Yjj+XUzbuBhU=

-

-Name: org/apache/lucene/index/DocFieldConsumersPerField.class

-SHA1-Digest: aoTDhLPb1MS7FwUBJf92tIYV2eU=

-

-Name: org/apache/lucene/search/FilterManager.class

-SHA1-Digest: Vm49ya9+LwjT4oKberoI8oBURyc=

-

-Name: org/apache/lucene/search/FieldCacheImpl$CustomCache.class

-SHA1-Digest: 8K0A/Jn0y4GR20NvGqOO2OYLyS4=

-

-Name: org/apache/lucene/search/FieldCacheImpl$AutoCache.class

-SHA1-Digest: lwo0OuoSPaVe/7W1iHFuOA15CqQ=

-

-Name: org/apache/lucene/store/SimpleFSDirectory.class

-SHA1-Digest: 7Nr9X/kkScyEWGoxVxQc1agkhxk=

-

-Name: org/apache/lucene/index/ByteSliceWriter.class

-SHA1-Digest: hkobQ/11lWmf0uSTk0Yz20KZkB8=

-

-Name: org/apache/lucene/util/SmallFloat.class

-SHA1-Digest: /7Cccwm+8EfFFYii+0w/EbEV8+M=

-

-Name: org/apache/lucene/search/FieldCache$10.class

-SHA1-Digest: 5o6Pbf0MASfIABtKLP5UtuF6PIs=

-

-Name: org/apache/lucene/search/FieldCache$7.class

-SHA1-Digest: d6PaiqWG9DKZ0Xhn4EsobefarVY=

-

-Name: org/apache/lucene/index/DefaultSkipListReader.class

-SHA1-Digest: mi5rmrP6N6GubgOECxCJmyTJO7o=

-

-Name: org/apache/lucene/search/PrefixTermEnum.class

-SHA1-Digest: 69AsrQ0Kx0tTnEFJQn+cM501C1E=

-

-Name: org/apache/lucene/search/FieldCacheRangeFilter$6.class

-SHA1-Digest: aDsYxILJE/FTgaafMw+gDwmYK8I=

-

-Name: org/apache/lucene/search/BooleanClause$Occur.class

-SHA1-Digest: KSQCGmD4bc/nHiH5lEWQ74Qpzk8=

-

-Name: org/apache/lucene/search/TimeLimitedCollector.class

-SHA1-Digest: 999JGTLNjfueCiXV5GeXePerefM=

-

-Name: org/apache/lucene/index/SegmentWriteState.class

-SHA1-Digest: BS31LKmYuI2N2uauQGrnB3H8MFw=

-

-Name: org/apache/lucene/analysis/CharStream.class

-SHA1-Digest: hB38UAM+HNY3w6+UHi+lJVWcDA8=

-

-Name: org/apache/lucene/queryParser/CharStream.class

-SHA1-Digest: lz7SB3wtE0rAVwTZ9Tcl9YSarlA=

-

-Name: org/apache/lucene/queryParser/QueryParser$1.class

-SHA1-Digest: jEBkXmXluLYTqApsLdanR/jeZ9M=

-

-Name: org/apache/lucene/document/Field$TermVector.class

-SHA1-Digest: 29JeI4ExweLtnhZcx7f0buzz968=

-

-Name: org/apache/lucene/search/FieldCacheRangeFilter$1$1.class

-SHA1-Digest: a8Majz3RQeDiDiIf4QdkV3jvhOE=

-

-Name: org/apache/lucene/index/MergeScheduler.class

-SHA1-Digest: bQyK/AhyQ+WzfsuSPZKNHk9Q0SQ=

-

-Name: org/apache/lucene/index/DocConsumer.class

-SHA1-Digest: O+oVWqrlL0DCh2C8jEfVIJ2HXuk=

-

-Name: org/apache/lucene/index/LogMergePolicy.class

-SHA1-Digest: QSv4IYtUrv6sBHqjxP5si2mCBfo=

-

-Name: org/apache/lucene/search/FieldComparatorSource.class

-SHA1-Digest: ucz3lg57jH7sB8yD1s+Ahc5lyrQ=

-

-Name: org/apache/lucene/search/FieldCacheRangeFilter$5$1.class

-SHA1-Digest: uH4HlM8KnTgsDabFoSyeaJurcZc=

-

-Name: org/apache/lucene/search/spans/SpanTermQuery.class

-SHA1-Digest: 5cRdgca/6iuzlfUCsW4EXlV0zVM=

-

-Name: org/apache/lucene/search/FilterManager$FilterCleaner.class

-SHA1-Digest: 3p3Sw4J69pfuDxyFgJTSDdAjVso=

-

-Name: org/apache/lucene/search/FieldComparator.class

-SHA1-Digest: YZQn2bUd2ZkJnlBVTuxfWG4i14s=

-

-Name: org/apache/lucene/index/FreqProxTermsWriterPerField.class

-SHA1-Digest: tvV9ZD/7HpNrZNn6dyaeA7iHLvQ=

-

-Name: org/apache/lucene/index/CompoundFileWriter$FileEntry.class

-SHA1-Digest: lYkX4i5tcYkpmA/ZS/CsWykixDM=

-

-Name: org/apache/lucene/search/QueryWrapperFilter$2.class

-SHA1-Digest: a8bOl8Y20CiuUecobSvjsLXN0n8=

-

-Name: org/apache/lucene/util/Version.class

-SHA1-Digest: cLPza1z69gWlJru5ku6uAK8zKtE=

-

-Name: org/apache/lucene/util/AverageGuessMemoryModel$1.class

-SHA1-Digest: X1kUzn3IaVQZ88ietYYr8I2YgIk=

-

-Name: org/apache/lucene/util/SimpleStringInterner$Entry.class

-SHA1-Digest: nS8VS/I3GkYKd9YGoAyfBvC3fD0=

-

-Name: org/apache/lucene/search/FieldCacheImpl$Entry.class

-SHA1-Digest: zH5yd0DkxIcdWe4QvbTMyA+9dmI=

-

-Name: org/apache/lucene/search/spans/SpanQuery.class

-SHA1-Digest: pSROJYgAfJoJu8HX25AIYdvyPFo=

-

-Name: org/apache/lucene/search/FieldCacheTermsFilter$FieldCacheTermsFi

- lterDocIdSet.class

-SHA1-Digest: jreOQbg5jW8cfUGZydwkVo19uHI=

-

-Name: org/apache/lucene/index/FilterIndexReader.class

-SHA1-Digest: XRYdBzPBuhqugJVR5Wli6Zo4/UA=

-

-Name: org/apache/lucene/analysis/tokenattributes/PayloadAttribute.clas

- s

-SHA1-Digest: xkgLRTcOp8Zfh6FJcLnxlpHXDzI=

-

-Name: org/apache/lucene/search/MultiSearcher$1.class

-SHA1-Digest: EWh2miHc5yJc/T2RNeK84eO9xmU=

-

-Name: org/apache/lucene/document/Field$Index.class

-SHA1-Digest: 5ZhEQnEFLB7KimfK6cgsIjWx7t4=

-

-Name: org/apache/lucene/search/FieldCache$Parser.class

-SHA1-Digest: 86GIz8OIHRvWduMv19k9D76u/UA=

-

-Name: org/apache/lucene/index/CheckIndex$Status$TermIndexStatus.class

-SHA1-Digest: hcal9yUFrL5NdkuhrzaJqSNLYGQ=

-

-Name: org/apache/lucene/index/FormatPostingsDocsConsumer.class

-SHA1-Digest: kdmxscCKx1kC/gSZz6seHWAJLAM=

-

-Name: org/apache/lucene/util/AttributeSource$State.class

-SHA1-Digest: yTSBAg1oTezYBzl6LK1/udpWa7o=

-

-Name: org/apache/lucene/search/function/ReverseOrdFieldSource.class

-SHA1-Digest: yM9oLnmhYlEKiuL4lX/uYIZwuqw=

-

-Name: org/apache/lucene/analysis/TokenStream$TokenWrapperAttributeFact

- ory.class

-SHA1-Digest: E4Jn2wWrICxxrHcs05IUIktr3a8=

-

-Name: org/apache/lucene/store/RAMDirectory.class

-SHA1-Digest: RjOZjA4yNta6RqN4heQ3bYvOfxs=

-

-Name: org/apache/lucene/document/NumberTools.class

-SHA1-Digest: P7Zsxj9rxEKFYJ51gGRBwczDzak=

-

-Name: org/apache/lucene/search/FieldSortedHitQueue$5.class

-SHA1-Digest: OP89aXKnqio+gmsjFS8Zp7Pt5ko=

-

-Name: org/apache/lucene/search/PrefixFilter.class

-SHA1-Digest: EchwT/OFRgg7hBiojfbio/9FS1U=

-

-Name: org/apache/lucene/index/CheckIndex$Status$FieldNormStatus.class

-SHA1-Digest: +HS8rPyE0HFIZIJzXHWW+po2gyc=

-

-Name: org/apache/lucene/search/FieldCacheRangeFilter.class

-SHA1-Digest: ziLrsSXJSdC+LskXPuU2W13nw+w=

-

-Name: org/apache/lucene/index/SnapshotDeletionPolicy$MyCommitPoint.cla

- ss

-SHA1-Digest: aUZZ8RqDGwNSZx9RZb8YiUIRl4g=

-

-Name: org/apache/lucene/search/Similarity$3.class

-SHA1-Digest: BLU6cToCH2LsNsuQWElBmsV0ExY=

-

-Name: org/apache/lucene/util/CloseableThreadLocal.class

-SHA1-Digest: 34M4UKg+VnFkHR3pXt/wYgL7rVA=

-

-Name: org/apache/lucene/search/function/ValueSource.class

-SHA1-Digest: dkkcunFrxf8nZL6iudgA45/Dx70=

-

-Name: org/apache/lucene/util/cache/SimpleLRUCache.class

-SHA1-Digest: i/HwlOiegRoECTtkwijiKIwsJIo=

-

-Name: org/apache/lucene/search/FieldComparator$StringOrdValComparator.

- class

-SHA1-Digest: dGSpZga5EvrLiruHIxxBAjpm6fE=

-

-Name: org/apache/lucene/analysis/standard/StandardFilter.class

-SHA1-Digest: tm3xZruZBhf+6cFTzb5KFEVvdM0=

-

-Name: org/apache/lucene/index/CheckIndex$Status$TermVectorStatus.class

-SHA1-Digest: EcbVM+jsi6DOtoQzBqTjbaPyhX8=

-

-Name: org/apache/lucene/index/IndexReader$1.class

-SHA1-Digest: MPjvR+ne+zhMlgGaabakzEyuTXg=

-

-Name: org/apache/lucene/document/CompressionTools.class

-SHA1-Digest: LKD98xXfBqZmtirDuUFypEFIL90=

-

-Name: org/apache/lucene/store/RAMFile.class

-SHA1-Digest: rFttuBBFw5N78WfIHbLRMER4Jgc=

-

-Name: org/apache/lucene/store/MMapDirectory$MultiMMapIndexInput.class

-SHA1-Digest: QhgEydWhes9PDvhwUo1eyXQl/MQ=

-

-Name: org/apache/lucene/search/spans/SpanNotQuery.class

-SHA1-Digest: pNCfkazmz7S8V4VZCXmrj6HGJPU=

-

-Name: org/apache/lucene/index/DocumentsWriter.class

-SHA1-Digest: BhvGQdhgV0nGivMxhWbSpPScFsQ=

-

-Name: org/apache/lucene/search/spans/SpanFirstQuery.class

-SHA1-Digest: wJc9hFFY33vgEaWhpnyXb+51IV8=

-

-Name: org/apache/lucene/search/BooleanScorer$BucketTable.class

-SHA1-Digest: qOeuZmdUIEr8mWTkW5XNqnyaRW0=

-

-Name: org/apache/lucene/index/ByteSliceReader.class

-SHA1-Digest: wRKvBS/yG3EmUYdgVSHR51FHBHo=

-

-Name: org/apache/lucene/search/RangeQuery.class

-SHA1-Digest: GpygrDB2VBIhENQONVtLbhCXhN4=

-

-Name: org/apache/lucene/messages/Message.class

-SHA1-Digest: FoP1SoeelKS9AayTeDpSmB6qyEk=

-

-Name: org/apache/lucene/index/DocFieldProcessor.class

-SHA1-Digest: JAcgdMMucT9XqHr9K/Ts1eiXs/8=

-

-Name: org/apache/lucene/index/MergePolicy$OneMerge.class

-SHA1-Digest: 8TOYUkyXSikpa5WvoNlEiI+Crq8=

-

-Name: org/apache/lucene/queryParser/QueryParser$Operator.class

-SHA1-Digest: RwUsVy/B2YemeWG2TTiSv/nWvOg=

-

-Name: org/apache/lucene/index/FormatPostingsPositionsWriter.class

-SHA1-Digest: a9E9ZO6HQVPBFzZ4Y3XecpVjHM0=

-

-Name: org/apache/lucene/index/InvertedDocEndConsumer.class

-SHA1-Digest: RvLeRN8KBy6ViZj39IiWe+LQAvg=

-

-Name: org/apache/lucene/search/ParallelMultiSearcher$1.class

-SHA1-Digest: F5VNuT4MMm37QSpMcTZXLcNSpbs=

-

-Name: org/apache/lucene/index/FreqProxTermsWriterPerThread.class

-SHA1-Digest: y/MWit7PE8keBLsLvy4NdMlVcc0=

-

-Name: org/apache/lucene/util/Attribute.class

-SHA1-Digest: UX/nKw9ByWHPrw2fOQslFMcpQEE=

-

-Name: org/apache/lucene/store/MMapDirectory$1.class

-SHA1-Digest: Q3V5o6b1NaxNGpTekgC6gscCQZM=

-

-Name: org/apache/lucene/search/FieldCacheRangeFilter$FieldCacheDocIdSe

- t$1.class

-SHA1-Digest: 0K/37/4MP8FldHcU55kZkzsKPww=

-

-Name: org/apache/lucene/index/CompoundFileReader$FileEntry.class

-SHA1-Digest: Bfjfz+kXwNfQKEzK82ztRytzPbY=

-

-Name: org/apache/lucene/index/FieldsReader$LazyField.class

-SHA1-Digest: CeXFGbm/pn/CoEBYDgkcD+yBMhI=

-

-Name: org/apache/lucene/search/DisjunctionMaxScorer.class

-SHA1-Digest: 6N5UbZOnpfm6ArxUTU53/B7BJnk=

-

-Name: org/apache/lucene/index/ByteBlockPool$Allocator.class

-SHA1-Digest: C7Z6hMJO2uF3pZ2s7QD598EuGCY=

-

-Name: org/apache/lucene/analysis/TeeTokenFilter.class

-SHA1-Digest: OCUdJ3ccDb5OdOPwKVejK1XswXA=

-

-Name: META-INF/eclipse.inf

-SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw=

-

-Name: org/apache/lucene/util/cache/SimpleMapCache.class

-SHA1-Digest: ODiZkHFeF1nBKzdKenBgPoyRQVM=

-

-Name: org/apache/lucene/queryParser/ParseException.class

-SHA1-Digest: dtxSc6APDq9h769wjN9CID/uOMw=

-

-Name: org/apache/lucene/index/DirectoryReader$MultiTermEnum.class

-SHA1-Digest: fkhDPS90YKhz5nRYmrl8/o1gimk=

-

-Name: org/apache/lucene/search/MultiTermQuery$ConstantScoreAutoRewrite

- .class

-SHA1-Digest: XOt6rYn/h2k01A2Ck9ZgZ0B/lDE=

-

-Name: org/apache/lucene/util/ArrayUtil.class

-SHA1-Digest: /K5d5RXL+i+m9qNDqSAq1grMX9U=

-

-Name: org/apache/lucene/search/FieldCache$1.class

-SHA1-Digest: /QTrT+h5GS357MldUdSBc6zhtBI=

-

-Name: org/apache/lucene/index/SegmentInfos.class

-SHA1-Digest: PparlxU/GRufM2opWj9Nku4H+ig=

-

-Name: org/apache/lucene/messages/NLSException.class

-SHA1-Digest: ggBRY8iwTV9QfGthWEVIfO38d6s=

-

-Name: org/apache/lucene/search/Filter.class

-SHA1-Digest: x8ZUpEL4BAZtiiV2imKn6Z0ycPA=

-

-Name: org/apache/lucene/search/PhraseScorer.class

-SHA1-Digest: uf7uk7zr5LwaVN9hbBpj1q3o08c=

-

-Name: org/apache/lucene/search/BooleanQuery.class

-SHA1-Digest: MbXmx+y5+PAUnVMw2UHCn7HeRcE=

-

-Name: org/apache/lucene/search/Searchable.class

-SHA1-Digest: bZr5aWUPv5vuLQUFOEJSLk4L1so=

-

-Name: org/apache/lucene/analysis/PerFieldAnalyzerWrapper.class

-SHA1-Digest: WCj3im4zyY0zpMQQSL2HnQE/L98=

-

-Name: org/apache/lucene/util/StringHelper.class

-SHA1-Digest: rlhvwvdLHf3Uh/XTS/FGc4fAtOw=

-

-Name: org/apache/lucene/search/TopFieldCollector$OutOfOrderOneComparat

- orScoringMaxScoreCollector.class

-SHA1-Digest: Yl67PtFXlQklgFzl3140fEErE8w=

-

-Name: org/apache/lucene/search/MultiTermQuery$ConstantScoreFilterRewri

- te.class

-SHA1-Digest: gNfoz/Ox/in3K6xK0/H5ixLb0CE=

-

-Name: org/apache/lucene/index/PositionBasedTermVectorMapper$TVPosition

- Info.class

-SHA1-Digest: ritGIS0TbSxvt8bzdAN5VsOLg2g=

-

-Name: org/apache/lucene/index/CheckIndex$Status.class

-SHA1-Digest: ewAcEiDK9Um4dEV4EPFYAHZivbU=

-

-Name: org/apache/lucene/index/TermInfosWriter.class

-SHA1-Digest: 9I9H+HDdfCmHQxRofYTlI8aLDWQ=

-

-Name: org/apache/lucene/search/ScoreDocComparator$1.class

-SHA1-Digest: I9bkHCkKL/XSGkE0W2TO/K28qtE=

-

-Name: org/apache/lucene/index/DocFieldProcessorPerField.class

-SHA1-Digest: tvZEjaFBKGOIaBjyQToY5xvMRd0=

-

-Name: org/apache/lucene/search/TopFieldCollector$OneComparatorNonScori

- ngCollector.class

-SHA1-Digest: giBQMAzPRWADb+irnUm7hLtA3Hc=

-

-Name: org/apache/lucene/analysis/CharArraySet.class

-SHA1-Digest: QRtpY/0zLl0rxQTJJDxZIVbgZeg=

-

-Name: org/apache/lucene/search/FieldCacheImpl$IntCache.class

-SHA1-Digest: /ECVjhl1Q5BQixcZ8aUwwVYyaQE=

-

-Name: org/apache/lucene/index/SegmentTermPositions.class

-SHA1-Digest: iP3Ri5HYkaD9VQY4g/w9rwU/yQU=

-

-Name: plugin.properties

-SHA1-Digest: kub9Xshua34cYFPiPXfcJPEfIGQ=

-

-Name: org/apache/lucene/search/MultiSearcher$CachedDfSource.class

-SHA1-Digest: fE7XClmFBV79L2wnRGKiuuGLSOQ=

-

-Name: org/apache/lucene/index/SegmentMerger$2.class

-SHA1-Digest: ISI/KH/x11BuiEvyvXzniIxyMxw=

-

-Name: org/apache/lucene/util/FieldCacheSanityChecker$InsanityType.clas

- s

-SHA1-Digest: QHHLyo6RpKUdMmpg4bSyF68i7L0=

-

-Name: org/apache/lucene/analysis/CharArraySet$1.class

-SHA1-Digest: iKtMnMGcZZjR/SyewfWrpgPcPqQ=

-

-Name: org/apache/lucene/index/DirectoryReader$1.class

-SHA1-Digest: DjcUp620EJ0eD9kfzIoKDktFkYg=

-

-Name: org/apache/lucene/index/FormatPostingsDocsWriter.class

-SHA1-Digest: g5zhhxHHkWEFdWwzF4PT/Gvp+/o=

-

-Name: org/apache/lucene/index/DocFieldConsumer.class

-SHA1-Digest: SqW0jSpy9jq/2h7c71BjB9VYx+w=

-

-Name: org/apache/lucene/document/LoadFirstFieldSelector.class

-SHA1-Digest: KDJB31slBSsvm2bqqbe114TEPnE=

-

-Name: org/apache/lucene/analysis/tokenattributes/PositionIncrementAttr

- ibute.class

-SHA1-Digest: MVmglekKu8kXz7uzvlFkL8aAEW8=

-

-Name: org/apache/lucene/util/DocIdBitSet.class

-SHA1-Digest: SaDlF4n6l70X14pkzu1XcmyiGJc=

-

-Name: org/apache/lucene/search/TopFieldCollector$MultiComparatorScorin

- gNoMaxScoreCollector.class

-SHA1-Digest: GSbbXktiJKGbgnIa5+RfVysibIQ=

-

-Name: org/apache/lucene/search/TopFieldCollector$MultiComparatorScorin

- gMaxScoreCollector.class

-SHA1-Digest: RN4w/JZu6TiWIFszznwV9KzIvSY=

-

-Name: org/apache/lucene/analysis/NormalizeCharMap.class

-SHA1-Digest: BP5/h2WF7FgSboS1vTVSzdxpmO0=

-

-Name: org/apache/lucene/search/FilteredDocIdSet.class

-SHA1-Digest: OpF8A3MWNvAkK18WEfh9sbSMZRc=

-

-Name: org/apache/lucene/analysis/StopFilter.class

-SHA1-Digest: j37j1cC8ni+MK7nsvFyx6ZXP1rQ=

-

-Name: org/apache/lucene/search/IndexSearcher.class

-SHA1-Digest: b5MP15PXiRRhEvgefNgu2/zdu/g=

-

-Name: org/apache/lucene/analysis/WordlistLoader.class

-SHA1-Digest: jTAF8yCcGdHOehRlkiM9sc14408=

-

-Name: org/apache/lucene/document/Fieldable.class

-SHA1-Digest: sZ5IlhYUX0V0BMwQIApf4h9co5s=

-

-Name: org/apache/lucene/util/BitUtil.class

-SHA1-Digest: WSJNmK4qU6HAsQ4RV169afPev+Y=

-

-Name: org/apache/lucene/search/function/CustomScoreQuery$1.class

-SHA1-Digest: dsIkGeQYDCcbjBERb0x+m4bvBMM=

-

-Name: org/apache/lucene/search/FilteredQuery$1$1.class

-SHA1-Digest: yj6PqAyMiKQFexFIJ5EIWI9jEQI=

-

-Name: org/apache/lucene/index/DocFieldConsumerPerThread.class

-SHA1-Digest: tCwjl0W7XcwU43nIuEPC++niPs8=

-

-Name: org/apache/lucene/search/MatchAllDocsQuery$MatchAllScorer.class

-SHA1-Digest: VsmqNELkitS33ZrT0Wx3yyrIP8o=

-

-Name: org/apache/lucene/search/FilteredDocIdSetIterator.class

-SHA1-Digest: AuQnmk8mPcpL4FXxgWu7aVm3fTE=

-

-Name: org/apache/lucene/search/ConjunctionScorer.class

-SHA1-Digest: CITNnTEk5ecWLGnD2vjAb1AdLcY=

-

-Name: org/apache/lucene/queryParser/MultiFieldQueryParser.class

-SHA1-Digest: S5fIToD7p+jCyyRN8x3ftXD08y8=

-

-Name: org/apache/lucene/search/Explanation$IDFExplanation.class

-SHA1-Digest: yuhxKPt0hiPfdRwN1n07tcUtioA=

-

-Name: org/apache/lucene/analysis/TokenStream$1.class

-SHA1-Digest: fMBMaA3OEJw1pvI5eqJZfEhivz0=

-

-Name: org/apache/lucene/search/FieldCache$6.class

-SHA1-Digest: gTKVqmRVtHwy/m34/fF8Vdk/Or4=

-

-Name: org/apache/lucene/store/ChecksumIndexOutput.class

-SHA1-Digest: idx11vU02e5nxKFxNJ+Dt2FyRFk=

-

-Name: org/apache/lucene/search/ScoreDocComparator.class

-SHA1-Digest: XILwIkBDa/r6PWq4QlwHMmtqZ/U=

-

-Name: org/apache/lucene/search/function/FloatFieldSource$1.class

-SHA1-Digest: EXmZpucD3yZeBpaq6MmMnBcIJ4s=

-

-Name: org/apache/lucene/search/FieldCacheRangeFilter$5.class

-SHA1-Digest: BRUQNNe0bz2RVN3Lsh6qH7lz11s=

-

-Name: org/apache/lucene/search/spans/NearSpansOrdered$1.class

-SHA1-Digest: PsAOZeWHj19MlrWOQfGKwtJG6mg=

-

-Name: org/apache/lucene/util/OpenBitSetDISI.class

-SHA1-Digest: UIVFOU94xgoeJtcJAnBeHp2kFuk=

-

-Name: org/apache/lucene/analysis/tokenattributes/FlagsAttribute.class

-SHA1-Digest: LrbvWDMUAFWSkpMhoVdcR4zRduM=

-

-Name: org/apache/lucene/store/NoLock.class

-SHA1-Digest: FvLbeQZXlkZvo9Sw8ZVtKbNOqsE=

-

-Name: org/apache/lucene/index/KeepOnlyLastCommitDeletionPolicy.class

-SHA1-Digest: XPJ7snM/wbR1zvaXWFSp8t8MkFc=

-

-Name: org/apache/lucene/index/IndexFileDeleter$RefCount.class

-SHA1-Digest: zYF3v7npbM6QOdDVksP5C02RBOk=

-

-Name: org/apache/lucene/search/spans/NearSpansUnordered$CellQueue.clas

- s

-SHA1-Digest: O/c9RM3FYSTHNrGS+YXplBkXHV4=

-

-Name: org/apache/lucene/index/AllTermDocs.class

-SHA1-Digest: z4Pt7WaQXbkdvnXth8vOGSesP7g=

-

-Name: org/apache/lucene/search/payloads/PayloadTermQuery$PayloadTermWe

- ight.class

-SHA1-Digest: YOffotQG+slcfoMZGoaDN7S9Yc8=

-

-Name: org/apache/lucene/search/FieldComparator$LongComparator.class

-SHA1-Digest: N70eHSD+C4PFkV3bA6nmTHPsacE=

-

-Name: org/apache/lucene/analysis/standard/StandardAnalyzer$SavedStream

- s.class

-SHA1-Digest: pXshWXMocVCOozT5jonupwn7MFw=

-

-Name: org/apache/lucene/search/MultiTermQueryWrapperFilter.class

-SHA1-Digest: 8aCiYAQnf3+JWNOEDYFJuj7vLFc=

-

-Name: org/apache/lucene/util/Constants.class

-SHA1-Digest: fbDRPVLu6rsh92wAAy/pyZeObDs=

-

-Name: org/apache/lucene/index/SegmentMerger.class

-SHA1-Digest: DpLQfJv3UC+LkB/Fog9C4HPjQic=

-

-Name: org/apache/lucene/document/AbstractField.class

-SHA1-Digest: q45H3zKu0KbzIYLpO/5fpZmKl8M=

-

-Name: org/apache/lucene/index/DirectoryReader.class

-SHA1-Digest: 6qgc5BMPooG6cFnKSVSPFmPX2Ng=

-

-Name: org/apache/lucene/store/IndexInput.class

-SHA1-Digest: f7bn07ouYB80gHkK8GgQlaLxoy4=

-

-Name: org/apache/lucene/search/Similarity$MethodSupport.class

-SHA1-Digest: KlcvfGiHJ9JETWTDlg3F2/dP2IA=

-

-Name: org/apache/lucene/index/MultipleTermPositions$TermPositionsQueue

- .class

-SHA1-Digest: qo9hepry4fHeFmLuiYubvc3AX14=

-

-Name: org/apache/lucene/search/MultiSearcher.class

-SHA1-Digest: 3HacSTr9NuhxRwLyv/mddQzH4E0=

-

-Name: org/apache/lucene/search/QueryWrapperFilter$1.class

-SHA1-Digest: dCW/hKoMYJIMtjP4LxXx2MRmG+s=

-

-Name: org/apache/lucene/index/InvertedDocConsumerPerField.class

-SHA1-Digest: 2aLvWx9ak1bNYNO0G4ib2NJDkGk=

-

-Name: org/apache/lucene/search/MultiTermQueryWrapperFilter$2.class

-SHA1-Digest: evS7CJtWJEhar3O02qupZrceP/0=

-

-Name: org/apache/lucene/index/FieldReaderException.class

-SHA1-Digest: jYGOpTNv1IG4fNTiDb4KcV64CQM=

-

-Name: org/apache/lucene/index/SegmentTermDocs.class

-SHA1-Digest: ++hcIOjICuxae0z4wfh2QRmPBqM=

-

-Name: org/apache/lucene/search/TermRangeQuery.class

-SHA1-Digest: O1rPogQXrD3hPkJ7ztmX4856Rd4=

-

-Name: org/apache/lucene/analysis/TokenStream$MethodSupport.class

-SHA1-Digest: SvWwYTkr3qVf7bYLjUnQ8e+uPXc=

-

-Name: org/apache/lucene/index/TermInfosReader.class

-SHA1-Digest: mLyl5EAuMsdZsAJmjvyT017Sqg0=

-

-Name: org/apache/lucene/search/HitCollectorWrapper.class

-SHA1-Digest: anBdH4TeAyLFoY1eLlhPm4ty1cA=

-

-Name: org/apache/lucene/search/FieldDocSortedHitQueue.class

-SHA1-Digest: RIpjAoBpKxvdxgMHkfm+MqmgBek=

-

-Name: org/apache/lucene/index/DocFieldConsumerPerField.class

-SHA1-Digest: Z6+QqpcIwXZFirtO5VW9qBC/YyY=

-

-Name: org/apache/lucene/search/function/ValueSourceQuery$ValueSourceSc

- orer.class

-SHA1-Digest: 7TF0+dfuulTqz5jDMh/o6eYFxDc=

-

-Name: org/apache/lucene/search/payloads/MinPayloadFunction.class

-SHA1-Digest: 9AgsBwR28i1sL9a1TEny3vkj6f4=

-

-Name: org/apache/lucene/search/TopScoreDocCollector$1.class

-SHA1-Digest: Z7HB8v6QzBz+h9VoXhLXlm9USGc=

-

-Name: org/apache/lucene/util/MemoryModel.class

-SHA1-Digest: OtRwh3dWSxQpu+5m3f+GUKaif54=

-

-Name: org/apache/lucene/store/MMapDirectory$MMapIndexInput.class

-SHA1-Digest: 0rAs3FQbHu6fsOXieKTOI6cSy9Q=

-

-Name: org/apache/lucene/search/SpanFilter.class

-SHA1-Digest: kLX83Dew/3+rkt2uPxN7nyOZxOg=

-

-Name: org/apache/lucene/index/DocumentsWriter$ByteBlockAllocator.class

-SHA1-Digest: upAyw3hl5DYyPRyOqryPdHlCuFU=

-

-Name: org/apache/lucene/search/FieldSortedHitQueue$4.class

-SHA1-Digest: hdz9WqunoW6IMfa31sRPirOAl1I=

-

-Name: org/apache/lucene/document/Field$Store.class

-SHA1-Digest: NX3QlQ0awn+CEqCAp6IoZ3odTuw=

-

-Name: org/apache/lucene/index/MultipleTermPositions.class

-SHA1-Digest: t0PeDgLZD+Z+VvIE2RJSeHnitqg=

-

-Name: org/apache/lucene/search/TimeLimitedCollector$TimeExceededExcept

- ion.class

-SHA1-Digest: dXWbZJRCaQJE4ffyIKGJsSA/rh0=

-

-Name: org/apache/lucene/analysis/BaseCharFilter.class

-SHA1-Digest: rQqjUhRkOPiYTWZFo82WyqeFCDk=

-

-Name: org/apache/lucene/index/CheckIndex$Status$StoredFieldStatus.clas

- s

-SHA1-Digest: mGmn+MXT4HJTPriPKrkWii5SgYA=

-

-Name: org/apache/lucene/search/PhraseQuery.class

-SHA1-Digest: KPfLZHnEuORSv4AVfszLDPOC46I=

-

-Name: org/apache/lucene/index/DocFieldConsumersPerThread.class

-SHA1-Digest: la1rV71MTQ+r63bKH7E0HRnmeZ4=

-

-Name: org/apache/lucene/search/Similarity$2.class

-SHA1-Digest: CuQypQGhdb3si5Ea1tIEs/LxsiE=

-

-Name: org/apache/lucene/util/NumericUtils$IntRangeBuilder.class

-SHA1-Digest: oa7Jxl55bIr7z+8rqgnyRPW9R4U=

-

-Name: org/apache/lucene/search/payloads/AveragePayloadFunction.class

-SHA1-Digest: SJoFySEKIpLaW+c6IILLNtQtnv0=

-

-Name: org/apache/lucene/search/MultiSearcherThread.class

-SHA1-Digest: bDzhONzF46ZDWgJdqN1toM7hR2o=

-

-Name: org/apache/lucene/util/cache/Cache$SynchronizedCache.class

-SHA1-Digest: aulm1p7kgu/GvlvBE16l4ML3cHY=

-

-Name: org/apache/lucene/analysis/PorterStemFilter.class

-SHA1-Digest: SKZyZ2OcRcyvP2X7ywioDZ/mMHI=

-

-Name: org/apache/lucene/analysis/StopAnalyzer$SavedStreams.class

-SHA1-Digest: 5AdwA/YOs1Ofaq5Tf4RCesiHQO8=

-

-Name: org/apache/lucene/index/DocConsumerPerThread.class

-SHA1-Digest: Yri1t5wxJjWWW8APMAT45s9jDYw=

-

-Name: org/apache/lucene/analysis/LowerCaseFilter.class

-SHA1-Digest: O5HkON5HPrvJX+JFv0/n7kr3u7Q=

-

-Name: org/apache/lucene/search/QueryFilter.class

-SHA1-Digest: 2AMwinGBdrpLQkYpCPCGIDc9DZs=

-

-Name: org/apache/lucene/queryParser/FastCharStream.class

-SHA1-Digest: ljbm+P3Gbewj1DvzYKX9AxRmjHk=

-

-Name: org/apache/lucene/search/FieldCacheImpl$FloatCache.class

-SHA1-Digest: YmQLpjzM0moaqSA68VkzT2C+/Yo=

-

-Name: org/apache/lucene/index/ParallelReader$ParallelTermDocs.class

-SHA1-Digest: Qc61WI50vbrYuGbgCxtnqKdMCLo=

-

-Name: org/apache/lucene/index/SegmentInfos$2.class

-SHA1-Digest: p/XP2r66jyShLZwmTfS2hXkexxM=

-

-Name: org/apache/lucene/util/cache/SimpleLRUCache$1.class

-SHA1-Digest: n6nmBM2K4vGsjvd9rTKUE1RRsV8=

-

-Name: org/apache/lucene/search/FieldCacheRangeFilter$4$1.class

-SHA1-Digest: TjzlvyIOGZRq0XCc0eu6Va5++Ao=

-

-Name: org/apache/lucene/search/FieldCacheImpl$LongCache.class

-SHA1-Digest: AJpGop8S3rXQoYstcD67DSUwnVs=

-

-Name: org/apache/lucene/index/TermFreqVector.class

-SHA1-Digest: 1zzNq6ebHY3/8Vfu0QChVc5Ohpc=

-

-Name: org/apache/lucene/messages/MessageImpl.class

-SHA1-Digest: PhKtujcvc35GyjEInkSpXlqcx/4=

-

-Name: org/apache/lucene/search/payloads/MaxPayloadFunction.class

-SHA1-Digest: DRayGWwEACcVsOSRIflX//3rTBk=

-

-Name: org/apache/lucene/document/FieldSelector.class

-SHA1-Digest: nN1PDY9vPCojvqqiU0UFre0Zo/I=

-

-Name: org/apache/lucene/queryParser/QueryParser$LookaheadSuccess.class

-SHA1-Digest: vLFdXoigR220WFtoRWQ/6zFhfPM=

-

-Name: org/apache/lucene/search/FieldCacheRangeFilter$FieldCacheDocIdSe

- t.class

-SHA1-Digest: YKaErRBxeN/jzftrfB9VYo5d7/g=

-

-Name: org/apache/lucene/index/ParallelReader.class

-SHA1-Digest: s0hdOkrDEwXXj23zqRcS46Yi0EU=

-

-Name: org/apache/lucene/search/SortComparator.class

-SHA1-Digest: Mi8FYYqvN0dPNhRyr00ngPW1F1E=

-

-Name: org/apache/lucene/search/spans/SpanFirstQuery$1.class

-SHA1-Digest: slu4cDV14M11qzvsEm2B1YYEnJU=

-

-Name: org/apache/lucene/search/MultiPhraseQuery.class

-SHA1-Digest: 3saSdff5J10u5w339YoSoev+dqY=

-

-Name: org/apache/lucene/search/QueryTermVector.class

-SHA1-Digest: yeElYZ/FWbL1RviMygBfFf3TEVc=

-

-Name: org/apache/lucene/search/FuzzyTermEnum.class

-SHA1-Digest: Fn5Px5I7nJ7WE8JNOj13OK9oiDY=

-

-Name: org/apache/lucene/search/BooleanClause.class

-SHA1-Digest: ib/oHCr4hGKauiExOiq53u2KoV0=

-

-Name: org/apache/lucene/search/NumericRangeQuery.class

-SHA1-Digest: k1HfiCPahsG+IcW8mfL0KLuJI9A=

-

-Name: org/apache/lucene/index/FormatPostingsFieldsWriter.class

-SHA1-Digest: Wm8t2Ac5CIYs+pzLHImMe3ewdeM=

-

-Name: org/apache/lucene/index/CheckIndex$MySegmentTermDocs.class

-SHA1-Digest: Le2qj+wbXjsbKSGXnbH2v6hC5es=

-

-Name: org/apache/lucene/index/TermPositions.class

-SHA1-Digest: 1f0YdpeiSmiBikZyJeQQ2nKIOn4=

-

-Name: org/apache/lucene/index/FormatPostingsFieldsConsumer.class

-SHA1-Digest: qOm9HJ8zTGyDDrJLEu51hKIB5Gw=

-

-Name: org/apache/lucene/index/SerialMergeScheduler.class

-SHA1-Digest: R5Rm4hzltMCCFqIZODOoee80KKg=

-

-Name: org/apache/lucene/index/DocInverterPerThread$SingleTokenTokenStr

- eam.class

-SHA1-Digest: 7C1oDXJU9UC6wdchSXtP3h/RqpY=

-

-Name: org/apache/lucene/search/FieldComparator$FloatComparator.class

-SHA1-Digest: nKJKd2J4Cjqf/8yr78SNCJIQYBI=

-

-Name: org/apache/lucene/index/ParallelReader$ParallelTermPositions.cla

- ss

-SHA1-Digest: qu80cL1g3E3W9C4nvWfYg7wmSIY=

-

-Name: org/apache/lucene/index/SegmentReader$Ref.class

-SHA1-Digest: HFNaxppQgeqbAfq0UVo/efnylCE=

-

-Name: org/apache/lucene/search/FieldSortedHitQueue$9.class

-SHA1-Digest: CyolvFm0DQ5P1++PgzVZLM9ojLI=

-

-Name: org/apache/lucene/document/MapFieldSelector.class

-SHA1-Digest: KTp/imUXN+GlmpXhGgdHTsO+8Ss=

-

-Name: org/apache/lucene/analysis/TokenStream.class

-SHA1-Digest: MqWeS1efE0fyCQtFNDvaZWXXBh8=

-

-Name: org/apache/lucene/analysis/Analyzer.class

-SHA1-Digest: CzYcwzOCDxPTS4aEn3SlEL1i2MA=

-

-Name: org/apache/lucene/search/function/ValueSourceQuery.class

-SHA1-Digest: HxtgUakRXVYPGAgW908YjgHxpLk=

-

-Name: org/apache/lucene/search/function/ValueSourceQuery$ValueSourceWe

- ight.class

-SHA1-Digest: qhkVhlJBdGN5+K/o+e7V/TiGwd0=

-

-Name: org/apache/lucene/index/TermsHashPerThread.class

-SHA1-Digest: /cg4jO2t3DzMIs1O+za6s5e2DB0=

-

-Name: org/apache/lucene/index/MultipleTermPositions$1.class

-SHA1-Digest: y3nf3/nCRu8yi+EgkI5Ho/LGB0A=

-

-Name: org/apache/lucene/search/FilterManager$FilterItem.class

-SHA1-Digest: ihQGV9f321FBp9YZKpCqnk4nE+k=

-

-Name: org/apache/lucene/search/MultiTermQuery$ConstantScoreBooleanQuer

- yRewrite.class

-SHA1-Digest: cNLwJ9y7PpFaGJQm1kJRu4+nmK0=

-

-Name: org/apache/lucene/search/FieldCache$FloatParser.class

-SHA1-Digest: 0QkJN3lzwFvlNgcYaBbvSIcZbUk=

-

-Name: org/apache/lucene/index/IndexModifier.class

-SHA1-Digest: 4Tf8E6amotBLEH5pXEDCyDk8e9o=

-

-Name: org/apache/lucene/search/payloads/PayloadTermQuery$PayloadTermWe

- ight$PayloadTermSpanScorer.class

-SHA1-Digest: LsUz8dRTk0gRlKk56UA2G+gOK/0=

-

-Name: org/apache/lucene/index/MergePolicy.class

-SHA1-Digest: icfPewqZGtKkjxphc6IlGqBWIKo=

-

-Name: org/apache/lucene/index/NormsWriter.class

-SHA1-Digest: FB8FpCvF5xIqQguCP61w1SqqPdQ=

-

-Name: org/apache/lucene/search/WildcardTermEnum.class

-SHA1-Digest: FXWtE+sSs5PAx7nlqgnlmCi+xJg=

-

-Name: org/apache/lucene/search/FieldCacheImpl$CacheEntryImpl.class

-SHA1-Digest: AYVPCvAwR0CES1yWKOLndLvxkyQ=

-

-Name: org/apache/lucene/document/Field.class

-SHA1-Digest: nq7g/zzyqLaj+2o9mrmzgULXs+s=

-

-Name: org/apache/lucene/index/FieldInfos.class

-SHA1-Digest: DQZWCRmt0ghLWhCajJuVibmEmEw=

-

-Name: org/apache/lucene/index/DocumentsWriter$SkipDocWriter.class

-SHA1-Digest: dstudjO3oCT+Rp/ESz8xB5oHqNY=

-

-Name: org/apache/lucene/search/MultiTermQuery$1.class

-SHA1-Digest: L6OvK/Ed88a4qz5fdmqG58vxez8=

-

-Name: org/apache/lucene/index/DocumentsWriter$1.class

-SHA1-Digest: 0NgSxzJ0uGO/0wNLkuVR8SNjnik=

-

-Name: org/apache/lucene/index/SegmentMerger$1.class

-SHA1-Digest: I6n/VurgEoj76yaFjEeWibFIwCA=

-

-Name: org/apache/lucene/index/DocInverter.class

-SHA1-Digest: HcrcmG3L6p5ATSOLW9yBHuJ32/o=

-

-Name: org/apache/lucene/index/CheckIndex$Status$SegmentInfoStatus.clas

- s

-SHA1-Digest: ih2p7WV4w7bGh1g2yYgXPTo0sm4=

-

-Name: org/apache/lucene/analysis/tokenattributes/TypeAttributeImpl.cla

- ss

-SHA1-Digest: QMAdK/l2FRywI8vgIJviOBPmI6M=

-

-Name: org/apache/lucene/index/TermVectorsTermsWriterPerField.class

-SHA1-Digest: rMPAZbF9mvUsC4raZulu9UkeOjU=

-

-Name: org/apache/lucene/search/payloads/PayloadNearQuery$PayloadNearSp

- anScorer.class

-SHA1-Digest: wvxBeggp5KWWMJR1rmZgU5xNiWw=

-

-Name: org/apache/lucene/search/ConstantScoreRangeQuery.class

-SHA1-Digest: a0rSEYyzl/QPA4mf98rRveU4h9o=

-

-Name: org/apache/lucene/search/TermQuery.class

-SHA1-Digest: Ll3UafO93rPu6VjOEuOsozB0zVY=

-

-Name: org/apache/lucene/search/function/CustomScoreQuery.class

-SHA1-Digest: 9SrN5AJr3RfDvemwvEgYzkoacZI=

-

-Name: org/apache/lucene/search/FuzzyQuery.class

-SHA1-Digest: h25Z/RRz3ics4plVwyXM0BhHiQU=

-

-Name: org/apache/lucene/search/FilteredQuery$1.class

-SHA1-Digest: BocAAQoT1RN/1CMj/MaBMW6AiVs=

-

-Name: org/apache/lucene/index/CompoundFileReader$CSIndexInput.class

-SHA1-Digest: xVUzdnJ1Ho3Pa/MmiSFea0XRqIQ=

-

-Name: org/apache/lucene/index/ParallelArrayTermVectorMapper.class

-SHA1-Digest: 9FVPSs//q9wpvPQTC6Sq7meoqy0=

-

-Name: org/apache/lucene/store/Lock.class

-SHA1-Digest: 9OHFVRu0ciNqkNyETx1hiW+qT3Q=

-

-Name: org/apache/lucene/index/IndexWriter.class

-SHA1-Digest: tcEicLIT//b9P8Nenc9OWDWJbIc=

-

-Name: org/apache/lucene/index/ReusableStringReader.class

-SHA1-Digest: IyYaDxxQ3BVMijnbefnMIifYbLk=

-

-Name: org/apache/lucene/store/LockStressTest.class

-SHA1-Digest: 6t2tlh170cItsk63vaAsGB3POKY=

-

-Name: org/apache/lucene/search/Query.class

-SHA1-Digest: Yh2NDhB6NW4D5zUuDYa+MUoRQUY=

-

-Name: org/apache/lucene/index/SnapshotDeletionPolicy.class

-SHA1-Digest: rigQHVDBPffjpmmS/uupT2NF6Js=

-

-Name: org/apache/lucene/queryParser/Token.class

-SHA1-Digest: 24/jqNshPjBoUevnXMh2tkM4PoA=

-

-Name: org/apache/lucene/index/TermDocs.class

-SHA1-Digest: I96Q4NkmiSHu9usQUa5XOFODAMc=

-

-Name: org/apache/lucene/search/Collector.class

-SHA1-Digest: 4ylYA7sSevqoWbxkbRRtDmu+HYI=

-

-Name: org/apache/lucene/index/StoredFieldsWriter.class

-SHA1-Digest: BUh5DDMQGD2iqxiYHzDwND5vAZw=

-

-Name: org/apache/lucene/store/FSDirectory$FSIndexInput$Descriptor.clas

- s

-SHA1-Digest: AzPxlMOYeI3uRwYbf5dx+3pZA54=

-

-Name: org/apache/lucene/analysis/CharArraySet$UnmodifiableCharArraySet

- .class

-SHA1-Digest: YVHHiQ8yjzYCsrryyd2xj2WBMWM=

-

-Name: org/apache/lucene/search/FieldCacheTermsFilter.class

-SHA1-Digest: DsFBTJNERPQX2IHHWAtDGlXfaYA=

-

-Name: org/apache/lucene/search/ExactPhraseScorer.class

-SHA1-Digest: nL7Mt0M3n0tAZFQCCvBJJMB6KgA=

-

-Name: org/apache/lucene/util/UnicodeUtil.class

-SHA1-Digest: HjjrkJlaX+cv6RGzsCljP4fflfc=

-

-Name: org/apache/lucene/search/FieldCache$5.class

-SHA1-Digest: fKuZ8sezmie5hozfkEak9KXdHmA=

-

-Name: org/apache/lucene/index/ConcurrentMergeScheduler$MergeThread.cla

- ss

-SHA1-Digest: DQu64IDbI216/ecNwPAiSvfhX+M=

-

-Name: org/apache/lucene/store/SingleInstanceLock.class

-SHA1-Digest: +2Ej80JEe26Vywn25/tvrDg2L8Y=

-

-Name: org/apache/lucene/search/FieldCacheRangeFilter$4.class

-SHA1-Digest: dVmzLBhB/hWiCxNb+OzYE1oTTGs=

-

-Name: org/apache/lucene/store/SimpleFSDirectory$SimpleFSIndexInput.cla

- ss

-SHA1-Digest: AYbW3PL2jni7iKJBwJzCY2xIjRs=

-

-Name: org/apache/lucene/analysis/KeywordAnalyzer.class

-SHA1-Digest: 6bbBdp1ZTKOvzLbUBPpFavTC4c8=

-

-Name: org/apache/lucene/analysis/BaseCharFilter$OffCorrectMap.class

-SHA1-Digest: 5lh1BbOXEn5G9H8YI+/9AuBFS9M=

-

-Name: org/apache/lucene/search/DocIdSet$1$1.class

-SHA1-Digest: 18PcLAcm3ei7H1zCBN5xNdJuTy8=

-

-Name: org/apache/lucene/search/FieldCache$DoubleParser.class

-SHA1-Digest: 89QGQIzXg3CpzQUmxQ9SILNPgq4=

-

-Name: org/apache/lucene/index/FreqProxTermsWriter$PostingList.class

-SHA1-Digest: PRp7CKHICaPRJmgMfpXroy6MEi4=

-

-Name: org/apache/lucene/util/NumericUtils$LongRangeBuilder.class

-SHA1-Digest: 1DvaNmHyEscanhdHJWLzT6ewS1w=

-

-Name: org/apache/lucene/search/MultiTermQueryWrapperFilter$1.class

-SHA1-Digest: 1ZQVxJK/3vAKjP4OUFicY88zPlI=

-

-Name: org/apache/lucene/search/FieldSortedHitQueue.class

-SHA1-Digest: F99sysCPoyYm3gjGANr0n+yvfXo=

-

-Name: org/apache/lucene/index/InvertedDocConsumer.class

-SHA1-Digest: n7eVuNGbmMe8UgqKiVSv+qC76EU=

-

-Name: org/apache/lucene/util/StringInterner.class

-SHA1-Digest: wOt2q2EKip0vh2Upoao4LeE9S1Q=

-

-Name: org/apache/lucene/search/function/ByteFieldSource.class

-SHA1-Digest: K5IBFkMbOcdTR9X188tmairl7II=

-

-Name: org/apache/lucene/search/function/FieldCacheSource.class

-SHA1-Digest: xmPJzm1yfJX3rIIYQVL/Ch7m3jU=

-

-Name: org/apache/lucene/search/TopFieldCollector$OutOfOrderMultiCompar

- atorScoringMaxScoreCollector.class

-SHA1-Digest: +MgWdJkLfrYYadVWqO2cfoFoXKs=

-

-Name: org/apache/lucene/index/MergePolicy$MergeAbortedException.class

-SHA1-Digest: 4oYUivySm1fLeXTIF9X3c4AYl08=

-

-Name: org/apache/lucene/store/LockVerifyServer.class

-SHA1-Digest: Q/lwjhWC6e+NJbatu6010JXgQ4w=

-

-Name: org/apache/lucene/search/payloads/PayloadNearQuery.class

-SHA1-Digest: j/0JxXqV8jfACzsg9RLUswalKfk=

-

-Name: org/apache/lucene/search/SpanFilterResult$PositionInfo.class

-SHA1-Digest: Q9v55N8cuABAQxL6rvEM7aSFc78=

-

-Name: org/apache/lucene/util/SortedVIntList$SortedVIntListBuilder.clas

- s

-SHA1-Digest: HWiY1+bV7nBF0e1N1MTmUVlAD3w=

-

-Name: org/apache/lucene/index/TermInfo.class

-SHA1-Digest: pIvz5GUFlcgcCXVR7pNQBCwMc2w=

-

-Name: org/apache/lucene/analysis/StopAnalyzer$1.class

-SHA1-Digest: tm7ycbXIGfKNP+kR8jlCQ2ZZDJM=

-

-Name: org/apache/lucene/search/FieldSortedHitQueue$3.class

-SHA1-Digest: 7V7gu/UXBuf29s+phXhJ2MQunvY=

-

-Name: org/apache/lucene/index/TermInfosReader$1.class

-SHA1-Digest: TB4lWKB5DLmt877m00/FTHtAUek=

-

-Name: org/apache/lucene/analysis/ISOLatin1AccentFilter.class

-SHA1-Digest: bhpIWaowaPbiwWXJTw2jR/nAwE8=

-

-Name: org/apache/lucene/store/LockFactory.class

-SHA1-Digest: gOCh0eJz92DlR4qYgrugumHRsq8=

-

-Name: org/apache/lucene/search/TermScorer.class

-SHA1-Digest: StS2msY+NewT1jRIKLE5Kq9mdPY=

-

-Name: org/apache/lucene/index/StoredFieldsWriter$PerDoc.class

-SHA1-Digest: AfR/SnEHccGY+geMONhq8eG/Z7w=

-

-Name: org/apache/lucene/search/payloads/PayloadNearQuery$PayloadNearSp

- anWeight.class

-SHA1-Digest: UUQq0pidrpgnjW6zYtdofY2Cg+k=

-

-Name: org/apache/lucene/search/Similarity$1.class

-SHA1-Digest: 9h5aKKP2IQiogP4S3aLiE38X6ao=

-

-Name: org/apache/lucene/index/IndexReader.class

-SHA1-Digest: yJ+DFdZ/0m+Iit2Di16jvwtAlNY=

-

-Name: org/apache/lucene/index/StoredFieldsWriterPerThread.class

-SHA1-Digest: 0muvRldVE2dUc7IT7aDsoJo+3TM=

-

-Name: org/apache/lucene/index/InvertedDocEndConsumerPerThread.class

-SHA1-Digest: AZSwNuf26ktbpzhs3oIvNekkBPI=

-

-Name: org/apache/lucene/search/function/FieldScoreQuery.class

-SHA1-Digest: qUqmAw/v0P6uaKiOOLwRQ4XzDmc=

-

-Name: org/apache/lucene/analysis/TeeSinkTokenFilter$SinkFilter.class

-SHA1-Digest: 9SF0Z9VZ3eCLWrUGZrxdn3Q44aU=

-

-Name: org/apache/lucene/search/HitCollector.class

-SHA1-Digest: gUHl9KpiDJY8zkVgJkeJMpV7sBg=

-

-Name: org/apache/lucene/analysis/KeywordTokenizer.class

-SHA1-Digest: 9CChOF0pFjNtycivA4UFzub1TfY=

-

-Name: org/apache/lucene/search/MultiPhraseQuery$MultiPhraseWeight.clas

- s

-SHA1-Digest: 3rJVwX0Wkon88Y/JGruQu/kkoXM=

-

-Name: org/apache/lucene/search/DocIdSet$1.class

-SHA1-Digest: +HhEpb/usnrUbsNCAmehFF1GHNY=

-

-Name: org/apache/lucene/store/FSLockFactory.class

-SHA1-Digest: tiLGepNDYqsYS5s9qZee5kf/Rkk=

-

-Name: org/apache/lucene/search/DocIdSetIterator.class

-SHA1-Digest: 92YvH1HLJHVv/7tHew5IUQt9GbI=

-

-Name: org/apache/lucene/store/IndexOutput.class

-SHA1-Digest: JQMUUHdyb/udUbcimyNfGIGJP0w=

-

-Name: org/apache/lucene/search/HitQueue.class

-SHA1-Digest: pc6gLLx/VWnzqKrFJTVKL0g1dw4=

-

-Name: org/apache/lucene/search/ExtendedFieldCache$LongParser.class

-SHA1-Digest: kHVdyvKwc4Q7dNEsfDqR10PRET4=

-

-Name: org/apache/lucene/store/AlreadyClosedException.class

-SHA1-Digest: 26zeKgyS39BsgsCKZq7vv+5VKv4=

-

-Name: org/apache/lucene/index/SegmentInfos$1.class

-SHA1-Digest: 8pnlgx0Wu0d4eNFaFERlzGWOBM8=

-

diff --git a/eclipse-build/dependencyManifests/org.apache.tomcat_7.0.21.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.apache.tomcat_7.0.21.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index 3522c72..0000000
--- a/eclipse-build/dependencyManifests/org.apache.tomcat_7.0.21.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,12 +0,0 @@
-Manifest-Version: 1.0

-Export-Package: org.apache.tomcat;version="7.0.21"

-Bundle-Vendor: %bundleProvider

-Bundle-ClassPath: .

-Bundle-Version: 7.0.21

-Bundle-Name: %bundleName

-Bundle-Localization: plugin

-Bundle-ManifestVersion: 2

-Bundle-SymbolicName: org.apache.tomcat

-Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.0/Foundation-1.0,J

- 2SE-1.3

-

diff --git a/eclipse-build/dependencyManifests/org.eclipse.jetty.continuation_8.1.0.v20120127.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.eclipse.jetty.continuation_8.1.0.v20120127.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index 5152b88..0000000
--- a/eclipse-build/dependencyManifests/org.eclipse.jetty.continuation_8.1.0.v20120127.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,28 +0,0 @@
-Manifest-Version: 1.0

-Export-Package: org.eclipse.jetty.continuation;uses:="javax.servlet";v

- ersion="8.1.0"

-Implementation-Version: 8.1.0.v20120127

-Bundle-Classpath: .

-Built-By: mockbuild

-Tool: Bnd-1.50.0

-Bundle-Localization: plugin

-Bundle-Name: Jetty :: Continuation

-Created-By: Apache Maven Bundle Plugin

-url: http://www.eclipse.org/jetty

-Bundle-RequiredExecutionEnvironment: J2SE-1.5

-Bundle-Copyright: Copyright (c) 2008-2009 Mort Bay Consulting Pty. Ltd

- .

-Bundle-Vendor: Eclipse Jetty Project

-Implementation-Vendor: Eclipse.org - Jetty

-Bundle-Version: 8.1.0.v20120127

-Build-Jdk: 1.7.0_b147-icedtea

-Bnd-LastModified: 1330080183717

-Bundle-ManifestVersion: 2

-Bundle-License: http://www.apache.org/licenses/LICENSE-2.0, http://www

- .eclipse.org/org/documents/epl-v10.php

-Bundle-Description: Asynchronous API

-Bundle-DocURL: http://www.eclipse.org/jetty

-Bundle-SymbolicName: org.eclipse.jetty.continuation

-Import-Package: javax.servlet;version="2.6.0"

-Archiver-Version: Plexus Archiver

-

diff --git a/eclipse-build/dependencyManifests/org.eclipse.jetty.http_8.1.0.v20120127.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.eclipse.jetty.http_8.1.0.v20120127.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index d0acd3e..0000000
--- a/eclipse-build/dependencyManifests/org.eclipse.jetty.http_8.1.0.v20120127.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,37 +0,0 @@
-Manifest-Version: 1.0

-Export-Package: org.eclipse.jetty.http.ssl;uses:="org.eclipse.jetty.ut

- il.ssl";version="8.1.0",org.eclipse.jetty.http;uses:="org.eclipse.jet

- ty.io,org.eclipse.jetty.util.log,org.eclipse.jetty.util,org.eclipse.j

- etty.util.component,org.eclipse.jetty.util.resource,org.eclipse.jetty

- .io.bio";version="8.1.0",org.eclipse.jetty.http.gzip;uses:="javax.ser

- vlet,org.eclipse.jetty.util,javax.servlet.http";version="8.1.0"

-Implementation-Version: 8.1.0.v20120127

-Bundle-Classpath: .

-Built-By: mockbuild

-Tool: Bnd-1.50.0

-Bundle-Localization: plugin

-Bundle-Name: Jetty :: Http Utility

-Created-By: Apache Maven Bundle Plugin

-url: http://www.eclipse.org/jetty

-Bundle-RequiredExecutionEnvironment: J2SE-1.5

-Bundle-Copyright: Copyright (c) 2008-2009 Mort Bay Consulting Pty. Ltd

- .

-Bundle-Vendor: Eclipse Jetty Project

-Implementation-Vendor: Eclipse.org - Jetty

-Bundle-Version: 8.1.0.v20120127

-Build-Jdk: 1.7.0_b147-icedtea

-Bnd-LastModified: 1330080183089

-Bundle-ManifestVersion: 2

-Bundle-License: http://www.apache.org/licenses/LICENSE-2.0, http://www

- .eclipse.org/org/documents/epl-v10.php

-Bundle-Description: Administrative parent pom for Jetty modules

-Bundle-DocURL: http://www.eclipse.org/jetty

-Bundle-SymbolicName: org.eclipse.jetty.http

-Import-Package: javax.servlet;version="2.6.0",javax.servlet.http;versi

- on="2.6.0",org.eclipse.jetty.io;version="[8.1,9)",org.eclipse.jetty.i

- o.bio;version="[8.1,9)",org.eclipse.jetty.util;version="[8.1,9)",org.

- eclipse.jetty.util.component;version="[8.1,9)",org.eclipse.jetty.util

- .log;version="[8.1,9)",org.eclipse.jetty.util.resource;version="[8.1,

- 9)",org.eclipse.jetty.util.ssl;version="[8.1,9)"

-Archiver-Version: Plexus Archiver

-

diff --git a/eclipse-build/dependencyManifests/org.eclipse.jetty.io_8.1.0.v20120127.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.eclipse.jetty.io_8.1.0.v20120127.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index 09962cc..0000000
--- a/eclipse-build/dependencyManifests/org.eclipse.jetty.io_8.1.0.v20120127.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,36 +0,0 @@
-Manifest-Version: 1.0

-Export-Package: org.eclipse.jetty.io.nio;uses:="org.eclipse.jetty.io,o

- rg.eclipse.jetty.util.log,org.eclipse.jetty.util.thread,org.eclipse.j

- etty.util.component,org.eclipse.jetty.util,javax.net.ssl";version="8.

- 1.0",org.eclipse.jetty.io.bio;uses:="javax.net.ssl,org.eclipse.jetty.

- util.log,org.eclipse.jetty.io";version="8.1.0",org.eclipse.jetty.io;u

- ses:="org.eclipse.jetty.util.log,org.eclipse.jetty.util,org.eclipse.j

- etty.io.nio,org.eclipse.jetty.util.thread";version="8.1.0"

-Implementation-Version: 8.1.0.v20120127

-Bundle-Classpath: .

-Built-By: mockbuild

-Tool: Bnd-1.50.0

-Bundle-Localization: plugin

-Bundle-Name: Jetty :: IO Utility

-Created-By: Apache Maven Bundle Plugin

-url: http://www.eclipse.org/jetty

-Bundle-RequiredExecutionEnvironment: J2SE-1.5

-Bundle-Copyright: Copyright (c) 2008-2009 Mort Bay Consulting Pty. Ltd

- .

-Bundle-Vendor: Eclipse Jetty Project

-Implementation-Vendor: Eclipse.org - Jetty

-Bundle-Version: 8.1.0.v20120127

-Build-Jdk: 1.7.0_b147-icedtea

-Bnd-LastModified: 1330080181661

-Bundle-ManifestVersion: 2

-Bundle-License: http://www.apache.org/licenses/LICENSE-2.0, http://www

- .eclipse.org/org/documents/epl-v10.php

-Bundle-Description: Administrative parent pom for Jetty modules

-Bundle-DocURL: http://www.eclipse.org/jetty

-Bundle-SymbolicName: org.eclipse.jetty.io

-Import-Package: javax.net.ssl,org.eclipse.jetty.util;version="[8.1,9)"

- ,org.eclipse.jetty.util.component;version="[8.1,9)",org.eclipse.jetty

- .util.log;version="[8.1,9)",org.eclipse.jetty.util.thread;version="[8

- .1,9)"

-Archiver-Version: Plexus Archiver

-

diff --git a/eclipse-build/dependencyManifests/org.eclipse.jetty.security_8.1.0.v20120127.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.eclipse.jetty.security_8.1.0.v20120127.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index 759c5cd..0000000
--- a/eclipse-build/dependencyManifests/org.eclipse.jetty.security_8.1.0.v20120127.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,43 +0,0 @@
-Manifest-Version: 1.0

-Export-Package: org.eclipse.jetty.security;uses:="javax.servlet,org.ec

- lipse.jetty.server,org.eclipse.jetty.util.security,org.eclipse.jetty.

- http,org.eclipse.jetty.util,javax.servlet.http,org.eclipse.jetty.secu

- rity.authentication,javax.security.auth,org.eclipse.jetty.util.resour

- ce,org.eclipse.jetty.util.log,org.eclipse.jetty.util.component,org.ec

- lipse.jetty.server.handler,org.ietf.jgss";version="8.1.0",org.eclipse

- .jetty.security.authentication;uses:="javax.servlet,org.eclipse.jetty

- .server,org.eclipse.jetty.security,javax.servlet.http,org.eclipse.jet

- ty.util,org.eclipse.jetty.util.security,org.eclipse.jetty.util.log,ja

- vax.security.auth";version="8.1.0"

-Implementation-Version: 8.1.0.v20120127

-Bundle-Classpath: .

-Built-By: mockbuild

-Tool: Bnd-1.50.0

-Bundle-Localization: plugin

-Bundle-Name: Jetty :: Security

-Created-By: Apache Maven Bundle Plugin

-url: http://www.eclipse.org/jetty

-Bundle-RequiredExecutionEnvironment: J2SE-1.5

-Bundle-Copyright: Copyright (c) 2008-2009 Mort Bay Consulting Pty. Ltd

- .

-Bundle-Vendor: Eclipse Jetty Project

-Implementation-Vendor: Eclipse.org - Jetty

-Bundle-Version: 8.1.0.v20120127

-Build-Jdk: 1.7.0_b147-icedtea

-Bnd-LastModified: 1330080188182

-Bundle-ManifestVersion: 2

-Bundle-License: http://www.apache.org/licenses/LICENSE-2.0, http://www

- .eclipse.org/org/documents/epl-v10.php

-Bundle-Description: Jetty security infrastructure

-Bundle-DocURL: http://www.eclipse.org/jetty

-Bundle-SymbolicName: org.eclipse.jetty.security

-Import-Package: javax.security.auth,javax.security.cert,javax.servlet;

- version="2.6.0",javax.servlet.http;version="2.6.0",org.eclipse.jetty.

- http;version="[8.1,9)",org.eclipse.jetty.server;version="[8.1,9)",org

- .eclipse.jetty.server.handler;version="[8.1,9)",org.eclipse.jetty.uti

- l;version="[8.1,9)",org.eclipse.jetty.util.component;version="[8.1,9)

- ",org.eclipse.jetty.util.log;version="[8.1,9)",org.eclipse.jetty.util

- .resource;version="[8.1,9)",org.eclipse.jetty.util.security;version="

- [8.1,9)",org.ietf.jgss

-Archiver-Version: Plexus Archiver

-

diff --git a/eclipse-build/dependencyManifests/org.eclipse.jetty.server_8.1.0.v20120127.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.eclipse.jetty.server_8.1.0.v20120127.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index a214aee..0000000
--- a/eclipse-build/dependencyManifests/org.eclipse.jetty.server_8.1.0.v20120127.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,79 +0,0 @@
-Manifest-Version: 1.0

-Export-Package: org.eclipse.jetty.server;uses:="org.eclipse.jetty.io,o

- rg.eclipse.jetty.util.log,org.eclipse.jetty.util.statistic,org.eclips

- e.jetty.http,org.eclipse.jetty.util.thread,org.eclipse.jetty.util.com

- ponent,org.eclipse.jetty.server.ssl,org.eclipse.jetty.server.nio,org.

- eclipse.jetty.util.resource,org.eclipse.jetty.util,javax.servlet,org.

- eclipse.jetty.continuation,org.eclipse.jetty.server.handler,org.eclip

- se.jetty.io.nio,javax.servlet.http,org.eclipse.jetty.server.session,j

- avax.security.auth";version="8.1.0",org.eclipse.jetty.server.nio;uses

- :="org.eclipse.jetty.server,org.eclipse.jetty.io,org.eclipse.jetty.ht

- tp,org.eclipse.jetty.util.log,org.eclipse.jetty.io.nio,org.eclipse.je

- tty.util.thread,org.eclipse.jetty.util";version="8.1.0",org.eclipse.j

- etty.server.handler;uses:="org.eclipse.jetty.server,org.eclipse.jetty

- .util.component,org.eclipse.jetty.util.log,org.eclipse.jetty.util,org

- .eclipse.jetty.io.nio,org.eclipse.jetty.io,org.eclipse.jetty.util.thr

- ead,org.eclipse.jetty.http,javax.servlet,javax.servlet.http,org.eclip

- se.jetty.util.resource,javax.servlet.descriptor,org.eclipse.jetty.htt

- p.gzip,org.eclipse.jetty.continuation,org.eclipse.jetty.util.statisti

- c";version="8.1.0",org.eclipse.jetty.server.nio.jmx;version="8.1.0",o

- rg.eclipse.jetty.server.session.jmx;uses:="org.eclipse.jetty.server,o

- rg.eclipse.jetty.server.handler.jmx,org.eclipse.jetty.server.handler,

- org.eclipse.jetty.server.session";version="8.1.0",org.eclipse.jetty.s

- erver.jmx;uses:="org.eclipse.jetty.server,org.eclipse.jetty.server.ha

- ndler,org.eclipse.jetty.jmx";version="8.1.0",org.eclipse.jetty.server

- .ssl;uses:="org.eclipse.jetty.server,org.eclipse.jetty.io,javax.secur

- ity.cert,javax.net.ssl,org.eclipse.jetty.util.log,org.eclipse.jetty.u

- til,org.eclipse.jetty.util.ssl,org.eclipse.jetty.io.nio,org.eclipse.j

- etty.server.nio,org.eclipse.jetty.server.bio,org.eclipse.jetty.io.bio

- ";version="8.1.0",org.eclipse.jetty.server.handler.jmx;uses:="org.ecl

- ipse.jetty.server,org.eclipse.jetty.server.handler,org.eclipse.jetty.

- jmx,org.eclipse.jetty.util.resource,org.eclipse.jetty.util.log,org.ec

- lipse.jetty.util";version="8.1.0",org.eclipse.jetty.server.session;us

- es:="javax.servlet,org.eclipse.jetty.server,org.eclipse.jetty.server.

- handler,org.eclipse.jetty.util.log,javax.servlet.http,org.eclipse.jet

- ty.util.component,org.eclipse.jetty.util.statistic,org.eclipse.jetty.

- http,org.eclipse.jetty.util,javax.naming,javax.sql";version="8.1.0",o

- rg.eclipse.jetty.server.bio;uses:="org.eclipse.jetty.server,org.eclip

- se.jetty.io.bio,org.eclipse.jetty.io,org.eclipse.jetty.http,org.eclip

- se.jetty.util.thread,org.eclipse.jetty.util.log,org.eclipse.jetty.uti

- l.component";version="8.1.0"

-Implementation-Version: 8.1.0.v20120127

-Bundle-Classpath: .

-Built-By: mockbuild

-Tool: Bnd-1.50.0

-Bundle-Localization: plugin

-Bundle-Name: Jetty :: Server Core

-Created-By: Apache Maven Bundle Plugin

-url: http://www.eclipse.org/jetty

-Bundle-RequiredExecutionEnvironment: J2SE-1.5

-Bundle-Copyright: Copyright (c) 2008-2009 Mort Bay Consulting Pty. Ltd

- .

-Bundle-Vendor: Eclipse Jetty Project

-Implementation-Vendor: Eclipse.org - Jetty

-Bundle-Version: 8.1.0.v20120127

-Build-Jdk: 1.7.0_b147-icedtea

-Bnd-LastModified: 1330080186415

-Bundle-ManifestVersion: 2

-Bundle-License: http://www.apache.org/licenses/LICENSE-2.0, http://www

- .eclipse.org/org/documents/epl-v10.php

-Bundle-Description: The core jetty server artifact.

-Bundle-DocURL: http://www.eclipse.org/jetty

-Bundle-SymbolicName: org.eclipse.jetty.server

-Import-Package: javax.naming,javax.net.ssl,javax.security.auth,javax.s

- ecurity.cert,javax.servlet;version="2.6.0",javax.servlet.descriptor;v

- ersion="2.6.0",javax.servlet.http;version="2.6.0",javax.sql,org.eclip

- se.jetty.continuation;version="[8.1,9)",org.eclipse.jetty.http;versio

- n="[8.1,9)",org.eclipse.jetty.http.gzip;version="[8.1,9)",org.eclipse

- .jetty.io;version="[8.1,9)",org.eclipse.jetty.io.bio;version="[8.1,9)

- ",org.eclipse.jetty.io.nio;version="[8.1,9)",org.eclipse.jetty.jmx;re

- solution:=optional;version="8.0",org.eclipse.jetty.util;version="[8.1

- ,9)";resolution:=optional,org.eclipse.jetty.util.component;version="[

- 8.1,9)";resolution:=optional,org.eclipse.jetty.util.log;version="[8.1

- ,9)";resolution:=optional,org.eclipse.jetty.util.resource;version="[8

- .1,9)";resolution:=optional,org.eclipse.jetty.util.ssl;version="[8.1,

- 9)";resolution:=optional,org.eclipse.jetty.util.statistic;version="[8

- .1,9)";resolution:=optional,org.eclipse.jetty.util.thread;version="[8

- .1,9)";resolution:=optional

-Archiver-Version: Plexus Archiver

-

diff --git a/eclipse-build/dependencyManifests/org.eclipse.jetty.servlet_8.1.0.v20120127.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.eclipse.jetty.servlet_8.1.0.v20120127.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index a048ebd..0000000
--- a/eclipse-build/dependencyManifests/org.eclipse.jetty.servlet_8.1.0.v20120127.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,49 +0,0 @@
-Manifest-Version: 1.0

-Export-Package: org.eclipse.jetty.servlet;uses:="org.eclipse.jetty.ser

- ver,org.eclipse.jetty.io,org.eclipse.jetty.http,org.eclipse.jetty.ser

- ver.nio,org.eclipse.jetty.server.handler,org.eclipse.jetty.util.resou

- rce,javax.servlet,org.eclipse.jetty.server.ssl,org.eclipse.jetty.util

- .log,javax.servlet.http,org.eclipse.jetty.util,org.eclipse.jetty.util

- .component,javax.servlet.descriptor,org.eclipse.jetty.server.session,

- org.eclipse.jetty.security,org.eclipse.jetty.continuation";version="8

- .1.0",org.eclipse.jetty.servlet.jmx;uses:="org.eclipse.jetty.servlet,

- org.eclipse.jetty.jmx";version="8.1.0",org.eclipse.jetty.servlet.list

- ener;uses:="javax.servlet,org.eclipse.jetty.util.log,org.eclipse.jett

- y.util";version="8.1.0"

-Implementation-Version: 8.1.0.v20120127

-Bundle-Classpath: .

-Built-By: mockbuild

-Tool: Bnd-1.50.0

-Bundle-Localization: plugin

-Bundle-Name: Jetty :: Servlet Handling

-Created-By: Apache Maven Bundle Plugin

-url: http://www.eclipse.org/jetty

-Bundle-RequiredExecutionEnvironment: J2SE-1.5

-Bundle-Copyright: Copyright (c) 2008-2009 Mort Bay Consulting Pty. Ltd

- .

-Bundle-Vendor: Eclipse Jetty Project

-Implementation-Vendor: Eclipse.org - Jetty

-Bundle-Version: 8.1.0.v20120127

-Build-Jdk: 1.7.0_b147-icedtea

-Bnd-LastModified: 1330080189642

-Bundle-ManifestVersion: 2

-Bundle-License: http://www.apache.org/licenses/LICENSE-2.0, http://www

- .eclipse.org/org/documents/epl-v10.php

-Bundle-Description: Jetty Servlet Container

-Bundle-DocURL: http://www.eclipse.org/jetty

-Bundle-SymbolicName: org.eclipse.jetty.servlet

-Import-Package: javax.servlet;version="2.6.0",javax.servlet.descriptor

- ;version="2.6.0",javax.servlet.http;version="2.6.0",org.eclipse.jetty

- .continuation;version="[8.1,9)",org.eclipse.jetty.http;version="[8.1,

- 9)",org.eclipse.jetty.io;version="[8.1,9)",org.eclipse.jetty.jmx;reso

- lution:=optional;version="8.0",org.eclipse.jetty.security;version="[8

- .1,9)",org.eclipse.jetty.server;version="[8.1,9)",org.eclipse.jetty.s

- erver.handler;version="[8.1,9)",org.eclipse.jetty.server.nio;version=

- "[8.1,9)",org.eclipse.jetty.server.session;version="[8.1,9)",org.ecli

- pse.jetty.server.ssl;version="[8.1,9)",org.eclipse.jetty.util;version

- ="[8.1,9)";resolution:=optional,org.eclipse.jetty.util.component;vers

- ion="[8.1,9)";resolution:=optional,org.eclipse.jetty.util.log;version

- ="[8.1,9)";resolution:=optional,org.eclipse.jetty.util.resource;versi

- on="[8.1,9)";resolution:=optional

-Archiver-Version: Plexus Archiver

-

diff --git a/eclipse-build/dependencyManifests/org.eclipse.jetty.util_8.1.0.v20120127.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.eclipse.jetty.util_8.1.0.v20120127.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index 92c7f7b..0000000
--- a/eclipse-build/dependencyManifests/org.eclipse.jetty.util_8.1.0.v20120127.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,48 +0,0 @@
-Manifest-Version: 1.0

-Export-Package: org.eclipse.jetty.util.security;uses:="org.eclipse.jet

- ty.util,org.eclipse.jetty.util.resource,org.eclipse.jetty.util.log";v

- ersion="8.1.0",org.eclipse.jetty.util.statistic;version="8.1.0",org.e

- clipse.jetty.util.thread;uses:="org.eclipse.jetty.util.component,org.

- eclipse.jetty.util.log,org.eclipse.jetty.util";version="8.1.0",org.ec

- lipse.jetty.util.component;uses:="org.eclipse.jetty.util.log,org.ecli

- pse.jetty.util,org.eclipse.jetty.util.resource";version="8.1.0",org.e

- clipse.jetty.util.resource;uses:="org.eclipse.jetty.util.log,org.ecli

- pse.jetty.util";version="8.1.0",org.eclipse.jetty.util.log;uses:="org

- .slf4j.spi,org.slf4j.helpers,org.slf4j,org.eclipse.jetty.util";versio

- n="8.1.0",org.eclipse.jetty.util.ssl;uses:="javax.net.ssl,org.eclipse

- .jetty.util.security,org.eclipse.jetty.util.component,org.eclipse.jet

- ty.util.resource,org.eclipse.jetty.util.log,org.eclipse.jetty.util";v

- ersion="8.1.0",org.eclipse.jetty.util;uses:="org.eclipse.jetty.util.l

- og,org.eclipse.jetty.util.thread,javax.servlet,javax.servlet.http,org

- .eclipse.jetty.util.component";version="8.1.0",org.eclipse.jetty.util

- .ajax;uses:="org.eclipse.jetty.util,org.eclipse.jetty.util.log";versi

- on="8.1.0"

-Implementation-Version: 8.1.0.v20120127

-Bundle-Classpath: .

-Built-By: mockbuild

-Tool: Bnd-1.50.0

-Bundle-Localization: plugin

-Bundle-Name: Jetty :: Utilities

-Created-By: Apache Maven Bundle Plugin

-url: http://www.eclipse.org/jetty

-Bundle-RequiredExecutionEnvironment: J2SE-1.5

-Bundle-Copyright: Copyright (c) 2008-2009 Mort Bay Consulting Pty. Ltd

- .

-Bundle-Vendor: Eclipse Jetty Project

-Implementation-Vendor: Eclipse.org - Jetty

-Bundle-Version: 8.1.0.v20120127

-Build-Jdk: 1.7.0_b147-icedtea

-Bnd-LastModified: 1330080178481

-Bundle-ManifestVersion: 2

-Bundle-License: http://www.apache.org/licenses/LICENSE-2.0, http://www

- .eclipse.org/org/documents/epl-v10.php

-Bundle-Description: Utility classes for Jetty

-Bundle-DocURL: http://www.eclipse.org/jetty

-Bundle-SymbolicName: org.eclipse.jetty.util

-Import-Package: javax.net.ssl,javax.servlet;version="2.6.0",javax.serv

- let.http;version="2.6.0",org.slf4j;resolution:=optional;version="[1.5

- ,2.0)",org.slf4j.helpers;version="[1.6,2)";resolution:=optional,org.s

- lf4j.impl;version="[1.5,2.0)";resolution:=optional,org.slf4j.spi;vers

- ion="[1.6,2)";resolution:=optional

-Archiver-Version: Plexus Archiver

-

diff --git a/eclipse-build/dependencyManifests/org.hamcrest.core_1.1.0.v20090501071000.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.hamcrest.core_1.1.0.v20090501071000.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index cb54c23..0000000
--- a/eclipse-build/dependencyManifests/org.hamcrest.core_1.1.0.v20090501071000.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,88 +0,0 @@
-Manifest-Version: 1.0

-Bundle-Vendor: %providerName

-Bundle-ActivationPolicy: lazy

-Bundle-Localization: plugin

-Bundle-RequiredExecutionEnvironment: J2SE-1.5

-Bundle-Name: %pluginName

-Bundle-SymbolicName: org.hamcrest.core

-Export-Package: org.hamcrest;version="1.1.0";core=split;mandatory:=cor

- e,org.hamcrest.core;version="1.1.0",org.hamcrest.internal;version="1.

- 1.0";x-internal:=true

-Bundle-Version: 1.1.0.v20090501071000

-Bundle-ManifestVersion: 2

-

-Name: org/hamcrest/internal/ArrayIterator.class

-SHA1-Digest: S0kkjHPeuSRhnfyZjzNkwCsXxts=

-

-Name: org/hamcrest/core/IsNot.class

-SHA1-Digest: syvKM/IIe3SDAD3ss5Sb87bGVOE=

-

-Name: org/hamcrest/internal/SelfDescribingValueIterator.class

-SHA1-Digest: L1TC005EydXY7FelJd+j4Cs/XYo=

-

-Name: org/hamcrest/Description.class

-SHA1-Digest: Hx4RDzD9iYXQ7O+66q7r+ZJt+wA=

-

-Name: org/hamcrest/core/IsAnything.class

-SHA1-Digest: M2KXPGl6du+aaKCHO9viCWaulXM=

-

-Name: org/hamcrest/core/DescribedAs.class

-SHA1-Digest: KldxayZqHEv7iF49GqmBdrn1Rtk=

-

-Name: org/hamcrest/core/IsNull.class

-SHA1-Digest: usPeRXsK0XBm6ufRZcNu597faXI=

-

-Name: plugin.properties

-SHA1-Digest: AQJuxQKiCnN3XXbkQHvhO0FhH2M=

-

-Name: org/hamcrest/core/IsInstanceOf.class

-SHA1-Digest: lxstnNFYjGnkXSvHVTvbOG8a2Us=

-

-Name: org/hamcrest/core/AllOf.class

-SHA1-Digest: QrWQeaTSOEAP2/zx1xwuNwbQVhA=

-

-Name: org/hamcrest/Factory.class

-SHA1-Digest: tVJseJ+KStqzuGNls0Oo0g9bMe4=

-

-Name: about_files/LICENSE.txt

-SHA1-Digest: dTF36wNXk3NZRvp51lzE8FW7KYQ=

-

-Name: org/hamcrest/core/AnyOf.class

-SHA1-Digest: /qPPM6unQnrrx8WzigXJd9FHiiQ=

-

-Name: org/hamcrest/SelfDescribing.class

-SHA1-Digest: WcsUm+3fbmO8DvCYRS0D1yIwYqo=

-

-Name: org/hamcrest/core/Is.class

-SHA1-Digest: 2NVE/umGV8podO1QLdHe/Af+U+w=

-

-Name: META-INF/eclipse.inf

-SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw=

-

-Name: org/hamcrest/core/IsEqual.class

-SHA1-Digest: FVDxHnRnTyUGrTLzqze5JVbJpKU=

-

-Name: org/hamcrest/core/IsSame.class

-SHA1-Digest: ez3xnmwGhJO+NuSZ72Jb/yI9qOk=

-

-Name: org/hamcrest/BaseMatcher.class

-SHA1-Digest: ydDN5s1A/YKl2Cgu6+URCulcSAI=

-

-Name: org/hamcrest/CoreMatchers.class

-SHA1-Digest: AKP67MeB7WGt3MrFZ9vTCAdMg1g=

-

-Name: about.html

-SHA1-Digest: gL/jUAsRjH3ChAp5sSE4yJE3fb4=

-

-Name: org/hamcrest/StringDescription.class

-SHA1-Digest: 6Kti/Wo7Xl4dPNTVQtINKipvf8Y=

-

-Name: org/hamcrest/BaseDescription.class

-SHA1-Digest: u+MV7qH9/44reOY9Ai/0+ZFrkP8=

-

-Name: org/hamcrest/internal/SelfDescribingValue.class

-SHA1-Digest: x0D/8Y3yGaSC4to4l7UPAnlvKms=

-

-Name: org/hamcrest/Matcher.class

-SHA1-Digest: uY73EzuY/pRrMoIhjQJ21C9UJw8=

-

diff --git a/eclipse-build/dependencyManifests/org.mortbay.jetty.server_6.1.23.v201004211559.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.mortbay.jetty.server_6.1.23.v201004211559.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index fb5a205..0000000
--- a/eclipse-build/dependencyManifests/org.mortbay.jetty.server_6.1.23.v201004211559.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,828 +0,0 @@
-Manifest-Version: 1.0

-Bundle-DocURL: http://jetty.mortbay.org

-mode: development

-Bundle-RequiredExecutionEnvironment: J2SE-1.4

-Built-By: jesse

-package: org.mortbay

-Bundle-SymbolicName: org.mortbay.jetty.server

-Ignore-Package: org.mortbay.jetty,org.mortbay.servlet.jetty,org.mortba

- y.io.nio,org.mortbay.jetty.bio,org.mortbay.io,org.mortbay.jetty.secur

- ity,org.mortbay.jetty.webapp,org.mortbay.jetty.nio,org.mortbay.xml,or

- g.mortbay.jetty.handler,org.mortbay.resource,org.mortbay.jetty.servle

- t,org.mortbay.io.bio,org.mortbay.jetty.deployer

-Originally-Created-By: 1.6.0_16 (Sun Microsystems Inc.)

-Export-Package: org.mortbay.jetty;uses:="org.mortbay.log,org.mortbay.i

- o.nio,org.mortbay.jetty.bio,org.mortbay.io,org.mortbay.jetty.security

- ,org.mortbay.jetty.webapp,org.mortbay.jetty.handler,org.mortbay.resou

- rce,javax.servlet,org.mortbay.jetty.servlet,org.mortbay.util.ajax,org

- .mortbay.thread,org.mortbay.component,org.mortbay.util,javax.servlet.

- http";version="6.1.23",org.mortbay.io.nio;uses:="org.mortbay.jetty,or

- g.mortbay.log,org.mortbay.io,org.mortbay.thread,org.mortbay.component

- ";version="6.1.23",org.mortbay.servlet.jetty;uses:="org.mortbay.jetty

- ,javax.servlet,org.mortbay.io,org.mortbay.servlet,javax.servlet.http"

- ;version="6.1.23",org.mortbay.io;uses:="org.mortbay.log,org.mortbay.u

- til";version="6.1.23",org.mortbay.jetty.bio;uses:="org.mortbay.log,or

- g.mortbay.jetty,org.mortbay.io,org.mortbay.thread,org.mortbay.io.bio"

- ;version="6.1.23",org.mortbay.jetty.security;uses:="org.mortbay.jetty

- ,org.mortbay.log,org.mortbay.io,org.mortbay.jetty.bio,org.mortbay.jet

- ty.webapp,org.mortbay.resource,org.mortbay.jetty.handler,javax.servle

- t,org.mortbay.jetty.servlet,javax.security.cert,javax.net.ssl,org.mor

- tbay.component,org.mortbay.util,org.mortbay.io.bio,javax.servlet.http

- ";version="6.1.23",org.mortbay.jetty.webapp;uses:="org.mortbay.jetty,

- org.mortbay.log,org.mortbay.jetty.security,org.mortbay.xml,org.mortba

- y.resource,org.mortbay.jetty.handler,javax.servlet,org.mortbay.jetty.

- servlet,org.mortbay.util,org.mortbay.jetty.deployer,javax.servlet.htt

- p";version="6.1.23",org.mortbay.xml;uses:="org.mortbay.log,javax.xml.

- parsers,org.xml.sax,org.mortbay.resource,org.mortbay.component,org.mo

- rtbay.util,org.xml.sax.helpers";version="6.1.23",org.mortbay.jetty.ni

- o;uses:="org.mortbay.log,org.mortbay.jetty,org.mortbay.io.nio,org.mor

- tbay.util.ajax,org.mortbay.io,org.mortbay.thread";version="6.1.23",or

- g.mortbay.jetty.handler;uses:="org.mortbay.log,org.mortbay.jetty,org.

- mortbay.io,org.mortbay.jetty.webapp,org.mortbay.resource,javax.servle

- t,org.mortbay.jetty.servlet,org.mortbay.component,org.mortbay.util,ja

- vax.servlet.http";version="6.1.23",org.mortbay.resource;uses:="org.mo

- rtbay.log,org.mortbay.util";version="6.1.23",org.mortbay.jetty.servle

- t;uses:="org.mortbay.log,org.mortbay.jetty,org.mortbay.io.nio,org.mor

- tbay.io,org.mortbay.jetty.security,org.mortbay.jetty.nio,org.mortbay.

- resource,org.mortbay.jetty.handler,javax.servlet,org.mortbay.componen

- t,org.mortbay.util,javax.servlet.http";version="6.1.23",org.mortbay.i

- o.bio;uses:="org.mortbay.log,org.mortbay.io";version="6.1.23",org.mor

- tbay.jetty.deployer;uses:="org.mortbay.log,org.mortbay.jetty,org.mort

- bay.jetty.webapp,org.mortbay.xml,org.mortbay.jetty.handler,org.mortba

- y.resource,org.mortbay.util,org.mortbay.component";version="6.1.23"

-Bundle-Version: 6.1.23.v201004211559

-url: http://www.eclipse.org/jetty/jetty-parent/project/modules/jetty

-Bundle-Description: Jetty server core

-Build-Jdk: 1.6.0_16

-Bundle-Vendor: Mort Bay Consulting

-Bnd-LastModified: 1270506714511

-Bundle-Name: Jetty Server

-Bundle-License: http://www.apache.org/licenses/LICENSE-2.0, http://www

- .eclipse.org/org/documents/epl-v10.php

-Tool: Bnd-0.0.238

-Archiver-Version: Plexus Archiver

-Created-By: 1.6.0_16 (Sun Microsystems Inc.)

-implementation-version: 6.1.23

-Import-Package: javax.net.ssl,javax.security.cert,javax.servlet;versio

- n="2.5",javax.servlet.http;version="2.5",javax.servlet.jsp;resolution

- :=optional,javax.servlet.resources;resolution:=optional;version="2.5"

- ,javax.xml.parsers,org.apache.jasper.servlet;resolution:=optional,org

- .mortbay.component;version="6.1",org.mortbay.jetty.handler.management

- ;resolution:=optional,org.mortbay.log;version="6.1",org.mortbay.servl

- et;version="6.1",org.mortbay.thread;version="6.1",org.mortbay.util;ve

- rsion="6.1",org.mortbay.util.ajax;version="6.1",org.xml.sax,org.xml.s

- ax.helpers

-Bundle-ManifestVersion: 2

-

-Name: org/mortbay/jetty/AbstractConnector$Acceptor.class

-SHA1-Digest: Ccmoh2Sy0ZPeAIx/UWU5vG8jyXk=

-

-Name: org/mortbay/jetty/RetryRequest.class

-SHA1-Digest: 8yswLo4q4oqrWqWHn0ymm0OpKZc=

-

-Name: org/mortbay/io/nio/SelectChannelEndPoint.class

-SHA1-Digest: 42ESqYKs5D7Dmd/oDuW9G4D/bpk=

-

-Name: org/mortbay/jetty/Server$1.class

-SHA1-Digest: NusMjKANBtCMOxIHAK75YI02fBI=

-

-Name: org/mortbay/jetty/Request$1.class

-SHA1-Digest: DTxsytUAShdSP8ASKpTTuQYiUg4=

-

-Name: org/mortbay/jetty/security/HashUserRealm$1.class

-SHA1-Digest: OFARap1NrP5XyxRfppSLdCnwq9A=

-

-Name: org/mortbay/jetty/Server$Graceful.class

-SHA1-Digest: 3RBhO5d1oTG7r8Hn4AJvOecv6bI=

-

-Name: org/mortbay/jetty/servlet/ErrorPageErrorHandler$ErrorCodeRange.c

- lass

-SHA1-Digest: g92Yh+kfgsbi9SDHCJIe0nCAlJE=

-

-Name: org/mortbay/jetty/security/B64Code.class

-SHA1-Digest: XrEyLzpDAM3T1ZYsbOgZsb5Cf5A=

-

-Name: org/mortbay/jetty/security/HashUserRealm$User.class

-SHA1-Digest: PJvvXW8I61xH+FaWoamO8NgY0+U=

-

-Name: org/mortbay/jetty/handler/MovedContextHandler.class

-SHA1-Digest: 3oYHOqn2XN5rC0ZeI+CAHXF4KmI=

-

-Name: org/mortbay/jetty/nio/SelectChannelConnector$ConnectorEndPoint.c

- lass

-SHA1-Digest: azWquJPl/jVZIBfvUfOqLAot1Os=

-

-Name: org/mortbay/jetty/servlet/FilterMapping.class

-SHA1-Digest: H07NmICdA1sjHnee+ldAuM0MsFo=

-

-Name: org/mortbay/jetty/security/SslSocketConnector$SslConnection$1.cl

- ass

-SHA1-Digest: Ds56+oaJ2QVNYkI4hiND6yTYXts=

-

-Name: org/mortbay/io/nio/SelectorManager$SelectSet$1.class

-SHA1-Digest: 4xfPd18SBVxp+loAhqTakX8h8Gg=

-

-Name: org/mortbay/jetty/deployer/ConfigurationManager.class

-SHA1-Digest: VBccFln3qO6JfPMvSgn03n4BGOI=

-

-Name: org/mortbay/jetty/servlet/DefaultServlet$UnCachedContent.class

-SHA1-Digest: IjTzWf2MGt7amiEusBRZoBQoaHM=

-

-Name: org/mortbay/jetty/webapp/TagLibConfiguration.class

-SHA1-Digest: f/K4VkeWrez/ci6O0ynu7a5A2hY=

-

-Name: org/mortbay/jetty/HttpConnection$RequestHandler.class

-SHA1-Digest: 1bj2MNzXDnnNgAGWjdLnAO1QlVI=

-

-Name: org/mortbay/jetty/HttpFields$3.class

-SHA1-Digest: hH3ch8YdDEfCVvC6XOkPc3uN7b4=

-

-Name: org/mortbay/jetty/AbstractBuffers$1.class

-SHA1-Digest: lNOFcZZGP2UsL6He9FUebkjeBsI=

-

-Name: org/mortbay/jetty/RequestLog.class

-SHA1-Digest: WBMkhirDKioswtv61GfJHiREL24=

-

-Name: org/mortbay/jetty/security/FormAuthenticator$FormCredential.clas

- s

-SHA1-Digest: OeeJLxx5B2cPWQaDI6V3z9idTV4=

-

-Name: org/mortbay/jetty/security/UserRealm.class

-SHA1-Digest: BP7gGpkmJpWsZ9Mcij8vRRC0M5o=

-

-Name: org/mortbay/jetty/SessionManager.class

-SHA1-Digest: 7Ga3Xrx40z+FGVAs9pt4mkcMgWE=

-

-Name: org/mortbay/io/Buffers.class

-SHA1-Digest: pDHzsMctp9H7IfNaTW6NMUvarjY=

-

-Name: org/mortbay/jetty/handler/AbstractHandler.class

-SHA1-Digest: 7KNfTEon0XexY4rAtsJpyXXWftg=

-

-Name: org/mortbay/jetty/HttpSchemes.class

-SHA1-Digest: d/oYz8yJLNVt/MEh7Dhx3BUXh4o=

-

-Name: org/mortbay/jetty/security/Credential.class

-SHA1-Digest: ZfIFbqSN/EgfGA6uXqEOl5LIzNw=

-

-Name: org/mortbay/jetty/handler/ContextHandlerCollection.class

-SHA1-Digest: 24IjSMFKa2p3gOjiMZb0Crn/SaY=

-

-Name: org/mortbay/jetty/ResourceCache$Content.class

-SHA1-Digest: HFmbD08iXb8E1sIPPG+N+9JReOw=

-

-Name: org/mortbay/jetty/Handler.class

-SHA1-Digest: aEQUI9GnbiLQnx0ZS0SKia4Pm7s=

-

-Name: org/mortbay/jetty/handler/ContextHandler.class

-SHA1-Digest: cFOhwmfFms0/kj7tNdFbUTotqY8=

-

-Name: org/mortbay/jetty/Connector.class

-SHA1-Digest: rezyGaNYviCCxcLjYli9QnMr/Fk=

-

-Name: org/mortbay/jetty/HttpConnection.class

-SHA1-Digest: 8zRlgVhamkK2ZmZY4P2UdQomj58=

-

-Name: org/mortbay/jetty/security/HashUserRealm.class

-SHA1-Digest: 1+0HWITvAnsJkeGHeQtBXjkawz4=

-

-Name: org/mortbay/jetty/Generator.class

-SHA1-Digest: yg0gWmThGEZ+flnfF/HvVuOhQSE=

-

-Name: org/mortbay/jetty/servlet/ServletHolder$1.class

-SHA1-Digest: 7fHdIzbn8gH6crGRtL35dEtdMnk=

-

-Name: org/mortbay/io/Portable.class

-SHA1-Digest: Ow6VUrT6qGUmnJt4Wy3MgEpxSZc=

-

-Name: org/mortbay/io/Connection.class

-SHA1-Digest: ElR1xTLY29NF4SMzltdXbhrjkwM=

-

-Name: org/mortbay/jetty/nio/SelectChannelConnector$1.class

-SHA1-Digest: bu06jar+dj3E4xfAbQ+hwPvuYLA=

-

-Name: org/mortbay/jetty/servlet/AbstractSessionManager$SessionIf.class

-SHA1-Digest: lDwH2Ib25ZCq5QrzrOmXG42Hr3I=

-

-Name: org/mortbay/servlet/jetty/IncludableGzipFilter.class

-SHA1-Digest: 4xUQ1Hcs6pDhxeIioX+OKP+rjYs=

-

-Name: org/mortbay/jetty/HttpConnection$1.class

-SHA1-Digest: xqJtQYWeizuZbE2Pk2PJSJofjvA=

-

-Name: org/mortbay/resource/ResourceCollection.class

-SHA1-Digest: FtjLaeDP7dcUcbYkZa536AFa5Qs=

-

-Name: org/mortbay/jetty/servlet/HashSessionIdManager.class

-SHA1-Digest: +OfaiHUsMqeiYOlySxM2ZiH0FiQ=

-

-Name: org/mortbay/jetty/HttpHeaders.class

-SHA1-Digest: plrZBZrSVSYhRbcoAdmCPvV9b8U=

-

-Name: org/mortbay/jetty/AbstractGenerator$Output.class

-SHA1-Digest: 1ItqwfWNpdZCaLOohKFnEXQNPcc=

-

-Name: org/mortbay/io/ByteArrayBuffer.class

-SHA1-Digest: vf3OavTIPmKgKfrzKPUG8bKcWEA=

-

-Name: org/mortbay/servlet/jetty/IncludableGzipFilter$IncludableGzipStr

- eam.class

-SHA1-Digest: DnL4zxLuUDqqe+T3oaGvoWZho2E=

-

-Name: org/mortbay/io/nio/SelectorManager.class

-SHA1-Digest: rKJSnsPjT+j9eHGcOSU6bSBOg64=

-

-Name: org/mortbay/io/BufferDateCache.class

-SHA1-Digest: v1H+zDScvOIXGja3PXSRWso87lU=

-

-Name: org/mortbay/jetty/HttpFields.class

-SHA1-Digest: vKYR5fHBV6rw2+c43MsjT+oymTE=

-

-Name: org/mortbay/jetty/AbstractBuffers.class

-SHA1-Digest: HN8XBY484ofQVT12cRnVrspXR1s=

-

-Name: org/mortbay/io/BufferCache.class

-SHA1-Digest: sOQ2nrW2aiLSQFeScfp4cJ3IPXo=

-

-Name: org/mortbay/jetty/security/SecurityHandler$1.class

-SHA1-Digest: cChDDum37rhTqMGTVZZ2h8EJCyU=

-

-Name: org/mortbay/jetty/deployer/WebAppDeployer.class

-SHA1-Digest: H9sz7daf4H3zidv5FrW1j50ZX/c=

-

-Name: org/mortbay/jetty/security/HashUserRealm$WrappedUser.class

-SHA1-Digest: +48I9jIihdKNki/SNyYIf9IrAYc=

-

-Name: org/mortbay/jetty/NCSARequestLog.class

-SHA1-Digest: qRqDudlPG6BRZ9plboFhPJCORDw=

-

-Name: org/mortbay/xml/configure_6_0.dtd

-SHA1-Digest: hXdKbI2G1glglLoW5D86j8VbVO8=

-

-Name: org/mortbay/jetty/Main.class

-SHA1-Digest: HgJCWoYuOAjF2cIb5MZXSnDbLng=

-

-Name: org/mortbay/jetty/servlet/Context$SContext.class

-SHA1-Digest: Fijv/WHwdkCEFCe14CZ9qNnGqs4=

-

-Name: org/mortbay/jetty/nio/SelectChannelConnector$RetryContinuation.c

- lass

-SHA1-Digest: KbWE87O0MER50OAVx2VX/ZNhIh8=

-

-Name: org/mortbay/jetty/servlet/HashSessionManager$2.class

-SHA1-Digest: KWJVswZUY5K2Zlu/qZw8te6XqdQ=

-

-Name: org/mortbay/jetty/security/DigestAuthenticator$Digest.class

-SHA1-Digest: NgriRBbuHRYh8ysTRaVnH0npR7c=

-

-Name: org/mortbay/io/nio/NIOBuffer.class

-SHA1-Digest: QQL110lHCDEKgr3X+srYMXWWaAw=

-

-Name: org/mortbay/jetty/Response.class

-SHA1-Digest: LE+ZaTGRLKAY/MHaZXOrg9EG3pM=

-

-Name: org/mortbay/jetty/HttpTokens.class

-SHA1-Digest: cNQhFFjHKPZY4eBnUdRQ/4b356k=

-

-Name: org/mortbay/xml/XmlParser.class

-SHA1-Digest: N2k8K7Ua+l97B03CGCkRrioOpYc=

-

-Name: org/mortbay/xml/XmlConfiguration.class

-SHA1-Digest: V5ArIkt7Aw+N6uvTBZIo310jR5M=

-

-Name: org/mortbay/jetty/InclusiveByteRange.class

-SHA1-Digest: 0nsUai3+TvA+hLY6aUpkTADtAiM=

-

-Name: org/mortbay/xml/XmlParser$Handler.class

-SHA1-Digest: qvfqZVq4hvnrJRUXOYWEJ77h1P8=

-

-Name: META-INF/p2.inf

-SHA1-Digest: IM0jnOHZgRf5b1nhCMKDWgObbR0=

-

-Name: org/mortbay/jetty/servlet/DefaultServlet$NIOResourceCache.class

-SHA1-Digest: ZmBnHUOG8T3PXhwfHfWey4Ytmug=

-

-Name: org/mortbay/io/BufferCache$CachedBuffer.class

-SHA1-Digest: nav4HMJr6m/RQ9lUeexlRPaMfvo=

-

-Name: org/mortbay/io/View.class

-SHA1-Digest: GXbHr2lg43nbI7tqWKzOC7+ygno=

-

-Name: org/mortbay/jetty/HttpFields$Field.class

-SHA1-Digest: Sp65Xu1ohdTfsYGihi+2MbHzUwc=

-

-Name: org/mortbay/jetty/MimeTypes.class

-SHA1-Digest: kjHQ4FE1U+x9ADEx5ySG9oDA5fk=

-

-Name: org/mortbay/jetty/handler/DebugHandler.class

-SHA1-Digest: 7M6U6YpGE7jy+R+689jishjg8vM=

-

-Name: org/mortbay/jetty/servlet/SessionHandler.class

-SHA1-Digest: wCsUkzuc3RxcUYbvFv/cAHwufjU=

-

-Name: org/mortbay/jetty/webapp/webdefault.xml

-SHA1-Digest: hUzsKWjnEozfb/6AQVGIRfKKAFc=

-

-Name: META-INF/eclipse.inf

-SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw=

-

-Name: org/mortbay/jetty/servlet/Invoker.class

-SHA1-Digest: 1wIgiOVYR5s4NToN5v9M5d9fZiQ=

-

-Name: org/mortbay/jetty/AbstractBuffers$ThreadBuffers.class

-SHA1-Digest: AOm6kLkY7TutAdcdI0O+smdPa6I=

-

-Name: org/mortbay/io/Buffer.class

-SHA1-Digest: bB+gaVIBkYIkQanAkDXR5IFq3ns=

-

-Name: org/mortbay/jetty/servlet/Dispatcher.class

-SHA1-Digest: w11Jheu9gxRRTgTQNABN2FY0nDM=

-

-Name: org/mortbay/jetty/HttpFields$5.class

-SHA1-Digest: OdCFYJ1pVqH+f13rYPV7NrwnNrY=

-

-Name: org/mortbay/jetty/deployer/ContextDeployer$1.class

-SHA1-Digest: /D230NyAznmQjVfvakohyIOe65M=

-

-Name: org/mortbay/jetty/deployer/ContextDeployer$ScannerListener.class

-SHA1-Digest: cs180KLdV7Kmn6KTvmV3N5H2eUA=

-

-Name: org/mortbay/jetty/nio/InheritedChannelConnector.class

-SHA1-Digest: UtTW2oAyNfKA62VUpZFiRDG5b9Q=

-

-Name: org/mortbay/jetty/AbstractConnector.class

-SHA1-Digest: hvyXVbhIVZxK2OwsCMMaC06MNCw=

-

-Name: org/mortbay/jetty/AbstractGenerator.class

-SHA1-Digest: QcMBhae//OFu+zjV1GQ2jAPPmVQ=

-

-Name: org/mortbay/jetty/HttpConnection$OutputWriter.class

-SHA1-Digest: lh22EgD5yGQW4uiWZHQ2zOJ+gWw=

-

-Name: org/mortbay/jetty/bio/SocketConnector.class

-SHA1-Digest: ldPdfKus6eBp6txJgHX8OmNOdeQ=

-

-Name: org/mortbay/io/ByteArrayEndPoint.class

-SHA1-Digest: DOW5nNO8ioCVD5IrE4YQn6io1vU=

-

-Name: org/mortbay/io/BufferUtil.class

-SHA1-Digest: uEZPViRrhpjAE7E+ifK/LefYIec=

-

-Name: org/mortbay/io/nio/SelectorManager$ChangeSelectableChannel.class

-SHA1-Digest: w9kKtFeBWuXBZdrD6RpGhfMmf9Q=

-

-Name: org/mortbay/resource/JarFileResource.class

-SHA1-Digest: LYrS3OmWCgyhudm+MUQgL3lEjMY=

-

-Name: org/mortbay/jetty/security/HTAccessHandler$DummyPrincipal.class

-SHA1-Digest: fSpn0w0eaXciSrJO4X9x+pZ5XpI=

-

-Name: org/mortbay/io/nio/SelectorManager$ChangeTask.class

-SHA1-Digest: Tj8rSiEgIEe317yyH947JCr4GOc=

-

-Name: org/mortbay/jetty/handler/AbstractStatisticsHandler.class

-SHA1-Digest: aR1YFI5obC4Z8n7EK70+ngji5eI=

-

-Name: org/mortbay/jetty/security/SslSocketConnector$SslConnection.clas

- s

-SHA1-Digest: Rwmf8bI252NFEGBAtLaucbTZGks=

-

-Name: org/mortbay/jetty/HttpStatus.class

-SHA1-Digest: ggVBWFZNMAMdIYn8B9HjHF4uBtA=

-

-Name: org/mortbay/jetty/security/JDBCUserRealm.class

-SHA1-Digest: TFQBY2fIgQ+JnzVL20U2TjmdrXw=

-

-Name: org/mortbay/xml/XmlParser$Attribute.class

-SHA1-Digest: GNFmWxxWM4u/06VUeyEUFgaorEU=

-

-Name: org/mortbay/jetty/LocalConnector.class

-SHA1-Digest: EzJ9fnRwujDW+PxXFEvOWIAlJbA=

-

-Name: org/mortbay/jetty/servlet/PathMap.class

-SHA1-Digest: B4DOtsLjmJgblctTap2ccqmlzhg=

-

-Name: org/mortbay/jetty/HttpParser$EventHandler.class

-SHA1-Digest: 9ox7SybWfPROEM9MKlzD89pvkxg=

-

-Name: org/mortbay/io/EndPoint.class

-SHA1-Digest: HYJLZMgUXX/3S/MoERB+aETJ1CI=

-

-Name: org/mortbay/jetty/servlet/AbstractSessionIdManager.class

-SHA1-Digest: JBSOKTLpRxshwgBAQo6r3v+NSxg=

-

-Name: org/mortbay/io/bio/StreamEndPoint.class

-SHA1-Digest: Oyb0nEIUu8wSvIk5WsEpIh+P3/M=

-

-Name: org/mortbay/jetty/servlet/FilterHolder$Config.class

-SHA1-Digest: FT0qGu2qW+q+symvoJjSQ0YbNg0=

-

-Name: org/mortbay/jetty/handler/DefaultHandler.class

-SHA1-Digest: q8QZNrfBU1QnOGU0hB/jR66bRPo=

-

-Name: org/mortbay/jetty/useragents

-SHA1-Digest: L1Que0HQzz2k/A35ASuFKDf/KRw=

-

-Name: org/mortbay/jetty/HttpFields$2.class

-SHA1-Digest: N4Zm+3YVobIogcUklmBsS+S8DjQ=

-

-Name: org/mortbay/io/AbstractBuffer.class

-SHA1-Digest: o4P7RbefvtGgP1q0mOtQqvcgw6I=

-

-Name: org/mortbay/jetty/EofException.class

-SHA1-Digest: 2xJjv7c1csBEm5DjkGg9SVM2Eos=

-

-Name: org/mortbay/jetty/webapp/Configuration.class

-SHA1-Digest: eN9BC2JA+hwLofblJH2rmJvv6JE=

-

-Name: org/mortbay/jetty/mime.properties

-SHA1-Digest: Mb0BP+D4h15t2hwAJPnJoEPzDrk=

-

-Name: org/mortbay/jetty/encoding.properties

-SHA1-Digest: nawjyXyYOBX2cP3pQM1j23xQW4U=

-

-Name: org/mortbay/jetty/servlet/ServletHolder$SingleThreadedWrapper.cl

- ass

-SHA1-Digest: Tinb9G1hu+KX5S73O3iS4Gt6VcY=

-

-Name: org/mortbay/jetty/security/DigestAuthenticator.class

-SHA1-Digest: hsSYSa+pzNFIXwvIT4NIlpBR/c4=

-

-Name: org/mortbay/jetty/nio/SelectChannelConnector.class

-SHA1-Digest: PhOijv//xgYglMgLl+ejgWoIHXA=

-

-Name: org/mortbay/jetty/servlet/AbstractSessionManager.class

-SHA1-Digest: 4CAG3ZoZA+3wdzymdaguLzNMDSM=

-

-Name: org/mortbay/resource/JarResource$1.class

-SHA1-Digest: 8arYCH48fQ4bE00AwdtsHHzorTA=

-

-Name: org/mortbay/jetty/HttpContent.class

-SHA1-Digest: /kSoFcq2FXm7l6i4wSDFS0qT8a4=

-

-Name: org/mortbay/jetty/favicon.ico

-SHA1-Digest: cRUhA6ENfShwQf9zSllBtY4JlYE=

-

-Name: org/mortbay/jetty/handler/ErrorHandler.class

-SHA1-Digest: RAPaq2scCBCAlMQ+pAgeyzJ9z8k=

-

-Name: org/mortbay/jetty/servlet/ServletHandler$CachedChain.class

-SHA1-Digest: VgnoKyDWR0jBPVeB/lPe1bk89A8=

-

-Name: org/mortbay/jetty/security/FormAuthenticator$1.class

-SHA1-Digest: QFS1O/bBg7xuFX9Blul4ulrNUuk=

-

-Name: org/mortbay/jetty/handler/HandlerWrapper.class

-SHA1-Digest: w5uIkDK4j7ZYov8FAX2AoEa+ttU=

-

-Name: org/mortbay/jetty/servlet/PathMap$Entry.class

-SHA1-Digest: PEHukuzSybU4MAdBMN/66eAAnpM=

-

-Name: org/mortbay/jetty/security/HashSSORealm.class

-SHA1-Digest: XPDCO0yAGjNRvS6scQM1yXb4EN4=

-

-Name: org/mortbay/jetty/security/SecurityHandler$NotChecked.class

-SHA1-Digest: vfc71m/m6rGspC/SoCH2SavLnjQ=

-

-Name: org/mortbay/jetty/security/SslSocketConnector.class

-SHA1-Digest: V/f1gUyVzImrkkvfXvTQIFURv8A=

-

-Name: org/mortbay/jetty/security/Credential$MD5.class

-SHA1-Digest: XXhsWyy1HjZXlck+r5rGUx5MFz8=

-

-Name: org/mortbay/jetty/HandlerContainer.class

-SHA1-Digest: 9QOyV01dV1b4G8zDel9HnmUfkEE=

-

-Name: org/mortbay/jetty/HttpOnlyCookie.class

-SHA1-Digest: SkBdN89U6HRJrQupDfO3WGELwDI=

-

-Name: org/mortbay/jetty/SessionIdManager.class

-SHA1-Digest: +IN6TsR2F5bP45Xt4uOx1Og1E+4=

-

-Name: org/mortbay/jetty/Parser.class

-SHA1-Digest: MPtg+rigrVEN81IXQh7Jq7i0NE4=

-

-Name: org/mortbay/jetty/HttpGenerator.class

-SHA1-Digest: 8X+cNiGC1oqCmdWiyrSn2WMnAyE=

-

-Name: org/mortbay/io/RuntimeIOException.class

-SHA1-Digest: 903Jytw4hzZ87TPsYtAoWtTOrx4=

-

-Name: org/mortbay/jetty/security/ConstraintMapping.class

-SHA1-Digest: Pd+RoMxwKVlpsVuLUSoWf07NLv8=

-

-Name: org/mortbay/jetty/servlet/ErrorPageErrorHandler.class

-SHA1-Digest: vHebkIftoTlpJmv0xsx6GFdf+pM=

-

-Name: org/mortbay/jetty/deployer/ContextDeployer.class

-SHA1-Digest: oqZGxaMa90tPI3Fh9bXYK+T7Sxk=

-

-Name: org/mortbay/servlet/jetty/IncludableGzipFilter$IncludableRespons

- eWrapper.class

-SHA1-Digest: VXOfL8cpStxgWLY4pvdhYkBKCa8=

-

-Name: org/mortbay/jetty/bio/SocketConnector$Connection.class

-SHA1-Digest: SEPGiT43zsk9+TCMzbzGhmKzCPw=

-

-Name: org/mortbay/io/Buffer$CaseInsensitve.class

-SHA1-Digest: 1C3B/XyrB1lQhnH9rS94Ab5gzIc=

-

-Name: org/mortbay/jetty/servlet/Invoker$Request.class

-SHA1-Digest: BtE1VqPADos5BVmZ5j6vkmO5f0Q=

-

-Name: org/mortbay/resource/JarResource.class

-SHA1-Digest: 16NA3NpDtWNmPTICQ3azLu2PO0Q=

-

-Name: org/mortbay/jetty/security/SslSocketConnector$CachedInfo.class

-SHA1-Digest: 5wptJZfdiKZg59l3uypJFN5PMmo=

-

-Name: org/mortbay/jetty/HttpURI.class

-SHA1-Digest: 8MgExJ6bWBGtSLdS8B8+Utk0AS4=

-

-Name: org/mortbay/jetty/handler/MovedContextHandler$Redirector.class

-SHA1-Digest: QRrGlmrEy7Q/ltz7v1Vunhi0cpw=

-

-Name: org/mortbay/jetty/servlet/HashSessionManager$1.class

-SHA1-Digest: U2+qAtIpsQmOHm8Ie3gTsgX452Q=

-

-Name: org/mortbay/jetty/handler/AbstractHandlerContainer.class

-SHA1-Digest: FyJfbsk/rqR6sDopRH328LOUDZs=

-

-Name: org/mortbay/jetty/security/Constraint.class

-SHA1-Digest: v/kwhzlTtSTsAzWKtxBRlZ6pf4Q=

-

-Name: org/mortbay/jetty/Server.class

-SHA1-Digest: 6yUlLnjfBuKzv3yLawmZtI3fq9Y=

-

-Name: org/mortbay/jetty/HttpParser.class

-SHA1-Digest: 63WKQKyrqGjHIG579xqxzLxEqRE=

-

-Name: org/mortbay/xml/XmlParser$NoopHandler.class

-SHA1-Digest: O/MfKJ1qqsgCaS98JxlEs5lJQaE=

-

-Name: org/mortbay/resource/ResourceFactory.class

-SHA1-Digest: wZ67pVhYTVplq6ta7dPf97nbCuE=

-

-Name: org/mortbay/jetty/ResourceCache.class

-SHA1-Digest: cXTKbOJ1x1RFGlvmAVXuGJOBW8c=

-

-Name: org/mortbay/jetty/security/BasicAuthenticator.class

-SHA1-Digest: auF5+vHL/idgArKIpQZvu9UfaAA=

-

-Name: org/mortbay/jetty/servlet/Dispatcher$IncludeAttributes.class

-SHA1-Digest: ejNOHjuPmTI66cOLD35McregPY8=

-

-Name: org/mortbay/jetty/servlet/ServletHandler.class

-SHA1-Digest: pHV5ldFNjT0gsDJdQApFf1PTnA0=

-

-Name: org/mortbay/io/nio/IndirectNIOBuffer.class

-SHA1-Digest: bXPU3mo7Fd/3HOxXqLQWzt40Ar4=

-

-Name: org/mortbay/jetty/servlet/HashSessionManager$ClassLoadingObjectI

- nputStream.class

-SHA1-Digest: uWJBtFEIzVoepp5lUcoq+UrK9SE=

-

-Name: org/mortbay/jetty/security/ClientCertAuthenticator.class

-SHA1-Digest: CBhAu/ilrTZggCUUbVd6tark3Yg=

-

-Name: org/mortbay/jetty/security/HashUserRealm$2.class

-SHA1-Digest: IAnJKLo4m3tEOrwbIk68ekcngHk=

-

-Name: org/mortbay/jetty/servlet/AbstractSessionManager$Session.class

-SHA1-Digest: hT8D8gdxVka/fGUO3VitqO2Qbo8=

-

-Name: org/mortbay/io/nio/DirectNIOBuffer.class

-SHA1-Digest: xbFi6PWIkRCVmyeCKG6CABqX/mo=

-

-Name: org/mortbay/jetty/handler/StatisticsHandler.class

-SHA1-Digest: eIm1txaecIMnKwVV2sNIexp5HSk=

-

-Name: about_files/LICENSE.txt

-SHA1-Digest: K4uBUimqimHkg/tLoFiLi2xJGJA=

-

-Name: org/mortbay/io/nio/SelectorManager$SelectSet.class

-SHA1-Digest: J/wzrBmDFWNze+ARrvtTk6r4AFc=

-

-Name: org/mortbay/jetty/security/HTAccessHandler$HTAccess.class

-SHA1-Digest: VrJ4lxpYiGJqCd7dk/NxwR25ztw=

-

-Name: org/mortbay/xml/XmlParser$Node$1.class

-SHA1-Digest: PqPV1MYTSutSlBwFGi9G51W6bvo=

-

-Name: about_files/NOTICE.txt

-SHA1-Digest: S2mLpZqjAF/cOLO7xor4ncakiKA=

-

-Name: org/mortbay/jetty/security/SSORealm.class

-SHA1-Digest: HnETZ6rHzsPLQcoha9xo0oP5glE=

-

-Name: org/mortbay/io/SimpleBuffers.class

-SHA1-Digest: Iv/wvMFR1S6v2s029pMyDixL+ww=

-

-Name: org/mortbay/jetty/servlet/Dispatcher$ForwardAttributes.class

-SHA1-Digest: MYjhltRsG8RZ48m6+p3wKfSDar0=

-

-Name: org/mortbay/jetty/security/HTAccessHandler.class

-SHA1-Digest: o9DV0aHzcK1JRrVwX1nVEi64qCI=

-

-Name: org/mortbay/jetty/security/ServletSSL.class

-SHA1-Digest: C8x8CpeOCnAetZFU79QBFPLtGio=

-

-Name: about.html

-SHA1-Digest: +X6Cx/k/lpvHRYvE8jw1f4r0VIk=

-

-Name: org/mortbay/jetty/servlet/HashSessionManager.class

-SHA1-Digest: nS9uprpt+x+XQDyMNLQxiTOzYBg=

-

-Name: org/mortbay/jetty/HttpFields$4.class

-SHA1-Digest: zYj6y/ypvVUBNY9nWEx9SA06twg=

-

-Name: org/mortbay/jetty/servlet/Holder.class

-SHA1-Digest: xS9gxiRpCaQDAn+RVB8A2nMgFw8=

-

-Name: org/mortbay/jetty/handler/ContextHandler$SContext.class

-SHA1-Digest: sGRaN984j1Ut7upcGM1sTh3VuH4=

-

-Name: org/mortbay/jetty/nio/AbstractNIOConnector.class

-SHA1-Digest: DlZlR3al8PO2Gy/ysBjw2XvuG5c=

-

-Name: org/mortbay/jetty/HttpHeaderValues.class

-SHA1-Digest: QmP7JiHBnfMTV00OWO+9yEOaMDo=

-

-Name: org/mortbay/jetty/handler/HandlerCollection.class

-SHA1-Digest: 3qHGoJXa5nQZk+8Oc8SWJajBQP0=

-

-Name: org/mortbay/jetty/handler/HandlerList.class

-SHA1-Digest: OOtuK/89xDDfVAnuoFU3d7WtAz8=

-

-Name: org/mortbay/jetty/nio/BlockingChannelConnector.class

-SHA1-Digest: CBmIX1CAu+Dc/sGbHr7sPrzLg+0=

-

-Name: org/mortbay/jetty/HttpMethods.class

-SHA1-Digest: VNmXttXuM2d1tEsmInL9z2PKd9g=

-

-Name: org/mortbay/jetty/security/FormAuthenticator.class

-SHA1-Digest: THxsXhVkNJ+kDqp9sNOcWzxZc+U=

-

-Name: org/mortbay/jetty/Response$NullOutput.class

-SHA1-Digest: TVT8rDEwzcAPn/WG6L8iHAwgfGo=

-

-Name: org/mortbay/jetty/HttpVersions.class

-SHA1-Digest: 0nbQ0ITNkJ1uM6MegRjBPnJwpmM=

-

-Name: org/mortbay/jetty/handler/RewriteHandler.class

-SHA1-Digest: RgLSDxqwvFhrDIB7S7V3EN/WCBU=

-

-Name: org/mortbay/jetty/handler/RequestLogHandler.class

-SHA1-Digest: Q6CNlI89cS9gfPzyLzug3Dzm/wg=

-

-Name: org/mortbay/jetty/webapp/WebInfConfiguration.class

-SHA1-Digest: tTMHOBbJ34VXQa48RRwls/lhQDw=

-

-Name: org/mortbay/resource/URLResource.class

-SHA1-Digest: 8aWaAPXWlc9lkVSJO0xPelJ1fV4=

-

-Name: org/mortbay/jetty/servlet/ServletHandler$Chain.class

-SHA1-Digest: U/o06yXL51tHNov6fEvTSj1NMFk=

-

-Name: org/mortbay/io/nio/SelectChannelEndPoint$IdleTask.class

-SHA1-Digest: wshigKLS0ibu94aUh3VWnsQSyTk=

-

-Name: org/mortbay/jetty/servlet/DefaultServlet.class

-SHA1-Digest: sMRlFtX3sFVEuQc1D2h/QNl9VbI=

-

-Name: org/mortbay/jetty/webapp/WebXmlConfiguration.class

-SHA1-Digest: ScLBNOfTFWvtsNZ7oNVMAtyFMZ0=

-

-Name: org/mortbay/io/ByteArrayBuffer$CaseInsensitive.class

-SHA1-Digest: 2xamn1YgD+fsMKu9zyaepQ5fsZE=

-

-Name: org/mortbay/jetty/EncodedHttpURI.class

-SHA1-Digest: B8qu5uWDPMEZWUn+1t4cBh/I6+w=

-

-Name: org/mortbay/jetty/security/PKCS12Import.class

-SHA1-Digest: 9zymEuVguSUmc018LpZxZD2aIkY=

-

-Name: org/mortbay/xml/XmlParser$Node.class

-SHA1-Digest: TFiuI8i0uLbN6mYCM9pANF4Rrq4=

-

-Name: org/mortbay/jetty/security/SecurityHandler.class

-SHA1-Digest: RGa61TBOsWnclI5BhFLX7Bt2syE=

-

-Name: org/mortbay/jetty/servlet/Context.class

-SHA1-Digest: FnmZMZ9Cx2nufi/yTup+hDa8FR0=

-

-Name: org/mortbay/jetty/HttpException.class

-SHA1-Digest: +dzPrFH//oa6F+3QMdE8IZYZqEI=

-

-Name: org/mortbay/io/bio/SocketEndPoint.class

-SHA1-Digest: 6DNjLkyMeFP5+EJi78gWDkJVHWU=

-

-Name: org/mortbay/resource/BadResource.class

-SHA1-Digest: hh5secKW/qlMxxNbRy9Awg0fvpM=

-

-Name: org/mortbay/io/nio/ChannelEndPoint.class

-SHA1-Digest: 9/9rFNjYg/U8c+DT5zFmza4pYKc=

-

-Name: org/mortbay/jetty/security/Credential$Crypt.class

-SHA1-Digest: hf1nO5edbrcKl6Iswxd1I/ZO9W4=

-

-Name: org/mortbay/jetty/security/SecurityHandler$2.class

-SHA1-Digest: 5XiHd4NpL7LublzhxAiJoDoQkCM=

-

-Name: org/mortbay/jetty/HttpFields$1.class

-SHA1-Digest: 7UHGbgs/VReBlOOCvEc2py8yiA4=

-

-Name: org/mortbay/jetty/security/HashUserRealm$KnownUser.class

-SHA1-Digest: Rat9DSGqMnMGiGSG/mked2lBVrs=

-

-Name: org/mortbay/jetty/nio/NIOConnector.class

-SHA1-Digest: MmB3371QbSQNJp6RrvcEnx2qqeI=

-

-Name: org/mortbay/jetty/webapp/WebAppClassLoader.class

-SHA1-Digest: PGE1f7ZwlGmWaQHXcSrkXdPgzdk=

-

-Name: org/mortbay/io/bio/StringEndPoint.class

-SHA1-Digest: pc6A63fnCCl69h6AFQkX0BekI3I=

-

-Name: org/mortbay/jetty/webapp/WebAppContext.class

-SHA1-Digest: 92a2wknKfKIjINOA7h/eYkcA3K4=

-

-Name: org/mortbay/jetty/servlet/HashSessionManager$Session.class

-SHA1-Digest: HCzMDTzZCmusnGL2mxCN3iH/EP4=

-

-Name: org/mortbay/jetty/deployer/FileConfigurationManager.class

-SHA1-Digest: wsA+iDcd1fBYgvWTkJV+L4JLXWY=

-

-Name: org/mortbay/jetty/Request.class

-SHA1-Digest: YPNWIfDu6BGgg/uzrq9+1nzP5CQ=

-

-Name: org/mortbay/jetty/webapp/JettyWebXmlConfiguration.class

-SHA1-Digest: VoISL5s9Pm1u75olgDKA4TI5mtg=

-

-Name: org/mortbay/jetty/HttpParser$Input.class

-SHA1-Digest: 5RPTCzmNpmJlDUd9/mh7cmmHges=

-

-Name: org/mortbay/jetty/handler/ResourceHandler.class

-SHA1-Digest: HD3D1zUlJ7TDGvbojQrHOxoUM/I=

-

-Name: org/mortbay/jetty/servlet/FilterHolder.class

-SHA1-Digest: cQAHZ4fJIwD7nTgKWCyV6Xs50wQ=

-

-Name: org/mortbay/jetty/Response$1.class

-SHA1-Digest: GoyoNHwuG0WWh9NjZ8Ekwh/mB8I=

-

-Name: org/mortbay/jetty/servlet/AbstractSessionManager$1.class

-SHA1-Digest: 8vezj+7QLXkQFlxzKaQbQNffhyA=

-

-Name: org/mortbay/io/View$CaseInsensitive.class

-SHA1-Digest: QKfPWtOtlqro6VprkvpZtl3zBAg=

-

-Name: org/mortbay/jetty/servlet/ServletMapping.class

-SHA1-Digest: R5KFnvXLgXB/5E5Q6FQFH0+HhCA=

-

-Name: org/mortbay/resource/Resource.class

-SHA1-Digest: 1X/nnrvINF3fCpGf2i4qQjxvFW0=

-

-Name: org/mortbay/jetty/Server$ShutdownHookThread.class

-SHA1-Digest: 6Hxky24L21x+IrKi1pzaYRUwx9c=

-

-Name: org/mortbay/jetty/nio/BlockingChannelConnector$Connection.class

-SHA1-Digest: f/rsO/qRMu7aPa86nmxjp1Ed+xc=

-

-Name: org/mortbay/jetty/servlet/ServletHolder$Config.class

-SHA1-Digest: 1obduCiuR+60nFMOs1mZGhLV/bQ=

-

-Name: org/mortbay/io/UncheckedPrintWriter.class

-SHA1-Digest: ngVpXdXwCV9552pl6H5nMNDog1Q=

-

-Name: org/mortbay/io/WriterOutputStream.class

-SHA1-Digest: 6w8kikUy1Fqr8x3QmNVFoHTcumo=

-

-Name: org/mortbay/jetty/security/Authenticator.class

-SHA1-Digest: 4TgK7FW7Lq8+9NuZCdaAJmgmB3g=

-

-Name: org/mortbay/jetty/AbstractGenerator$OutputWriter.class

-SHA1-Digest: Q37gbKGLww88AHLqDRTKJ49iikE=

-

-Name: org/mortbay/jetty/handler/MovedContextHandler$1.class

-SHA1-Digest: tkCLRcIrZ71TFe6T19qyQWlCAvA=

-

-Name: org/mortbay/resource/FileResource.class

-SHA1-Digest: IDutF8duALa38zmaq7z47poTI9g=

-

-Name: org/mortbay/jetty/HttpConnection$Output.class

-SHA1-Digest: e1oH9mxyB49vHIO7vpfT7R/pMsU=

-

-Name: org/mortbay/jetty/security/UnixCrypt.class

-SHA1-Digest: E9KW4Wz7KvSa2RLRxJ7HsXbAqGg=

-

-Name: org/mortbay/jetty/servlet/AbstractSessionManager$NullSessionCont

- ext.class

-SHA1-Digest: 78j47fsnIH4JFoy6AL0Bf14nK1M=

-

-Name: org/mortbay/jetty/servlet/ServletHolder.class

-SHA1-Digest: XkcAfaOKF9ONGey/LgroolIpDS0=

-

-Name: org/mortbay/jetty/security/Password.class

-SHA1-Digest: 3BfDTF4usdyyMw6RU0qUO1+Y3og=

-

diff --git a/eclipse-build/dependencyManifests/org.mortbay.jetty.util_6.1.23.v201004211559.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.mortbay.jetty.util_6.1.23.v201004211559.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index 60467f9..0000000
--- a/eclipse-build/dependencyManifests/org.mortbay.jetty.util_6.1.23.v201004211559.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,367 +0,0 @@
-Manifest-Version: 1.0

-Bundle-DocURL: http://jetty.mortbay.org

-mode: development

-Bundle-RequiredExecutionEnvironment: J2SE-1.4

-Built-By: jesse

-package: org.mortbay

-Bundle-SymbolicName: org.mortbay.jetty.util

-Ignore-Package: org.mortbay.log,org.mortbay.util.ajax,org.mortbay.serv

- let,org.mortbay.thread,org.mortbay.util,org.mortbay.component

-Originally-Created-By: 1.6.0_16 (Sun Microsystems Inc.)

-Export-Package: org.mortbay.log;uses:="org.mortbay.util,org.slf4j";ver

- sion="6.1.23",org.mortbay.util.ajax;uses:="org.mortbay.log,javax.serv

- let,org.mortbay.util,javax.servlet.http";version="6.1.23",org.mortbay

- .servlet;uses:="org.mortbay.log,javax.servlet,org.mortbay.util.ajax,o

- rg.mortbay.util,javax.servlet.http";version="6.1.23",org.mortbay.thre

- ad;uses:="org.mortbay.log,org.mortbay.component";version="6.1.23",org

- .mortbay.util;uses:="org.mortbay.log,org.mortbay.thread";version="6.1

- .23",org.mortbay.component;uses:="org.mortbay.log,org.mortbay.util";v

- ersion="6.1.23"

-Bundle-Version: 6.1.23.v201004211559

-url: http://www.eclipse.org/jetty/jetty-parent/project/modules/jetty-u

- til

-Bundle-Description: Utility classes for Jetty

-Build-Jdk: 1.6.0_16

-Bundle-Vendor: Mort Bay Consulting

-Bnd-LastModified: 1270506691374

-Bundle-Name: Jetty Utilities

-Bundle-License: http://www.apache.org/licenses/LICENSE-2.0, http://www

- .eclipse.org/org/documents/epl-v10.php

-Tool: Bnd-0.0.238

-Archiver-Version: Plexus Archiver

-Created-By: 1.6.0_16 (Sun Microsystems Inc.)

-implementation-version: 6.1.23

-Import-Package: javax.servlet,javax.servlet.http,org.slf4j;resolution:

- =optional;version="1.3"

-Bundle-ManifestVersion: 2

-

-Name: org/mortbay/servlet/MultiPartFilter.class

-SHA1-Digest: /7D1u8vQSfh/9WZlrsHLO6jpiGE=

-

-Name: org/mortbay/util/ajax/JSON$1.class

-SHA1-Digest: giSeGVZIjbDkQ4S/M90/KZJo3pA=

-

-Name: org/mortbay/util/StringUtil.class

-SHA1-Digest: fgMbIUEqRGhBfYIliXeXYVrzt74=

-

-Name: org/mortbay/util/ajax/JSON$Generator.class

-SHA1-Digest: 9v8sUxj+JzC7OIbbog4Oa277wFg=

-

-Name: org/mortbay/util/Scanner$Listener.class

-SHA1-Digest: dphFM3+xc+BkvnHmDqH34YhECR4=

-

-Name: org/mortbay/util/ajax/JSONEnumConvertor.class

-SHA1-Digest: ftpQZLJC1YTuUKVs1Vcq3kTaGjA=

-

-Name: org/mortbay/util/Utf8StringBuffer.class

-SHA1-Digest: 0FONfUjzuTCgCdImWzk3YtQzRxA=

-

-Name: org/mortbay/servlet/WelcomeFilter.class

-SHA1-Digest: ZqlL5wEmF5SW/uvgFSnQwVSdOfM=

-

-Name: org/mortbay/servlet/NoJspServlet.class

-SHA1-Digest: a7XoUxkKTtyX+3bQ1/UK6tlx3U4=

-

-Name: org/mortbay/util/IO.class

-SHA1-Digest: 5yW8jIbvg+ixofGyDQD1MX5Iegs=

-

-Name: org/mortbay/component/AbstractLifeCycle.class

-SHA1-Digest: qkjyaBrTnXLYaaqfjmoR50lK8Os=

-

-Name: org/mortbay/log/Log.class

-SHA1-Digest: 8+II4ETtU9TZ2PEuBLKhO7th7cg=

-

-Name: org/mortbay/util/ajax/JSON$Output.class

-SHA1-Digest: G/JSpoe5+s7YPo3yy2bZjtUAJlI=

-

-Name: org/mortbay/thread/QueuedThreadPool.class

-SHA1-Digest: xnf0ubfvFDvmKITKHsDWh+NMbQU=

-

-Name: org/mortbay/util/IO$1.class

-SHA1-Digest: 4UchuVj3PbWrH/eSJPRQ/OeQrNM=

-

-Name: org/mortbay/servlet/GzipFilter$GzipStream.class

-SHA1-Digest: IfFXYdfg5mX//xlWTOC66o7nCrE=

-

-Name: org/mortbay/util/ajax/AjaxFilter.class

-SHA1-Digest: IqcLGUkpr2JEph5RHhfA2LHUii4=

-

-Name: org/mortbay/log/Logger.class

-SHA1-Digest: RjJsF4iqUOBtku9BIAr1VQ7NJHg=

-

-Name: org/mortbay/servlet/GzipFilter.class

-SHA1-Digest: 8bu1Y7qhtmMWe9thcktOkkivQrQ=

-

-Name: org/mortbay/util/Scanner$1.class

-SHA1-Digest: jnk2FHmiQJ5ouY4lBBnZmgZOMco=

-

-Name: org/mortbay/util/IO$NullWrite.class

-SHA1-Digest: IkALK0nc6WToQWCOs/To0g8m9Eg=

-

-Name: org/mortbay/util/ajax/JSONPojoConvertor.class

-SHA1-Digest: y3ImpdNH83jrSabzW58GgwpUz4g=

-

-Name: org/mortbay/servlet/UserAgentFilter.class

-SHA1-Digest: s738bUCXbjuguwJfKHg7Au0cCEs=

-

-Name: org/mortbay/util/TypeUtil.class

-SHA1-Digest: MtItcY5xlMlUb+PBfwExc18GuEo=

-

-Name: org/mortbay/util/URIUtil.class

-SHA1-Digest: l52yT3vEhLOsiPcwISqgz19ZYSE=

-

-Name: org/mortbay/util/IO$ClosedIS.class

-SHA1-Digest: 6OHLJnyK/DBEmRVtIzdaeQW0fHg=

-

-Name: org/mortbay/servlet/ThrottlingFilter.class

-SHA1-Digest: v8pLDLO45cWv6jcrMmms79dblyE=

-

-Name: org/mortbay/util/ajax/JSONPojoConvertor$2.class

-SHA1-Digest: JAcv4ZuPMqy5PcvHrOx3LEM6X5s=

-

-Name: org/mortbay/log/StdErrLog.class

-SHA1-Digest: 8byz8+sVBzoPPPBQ+k1db7MDink=

-

-Name: org/mortbay/util/Scanner$BulkListener.class

-SHA1-Digest: wEJ4s9e5P7+Hz/XIKzajCYsU8ok=

-

-Name: org/mortbay/util/MultiPartWriter.class

-SHA1-Digest: i6HP+mTqsipLmzfwIOuml97SE4M=

-

-Name: org/mortbay/util/ajax/JSON$2.class

-SHA1-Digest: jAaAKg3gvcOBgU/9C7fUBC0+Zmc=

-

-Name: org/mortbay/thread/ThreadPool.class

-SHA1-Digest: 2t4QBtw+8slaDUgZuhe6nIKxdCw=

-

-Name: org/mortbay/thread/Timeout$Task.class

-SHA1-Digest: y7EAPHq2SBTr7mQeEQf4/fBcPvw=

-

-Name: org/mortbay/util/StringMap$NullEntry.class

-SHA1-Digest: k1cKx9H36e1yXoADBwfl/QR0FFM=

-

-Name: about_files/LICENSE.txt

-SHA1-Digest: K4uBUimqimHkg/tLoFiLi2xJGJA=

-

-Name: org/mortbay/thread/QueuedThreadPool$Lock.class

-SHA1-Digest: ISHQoKisSjmRhAApOGEqCn5T5Tk=

-

-Name: org/mortbay/util/IO$Singleton.class

-SHA1-Digest: 2l+ck6rj4ozQmmdPMbZETNTc2J0=

-

-Name: org/mortbay/servlet/CGI.class

-SHA1-Digest: JNf50BhIFJVsvijZMBe0hLBdHKg=

-

-Name: org/mortbay/util/ajax/JSON$Literal.class

-SHA1-Digest: wkNP1EZCy5CxzPZBBdxLOE2+YfA=

-

-Name: about_files/NOTICE.txt

-SHA1-Digest: S2mLpZqjAF/cOLO7xor4ncakiKA=

-

-Name: org/mortbay/util/Scanner$DiscreteListener.class

-SHA1-Digest: FxKt/gjoL5hwJEGH4BZdpcvEX40=

-

-Name: org/mortbay/util/SingletonList.class

-SHA1-Digest: F6yXNk8w5Obg4Vbx8ItE4dVcAIg=

-

-Name: about.html

-SHA1-Digest: xyqgUGPZ8YrXXQWVL0E/PlqJtRw=

-

-Name: org/mortbay/servlet/CGI$1.class

-SHA1-Digest: dnt1qsXID63oG6GO2d/NndeeRB4=

-

-Name: org/mortbay/util/StringMap$Node.class

-SHA1-Digest: W1WyQLTzFoXNg5TaAW99Elwxyug=

-

-Name: org/mortbay/servlet/ProxyServlet.class

-SHA1-Digest: MLQ6PSDIk8B7OXJ9+SbJPz3nRuQ=

-

-Name: org/mortbay/thread/QueuedThreadPool$1.class

-SHA1-Digest: aZa69reSgyF7reYqhQo1UqI0tg8=

-

-Name: org/mortbay/util/ajax/AjaxFilter$1.class

-SHA1-Digest: 3afyNlC34YoglDiEQVR3NGjxya0=

-

-Name: org/mortbay/util/ajax/JSONPojoConvertor$3.class

-SHA1-Digest: PON1RqRnzG1SQ708aCo7MROp5vk=

-

-Name: org/mortbay/util/LazyList.class

-SHA1-Digest: 3GOVzQK04rXCWYyvWdj/hJ2IrRk=

-

-Name: org/mortbay/util/ajax/WaitingContinuation.class

-SHA1-Digest: 4VI4ytFJS+FdB9TJwaKBJqHxWN4=

-

-Name: org/mortbay/servlet/CGI$EnvList.class

-SHA1-Digest: VXZw7MYeFVZaim7kJ9s2ql5WVdc=

-

-Name: META-INF/p2.inf

-SHA1-Digest: DpuFsRinmO5PqRyIWyTMgUWJ+98=

-

-Name: org/mortbay/util/ajax/JSONPojoConvertor$NumberType.class

-SHA1-Digest: HBg9vrxT9WHKQNVZZH2x4e/PkAg=

-

-Name: org/mortbay/servlet/MultiPartFilter$Wrapper.class

-SHA1-Digest: /74w/qZoABbjrTQrb+/AyOISHM4=

-

-Name: org/mortbay/util/ajax/JSONObjectConvertor.class

-SHA1-Digest: Q+n61SqhHI2Kc4hBkcqcczVLFbE=

-

-Name: org/mortbay/component/Container.class

-SHA1-Digest: xwv2IobdI0434hn75jb4F0xXX0M=

-

-Name: org/mortbay/util/RolloverFileOutputStream$RollTask.class

-SHA1-Digest: kQwbmBlQVlZvUw4/C0bO+ERB8xc=

-

-Name: org/mortbay/util/ByteArrayISO8859Writer.class

-SHA1-Digest: NSK21QslS/tjGwUVmJrF8zCKk6c=

-

-Name: org/mortbay/component/LifeCycle.class

-SHA1-Digest: a+Y+aSGqB7I3xei+2as2kb6OK6E=

-

-Name: org/mortbay/util/ajax/JSON$ReaderSource.class

-SHA1-Digest: djwcc6KGzyoBUOhfk1Q6lAHECRg=

-

-Name: org/mortbay/util/Scanner.class

-SHA1-Digest: PqLtJeojDx4ZgaSBkmJBrqgW//w=

-

-Name: org/mortbay/component/Container$1.class

-SHA1-Digest: HdgJxH+45j1d9XhC6yXzyMcF6PY=

-

-Name: META-INF/eclipse.inf

-SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw=

-

-Name: org/mortbay/servlet/RestFilter.class

-SHA1-Digest: eN0fUgTJmAPiZ2hkAv8m5QBAGAA=

-

-Name: org/mortbay/util/AttributesMap.class

-SHA1-Digest: 2FmL5G5t4F4QEWkAHGmjz1Gwsp0=

-

-Name: org/mortbay/util/MultiException.class

-SHA1-Digest: SdGd2v2vfxA+qmF5nbhlWJAh/Ec=

-

-Name: org/mortbay/util/Attributes.class

-SHA1-Digest: /24Xti5PMlWOuyYzuIpre2N0oTE=

-

-Name: org/mortbay/log/Log$1.class

-SHA1-Digest: 6ABMXS6GqATRkMaSIYgMMT2X0dE=

-

-Name: org/mortbay/util/StringMap.class

-SHA1-Digest: ItCzFPCKZADHgNOkWW4CzCBPuSs=

-

-Name: org/mortbay/util/ajax/AjaxFilter$AjaxResponse.class

-SHA1-Digest: SErndTUx65ix0gZLZgwVa0yCfSk=

-

-Name: org/mortbay/util/ajax/JSON.class

-SHA1-Digest: q0QmoTrSaezl8zxN96qj27/9S5I=

-

-Name: org/mortbay/util/ajax/JSON$Convertible.class

-SHA1-Digest: ypfKpkxFnms8zQxMS8RZniZYwME=

-

-Name: org/mortbay/thread/QueuedThreadPool$PoolThread.class

-SHA1-Digest: 0vQZKZImpCuj4FSFRFdfvymypoo=

-

-Name: org/mortbay/log/Slf4jLog.class

-SHA1-Digest: 67yw8ds7MSii3g7WD8Ll+7o95oo=

-

-Name: org/mortbay/util/ajax/JSON$Source.class

-SHA1-Digest: u17LoVtqQKsv5FIRFtYk+soy0O4=

-

-Name: org/mortbay/util/ajax/JSONPojoConvertor$4.class

-SHA1-Digest: H/1PjuqJbla85f6YmfuP/p/J6Sw=

-

-Name: org/mortbay/util/RolloverFileOutputStream.class

-SHA1-Digest: pOP2Yiy7HDHNddNjvEqBGF4EmSw=

-

-Name: org/mortbay/util/ajax/JSONDateConvertor.class

-SHA1-Digest: DcvaRsnit3tJ0XxN0mUiKw9QaHE=

-

-Name: org/mortbay/thread/Timeout.class

-SHA1-Digest: 8XGVdLejHbLkwcdNXXtYzGpjapE=

-

-Name: org/mortbay/util/IO$NullOS.class

-SHA1-Digest: Cf0t/kmjgA6qFk3Tp9VYVquaoGg=

-

-Name: org/mortbay/util/ajax/JSON$Convertor.class

-SHA1-Digest: 1KLq3uUz5kS2UEPMw/2DpvP/T+4=

-

-Name: org/mortbay/util/RolloverFileOutputStream$1.class

-SHA1-Digest: XIoJcJTHjcJzBe6EOAZOLR/lenQ=

-

-Name: org/mortbay/util/ajax/JSONPojoConvertorFactory.class

-SHA1-Digest: HOtThBnlSoDR6gIqFaSABgYzqsg=

-

-Name: org/mortbay/util/IO$Job.class

-SHA1-Digest: qHPvnu8mHWk1bVFXuyNTCJ0QTr4=

-

-Name: org/mortbay/util/ByteArrayOutputStream2.class

-SHA1-Digest: J26S5E4zrmIrvy/lKQQNY2wx8lE=

-

-Name: org/mortbay/util/DateCache.class

-SHA1-Digest: jRpyBcLp0sJ11WXB65ZXIGrvjjY=

-

-Name: org/mortbay/component/Container$Listener.class

-SHA1-Digest: WROMJCf2yfWUYJM2xUZDny22oqc=

-

-Name: org/mortbay/component/Container$Relationship.class

-SHA1-Digest: srBf3tzEsabpOu8rCeZ15/peqg8=

-

-Name: org/mortbay/servlet/GzipFilter$GZIPResponseWrapper.class

-SHA1-Digest: R76w8voWYqfEKK3i/ijEvVrDUDM=

-

-Name: org/mortbay/util/QuotedStringTokenizer.class

-SHA1-Digest: cKfJi2FomuGrRu+i1ZfO21YSD5w=

-

-Name: org/mortbay/util/Loader.class

-SHA1-Digest: X4QQVs+XJ58IdgZ9jPXNSRnuAcc=

-

-Name: org/mortbay/util/SingletonList$SIterator.class

-SHA1-Digest: VYbj4iKsu4CRoYUrMiBpmTsEz0k=

-

-Name: org/mortbay/util/ajax/Continuation.class

-SHA1-Digest: LnpOvdnWyK7aWv1UtiCFLpIqYsw=

-

-Name: org/mortbay/util/ajax/JSONPojoConvertor$Setter.class

-SHA1-Digest: JizvreKAkxgr/ekNBP3EkULzJVE=

-

-Name: org/mortbay/thread/BoundedThreadPool.class

-SHA1-Digest: w3ihPOThqSAiKRVN40krku8nCwA=

-

-Name: org/mortbay/util/ajax/JSON$StringSource.class

-SHA1-Digest: 54Rtah0hj1oJWxLrkMeBRC0eqTI=

-

-Name: org/mortbay/servlet/ConcatServlet.class

-SHA1-Digest: 4Zej8juhXUfobJ9jyEAApLi/8nI=

-

-Name: org/mortbay/component/LifeCycle$Listener.class

-SHA1-Digest: 1J5RoCQKTK9L9Mhmpp7jdAFS+q4=

-

-Name: org/mortbay/util/MultiPartOutputStream.class

-SHA1-Digest: VAuK3duPHlUGo+0MmqSltrgdOzU=

-

-Name: org/mortbay/thread/BoundedThreadPool$PoolThread.class

-SHA1-Digest: bCajlkpk0J9AIHgajyL7UhJQPwU=

-

-Name: org/mortbay/util/UrlEncoded.class

-SHA1-Digest: xe7Jcm/Ir/jI13SYxx2rRvYSI30=

-

-Name: org/mortbay/util/MultiMap.class

-SHA1-Digest: bgpAtpuF9Ae5MxKV2St4lPOrcaA=

-

-Name: org/mortbay/util/StringMap$1.class

-SHA1-Digest: 2O2VDt9X13+m6GDsH0Lxh5WDOkE=

-

-Name: org/mortbay/util/ajax/JSONPojoConvertor$1.class

-SHA1-Digest: XOaFnZO4SPJ+EFe2IP9DIwTPt+I=

-

-Name: org/mortbay/util/ajax/ContinuationSupport.class

-SHA1-Digest: l7BTUOBIVURAvjocWmUiSB0MrC0=

-

-Name: org/mortbay/servlet/ProxyServlet$Transparent.class

-SHA1-Digest: zn672lNFU5ocULHk5zgsn7gpeaM=

-

-Name: org/mortbay/util/IntrospectionUtil.class

-SHA1-Digest: PpLGbS5Rkjl8iw1QM9n9o8UgNWA=

-

-Name: org/mortbay/util/ajax/JSONPojoConvertor$5.class

-SHA1-Digest: tSoTUe8VaMGRyGpBt+N6c9HqH3g=

-

diff --git a/eclipse-build/dependencyManifests/org.objectweb.asm_3.3.1.v201101071600.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.objectweb.asm_3.3.1.v201101071600.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index dcab626..0000000
--- a/eclipse-build/dependencyManifests/org.objectweb.asm_3.3.1.v201101071600.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,519 +0,0 @@
-Manifest-Version: 1.0

-Bundle-DocURL: http://asm.objectweb.org

-Implementation-Vendor: France Telecom R&D

-Bundle-RequiredExecutionEnvironment: J2SE-1.3

-Bundle-SymbolicName: org.objectweb.asm

-Export-Package: org.objectweb.asm;version=3.3.1,org.objectweb.asm.sign

- ature;version=3.3.1,org.objectweb.asm.commons;version=3.3.1,org.objec

- tweb.asm.tree;version=3.3.1,org.objectweb.asm.tree.analysis;version=3

- .3.1,org.objectweb.asm.util;version=3.3.1,org.objectweb.asm.xml;versi

- on=3.3.1

-Bundle-Version: 3.3.1.v201101071600

-Ant-Version: Apache Ant 1.7.1

-Bundle-Vendor: %providerName

-Bundle-Name: %pluginName

-Created-By: 14.3-b01 (Sun Microsystems Inc.)

-Implementation-Version: 3.3.1

-Implementation-Title: ASM all classes

-Bundle-ManifestVersion: 2

-

-Name: org/objectweb/asm/xml/Processor$SubdocumentHandlerFactory.class

-SHA1-Digest: jNBg9c+W6ZKPQTdrp0o3rKZAZzw=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$OpcodesRule.class

-SHA1-Digest: iI0LSCexIQVgoLeYIJC51R65w+I=

-

-Name: org/objectweb/asm/util/AbstractVisitor.class

-SHA1-Digest: tVMZs8Aq7KyTNJOs+OoYy1f72TM=

-

-Name: org/objectweb/asm/util/CheckMethodAdapter.class

-SHA1-Digest: SC7rXqulwjrBnV4XDzhV9BFPOMo=

-

-Name: org/objectweb/asm/signature/SignatureWriter.class

-SHA1-Digest: HPJAV23RIOlAzGwMoVui33DnuN4=

-

-Name: org/objectweb/asm/tree/AbstractInsnNode.class

-SHA1-Digest: 3ud3mL3b8p9ltWAKZZ7oBptQhrQ=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$RuleSet.class

-SHA1-Digest: JIvii9wW5KyQp+F3/VJ/RXKgtgg=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$OuterClassRule.class

-SHA1-Digest: XdQixzjYv6+IojTV6G1FBxPaF0Y=

-

-Name: org/objectweb/asm/ByteVector.class

-SHA1-Digest: h4ZyM8B9dY7thBKmXUzu0x13Y5s=

-

-Name: org/objectweb/asm/tree/analysis/SourceInterpreter.class

-SHA1-Digest: 2WPgesQkgGp8/RXySfAGnuTSUcs=

-

-Name: org/objectweb/asm/AnnotationVisitor.class

-SHA1-Digest: UQnecRexGB31Cr2kvGgwghcuRoU=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$LabelRule.class

-SHA1-Digest: Kgc5zN9QkHafH3c+XY8wZO2mg7c=

-

-Name: org/objectweb/asm/tree/JumpInsnNode.class

-SHA1-Digest: ZT5Fsmfm2TcjySaNJ2yU3EPt18k=

-

-Name: org/objectweb/asm/commons/JSRInlinerAdapter$Subroutine.class

-SHA1-Digest: oAdEhdePVGjucFwgvPf0/QZIn8o=

-

-Name: org/objectweb/asm/xml/SAXFieldAdapter.class

-SHA1-Digest: b6+QKfUnSgXiKGyZlMkhRpjfduk=

-

-Name: org/objectweb/asm/ClassAdapter.class

-SHA1-Digest: sG+h9Nx43aJ24SAFAmhX5JyEoWY=

-

-Name: org/objectweb/asm/ClassWriter.class

-SHA1-Digest: YK6yGl1oVXTVuS3QbBjAVsr1Tvk=

-

-Name: org/objectweb/asm/tree/analysis/Frame.class

-SHA1-Digest: WbZDuwDtToCi49Hk49w7nQLBNXE=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$LookupSwitchRule.class

-SHA1-Digest: xGGDjQm3IWvMNOmuKr5rTs/Eg8I=

-

-Name: org/objectweb/asm/MethodVisitor.class

-SHA1-Digest: XWyF4JSLXzdQ3blTUyqFeK71K1o=

-

-Name: org/objectweb/asm/tree/MemberNode.class

-SHA1-Digest: r7nOTK/tk+JWO98Yl0xidvQ0ifc=

-

-Name: org/objectweb/asm/tree/TypeInsnNode.class

-SHA1-Digest: lEEY4vKQs/wrYuOMQR+WB5O0kNg=

-

-Name: org/objectweb/asm/tree/analysis/SmallSet.class

-SHA1-Digest: anfshk1bBQr/rWNOLAdHdIYBr0Y=

-

-Name: org/objectweb/asm/tree/analysis/Value.class

-SHA1-Digest: umvNo9wKI0Z5t2GzuxWN8jPdh4k=

-

-Name: org/objectweb/asm/commons/LocalVariablesSorter.class

-SHA1-Digest: 0E2NkLgZ6wU55NxJR6oJZRPdBSI=

-

-Name: org/objectweb/asm/tree/LineNumberNode.class

-SHA1-Digest: 4aGbm34h4RkQSsSt40aDb9ud8ug=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$FrameTypeRule.class

-SHA1-Digest: 3Vz5juoFUvZ1hBysIwW/MNhdspw=

-

-Name: org/objectweb/asm/util/TraceAbstractVisitor.class

-SHA1-Digest: U4GTihzkPOqGnwoIefu2FtgLO3U=

-

-Name: org/objectweb/asm/AnnotationWriter.class

-SHA1-Digest: FmuG+CTjzZcypuTUnTnO7FB50BY=

-

-Name: org/objectweb/asm/commons/GeneratorAdapter.class

-SHA1-Digest: fpgaUrvu85Gnfi/sgXm/y9DrJ+Y=

-

-Name: org/objectweb/asm/xml/Processor$OutputSlicingHandler.class

-SHA1-Digest: r+G0vffEj1p2Foi6iN/2YHtXtz8=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$ExceptionRule.class

-SHA1-Digest: 0SnYqt5ryKMP1d9mTr6riFdhqQg=

-

-Name: org/objectweb/asm/tree/FieldInsnNode.class

-SHA1-Digest: DG5wGiblh5xDqpHF45xDBPoXVFM=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$AnnotationDefaultRule.cl

- ass

-SHA1-Digest: F9P4R7eVghM5s2NqGn8zt+tXoqY=

-

-Name: org/objectweb/asm/signature/SignatureVisitor.class

-SHA1-Digest: DenxenpQSJ8ZkbIrDLDnIORqIeg=

-

-Name: org/objectweb/asm/util/ASMifierFieldVisitor.class

-SHA1-Digest: u57BDY+jeu2N+FLz4pnSm+wHCoU=

-

-Name: org/objectweb/asm/tree/LookupSwitchInsnNode.class

-SHA1-Digest: VtdlA51X8LelF/FXyederEOaL+M=

-

-Name: org/objectweb/asm/xml/SAXCodeAdapter.class

-SHA1-Digest: G7mAHjX8WYnGsDuLk08NTdL1s8I=

-

-Name: org/objectweb/asm/util/ASMifierAnnotationVisitor.class

-SHA1-Digest: Moha0L4npqm6bIh5n4/9IKG1ca4=

-

-Name: about_files/README.txt

-SHA1-Digest: g+hfjp6RL2xeop0L2gLHmlqdZkM=

-

-Name: org/objectweb/asm/commons/RemappingSignatureAdapter.class

-SHA1-Digest: xJNzU4FusNhuyFzRIqsl4QWK6Q0=

-

-Name: org/objectweb/asm/Frame.class

-SHA1-Digest: 8/3CB7SL0A11IjVxcwA9YBByXd0=

-

-Name: org/objectweb/asm/MethodAdapter.class

-SHA1-Digest: CBaMBHTAVqdtcyccqACLya21N5U=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$Opcode.class

-SHA1-Digest: PDx4NZ9mYKiC7H28FGIrS4ygIi0=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$MaxRule.class

-SHA1-Digest: /1YtfA1VhbgQSD1npTZKQ/rdl3c=

-

-Name: org/objectweb/asm/tree/InsnNode.class

-SHA1-Digest: vC+88k/JTevh3L73VNg4stN/0bA=

-

-Name: org/objectweb/asm/tree/analysis/SourceValue.class

-SHA1-Digest: nqxOTo/7dSXuRgLxMtXj8N/Ok98=

-

-Name: org/objectweb/asm/tree/InnerClassNode.class

-SHA1-Digest: pEOWq01oj7BmhKWosLBtXOXE6Q8=

-

-Name: org/objectweb/asm/tree/LabelNode.class

-SHA1-Digest: PdzjM3fjKYjvGt56p3jMwHI6zYU=

-

-Name: org/objectweb/asm/tree/analysis/Subroutine.class

-SHA1-Digest: VEH4EsYcgrbYaCZBHREGdKxN5hE=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$FrameRule.class

-SHA1-Digest: sylJPV/xra1L9MJt8xtEpPcBYyU=

-

-Name: org/objectweb/asm/commons/Method.class

-SHA1-Digest: XWef2eUPLlfEHe0u0jhuFu27Cas=

-

-Name: org/objectweb/asm/commons/InstructionAdapter.class

-SHA1-Digest: N/njcXj5ROpW19md2jKB5GSj8kA=

-

-Name: org/objectweb/asm/util/TraceFieldVisitor.class

-SHA1-Digest: jvDDCoH5PH4mUaaWa0kxPx7myw4=

-

-Name: org/objectweb/asm/util/CheckMethodAdapter$1.class

-SHA1-Digest: GkWLqvZRGD6eoXgvKUATmi4wg6I=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$OpcodeGroup.class

-SHA1-Digest: obho4UaPGv7y2hnzjtVY6GgwlaE=

-

-Name: org/objectweb/asm/signature/SignatureReader.class

-SHA1-Digest: vk56OWDIbFd5xWa4FyNBl+Rc+Kk=

-

-Name: org/objectweb/asm/MethodWriter.class

-SHA1-Digest: sFAy7hmBGkuP3ucLv4qBFrXVeuw=

-

-Name: about_files/LICENSE.txt

-SHA1-Digest: j2BeL98mo7ztDyqaEc5IJfnL2Q4=

-

-Name: org/objectweb/asm/xml/SAXClassAdapter.class

-SHA1-Digest: DXfn9mg3ag9r+FYHr6bCsdsSFIM=

-

-Name: org/objectweb/asm/xml/Processor$SAXWriterFactory.class

-SHA1-Digest: 7Rhw91uB2J5u/9iiCEcCPsnBUHA=

-

-Name: org/objectweb/asm/Type.class

-SHA1-Digest: 3J6+fZZ+ACY1WTslhw9ucbG0748=

-

-Name: org/objectweb/asm/commons/Remapper.class

-SHA1-Digest: uL1tIWzAaPTviLE0Rus2iybo1YM=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$AnnotationValueRule.clas

- s

-SHA1-Digest: f65xflthl3iXtJDlX+uSNGG8k+Y=

-

-Name: org/objectweb/asm/tree/LdcInsnNode.class

-SHA1-Digest: xrVsKJm2iQgaUF9Ngszl3bzRhVs=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$LookupSwitchLabelRule.cl

- ass

-SHA1-Digest: WmgYNlK3t/VjLd/VzmxXz/zgizY=

-

-Name: org/objectweb/asm/tree/IntInsnNode.class

-SHA1-Digest: ldzNDWzyE8eFAC3Hb/K64NgHWLU=

-

-Name: org/objectweb/asm/tree/analysis/BasicValue.class

-SHA1-Digest: uyqj9D8C8X/it1yGj6fmAmTIKSo=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$InterfacesRule.class

-SHA1-Digest: JAsviO4LTPy3XWucpOKQ+Vm4szM=

-

-Name: org/objectweb/asm/commons/JSRInlinerAdapter.class

-SHA1-Digest: ULobaqw7mM5kAXPp6dI60zbZy+8=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$SourceRule.class

-SHA1-Digest: IurtRN2/IgxLDTllPR81EgvXvmI=

-

-Name: org/objectweb/asm/commons/CodeSizeEvaluator.class

-SHA1-Digest: JLljG0VtqfiHbHyK0g0ssoXQiTo=

-

-Name: org/objectweb/asm/commons/SerialVersionUIDAdder.class

-SHA1-Digest: Tugv0GEB2ZeU5Y2oWlDpJ3Gaigo=

-

-Name: org/objectweb/asm/ClassReader.class

-SHA1-Digest: X8Qxtq+y0k6v3SIhslQbP1bq65k=

-

-Name: about.html

-SHA1-Digest: ydS7k3ZLlsTeMmEg6RBxk9Ptn7Q=

-

-Name: org/objectweb/asm/util/ASMifierClassVisitor.class

-SHA1-Digest: J+jE/eN8ovotfqqkpwHWNNvd4ec=

-

-Name: org/objectweb/asm/util/CheckFieldAdapter.class

-SHA1-Digest: 9TsvqSjZ1ShfcnjhVNRlF8TUz90=

-

-Name: org/objectweb/asm/tree/AnnotationNode.class

-SHA1-Digest: yWBnFAyxolE1o3AZSm5DltsN8xA=

-

-Name: org/objectweb/asm/util/CheckSignatureAdapter.class

-SHA1-Digest: fOlTXO7sisxUUoU2GAoS5xAUv+E=

-

-Name: org/objectweb/asm/util/CheckAnnotationAdapter.class

-SHA1-Digest: msNK6I+i+m40dvLSnzQLJWbULMg=

-

-Name: org/objectweb/asm/Item.class

-SHA1-Digest: u2HwR+Leq4I0TAxbXj+uS7QlWvw=

-

-Name: org/objectweb/asm/util/TraceAnnotationVisitor.class

-SHA1-Digest: zFw28cbyz3V6NpHvYadyqT/8Y1E=

-

-Name: org/objectweb/asm/tree/analysis/AnalyzerException.class

-SHA1-Digest: AKx9IC+kTEx4gZa2De12RsFAcRw=

-

-Name: org/objectweb/asm/tree/IincInsnNode.class

-SHA1-Digest: 7bZTrS9yacS4Vg6cd08tKDCsJsE=

-

-Name: org/objectweb/asm/tree/FrameNode.class

-SHA1-Digest: 80QMdj4xzHgQGULYAc+bNRP6jnk=

-

-Name: org/objectweb/asm/xml/ASMContentHandler.class

-SHA1-Digest: WQ4Va3iOgTJlmw23RlHfp82Ya5k=

-

-Name: org/objectweb/asm/Label.class

-SHA1-Digest: AKoFTbIyG/JPBitg15Th9uMrQw4=

-

-Name: org/objectweb/asm/tree/MethodInsnNode.class

-SHA1-Digest: aWfe0NHpqTp5Ft3eMc1f+gTsMVk=

-

-Name: org/objectweb/asm/tree/MultiANewArrayInsnNode.class

-SHA1-Digest: bQR874E6oSxJ5rXxtpHoiY67EU0=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$AnnotationValueArrayRule

- .class

-SHA1-Digest: oHzl3JdCwf9nA/ZFnumoHI8CtKo=

-

-Name: org/objectweb/asm/util/TraceMethodVisitor.class

-SHA1-Digest: K4rcGUcUW24+N+eGk4ZD0Y1NBn8=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$LocalVarRule.class

-SHA1-Digest: x6kxIP3KKdQPV4B1Op0k7UQz5Ak=

-

-Name: org/objectweb/asm/xml/Processor$InputSlicingHandler.class

-SHA1-Digest: CK34F97D2+4hBshmICWuYl7Zu7U=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$TryCatchRule.class

-SHA1-Digest: XFXb3AfNXDwxYNPgoj5BLkhHY5c=

-

-Name: org/objectweb/asm/commons/TryCatchBlockSorter$1.class

-SHA1-Digest: RANtj4I+tIPl76+cAYY/oG0vT9w=

-

-Name: org/objectweb/asm/commons/RemappingAnnotationAdapter.class

-SHA1-Digest: h2R7GCel7tlC3DfBvKIq+0+hgj4=

-

-Name: org/objectweb/asm/util/TraceClassVisitor.class

-SHA1-Digest: dO978Au88FUa63voe8kXrBCD8Rw=

-

-Name: org/objectweb/asm/xml/Processor$ZipEntryElement.class

-SHA1-Digest: jDooCRz4hTcgdUKpcDgtLkciCH0=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$ExceptionsRule.class

-SHA1-Digest: wB+bJXQtYvcwu3rhDN8v0GiQP8k=

-

-Name: org/objectweb/asm/tree/analysis/BasicVerifier.class

-SHA1-Digest: 7ux/BRI3M0YM3lEB7kDRXklnY+I=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$ClassRule.class

-SHA1-Digest: vM8Arq/rUPd+N+nWDBT9z+bjZZM=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$InterfaceRule.class

-SHA1-Digest: rBMOnpBeQ4CpSavaXKQfO1sF1dQ=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$FieldRule.class

-SHA1-Digest: kqqe6c6p9YidztBMfxewUrC6gGM=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$AnnotationParameterRule.

- class

-SHA1-Digest: OAFHlOiQPl3hx0biGP9kW5T8Kfs=

-

-Name: org/objectweb/asm/Handler.class

-SHA1-Digest: 7slFCwpzMai2GjSAMIoYDyjjkNM=

-

-Name: org/objectweb/asm/tree/LocalVariableNode.class

-SHA1-Digest: cdUfT0n1g0uiJ5KnpGfe/V3faj0=

-

-Name: org/objectweb/asm/tree/VarInsnNode.class

-SHA1-Digest: iONkO5hz0yyMfIESLEXJuuQSCu4=

-

-Name: org/objectweb/asm/commons/RemappingMethodAdapter.class

-SHA1-Digest: x5J2bctKh1nuMfMgBtq4ut94rIY=

-

-Name: org/objectweb/asm/FieldWriter.class

-SHA1-Digest: AouVqDrMvr2z3KTntQaQtfCUqWY=

-

-Name: org/objectweb/asm/xml/SAXAdapter.class

-SHA1-Digest: Rq0XGG1YBhNZ/s/0wS4GnqjKkeU=

-

-Name: org/objectweb/asm/xml/Processor$ContentHandlerFactory.class

-SHA1-Digest: Iql3AcTuk/Zv7KT1J682FAagE6o=

-

-Name: org/objectweb/asm/Edge.class

-SHA1-Digest: zPhU4kuh2C3K2hX7JxP3HRTWciQ=

-

-Name: org/objectweb/asm/commons/StaticInitMerger.class

-SHA1-Digest: CEb0IMAmNTzKt9hH9q7DFJXwr6o=

-

-Name: META-INF/eclipse.inf

-SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw=

-

-Name: org/objectweb/asm/util/ASMifierAbstractVisitor.class

-SHA1-Digest: iwAhqNDyL1BHfSFnZfrd6RIMFq8=

-

-Name: org/objectweb/asm/tree/MethodNode.class

-SHA1-Digest: ARt9uAC8EXHdxhpyIGa/Bvcmf8Q=

-

-Name: org/objectweb/asm/xml/Processor$ProtectedInputStream.class

-SHA1-Digest: EEWGaF5FuPHnCgoybE1HboMxzlU=

-

-Name: org/objectweb/asm/tree/analysis/Interpreter.class

-SHA1-Digest: TGyQTdIapOWWZCMxzp2qP24URLg=

-

-Name: org/objectweb/asm/util/ASMifiable.class

-SHA1-Digest: gc/zNMznah6L9OMNiYH1VJ9u3Fo=

-

-Name: org/objectweb/asm/xml/Processor.class

-SHA1-Digest: k1R+nzqvwzexnn38zwNVUlmTocs=

-

-Name: org/objectweb/asm/tree/analysis/Analyzer.class

-SHA1-Digest: BUd5T/Qc8xbHj4TDRqTUr6W+Puk=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$LineNumberRule.class

-SHA1-Digest: nNQ86iA3yHEpjywv6uBlYWZ8FYQ=

-

-Name: org/objectweb/asm/Attribute.class

-SHA1-Digest: vSTLCi1osXUWM/PbcGSBbi3YEuk=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$AnnotationValueAnnotatio

- nRule.class

-SHA1-Digest: fh7sRMHq51rGvWnt9X8+eoohu00=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$Rule.class

-SHA1-Digest: y9b+F7g4B1uDWtyXile3vaI1fPA=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$MethodRule.class

-SHA1-Digest: 64u5tZhnhaU0v9DueUH6TobjNpk=

-

-Name: org/objectweb/asm/commons/SimpleRemapper.class

-SHA1-Digest: zv/T3hyl6UOT5r4B6pkE/OIcU2s=

-

-Name: org/objectweb/asm/tree/MethodNode$1.class

-SHA1-Digest: b//LjFLFpUsZbvnSRNZyTElQuQQ=

-

-Name: org/objectweb/asm/util/CheckClassAdapter.class

-SHA1-Digest: cQIkcqhpINLzqf3uxVTBJ4Uq2qs=

-

-Name: org/objectweb/asm/FieldVisitor.class

-SHA1-Digest: RsQ0nH9tT2R9G0QyTkzysSutYuc=

-

-Name: org/objectweb/asm/commons/RemappingFieldAdapter.class

-SHA1-Digest: 3hiyRWXWe0AualXZpgkllMBL2FM=

-

-Name: org/objectweb/asm/commons/TableSwitchGenerator.class

-SHA1-Digest: XwcnM4llF8WZlI/6bzZS+t4vcWU=

-

-Name: org/objectweb/asm/xml/Processor$TransformerHandlerFactory.class

-SHA1-Digest: 1F0o0EkqnW+Czhruz5Z6365xiWM=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$AnnotationValueEnumRule.

- class

-SHA1-Digest: pGf5BzWJAi9cg6q8bHfn09XK8Mc=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$TableSwitchLabelRule.cla

- ss

-SHA1-Digest: juzbC0PQCAYqn+vv4DN+Nf1kZck=

-

-Name: org/objectweb/asm/tree/TryCatchBlockNode.class

-SHA1-Digest: nxjxIm42S5nwsdFxwP0yRaOiMTU=

-

-Name: org/objectweb/asm/commons/TryCatchBlockSorter.class

-SHA1-Digest: T7Ceq2PJeSXEXJssQH7Dj5WTr/0=

-

-Name: org/objectweb/asm/tree/InsnList$InsnListIterator.class

-SHA1-Digest: 0L4Y7BGoFXM7KOXHM57oW8EKIWI=

-

-Name: org/objectweb/asm/util/ASMifierMethodVisitor.class

-SHA1-Digest: bgim3+SBylSeWcHpVejW6peu0qc=

-

-Name: org/objectweb/asm/xml/Processor$ASMContentHandlerFactory.class

-SHA1-Digest: 4YK+W5iOsNC9veiDyOqB1nU3MmU=

-

-Name: org/objectweb/asm/commons/EmptyVisitor.class

-SHA1-Digest: ghmu5cSBwOS1Rak+5iLvUhtAPjs=

-

-Name: org/objectweb/asm/tree/ClassNode.class

-SHA1-Digest: zqBnODeb+oeCViRL1aiCYXMZB+4=

-

-Name: plugin.properties

-SHA1-Digest: oOwT8GoUdIL/oAVr9wT3mX3AxlY=

-

-Name: org/objectweb/asm/tree/FieldNode.class

-SHA1-Digest: gIE6CQON87o29iqIhjzRcyzXXc8=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$InnerClassRule.class

-SHA1-Digest: OGk9NWVjt8h1ZBi9PJmSXELLQPs=

-

-Name: org/objectweb/asm/util/TraceSignatureVisitor.class

-SHA1-Digest: tLGOLzBjyFpysmpUNzZ576OmHrg=

-

-Name: org/objectweb/asm/tree/TableSwitchInsnNode.class

-SHA1-Digest: DdbiGEY+a5ySYT32U8IHKSXOziA=

-

-Name: org/objectweb/asm/xml/Processor$SingleDocElement.class

-SHA1-Digest: 37EJZOP5WXgBUAQeRNIHlG81dEE=

-

-Name: org/objectweb/asm/tree/InsnList.class

-SHA1-Digest: CgRV8vXb0APKNpCP8ujNaE8LaCk=

-

-Name: org/objectweb/asm/commons/AdviceAdapter.class

-SHA1-Digest: PwFMoK8/T+Gm7t33cVp7pBsIB2w=

-

-Name: org/objectweb/asm/xml/Processor$SAXWriter.class

-SHA1-Digest: Xet+8o/VALpITFXxpKj4lY0tQZg=

-

-Name: org/objectweb/asm/tree/analysis/SimpleVerifier.class

-SHA1-Digest: kZKT8PvJpHFyKF8YgzQHYGUaE38=

-

-Name: org/objectweb/asm/xml/SAXAnnotationAdapter.class

-SHA1-Digest: r3BQAFpY7/Q2nTxEiyHtIlxBDAQ=

-

-Name: org/objectweb/asm/tree/analysis/BasicInterpreter.class

-SHA1-Digest: SZ7ibvk+IiyCe1CsiIu8opF5IqQ=

-

-Name: org/objectweb/asm/commons/JSRInlinerAdapter$Instantiation.class

-SHA1-Digest: FIgN/uJ5IIxjb/a1FhlZPMlEkgw=

-

-Name: org/objectweb/asm/commons/AnalyzerAdapter.class

-SHA1-Digest: C6kRpRTuOQYZAKfT0w07Rat1QiE=

-

-Name: org/objectweb/asm/util/Traceable.class

-SHA1-Digest: HqsPJ6VdYlqA2zfcbaEFZHi5JlY=

-

-Name: org/objectweb/asm/Opcodes.class

-SHA1-Digest: kZovfm82Efc7mxvoDryLJq42IWA=

-

-Name: org/objectweb/asm/xml/Processor$EntryElement.class

-SHA1-Digest: wSv5vSSIZmVGc6X96zR4zgeyOaw=

-

-Name: org/objectweb/asm/ClassVisitor.class

-SHA1-Digest: rHZ01JJcZ/yuuHU2MWVSh+gkdmA=

-

-Name: org/objectweb/asm/commons/RemappingClassAdapter.class

-SHA1-Digest: Cm0nOvJPjll5h6QDpWZzXjbKnKo=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$AnnotationRule.class

-SHA1-Digest: dE7AZy65zM60gbwHwlwXk4YlYrw=

-

-Name: org/objectweb/asm/xml/ASMContentHandler$TableSwitchRule.class

-SHA1-Digest: Sq4tpH8K65+CC2vyuvEGT5e1mrk=

-

-Name: org/objectweb/asm/commons/SerialVersionUIDAdder$Item.class

-SHA1-Digest: gnwpyOJGWyLNa36ns62ubxr8gPI=

-

diff --git a/eclipse-build/dependencyManifests/org.sat4j.core_2.3.0.v20110329.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.sat4j.core_2.3.0.v20110329.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index 70e2163..0000000
--- a/eclipse-build/dependencyManifests/org.sat4j.core_2.3.0.v20110329.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,30 +0,0 @@
-Manifest-Version: 1.0

-Ant-Version: Apache Ant 1.8.2

-Created-By: 1.6.0_22-b22 (Sun Microsystems Inc.)

-Bundle-ManifestVersion: 2

-Bundle-Name: %bundleName

-Bundle-SymbolicName: org.sat4j.core

-Bundle-Version: 2.3.0.v20100429

-Export-Package: org.sat4j;version="2.3.0.v20100429",org.sat4j.core;ver

- sion="2.3.0.v20100429",org.sat4j.minisat;version="2.3.0.v20100429",or

- g.sat4j.minisat.constraints;version="2.3.0.v20100429",org.sat4j.minis

- at.constraints.card;version="2.3.0.v20100429",org.sat4j.minisat.const

- raints.cnf;version="2.3.0.v20100429",org.sat4j.minisat.core;version="

- 2.3.0.v20100429",org.sat4j.minisat.learning;version="2.3.0.v20100429"

- ,org.sat4j.minisat.orders;version="2.3.0.v20100429",org.sat4j.minisat

- .restarts;version="2.3.0.v20100429",org.sat4j.opt;version="2.3.0.v201

- 00429",org.sat4j.reader;version="2.3.0.v20100429",org.sat4j.specs;ver

- sion="2.3.0.v20100429",org.sat4j.tools;version="2.3.0.v20100429",org.

- sat4j.tools.xplain;version="2.3.0.v20100429"

-Bundle-Vendor: %providerName

-Bundle-Localization: plugin

-Built-By: Daniel Le Berre

-Main-Class: org.sat4j.BasicLauncher

-Specification-Title: SAT4J

-Specification-Version: NA

-Specification-Vendor: Daniel Le Berre

-Implementation-Title: SAT4J

-Implementation-Version: 2.3.0.v20100429

-Implementation-Vendor: CRIL CNRS UMR 8188 - Universite d'Artois

-Bundle-RequiredExecutionEnvironment: J2SE-1.4

-

diff --git a/eclipse-build/dependencyManifests/org.sat4j.pb_2.3.0.v20110329.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.sat4j.pb_2.3.0.v20110329.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index dc33e87..0000000
--- a/eclipse-build/dependencyManifests/org.sat4j.pb_2.3.0.v20110329.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,25 +0,0 @@
-Manifest-Version: 1.0

-Ant-Version: Apache Ant 1.8.2

-Created-By: 1.6.0_22-b22 (Sun Microsystems Inc.)

-Bundle-ManifestVersion: 2

-Bundle-Name: %bundleName

-Bundle-SymbolicName: org.sat4j.pb

-Bundle-Version: 2.3.0.v20100429

-Export-Package: org.sat4j.pb;version="2.3.0.v20100429",org.sat4j.pb.co

- nstraints;version="2.3.0.v20100429",org.sat4j.pb.constraints.pb;versi

- on="2.3.0.v20100429",org.sat4j.pb.core;version="2.3.0.v20100429",org.

- sat4j.pb.orders;version="2.3.0.v20100429",org.sat4j.pb.reader;version

- ="2.3.0.v20100429",org.sat4j.pb.tools;version="2.3.0.v20100429"

-Bundle-Vendor: %providerName

-Bundle-Localization: plugin

-Require-Bundle: org.sat4j.core

-Built-By: Daniel Le Berre

-Main-Class: org.sat4j.pb.LanceurPseudo2007

-Specification-Title: SAT4J

-Specification-Version: NA

-Specification-Vendor: Daniel Le Berre

-Implementation-Title: SAT4J

-Implementation-Version: 2.3.0.v20100429

-Implementation-Vendor: CRIL CNRS UMR 8188 - Universite d'Artois

-Bundle-RequiredExecutionEnvironment: J2SE-1.4

-

diff --git a/eclipse-build/dependencyManifests/org.w3c.css.sac_1.3.1.v200903091627.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.w3c.css.sac_1.3.1.v200903091627.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index 3974b14..0000000
--- a/eclipse-build/dependencyManifests/org.w3c.css.sac_1.3.1.v200903091627.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,11 +0,0 @@
-Manifest-Version: 1.0
-Bundle-RequiredExecutionEnvironment: J2SE-1.3,CDC-1.0/Foundation-1.0
-Bundle-SymbolicName: org.w3c.css.sac
-Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
-Bundle-Localization: plugin
-Bundle-Version: 1.3.0.v200805290154
-Bundle-Vendor: %providerName
-Export-Package: org.w3c.css.sac;version="1.3.0",org.w3c.css.sac.helper
- s;version="1.3.0"
-
diff --git a/eclipse-build/dependencyManifests/org.w3c.dom.svg_1.1.0.v201011041433.jar/META-INF/MANIFEST.MF b/eclipse-build/dependencyManifests/org.w3c.dom.svg_1.1.0.v201011041433.jar/META-INF/MANIFEST.MF
deleted file mode 100644
index b2e6fe1..0000000
--- a/eclipse-build/dependencyManifests/org.w3c.dom.svg_1.1.0.v201011041433.jar/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,11 +0,0 @@
-Manifest-Version: 1.0

-Bundle-RequiredExecutionEnvironment: J2SE-1.4,J2SE-1.3,CDC-1.0/Foundat

- ion-1.0

-Bundle-SymbolicName: org.w3c.dom.svg

-Import-Package: org.w3c.dom

-Bundle-ManifestVersion: 2

-Bundle-Name: %pluginName

-Bundle-Localization: plugin

-Bundle-Version: 1.1.0.v200806040011

-Bundle-Vendor: %providerName

-Export-Package: org.w3c.dom.svg;version="1.1.0"

diff --git a/eclipse-build/eclipse-build-additionalArchs.tar.bz2 b/eclipse-build/eclipse-build-additionalArchs.tar.bz2
deleted file mode 100644
index 67e50a4..0000000
--- a/eclipse-build/eclipse-build-additionalArchs.tar.bz2
+++ /dev/null
Binary files differ
diff --git a/eclipse-build/eclipse-build-generatedScripts.tar.bz2 b/eclipse-build/eclipse-build-generatedScripts.tar.bz2
deleted file mode 100644
index 86e21fe..0000000
--- a/eclipse-build/eclipse-build-generatedScripts.tar.bz2
+++ /dev/null
Binary files differ
diff --git a/eclipse-build/eclipse-tests-vncpwd b/eclipse-build/eclipse-tests-vncpwd
deleted file mode 100644
index 52be8b6..0000000
--- a/eclipse-build/eclipse-tests-vncpwd
+++ /dev/null
@@ -1 +0,0 @@
-·Ìè®w¹d»
\ No newline at end of file
diff --git a/eclipse-build/fetchScripts/additionalBundles.map b/eclipse-build/fetchScripts/additionalBundles.map
deleted file mode 100644
index 761e1aa..0000000
--- a/eclipse-build/fetchScripts/additionalBundles.map
+++ /dev/null
@@ -1,72 +0,0 @@
-###############################################################################
-# Copyright (c) 2012 Red Hat, Inc. and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-#     Red Hat, Inc. - initial API and implementation
-###############################################################################
-
-
-# Some sources are not mapped as source, but as downloadable plugins, but Fedora needs them.
-
-
-# EMF is needed for 4.2 build
-feature@org.eclipse.emf.common=GIT,tag=R2_8_0,repo=git://git.eclipse.org/gitroot/emf/org.eclipse.emf.git,path=features/org.eclipse.emf.common-feature
-feature@org.eclipse.emf.ecore=GIT,tag=R2_8_0,repo=git://git.eclipse.org/gitroot/emf/org.eclipse.emf.git,path=features/org.eclipse.emf.ecore-feature
-feature@org.eclipse.emf.license=GIT,tag=R2_8_0,repo=git://git.eclipse.org/gitroot/emf/org.eclipse.emf.git,path=features/org.eclipse.emf.license-feature
-
-plugin@org.eclipse.emf.common=GIT,tag=R2_8_0,repo=git://git.eclipse.org/gitroot/emf/org.eclipse.emf.git,path=plugins/org.eclipse.emf.common
-plugin@org.eclipse.emf.ecore=GIT,tag=R2_8_0,repo=git://git.eclipse.org/gitroot/emf/org.eclipse.emf.git,path=plugins/org.eclipse.emf.ecore
-plugin@org.eclipse.emf.ecore.change=GIT,tag=R2_8_0,repo=git://git.eclipse.org/gitroot/emf/org.eclipse.emf.git,path=plugins/org.eclipse.emf.ecore.change
-plugin@org.eclipse.emf.ecore.xmi=GIT,tag=R2_8_0,repo=git://git.eclipse.org/gitroot/emf/org.eclipse.emf.git,path=plugins/org.eclipse.emf.ecore.xmi
-
-
-# Equinox initializer
-plugin@org.eclipse.equinox.initializer=GIT,tag=master,repo=git://git.eclipse.org/gitroot/equinox/rt.equinox.incubator.git,path=framework/bundles/org.eclipse.equinox.initializer
-
-# Source for ECF bthat aren't part of SDK map files
-plugin@org.eclipse.ecf=GIT,tag=R-Release_HEAD-sdk_feature-77_2012-06-10_19-42-02,repo=git://git.eclipse.org/gitroot/ecf/org.eclipse.ecf.git,path=framework/bundles/org.eclipse.ecf
-plugin@org.eclipse.ecf.filetransfer=GIT,tag=R-Release_HEAD-sdk_feature-77_2012-06-10_19-42-02,repo=git://git.eclipse.org/gitroot/ecf/org.eclipse.ecf.git,path=framework/bundles/org.eclipse.ecf.filetransfer 
-plugin@org.eclipse.ecf.identity=GIT,tag=R-Release_HEAD-sdk_feature-77_2012-06-10_19-42-02,repo=git://git.eclipse.org/gitroot/ecf/org.eclipse.ecf.git,path=framework/bundles/org.eclipse.ecf.identity
-plugin@org.eclipse.ecf.ssl=GIT,tag=R-Release_HEAD-sdk_feature-77_2012-06-10_19-42-02,repo=git://git.eclipse.org/gitroot/ecf/org.eclipse.ecf.git,path=framework/bundles/org.eclipse.ecf.ssl
-    
-plugin@org.eclipse.ecf.provider.filetransfer=GIT,tag=R-Release_HEAD-sdk_feature-77_2012-06-10_19-42-02,repo=git://git.eclipse.org/gitroot/ecf/org.eclipse.ecf.git,path=providers/bundles/org.eclipse.ecf.provider.filetransfer
-plugin@org.eclipse.ecf.provider.filetransfer.httpclient=GIT,tag=R-Release_HEAD-sdk_feature-77_2012-06-10_19-42-02,repo=git://git.eclipse.org/gitroot/ecf/org.eclipse.ecf.git,path=providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient 
-plugin@org.eclipse.ecf.provider.filetransfer.httpclient.ssl=GIT,tag=R-Release_HEAD-sdk_feature-77_2012-06-10_19-42-02,repo=git://git.eclipse.org/gitroot/ecf/org.eclipse.ecf.git,path=providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient.ssl 
-plugin@org.eclipse.ecf.provider.filetransfer.ssl=GIT,tag=R-Release_HEAD-sdk_feature-77_2012-06-10_19-42-02,repo=git://git.eclipse.org/gitroot/ecf/org.eclipse.ecf.git,path=providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl 
-
-
-#Ant (for MANIFEST)
-# http://build.eclipse.org/orbit/committers/
-# http://build.eclipse.org/orbit/committers/orbit-I/20120322113459/I20120322113459/
-# http://build.eclipse.org/orbit/committers/orbit-I/20120322113459/I20120322113459/directory.txt
-# http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/
-plugin@org.apache.ant=CVS,1.8.3=v20120321-1730,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.orbit/org.apache.ant
-plugin@org.junit=CVS,3.8.2=v3_8_2_v20100427-1100,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.orbit/org.junit
-plugin@org.junit=CVS,4.10.0=v4_10_0_v20120426-0900,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.orbit/org.junit
-
-
-#Examples (See bug https://bugzilla.redhat.com/show_bug.cgi?id=813343 )
-plugin@org.eclipse.swt.examples=GIT,tag=master,repo=git://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git,path=examples/org.eclipse.swt.examples
-plugin@org.eclipse.swt.examples.browser=GIT,tag=master,repo=git://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git,path=examples/org.eclipse.swt.examples.browser
-plugin@org.eclipse.swt.examples.controls=GIT,tag=master,repo=git://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git,path=examples/org.eclipse.swt.examples.controls
-plugin@org.eclipse.swt.examples.launcher=GIT,tag=master,repo=git://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git,path=examples/org.eclipse.swt.examples.launcher
-plugin@org.eclipse.swt.examples.layouts=GIT,tag=master,repo=git://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git,path=examples/org.eclipse.swt.examples.layouts
-plugin@org.eclipse.swt.examples.ole.win32=GIT,tag=master,repo=git://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git,path=examples/org.eclipse.swt.examples.ole.win32
-plugin@org.eclipse.swt.examples.paint=GIT,tag=master,repo=git://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git,path=examples/org.eclipse.swt.examples.paint
-plugin@org.eclipse.compare.examples=GIT,tag=master,repo=git://git.eclipse.org/gitroot/platform/eclipse.platform.team.git,path=examples/org.eclipse.compare.examples
-plugin@org.eclipse.compare.examples.xml=GIT,tag=master,repo=git://git.eclipse.org/gitroot/platform/eclipse.platform.team.git,path=examples/org.eclipse.compare.examples.xml
-plugin@org.eclipse.team.examples.filesystem=GIT,tag=master,repo=git://git.eclipse.org/gitroot/platform/eclipse.platform.team.git,path=examples/org.eclipse.team.examples.filesystem
-
-plugin@org.eclipse.ui.examples.javaeditor=GIT,tag=master,repo=git://git.eclipse.org/gitroot/platform/eclipse.platform.text.git,path=org.eclipse.ui.examples.javaeditor
-
-plugin@org.eclipse.ui.examples.propertysheet=GIT,tag=master,repo=git://git.eclipse.org/gitroot/platform/eclipse.platform.ui.git,path=examples/org.eclipse.ui.examples.propertysheet
-plugin@org.eclipse.ui.examples.readmetool=GIT,tag=master,repo=git://git.eclipse.org/gitroot/platform/eclipse.platform.ui.git,path=examples/org.eclipse.ui.examples.readmetool
-plugin@org.eclipse.ui.examples.multipageeditor=GIT,tag=master,repo=git://git.eclipse.org/gitroot/platform/eclipse.platform.ui.git,path=examples/org.eclipse.ui.examples.multipageeditor
-plugin@org.eclipse.ui.examples.fieldassist=GIT,tag=master,repo=git://git.eclipse.org/gitroot/platform/eclipse.platform.ui.git,path=examples/org.eclipse.ui.examples.fieldassist
-plugin@org.eclipse.ui.examples.undo=GIT,tag=master,repo=git://git.eclipse.org/gitroot/platform/eclipse.platform.ui.git,path=examples/org.eclipse.ui.examples.undo
-
-
diff --git a/eclipse-build/fetchScripts/fetchSources.sh b/eclipse-build/fetchScripts/fetchSources.sh
deleted file mode 100755
index dfb25bd..0000000
--- a/eclipse-build/fetchScripts/fetchSources.sh
+++ /dev/null
@@ -1,277 +0,0 @@
-###############################################################################
-# Copyright (c) 2012 Red Hat, Inc. and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-#     Red Hat, Inc. - initial API and implementation
-###############################################################################
-
-
-#!/bin/bash
-set -e
-
-#eg 3.8.0-I20320
-BUILD_ID=4.2.0-I20120608-1400
-MAPS_RELENG_TAG=R4_2
-
-MAPS_RELENG_GIT_URL=http://git.eclipse.org/gitroot/platform/eclipse.platform.releng.maps.git
-
-ECLIPSE_ARCHIVE_NAME=eclipse-${BUILD_ID}-src
-TESTS_ARCHIVE_NAME=eclipse-sdktests-${BUILD_ID}-src
-
-
-# Orbit or other pre-built software
-function processBinaryInstallableUnit {
-    echo "$processedLine" >> temp/$ECLIPSE_ARCHIVE_NAME/could-not-download.txt
-    echo "Unit $processedLine will not be downloaded, and I cannot do anything with it yet"
-}
-
-
-function download {
-   local target;
-   if [[ "${processedLine[0]}" == feature* ]]
-    then
-      target="feature"
-    else
-      # fragments go here, too
-      target="plugin"
-   fi
-
-  local type;
-  if [[ "${processedLine[0]}" == *test* ]]
-    then
-      type=${TESTS_ARCHIVE_NAME}
-    else
-      type=${ECLIPSE_ARCHIVE_NAME}
-   fi
-  local name=${processedLine[0]//=GIT/}
-  name=${name//feature@/}
-  name=${name//plugin@/}
-  name=${name//fragment@/}
-  name=${name//bundle@/}
-
-  local tag=${processedLine[1]//tag=/}
-  local repo=${processedLine[2]//repo=/}
-  
-  local clonedFolder=${repo//*\//}
-  clonedFolder=${clonedFolder//.git/}
-  local path=${processedLine[3]//path=/}
-
-  echo "REPO = ${repo}"
-  echo "clonedFolder = ${clonedFolder}"
-  echo "path = ${path}"
-  echo "Tag = ${tag}"
-
-  cd temp/
-    if [ ! -d $clonedFolder ]
-      then
-	git clone $repo
-    fi 
-    cd $clonedFolder
-	git checkout --force $tag 
-	mkdir -p ../../temp/$type/"${target}s"/${name}
-	echo "Copying $path/* or ${path//-feature/}/* into temp/$type/"${target}s"/${name}"
-	cp -r $path/* ../../temp/$type/"${target}s"/${name} || cp -r ${path//-feature/}/* ../../temp/$type/"${target}s"/${name}
-	echo "${name//_3.0.0/},0.0.0=${tag}" >> ../../temp/$type/"${target}Versions.properties"
-	echo "${name},0.0.0=scm:git:${repo};path=\"${path}\";tag=${tag}" >> ../../temp/$type/"sourceReferences.properties"
-    cd ..
-  cd ..
-}
-
-
-function downloadCVS {
-   local target;
-   if [[ "${processedLine[0]}" == feature* ]]
-    then
-      target="feature"
-    else
-      # fragments go here, too
-      target="plugin"
-   fi
-
-  local type;
-  if [[ "${processedLine[0]}" == *test* ]]
-    then
-      type=${TESTS_ARCHIVE_NAME}
-    else
-      type=${ECLIPSE_ARCHIVE_NAME}
-  fi
-
-  local name=${processedLine[0]//=CVS/}
-  name=${name//feature@/}
-  name=${name//plugin@/}
-  name=${name//fragment@/}
-  name=${name//bundle@/}
-
-  local tag=${processedLine[1]//*=/}
-  local version=${processedLine[1]//=*/}
-  local repo=${processedLine[2]//repo=/}
-  
-  local clonedFolder=${repo}
-  local path=${processedLine[3]}
-
-  echo "REPO = ${repo}"
-  echo "path = ${path}"
-
-  cd temp/
-      cvs -d $repo checkout -r $tag $path
-      mkdir -p ${type}/${target}s/${name}_${version}.${tag}
-      cp -rf $path/* ${type}/${target}s/${name}_${version}.${tag}
-      if [ ${name} != org.junit ]; then
-	echo "${name},${version}=${tag}" >> $type/"${target}Versions.properties"
-      fi
-  cd ..
-}
-
-function processSingleMapLine {
-  local -a processedLine
-  processedLine=( `echo "$mapLine" | tr "," " "` )
-  if [[ "${processedLine[0]}" ==  *=GIT ]]
-  then
-    if ( [[ "${processedLine[0]}" != fragment@org.eclipse.core.resources.win32=GIT ]] \
-      && [[ "${processedLine[0]}" != plugin@org.eclipse.test.dispatcher=GIT ]]  \
-      && [[ "${processedLine[0]}" != fragment@org.eclipse.ui.cocoa=GIT ]] )
-      then
-	#regular plugin@org.eclipse.equinox.event=GIT,tag=v20111010-1614,repo=git://git.eclipse.org/gitroot/equinox/rt.equinox.bundles.git,path=bundles/org.eclipse.equinox.event
-	download $processedLine
-      else
-	echo "Skipping ${processedLine[0]}".
-    fi
-  elif [[ "${processedLine[1]}" == *=GIT ]]; then
-	#special case where plugin@org.eclipse.equinox.http.jetty,3.0.0=GIT,tag=v20120216-2249,repo=git://git.eclipse.org/gitroot/equinox/rt.equinox.bundles.git,path=bundles/org.eclipse.equinox.http.jetty8
-	processedLine=( "${processedLine[0]}_${processedLine[1]//=GIT/}" "${processedLine[2]}" "${processedLine[3]}" "${processedLine[4]}" )
-	download $processedLine
-  elif [[ "${processedLine[0]}" ==  *=CVS ]]; then
-	downloadCVS $processedLine
-  else
-    processBinaryInstallableUnit $processedLine
-  fi
-}
-
-
-function processMapFile {
-    local _done=false
-    sed '/^$\|^#.*\|^!.*/d' $mapFile | until $_done; do
-      read || _done=true
-      mapLine=$REPLY
-      processSingleMapLine $mapLine;
-    done
-}
-
-
-
-# Main
-
-#clean up old source folders if they exist
-rm -rf temp/${ECLIPSE_ARCHIVE_NAME}
-rm -rf temp/${TESTS_ARCHIVE_NAME}
-
-mkdir -p temp/${ECLIPSE_ARCHIVE_NAME}
-mkdir -p temp/${TESTS_ARCHIVE_NAME}
-
-# clone and update maps
-git clone ${MAPS_RELENG_GIT_URL} || echo "Maps already checked out"
-pushd eclipse.platform.releng.maps
-  git checkout ${MAPS_RELENG_TAG}
-popd
-
-# add fedora specific maps
-cp additionalBundles.map eclipse.platform.releng.maps/org.eclipse.releng/maps/
-
-# process map files (download what should be downloaded)
-ls eclipse.platform.releng.maps/org.eclipse.releng/maps/*.map | while read mapFile; do
-  processMapFile $mapFile
-done
-
-# create some listings (they may be unnecessary, but Kim's script created them)
-cat eclipse.platform.releng.maps/org.eclipse.releng/maps/*.map > temp/${ECLIPSE_ARCHIVE_NAME}/directory.txt
-cat eclipse.platform.releng.maps/org.eclipse.releng/maps/*.map > temp/${TESTS_ARCHIVE_NAME}/directory.txt
-
-# create environments sources (for Fedora build)
-pushd temp/${ECLIPSE_ARCHIVE_NAME}
-  for f in \
-        ee.foundation \
-        ee.minimum-1.2.0 \
-        ee.minimum \
-        osgi.cmpn \
-        osgi.core \
-  ; do
-    mkdir -p environments/$f/
-    mkdir -p environments/temp
-    cp plugins/org.eclipse.osgi/osgi/"$f.jar" environments/temp/
-    pushd environments/temp/
-      unzip "$f.jar"
-    popd
-    cp -rf environments/temp/{OSGI-OPT/src/,META-INF/,LICENSE,about.html} environments/$f/
-    rm -rf environments/temp
-  done
-popd
-
-#Cleanup source code
-pushd temp/${ECLIPSE_ARCHIVE_NAME}
-  # Extract osgi.util src for rebuilding
-  pushd plugins/org.eclipse.osgi.util
-  if [ -e src.zip ]; then
-    unzip -q -d src src.zip
-    # Remove pre-compiled class files and the source.zip
-    rm -r org/ src.zip
-  fi
-  popd
-
-  # Extract osgi.services src for rebuilding
-  pushd plugins/org.eclipse.osgi.services
-    if [ -e src.zip ]; then
-      unzip -q -d src src.zip
-      # Remove pre-compiled class files and the source.zip
-      rm -r org/ src.zip
-    fi
-  popd
-
-  # Remove sources for service.io
-  pushd plugins
-    rm -rf org.eclipse.equinox.io
-    rm -rf org.eclipse.osgi.services/src/org/osgi/service/io/
-  popd
-
-  # Remove files from the version control system
-  find -depth -name CVS -exec rm -rf {} \;  
-  
-  # Remove prebuilt binaries
-  find \( -name '*.exe' -o -name '*.dll' \) -delete
-  find -type f \( -name '*.so' -o -name '*.so.2' -o -name '*.a' \) -delete
-  find \( -name '*.sl' -o -name '*.jnilib' \) -delete
-  find features/org.eclipse.equinox.executable -name eclipse -delete
-  find \( -name '*.cvsignore' \) -delete
-
-  # Remove unnecessary feature and plugins
-  #rm -rf features/org.eclipse.sdk.examples
-  #rm -rf plugins/*.examples*
-
-  # Remove binary JARs and classes
-  find -type f -name '*.class' -delete
-  find -type f -name '*.jar' -delete
-
-  # Remove temporary files
-  find -name '*.orig' -delete
-
-  # Remove empty directories
-  find -type d -empty -delete
-popd
-
-# Add maps
-mkdir -p temp/${ECLIPSE_ARCHIVE_NAME}/maps
-pushd temp/${ECLIPSE_ARCHIVE_NAME}/maps
-tar cf maps.tar ../../../eclipse.platform.releng.maps/org.eclipse.releng
-popd
-
-cd temp/
-tar cjf ${ECLIPSE_ARCHIVE_NAME}.tar.bz2 ${ECLIPSE_ARCHIVE_NAME}
-tar cjf ${TESTS_ARCHIVE_NAME}.tar.bz2 ${TESTS_ARCHIVE_NAME}
-mv -f ${ECLIPSE_ARCHIVE_NAME}.tar.bz2 ${TESTS_ARCHIVE_NAME}.tar.bz2 ../
-cd ..
-
-
-rm -rf temp/${ECLIPSE_ARCHIVE_NAME} temp/${TESTS_ARCHIVE_NAME}
diff --git a/eclipse-build/generatebuild.xml b/eclipse-build/generatebuild.xml
deleted file mode 100644
index 93313c1..0000000
--- a/eclipse-build/generatebuild.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<project name="Pdebuild bootstrap" default="genBuild">
-	<property name="javacFailOnError" value="true" />
-	<property file="build.properties" />
-	<property name="buildArch" value="x86" />
-	<target name="genBuild">
-		<echo message="About to generate source bundles and build.xml files" />
-		<eclipse.buildScript elements="feature@${featureToBuild}"
-		                     configInfo="linux,gtk,${buildArch}"
-		                     buildingosgi="true"
-		                     recursivegeneration="true"
-							 builddirectory="${buildDirectory}"
-				             flattenDependencies="${flattenDependencies}"
-            				 parallelCompilation="${parallelCompilation}"
-		                     children="true" />
-	</target>
-</project>
diff --git a/eclipse-build/jasper7.sh b/eclipse-build/jasper7.sh
deleted file mode 100755
index 799d255..0000000
--- a/eclipse-build/jasper7.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#! /bin/bash
-label=$1
-
-for f in `find ./build/eclipse-${label}-src/plugins -name build.xml`; do
-        sed -i 's/javax\.servlet_2\.5\.0\.v[0-9]\{12\}/javax\.servlet_3\.0\.0/g' ${f}
-        sed -i 's/javax\.servlet\.jsp_2\.0\.0\.v[0-9]\{12\}/javax\.servlet\.jsp_2\.2\.0/g' ${f}
-        sed -i 's/org\.apache\.jasper_5\.5\.17\.v[0-9]\{12\}/org\.apache\.jasper_7\.0\.21/g' ${f}
-done
diff --git a/eclipse-build/junitHelper.xml b/eclipse-build/junitHelper.xml
deleted file mode 100644
index 28c4815..0000000
--- a/eclipse-build/junitHelper.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<project name="Generate SDK Test Results HTML" default="genResults">
-
-	<condition property="resultsDefined">
-		<isset property="results"/>
-	</condition>
-
-	<condition property="eclipseHomeSet">
-		<isset property="eclipse-home"/>
-	</condition>
-	
-	<condition property="testframeworkSet">
-		<isset property="testframework"/>
-	</condition>
-
-	<property name="htmlDir" value="${results}/html"/>
-	<property name="xmlDir" value="${results}/xml"/>
-
-	<target name="genResults">
-		<fail message="results directory not set"
-	      unless="resultsDefined"/>
-		<fail message="Eclipse installation directory not set"
-	      unless="eclipseHomeSet"/>
-		<fail message="Test framework directory not set"
-	      unless="testframeworkSet"/>
-		<echo message="Generating results in ${htmlDir}"/>
-		<xslt style="${eclipse-home}/plugins/${testframework}/JUNIT.XSL" basedir="${xmlDir}" destdir="${htmlDir}" />
-	</target>
-
-</project>
diff --git a/eclipse-build/patches/doNotRunAsRoot.patch b/eclipse-build/patches/doNotRunAsRoot.patch
deleted file mode 100644
index 1afc0d3..0000000
--- a/eclipse-build/patches/doNotRunAsRoot.patch
+++ /dev/null
@@ -1,45 +0,0 @@
---- a/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java	2012-05-05 14:41:12.000000000 +0200
-+++ a/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java	2012-05-18 15:28:28.553493782 +0200
-@@ -8,7 +8,7 @@
-  * Contributors:
-  *     IBM Corporation - initial API and implementation
-  *     Anton Leherbauer (Wind River Systems) - bug 301226
-- *     Red Hat Inc. - bug 373640
-+ *     Red Hat Inc. - bug 373640, 379102
-  *******************************************************************************/
- package org.eclipse.equinox.launcher;
- 
-@@ -235,6 +235,9 @@
- 	protected BufferedWriter log = null;
- 	protected boolean newSession = true;
- 
-+	private boolean forbiddenMasterEclipse;
-+   private static final String FORBIDDEN_MASTER_ECLIPSE = "-preventMasterEclipseLaunch";
-+
- 	// for variable substitution
- 	public static final String VARIABLE_DELIM_STRING = "$"; //$NON-NLS-1$
- 	public static final char VARIABLE_DELIM_CHAR = '$';
-@@ -555,6 +558,12 @@
- 		setupVMProperties();
- 		processConfiguration();
- 
-+if (forbiddenMasterEclipse && System.getProperty(PROP_SHARED_CONFIG_AREA) == null) { //$NON-NLS-1$
-+           System.err.println("This application should not be run by the owner of the shared configuration.");
-+           System.setProperty(PROP_EXITCODE, "" + 14); //$NON-NLS-1$
-+           return;
-+       }
-+
- 		// need to ensure that getInstallLocation is called at least once to initialize the value.
- 		// Do this AFTER processing the configuration to allow the configuration to set
- 		// the install location.  
-@@ -1532,6 +1541,10 @@
- 				// passed thru this arg (i.e., do not set found = true)
- 				continue;
- 			}
-+ if (args[i].equalsIgnoreCase(FORBIDDEN_MASTER_ECLIPSE)) {
-+               forbiddenMasterEclipse = true;
-+               found = true;
-+           }
- 
- 			// check if development mode should be enabled for the entire platform
- 			// If this is the last arg or there is a following arg (i.e., arg+1 has a leading -), 
diff --git a/eclipse-build/patches/donotstorebuildlogsinfiles.patch b/eclipse-build/patches/donotstorebuildlogsinfiles.patch
deleted file mode 100644
index c259aeb..0000000
--- a/eclipse-build/patches/donotstorebuildlogsinfiles.patch
+++ /dev/null
@@ -1,44 +0,0 @@
---- a/plugins/org.eclipse.jdt.core/scripts/ikvm_script.xml
-+++ b/plugins/org.eclipse.jdt.core/scripts/ikvm_script.xml
-@@ -64,7 +64,7 @@
- 	</target>
- 
- 	<target name="ecj">
--		<exec dir="${dest}" executable="${ikvm_home}/bin/ikvmc.exe" output="${dest}/log.txt">
-+		<exec dir="${dest}" executable="${ikvm_home}/bin/ikvmc.exe" >
- 			<arg line="-out:ecj.exe -main:org.eclipse.jdt.internal.compiler.batch.Main -recurse:./*.class -recurse:./*.properties -recurse:./*.rsc"/>
- 		</exec>
- 		<copy file="${ikvm_home}/bin/IKVM.Runtime.dll" todir="${dest}" />
---- a/plugins/org.eclipse.jdt.doc.isv/buildDoc.xml
-+++ b/plugins/org.eclipse.jdt.doc.isv/buildDoc.xml
-@@ -65,7 +65,7 @@
- 		<delete dir="reference/api"/>
- 		<mkdir dir="reference/api"/>
- 
--		<exec dir="." executable="${javadoc}" output="doc.bin.log">
-+		<exec dir="." executable="${javadoc}" >
- 			<arg line="@${basedir}/${optionsFile} -J-Xmx500M" />
- 		</exec>
- 		
---- a/plugins/org.eclipse.pde.doc.user/buildDoc.xml
-+++ b/plugins/org.eclipse.pde.doc.user/buildDoc.xml
-@@ -65,7 +65,7 @@
- 		<delete dir="reference/api"/>
- 		<mkdir dir="reference/api"/>
- 
--		<exec dir="." executable="${javadoc}" output="doc.bin.log">
-+		<exec dir="." executable="${javadoc}" >
- 			<arg line="@${basedir}/${optionsFile} -J-Xmx1000M" />
- 		</exec>
- 		
---- a/plugins/org.eclipse.platform.doc.isv/buildDoc.xml
-+++ b/plugins/org.eclipse.platform.doc.isv/buildDoc.xml
-@@ -121,7 +121,7 @@
- 		<delete dir="reference/api"/>
- 		<mkdir dir="reference/api"/>
- 
--		<exec dir="." executable="${javadoc16}" output="doc.bin.log">
-+		<exec dir="." executable="${javadoc16}" >
- 			<arg line="@${basedir}/${optionsFile} -J-Xmx1000M" />
- 		</exec>
- 		
diff --git a/eclipse-build/patches/dropUserProfileOnPlatformChange.patch b/eclipse-build/patches/dropUserProfileOnPlatformChange.patch
deleted file mode 100644
index 2181b44..0000000
--- a/eclipse-build/patches/dropUserProfileOnPlatformChange.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- a/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/SimpleConfiguratorImpl.java
-+++ b/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/SimpleConfiguratorImpl.java
-@@ -100,7 +100,10 @@
- 				URL userConfigURL = userConfig.toURL();
- 				List userBundles = SimpleConfiguratorUtils.readConfiguration(userConfigURL, base);
- 
--				return (userBundles.containsAll(sharedBundles)) ? userConfigURL : sharedConfigURL;
-+				boolean useUserConfigArea = userBundles.containsAll(sharedBundles);
-+				System.setProperty("org.eclipse.equinox.simpleconfigurator.shared.useUser", "" + System.currentTimeMillis());
-+
-+				return useUserConfigArea ? userConfigURL : sharedConfigURL;
- 			}
- 		} catch (MalformedURLException e) {
- 			return null;
---- a/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/internal/p2/engine/SimpleProfileRegistry.java
-+++ b/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/internal/p2/engine/SimpleProfileRegistry.java
-@@ -236,8 +236,14 @@
- 		if (SELF.equals(id))
- 			id = self;
- 		Profile profile = getProfileMap().get(id);
--		if (profile == null && self != null && self.equals(id))
-+		String s = System.getProperty("org.eclipse.equinox.simpleconfigurator.shared.useUser");
-+		if (s != null && profile != null && (profile.getTimestamp() < new Long(s))) {
-+			profile = null;
-+		}
-+		if (profile == null && self != null && self.equals(id)) {
- 			profile = createSurrogateProfile(id);
-+			
-+		}
- 
- 		return profile;
- 	}
diff --git a/eclipse-build/patches/droppluginversions.patch b/eclipse-build/patches/droppluginversions.patch
deleted file mode 100644
index 66f5128..0000000
--- a/eclipse-build/patches/droppluginversions.patch
+++ /dev/null
@@ -1,65 +0,0 @@
---- pluginVersions.properties.sav	2010-03-18 13:10:05.000000000 +0200
-+++ pluginVersions.properties	2010-03-18 13:14:44.477528467 +0200
-@@ -27,7 +27,7 @@ org.eclipse.equinox.simpleconfigurator.m
- org.eclipse.pde.api.tools.ui,0.0.0=v20090820
- org.eclipse.jdt.debug,0.0.0=v20090526
- org.eclipse.sdk.examples,0.0.0=v20080612
--org.eclipse.pde,0.0.0=v20090527
-+org.eclipse.pde,0.0.0=v201002111343
- org.eclipse.compare.core,0.0.0=I20090430-0408
- org.eclipse.equinox.p2.engine,0.0.0=R35x_v20091117
- org.eclipse.equinox.launcher.motif.hpux.ia64_32,0.0.0=v20090519
-@@ -38,7 +38,7 @@ org.eclipse.equinox.p2.ui.admin,0.0.0=v2
- org.eclipse.equinox.transforms.xslt,0.0.0=R35x_v20100209
- org.eclipse.jface.databinding,0.0.0=M20090826-0800
- org.eclipse.equinox.p2.touchpoint.eclipse,0.0.0=R35x_20090820-1821
--org.eclipse.help.base,0.0.0=v20090526
-+org.eclipse.help.base,0.0.0=v201002111343
- org.eclipse.ui.presentations.r21,0.0.0=M20091015-0930
- org.eclipse.equinox.frameworkadmin,0.0.0=v20090520-1905
- org.eclipse.ui.intro,0.0.0=v20100111_35x
-@@ -76,7 +76,7 @@ org.eclipse.team.ui,0.0.0=I20090430-0408
- org.eclipse.equinox.p2.metadata,0.0.0=R35x_v20100112
- org.eclipse.swt.cocoa.macosx.x86_64,0.0.0=v3557f
- org.eclipse.jdt.compiler.tool,0.0.0=v_981_R35x
--org.eclipse.platform,0.0.0=R35x_v20100121
-+org.eclipse.platform,0.0.0=v201002111343
- org.eclipse.core.databinding.observable,0.0.0=M20090902-0800
- org.eclipse.team.examples.filesystem,0.0.0=I20090210-0800
- org.eclipse.pde.core,0.0.0=v20100104
-@@ -191,7 +191,7 @@ org.eclipse.pde.api.tools.ee.javase16,0.
- org.eclipse.compare.win32,0.0.0=I20090430-0408
- org.eclipse.equinox.p2.installer,0.0.0=R35x_v20090717
- org.eclipse.debug.examples.core,0.0.0=v20090504
--org.eclipse.rcp,0.0.0=R35x_v20100119
-+org.eclipse.rcp,0.0.0=v201002111343
- org.eclipse.pde.ds.core,0.0.0=v20100118
- org.eclipse.equinox.registry,0.0.0=v20090520-1800
- org.eclipse.ui.examples.readmetool,0.0.0=I20090526-2000
-@@ -233,7 +233,7 @@ org.eclipse.update.configurator,0.0.0=v2
- org.eclipse.core.filesystem.win32.x86,0.0.0=v20080604-1400
- org.eclipse.equinox.p2.core,0.0.0=R35x_v20090819
- org.eclipse.swt.examples,0.0.0=v3557f
--org.eclipse.cvs,0.0.0=R35x_v20100119
-+org.eclipse.cvs,0.0.0=v201002111343
- org.eclipse.swt.gtk.linux.x86,0.0.0=v3557f
- org.eclipse.equinox.log,0.0.0=v20090520-1800
- org.eclipse.equinox.jmx.client,0.0.0=v20070515
-@@ -250,7 +250,7 @@ org.eclipse.platform.doc.user,0.0.0=r352
- org.eclipse.equinox.security.macosx,0.0.0=v20090520-1800
- org.eclipse.equinox.supplement,0.0.0=v20090518
- org.eclipse.team.cvs.ssh,0.0.0=I20090508-2000
--org.eclipse.sdk,0.0.0=R35x_v20100204
-+org.eclipse.sdk,0.0.0=v201002111343
- org.eclipse.jsch.ui,0.0.0=r35x_20100210-1114
- org.eclipse.core.filesystem.win32.x86_64,0.0.0=v20090316-0910
- org.eclipse.equinox.security.win32.x86,0.0.0=v20090520-1800
-@@ -289,7 +289,7 @@ org.eclipse.equinox.p2.ui.sdk.scheduler,
- org.eclipse.ui.editors,0.0.0=v20090527-2000
- org.eclipse.core.filebuffers,0.0.0=v20090526-2000
- org.eclipse.equinox.ip,0.0.0=R35x_v20090803
--org.eclipse.jdt,0.0.0=r352_v20100106-0800
-+org.eclipse.jdt,0.0.0=v201002111343
- org.eclipse.ecf,0.0.0=v20090831-1906
- org.eclipse.ecf.filetransfer,0.0.0=v20090831-1906
- org.eclipse.ecf.identity,0.0.0=v20090831-1906
diff --git a/eclipse-build/patches/e4-add-archs-swt.patch b/eclipse-build/patches/e4-add-archs-swt.patch
deleted file mode 100644
index 7b59cc4..0000000
--- a/eclipse-build/patches/e4-add-archs-swt.patch
+++ /dev/null
@@ -1,168 +0,0 @@
---- build/eclipse-4.2.0-fa15ab-src/features/org.eclipse.e4.rcp/feature.xml.orig	2012-03-30 08:51:16.289875905 +0200
-+++ build/eclipse-4.2.0-fa15ab-src/features/org.eclipse.e4.rcp/feature.xml	2012-03-30 08:51:18.716885868 +0200
-@@ -520,10 +520,87 @@
-          unpack="false"/>
- 
-    <plugin
--         id="org.eclipse.swt.gtk.linux.x86"
-+         id="org.eclipse.swt.gtk.linux.alpha"
-          os="linux"
-          ws="gtk"
--         arch="x86"
-+         arch="alpha"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+
-+   <plugin
-+         id="org.eclipse.swt.gtk.linux.arm"
-+         os="linux"
-+         ws="gtk"
-+         arch="arm"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+
-+   <plugin
-+         id="org.eclipse.swt.gtk.linux.ia64"
-+         os="linux"
-+         ws="gtk"
-+         arch="ia64"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+
-+   <plugin
-+         id="org.eclipse.swt.gtk.linux.mips"
-+         os="linux"
-+         ws="gtk"
-+         arch="mips"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+
-+   <plugin
-+         id="org.eclipse.swt.gtk.linux.mipsel"
-+         os="linux"
-+         ws="gtk"
-+         arch="mipsel"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+
-+   <plugin
-+         id="org.eclipse.swt.gtk.linux.PA_RISC"
-+         os="linux"
-+         ws="gtk"
-+         arch="PA_RISC"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+
-+   <plugin
-+         id="org.eclipse.swt.gtk.linux.ppc"
-+         os="linux"
-+         ws="gtk"
-+         arch="ppc"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+
-+   <plugin
-+         id="org.eclipse.swt.gtk.linux.ppc64"
-+         os="linux"
-+         ws="gtk"
-+         arch="ppc64"
-          download-size="0"
-          install-size="0"
-          version="0.0.0"
-@@ -553,8 +630,8 @@
-          unpack="false"/>
- 
-    <plugin
--         id="org.eclipse.swt.gtk.solaris.sparc"
--         os="solaris"
-+         id="org.eclipse.swt.gtk.linux.sparc"
-+         os="linux"
-          ws="gtk"
-          arch="sparc"
-          download-size="0"
-@@ -564,6 +641,17 @@
-          unpack="false"/>
- 
-    <plugin
-+         id="org.eclipse.swt.gtk.linux.sparc64"
-+         os="linux"
-+         ws="gtk"
-+         arch="sparc64"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+
-+   <plugin
-          id="org.eclipse.swt.gtk.solaris.x86"
-          os="solaris"
-          ws="gtk"
-@@ -586,6 +674,17 @@
-          unpack="false"/>
- 
-    <plugin
-+         id="org.eclipse.swt.gtk.linux.x86"
-+         os="linux"
-+         ws="gtk"
-+         arch="x86"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+
-+   <plugin
-          id="org.eclipse.swt.gtk.linux.x86_64"
-          os="linux"
-          ws="gtk"
-@@ -604,6 +703,28 @@
-          download-size="0"
-          install-size="0"
-          version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+
-+   <plugin
-+         id="org.eclipse.swt.gtk.solaris.sparc"
-+         os="solaris"
-+         ws="gtk"
-+         arch="sparc"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+         
-+   <plugin
-+         id="org.eclipse.swt.gtk.solaris.x86"
-+         os="solaris"
-+         ws="gtk"
-+         arch="x86"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-          fragment="true"
-          unpack="false"/>
- 
diff --git a/eclipse-build/patches/e4-buildEMFSource.patch b/eclipse-build/patches/e4-buildEMFSource.patch
deleted file mode 100644
index de4067a..0000000
--- a/eclipse-build/patches/e4-buildEMFSource.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- build/eclipse-4.2.0-fa15ab-src/features/org.eclipse.e4.rcp/sourceTemplateFeature/build.properties.bak	2012-03-27 16:28:35.000000000 +0200
-+++ build/eclipse-4.2.0-fa15ab-src/features/org.eclipse.e4.rcp/sourceTemplateFeature/build.properties	2012-03-30 20:12:44.564062972 +0200
-@@ -10,3 +10,6 @@
- ###############################################################################
- bin.includes = feature.xml,\
-                feature.properties
-+               
-+generate.feature@org.eclipse.emf.common.source=org.eclipse.emf.common
-+generate.feature@org.eclipse.emf.ecore.source=org.eclipse.emf.ecore
---- build/eclipse-4.2.0-I20120405-1114-src/features/org.eclipse.rcp/sourceTemplateFeature/build.properties.bak	2012-04-06 11:36:58.000000000 +0200
-+++ build/eclipse-4.2.0-I20120405-1114-src/features/org.eclipse.rcp/sourceTemplateFeature/build.properties	2012-04-06 13:19:25.448841810 +0200
-@@ -13,4 +13,4 @@
- feature.xml,\
- feature.properties
- 
--generate.feature@org.eclipse.e4.rcp.source=org.eclipse.e4.rcp
-+generate.feature@org.eclipse.e4.rcp.source=org.eclipse.e4.rcp, feature@org.eclipse.emf.common.source, feature@org.eclipse.emf.ecore.source
diff --git a/eclipse-build/patches/e4-fixTestCompilationProblems1.patch b/eclipse-build/patches/e4-fixTestCompilationProblems1.patch
deleted file mode 100644
index 099c1c2..0000000
--- a/eclipse-build/patches/e4-fixTestCompilationProblems1.patch
+++ /dev/null
@@ -1,257 +0,0 @@
-diff --git a/tests/org.eclipse.ui.tests.performance/META-INF/MANIFEST.MF b/tests/org.eclipse.ui.tests.performance/META-INF/MANIFEST.MF
-index 601f73a..21a4fff 100644
---- a/tests/org.eclipse.ui.tests.performance/META-INF/MANIFEST.MF
-+++ b/tests/org.eclipse.ui.tests.performance/META-INF/MANIFEST.MF
-@@ -3,7 +3,7 @@
- Bundle-Name: Performance Plug-in
- Bundle-ClassPath: uiperformance.jar
- Bundle-SymbolicName: org.eclipse.ui.tests.performance;singleton:=true
--Bundle-Version: 1.1.200.qualifier
-+Bundle-Version: 1.1.300.qualifier
- Bundle-Activator: org.eclipse.ui.tests.performance.UIPerformancePlugin
- Bundle-Localization: plugin
- Require-Bundle: org.eclipse.ui,
-@@ -17,6 +17,7 @@
-  org.eclipse.jface.text,
-  org.eclipse.ui.editors,
-  org.eclipse.ui.workbench.texteditor,
-+ org.eclipse.e4.ui.model.workbench,
-  org.eclipse.ui.views
- Eclipse-LazyStart: true
- Bundle-RequiredExecutionEnvironment: J2SE-1.4
-diff --git a/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/layout/EditorWidgetFactory.java b/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/layout/EditorWidgetFactory.java
-index 16def55..20a37c3 100644
---- a/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/layout/EditorWidgetFactory.java
-+++ b/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/layout/EditorWidgetFactory.java
-@@ -1,5 +1,5 @@
- /*******************************************************************************
-- * Copyright (c) 2004, 2006 IBM Corporation and others.
-+ * Copyright (c) 2004, 2011 IBM Corporation and others.
-  * All rights reserved. This program and the accompanying materials
-  * are made available under the terms of the Eclipse Public License v1.0
-  * which accompanies this distribution, and is available at
-@@ -17,6 +17,7 @@
- import org.eclipse.core.resources.IWorkspace;
- import org.eclipse.core.resources.ResourcesPlugin;
- import org.eclipse.core.runtime.CoreException;
-+import org.eclipse.e4.ui.model.application.ui.basic.MPart;
- import org.eclipse.swt.widgets.Composite;
- import org.eclipse.ui.IEditorPart;
- import org.eclipse.ui.IWorkbenchPage;
-@@ -25,7 +26,6 @@
- import org.eclipse.ui.WorkbenchException;
- import org.eclipse.ui.ide.IDE;
- import org.eclipse.ui.internal.EditorSite;
--import org.eclipse.ui.internal.PartPane;
- import org.eclipse.ui.tests.harness.util.EmptyPerspective;
- import org.eclipse.ui.tests.harness.util.UITestCase;
- import org.eclipse.ui.tests.performance.UIPerformanceTestSetup;
-@@ -52,10 +52,8 @@
-     
-     public static Composite getControl(IEditorPart part) {
- 		EditorSite site = (EditorSite)part.getSite();
--		
--		PartPane pane = site.getPane();
--        
--		return (Composite)pane.getControl();
-+		MPart modelPart = site.getModel();
-+		return (Composite) modelPart.getWidget();
-     }
-     
-     /* (non-Javadoc)
-diff --git a/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/layout/PresentationWidgetFactory.java b/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/layout/PresentationWidgetFactory.java
-index fe77728..a1c9d50 100644
---- a/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/layout/PresentationWidgetFactory.java
-+++ b/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/layout/PresentationWidgetFactory.java
-@@ -1,5 +1,5 @@
- /*******************************************************************************
-- * Copyright (c) 2000, 2006 IBM Corporation and others.
-+ * Copyright (c) 2000, 2011 IBM Corporation and others.
-  * All rights reserved. This program and the accompanying materials
-  * are made available under the terms of the Eclipse Public License v1.0
-  * which accompanies this distribution, and is available at
-@@ -18,7 +18,6 @@
- import org.eclipse.swt.widgets.Shell;
- import org.eclipse.ui.PlatformUI;
- import org.eclipse.ui.WorkbenchException;
--import org.eclipse.ui.internal.presentations.PresentationFactoryUtil;
- import org.eclipse.ui.presentations.AbstractPresentationFactory;
- import org.eclipse.ui.tests.performance.UIPerformancePlugin;
- import org.eclipse.ui.tests.performance.presentations.PresentationTestbed;
-@@ -79,10 +78,10 @@
-         String typeDesc = "unknown";
-         
-         switch(type) {
--        case PresentationFactoryUtil.ROLE_EDITOR: typeDesc = "editor"; break;
--        case PresentationFactoryUtil.ROLE_STANDALONE: typeDesc = "standalone with title"; break;
--        case PresentationFactoryUtil.ROLE_STANDALONE_NOTITLE: typeDesc = "standalone without title"; break;
--        case PresentationFactoryUtil.ROLE_VIEW: typeDesc = "view"; break;
-+//        case PresentationFactoryUtil.ROLE_EDITOR: typeDesc = "editor"; break;
-+//        case PresentationFactoryUtil.ROLE_STANDALONE: typeDesc = "standalone with title"; break;
-+//        case PresentationFactoryUtil.ROLE_STANDALONE_NOTITLE: typeDesc = "standalone without title"; break;
-+//        case PresentationFactoryUtil.ROLE_VIEW: typeDesc = "view"; break;
-         }
-         
-         return "Presentation " + factory.getId() + " " + typeDesc;
-diff --git a/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/layout/ViewWidgetFactory.java b/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/layout/ViewWidgetFactory.java
-index 5d7784c..7c6a5d6 100644
---- a/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/layout/ViewWidgetFactory.java
-+++ b/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/layout/ViewWidgetFactory.java
-@@ -1,5 +1,5 @@
- /*******************************************************************************
-- * Copyright (c) 2004, 2006 IBM Corporation and others.
-+ * Copyright (c) 2004, 2011 IBM Corporation and others.
-  * All rights reserved. This program and the accompanying materials
-  * are made available under the terms of the Eclipse Public License v1.0
-  * which accompanies this distribution, and is available at
-@@ -13,6 +13,7 @@
- import junit.framework.Assert;
- 
- import org.eclipse.core.runtime.CoreException;
-+import org.eclipse.e4.ui.model.application.ui.basic.MPart;
- import org.eclipse.swt.graphics.Point;
- import org.eclipse.swt.widgets.Composite;
- import org.eclipse.swt.widgets.Control;
-@@ -21,7 +22,6 @@
- import org.eclipse.ui.IWorkbenchWindow;
- import org.eclipse.ui.PlatformUI;
- import org.eclipse.ui.WorkbenchException;
--import org.eclipse.ui.internal.PartPane;
- import org.eclipse.ui.internal.ViewSite;
- import org.eclipse.ui.tests.harness.util.EmptyPerspective;
- import org.eclipse.ui.tests.harness.util.UITestCase;
-@@ -50,10 +50,8 @@
- 
-     public static Composite getControl(IViewPart part) {
- 		ViewSite site = (ViewSite)part.getSite();
--		
--		PartPane pane = site.getPane();
--        
--		return (Composite)pane.getControl();
-+		MPart modelPart = site.getModel();
-+		return (Composite) modelPart.getWidget();
-     }
-     
-     /* (non-Javadoc)
-diff --git a/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java b/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java
-index 6bf28c8..9030e20 100644
---- a/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java
-+++ b/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java
-@@ -21,11 +21,8 @@
- import org.eclipse.core.runtime.IExtensionPoint;
- import org.eclipse.core.runtime.Platform;
- import org.eclipse.ui.internal.WorkbenchPlugin;
--import org.eclipse.ui.internal.presentations.PresentationFactoryUtil;
- import org.eclipse.ui.internal.registry.IWorkbenchRegistryConstants;
- import org.eclipse.ui.presentations.AbstractPresentationFactory;
--import org.eclipse.ui.tests.performance.layout.PresentationWidgetFactory;
--import org.eclipse.ui.tests.performance.layout.ResizeTest;
- 
- /**
-  * @since 3.1
-@@ -53,43 +50,45 @@
-         }
-     }
- 
-+    // TBD Does it make sense to keep those in 4.x? They should be replaced 
-+    // by CSS styling performance tests in SWT
-     private void addTests(String presentationId) {
-         AbstractPresentationFactory factory = WorkbenchPlugin.getDefault().getPresentationFactory(presentationId);
-         
-         boolean r21Presentation = "org.eclipse.ui.internal.r21presentationFactory".equals(presentationId);
- 
--        addTest(new PresentationInactivePartPropertyTest(factory, PresentationFactoryUtil.ROLE_EDITOR, 5));
--        addTest(new PresentationInactivePartPropertyTest(factory, PresentationFactoryUtil.ROLE_VIEW, 5));
--        
--        addTest(new PresentationActivePartPropertyTest(factory, PresentationFactoryUtil.ROLE_EDITOR, 5, false));
--        addTest(new PresentationActivePartPropertyTest(factory, PresentationFactoryUtil.ROLE_VIEW, 5, false));
--        addTest(new PresentationActivePartPropertyTest(factory, PresentationFactoryUtil.ROLE_STANDALONE, 1, false));
--        if(r21Presentation)
--        	addTest(new PresentationActivePartPropertyTest(factory, PresentationFactoryUtil.ROLE_STANDALONE_NOTITLE, 1, false));
--
--        addTest(new PresentationCreateTest(factory, PresentationFactoryUtil.ROLE_EDITOR, 100, "large folder creation"));
--        addTest(new PresentationCreateTest(factory, PresentationFactoryUtil.ROLE_VIEW, 100, "large folder creation"));
--        
--        addTest(new PresentationCreateTest(factory, PresentationFactoryUtil.ROLE_EDITOR, 5));
--        addTest(new PresentationCreateTest(factory, PresentationFactoryUtil.ROLE_VIEW, 5));
--        addTest(new PresentationCreateTest(factory, PresentationFactoryUtil.ROLE_STANDALONE, 1));
--        if (r21Presentation)
--        	addTest(new PresentationCreateTest(factory, PresentationFactoryUtil.ROLE_STANDALONE_NOTITLE, 1));
--        
--        addTest(new PresentationSelectTest(factory, PresentationFactoryUtil.ROLE_EDITOR, 100));
--        addTest(new PresentationSelectTest(factory, PresentationFactoryUtil.ROLE_VIEW, 100));
--        
--        addTest(new PresentationActivateTest(factory, PresentationFactoryUtil.ROLE_EDITOR, 5));
--        addTest(new PresentationActivateTest(factory, PresentationFactoryUtil.ROLE_VIEW, 5));
--        addTest(new PresentationActivateTest(factory, PresentationFactoryUtil.ROLE_STANDALONE, 1));
--        if(r21Presentation)
--        	addTest(new PresentationActivateTest(factory, PresentationFactoryUtil.ROLE_STANDALONE_NOTITLE, 1));
--        
--        addTest(new ResizeTest(new PresentationWidgetFactory(factory, PresentationFactoryUtil.ROLE_EDITOR, 5)));
--        addTest(new ResizeTest(new PresentationWidgetFactory(factory, PresentationFactoryUtil.ROLE_VIEW, 5)));
--        addTest(new ResizeTest(new PresentationWidgetFactory(factory, PresentationFactoryUtil.ROLE_STANDALONE, 1)));
--        if (r21Presentation)
--        	addTest(new ResizeTest(new PresentationWidgetFactory(factory, PresentationFactoryUtil.ROLE_STANDALONE_NOTITLE, 1)));
-+//        addTest(new PresentationInactivePartPropertyTest(factory, PresentationFactoryUtil.ROLE_EDITOR, 5));
-+//        addTest(new PresentationInactivePartPropertyTest(factory, PresentationFactoryUtil.ROLE_VIEW, 5));
-+//        
-+//        addTest(new PresentationActivePartPropertyTest(factory, PresentationFactoryUtil.ROLE_EDITOR, 5, false));
-+//        addTest(new PresentationActivePartPropertyTest(factory, PresentationFactoryUtil.ROLE_VIEW, 5, false));
-+//        addTest(new PresentationActivePartPropertyTest(factory, PresentationFactoryUtil.ROLE_STANDALONE, 1, false));
-+//        if(r21Presentation)
-+//        	addTest(new PresentationActivePartPropertyTest(factory, PresentationFactoryUtil.ROLE_STANDALONE_NOTITLE, 1, false));
-+//
-+//        addTest(new PresentationCreateTest(factory, PresentationFactoryUtil.ROLE_EDITOR, 100, "large folder creation"));
-+//        addTest(new PresentationCreateTest(factory, PresentationFactoryUtil.ROLE_VIEW, 100, "large folder creation"));
-+//        
-+//        addTest(new PresentationCreateTest(factory, PresentationFactoryUtil.ROLE_EDITOR, 5));
-+//        addTest(new PresentationCreateTest(factory, PresentationFactoryUtil.ROLE_VIEW, 5));
-+//        addTest(new PresentationCreateTest(factory, PresentationFactoryUtil.ROLE_STANDALONE, 1));
-+//        if (r21Presentation)
-+//        	addTest(new PresentationCreateTest(factory, PresentationFactoryUtil.ROLE_STANDALONE_NOTITLE, 1));
-+//        
-+//        addTest(new PresentationSelectTest(factory, PresentationFactoryUtil.ROLE_EDITOR, 100));
-+//        addTest(new PresentationSelectTest(factory, PresentationFactoryUtil.ROLE_VIEW, 100));
-+//        
-+//        addTest(new PresentationActivateTest(factory, PresentationFactoryUtil.ROLE_EDITOR, 5));
-+//        addTest(new PresentationActivateTest(factory, PresentationFactoryUtil.ROLE_VIEW, 5));
-+//        addTest(new PresentationActivateTest(factory, PresentationFactoryUtil.ROLE_STANDALONE, 1));
-+//        if(r21Presentation)
-+//        	addTest(new PresentationActivateTest(factory, PresentationFactoryUtil.ROLE_STANDALONE_NOTITLE, 1));
-+//        
-+//        addTest(new ResizeTest(new PresentationWidgetFactory(factory, PresentationFactoryUtil.ROLE_EDITOR, 5)));
-+//        addTest(new ResizeTest(new PresentationWidgetFactory(factory, PresentationFactoryUtil.ROLE_VIEW, 5)));
-+//        addTest(new ResizeTest(new PresentationWidgetFactory(factory, PresentationFactoryUtil.ROLE_STANDALONE, 1)));
-+//        if (r21Presentation)
-+//        	addTest(new ResizeTest(new PresentationWidgetFactory(factory, PresentationFactoryUtil.ROLE_STANDALONE_NOTITLE, 1)));
-         
-     }
-     
-diff --git a/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/presentations/PresentationTestbed.java b/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/presentations/PresentationTestbed.java
-index 4724bf0..0621c34 100644
---- a/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/presentations/PresentationTestbed.java
-+++ b/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/presentations/PresentationTestbed.java
-@@ -1,5 +1,5 @@
- /*******************************************************************************
-- * Copyright (c) 2000, 2007 IBM Corporation and others.
-+ * Copyright (c) 2000, 2011 IBM Corporation and others.
-  * All rights reserved. This program and the accompanying materials
-  * are made available under the terms of the Eclipse Public License v1.0
-  * which accompanies this distribution, and is available at
-@@ -27,7 +27,6 @@
- import org.eclipse.swt.widgets.Layout;
- import org.eclipse.ui.ISizeProvider;
- import org.eclipse.ui.internal.DefaultStackPresentationSite;
--import org.eclipse.ui.internal.presentations.PresentationFactoryUtil;
- import org.eclipse.ui.presentations.AbstractPresentationFactory;
- import org.eclipse.ui.presentations.IPresentablePart;
- import org.eclipse.ui.presentations.IStackPresentationSite;
-@@ -64,7 +63,7 @@
-     };
-     
-     public PresentationTestbed(Composite parentComposite, AbstractPresentationFactory factory, int type) {
--        presentation = PresentationFactoryUtil.createPresentation(factory, type, parentComposite, site, null, null);
-+//        presentation = PresentationFactoryUtil.createPresentation(factory, type, parentComposite, site, null, null);
-         site.setPresentation(presentation);
-         control = new Composite(parentComposite, SWT.NONE);
-         control.addControlListener(new ControlListener() {
diff --git a/eclipse-build/patches/e4-remove-w3c-smil-and-use-geronimo.patch b/eclipse-build/patches/e4-remove-w3c-smil-and-use-geronimo.patch
deleted file mode 100644
index 66f65e5..0000000
--- a/eclipse-build/patches/e4-remove-w3c-smil-and-use-geronimo.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- features/org.eclipse.e4.rcp/feature.xml.orig	2012-02-24 09:22:22.000000000 +0100
-+++ features/org.eclipse.e4.rcp/feature.xml	2012-02-24 14:23:21.289474792 +0100
-@@ -124,13 +124,6 @@
-          unpack="false"/>
- 
-    <plugin
--         id="org.w3c.dom.smil"
--         download-size="0"
--         install-size="0"
--         version="1.0.0.qualifier"
--         unpack="false"/>
--
--   <plugin
-          id="javax.inject"
-          download-size="0"
-          install-size="0"
-@@ -138,10 +131,10 @@
-          unpack="false"/>
- 
-    <plugin
--         id="javax.annotation"
-+         id="org.apache.geronimo.specs.geronimo-annotation_1.1_spec"
-          download-size="0"
-          install-size="0"
--         version="1.0.0.qualifier"
-+         version="0.0.0"
-          unpack="false"/>
- 
-    <plugin
diff --git a/eclipse-build/patches/e4-removeUpdateTests.patch b/eclipse-build/patches/e4-removeUpdateTests.patch
deleted file mode 100644
index 9208d8f..0000000
--- a/eclipse-build/patches/e4-removeUpdateTests.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- feature.xml.old	2012-02-28 13:16:31.593508921 +0100
-+++ feature.xml	2012-02-28 13:17:15.112679447 +0100
-@@ -285,11 +285,11 @@
-          install-size="0"
-          version="0.0.0"/>
- 
--   <plugin
-+   <!--plugin
-          id="org.eclipse.update.tests.core"
-          download-size="0"
-          install-size="0"
--         version="0.0.0"/>
-+         version="0.0.0"/-->
- 
-    <plugin
-          id="org.eclipse.pde.ui.tests"
-@@ -425,10 +425,10 @@
-          install-size="0"
-          version="0.0.0"/>
-          
--    <plugin
-+    <!--plugin
-          id="org.eclipse.update.core"
-          download-size="0"
-          install-size="0"
--         version="0.0.0"/>
-+         version="0.0.0"/-->
- 
- </feature>
diff --git a/eclipse-build/patches/e4-skipMirroring.patch b/eclipse-build/patches/e4-skipMirroring.patch
deleted file mode 100644
index 3a979b9..0000000
--- a/eclipse-build/patches/e4-skipMirroring.patch
+++ /dev/null
@@ -1,70 +0,0 @@
-### Eclipse Workspace Patch 1.0
-#P org.eclipse.e4.builder
-Index: builder/general/customTargets.xml
-===================================================================
-RCS file: /cvsroot/eclipse/e4/releng/org.eclipse.e4.builder/builder/general/customTargets.xml,v
-retrieving revision 1.98
-diff -u -r1.98 customTargets.xml
---- builder/general/customTargets.xml	28 Jun 2011 14:01:43 -0000	1.98
-+++ builder/general/customTargets.xml	21 Jul 2011 14:56:22 -0000
-@@ -108,60 +108,6 @@
- 	<!-- Steps to do after setup but before starting the build proper -->
- 	<!-- ===================================================================== -->
- 	<target name="postSetup" depends="initLocations">
--		<antcall target="getBaseComponents" />
--		
--		<echo message="Mirror from ${eclipseRepoURL-latest} to ${repoBaseLocation}/eclipseSDK" />
--		<p2.mirror destination="file:${repoBaseLocation}/eclipseSDK" ignoreerrors="true">
--			<source location="${eclipseRepoURL-latest}" />
--			<slicingOptions includeOptional="false" includeNonGreedy="false" latestVersionOnly="true"/>
--			<iu id="org.eclipse.sdk.ide" />
--			<!--<iu id="org.eclipse.equinox.core.sdk.feature.group" /> -->
--		</p2.mirror>
--		
--		<echo message="Mirror from ${orbitRepoURL} to ${repoBaseLocation}/orbit" />
--		<p2.mirror destination="file:${repoBaseLocation}/orbit" ignoreerrors="true">
--			<source location="${orbitRepoURL}" />
--			<slicingOptions includeOptional="false" includeNonGreedy="false" />
--			<iu id="org.apache.commons.beanutils" />
--			<iu id="org.apache.commons.lang" />
--			<iu id="org.junit" version="0.0.0" />
--			<iu id="org.junit.source" version="0.0.0" />
--			<iu id="javax.el" />
--		</p2.mirror>
--		
--		<echo message="Mirror from ${emfRepoURL} to ${repoBaseLocation}/emf" />
--		<p2.mirror destination="file:${repoBaseLocation}/emf" ignoreerrors="true">
--			<source location="${emfRepoURL}" />
--			<slicingOptions includeOptional="false" includeNonGreedy="false" latestVersionOnly="true" />
--			<iu id="org.eclipse.emf.sdk.feature.group" />
--			<iu id="org.eclipse.xsd.edit.feature.group" />
--		</p2.mirror>
--		
--		<echo message="Mirror from ${gefRepoURL} to ${repoBaseLocation}/gef" />
--		<p2.mirror destination="file:${repoBaseLocation}/gef" ignoreerrors="true">
--			<source location="${gefRepoURL}" />
--			<slicingOptions includeOptional="false" includeNonGreedy="false" />
--			<iu id="org.eclipse.gef.feature.group" />
--		</p2.mirror>
--		
--		<echo message="Mirror from ${wtpRepoURL} to ${repoBaseLocation}/wtp" />
--		<p2.mirror destination="file:${repoBaseLocation}/wtp" ignoreerrors="true">
--			<source location="${wtpRepoURL}" />
--			<slicingOptions includeOptional="false" includeNonGreedy="false" />
--			<iu id="org.eclipse.wst.xml_ui.feature.feature.group" />
--			<iu id="org.eclipse.wst.web_core.feature.feature.group" />
--		</p2.mirror>
--		
--		<!--<p2.remove.iu>
--			<repository location="file:${targetDir}/${targetDownloadId}-p2" />
--			<iu id="org.eclipse.rap.jface" />
--			<iu id="org.eclipse.rap.rwt" />
--			<iu id="org.eclipse.rap.ui.forms" />
--		</p2.remove.iu>-->
--	
--		<p2.repo2runnable destination="${transformedRepoLocation}" failOnError="false">
--			<source dir="${repoBaseLocation}" includes="*" excludes="${repoBaseLocation.excludes}"/>
--		</p2.repo2runnable>
- 	</target>	
- 
- 	<!-- ===================================================================== -->
diff --git a/eclipse-build/patches/eclipse-add-archs-executable.patch b/eclipse-build/patches/eclipse-add-archs-executable.patch
deleted file mode 100644
index dab9e21..0000000
--- a/eclipse-build/patches/eclipse-add-archs-executable.patch
+++ /dev/null
@@ -1,201 +0,0 @@
---- a/features/org.eclipse.equinox.executable/target.build.properties
-+++ b/features/org.eclipse.equinox.executable/target.build.properties
-@@ -22,10 +22,47 @@
- root.linux.gtk.x86=bin/gtk/linux/x86,gtk_root
- root.linux.gtk.x86.permissions.755=libcairo-swt.so
- 
-+root.linux.gtk.alpha=bin/gtk/linux/alpha,gtk_root
-+root.linux.gtk.alpha.permissions.755=libcairo-swt.so
-+
-+root.linux.gtk.arm=bin/gtk/linux/arm,gtk_root
-+root.linux.gtk.arm.permissions.755=libcairo-swt.so
-+
-+root.linux.gtk.ia64=bin/gtk/linux/ia64,gtk_root
-+root.linux.gtk.ia64.permissions.755=libcairo-swt.so
-+
-+root.linux.gtk.mips=bin/gtk/linux/mips,gtk_root
-+root.linux.gtk.mips.permissions.755=libcairo-swt.so
-+
-+root.linux.gtk.mipsel=bin/gtk/linux/mipsel,gtk_root
-+root.linux.gtk.mipsel.permissions.755=libcairo-swt.so
-+
-+root.linux.gtk.PA_RISC=bin/gtk/linux/PA_RISC,gtk_root
-+root.linux.gtk.PA_RISC.permissions.755=libcairo-swt.so
-+
- root.linux.gtk.ppc=bin/gtk/linux/ppc,gtk_root
- root.linux.gtk.ppc.permissions.755=libcairo-swt.so
- 
- root.linux.gtk.ppc64=bin/gtk/linux/ppc64,gtk_root
-+root.linux.gtk.ppc64.permissions.755=libcairo-swt.so
-+
-+root.linux.gtk.s390=bin/gtk/linux/s390,gtk_root
-+root.linux.gtk.s390.permissions.755=libcairo-swt.so
-+
-+root.linux.gtk.s390x=bin/gtk/linux/s390x,gtk_root
-+root.linux.gtk.s390x.permissions.755=libcairo-swt.so
-+
-+root.linux.gtk.sparc=bin/gtk/linux/sparc,gtk_root
-+root.linux.gtk.sparc.permissions.755=libcairo-swt.so
-+
-+root.linux.gtk.sparc64=bin/gtk/linux/sparc64,gtk_root
-+root.linux.gtk.sparc64.permissions.755=libcairo-swt.so
-+
-+root.linux.gtk.x86=bin/gtk/linux/x86,gtk_root
-+root.linux.gtk.x86.permissions.755=libcairo-swt.so
-+
-+root.linux.gtk.x86_64=bin/gtk/linux/x86_64,gtk_root
-+root.linux.gtk.x86_64.permissions.755=libcairo-swt.so
- 
- root.macosx.carbon.ppc=bin/carbon/macosx/ppc
- root.macosx.carbon.ppc.permissions.755=${launcherName}.app/Contents/MacOS/${launcherName}
---- a/features/org.eclipse.equinox.executable/feature.xml
-+++ b/features/org.eclipse.equinox.executable/feature.xml
-@@ -90,6 +90,66 @@
-          version="0.0.0"
-          fragment="true"/>
- 
-+    <plugin
-+         id="org.eclipse.equinox.launcher.gtk.linux.alpha"
-+         os="linux"
-+         ws="gtk"
-+         arch="alpha"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"/>
-+
-+   <plugin
-+         id="org.eclipse.equinox.launcher.gtk.linux.arm"
-+         os="linux"
-+         ws="gtk"
-+         arch="arm"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"/>
-+
-+   <plugin
-+         id="org.eclipse.equinox.launcher.gtk.linux.ia64"
-+         os="linux"
-+         ws="gtk"
-+         arch="ia64"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"/>
-+
-+   <plugin
-+         id="org.eclipse.equinox.launcher.gtk.linux.mips"
-+         os="linux"
-+         ws="gtk"
-+         arch="mips"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"/>
-+
-+   <plugin
-+         id="org.eclipse.equinox.launcher.gtk.linux.mipsel"
-+         os="linux"
-+         ws="gtk"
-+         arch="mipsel"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"/>
-+
-+   <plugin
-+         id="org.eclipse.equinox.launcher.gtk.linux.PA_RISC"
-+         os="linux"
-+         ws="gtk"
-+         arch="PA_RISC"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"/>
-+
-    <plugin
-          id="org.eclipse.equinox.launcher.gtk.linux.ppc"
-          os="linux"
-@@ -100,6 +160,56 @@
-          version="0.0.0"
-          fragment="true"/>
- 
-+    <plugin
-+         id="org.eclipse.equinox.launcher.gtk.linux.ppc64"
-+         os="linux"
-+         ws="gtk"
-+         arch="ppc64"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"/>
-+
-+   <plugin
-+         id="org.eclipse.equinox.launcher.gtk.linux.s390"
-+         os="linux"
-+         ws="gtk"
-+         arch="s390"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"/>
-+
-+   <plugin
-+         id="org.eclipse.equinox.launcher.gtk.linux.s390x"
-+         os="linux"
-+         ws="gtk"
-+         arch="s390x"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"/>
-+
-+   <plugin
-+         id="org.eclipse.equinox.launcher.gtk.linux.sparc"
-+         os="linux"
-+         ws="gtk"
-+         arch="sparc"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"/>
-+
-+   <plugin
-+         id="org.eclipse.equinox.launcher.gtk.linux.sparc64"
-+         os="linux"
-+         ws="gtk"
-+         arch="sparc64"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"/>
-+
-    <plugin
-          id="org.eclipse.equinox.launcher.gtk.linux.ppc64"
-          os="linux"
-@@ -230,24 +340,4 @@
-          version="0.0.0"
-          fragment="true"/>
- 
--   <plugin
--         id="org.eclipse.equinox.launcher.gtk.linux.s390"
--         os="linux"
--         ws="gtk"
--         arch="s390"
--         download-size="0"
--         install-size="0"
--         version="0.0.0"
--         fragment="true"/>
--
--   <plugin
--         id="org.eclipse.equinox.launcher.gtk.linux.s390x"
--         os="linux"
--         ws="gtk"
--         arch="s390x"
--         download-size="0"
--         install-size="0"
--         version="0.0.0"
--         fragment="true"/>
--
- </feature>
diff --git a/eclipse-build/patches/eclipse-add-archs-filesystem.patch b/eclipse-build/patches/eclipse-add-archs-filesystem.patch
deleted file mode 100644
index b9e88f0..0000000
--- a/eclipse-build/patches/eclipse-add-archs-filesystem.patch
+++ /dev/null
@@ -1,119 +0,0 @@
---- a/features/org.eclipse.platform/feature.xml
-+++ b/features/org.eclipse.platform/feature.xml
-@@ -396,6 +396,116 @@
-          version="0.0.0"
-          fragment="true"
-          unpack="false"/>
-+	 
-+   <plugin
-+         id="org.eclipse.core.filesystem.linux.alpha"
-+         os="linux"
-+         arch="alpha"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+	 
-+   <plugin
-+         id="org.eclipse.core.filesystem.linux.arm"
-+         os="linux"
-+         arch="arm"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+	 
-+   <plugin
-+         id="org.eclipse.core.filesystem.linux.ia64"
-+         os="linux"
-+         arch="ia64"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+
-+   <plugin
-+         id="org.eclipse.core.filesystem.linux.mips"
-+         os="linux"
-+         arch="mips"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+
-+   <plugin
-+         id="org.eclipse.core.filesystem.linux.mipsel"
-+         os="linux"
-+         arch="mipsel"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+
-+   <plugin
-+         id="org.eclipse.core.filesystem.linux.PA_RISC"
-+         os="linux"
-+         arch="PA_RISC"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+
-+   <plugin
-+         id="org.eclipse.core.filesystem.linux.ppc"
-+         os="linux"
-+         arch="ppc"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+	 
-+   <plugin
-+         id="org.eclipse.core.filesystem.linux.s390"
-+         os="linux"
-+         arch="s390"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+	 
-+   <plugin
-+         id="org.eclipse.core.filesystem.linux.s390x"
-+         os="linux"
-+         arch="s390x"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+	 
-+   <plugin
-+         id="org.eclipse.core.filesystem.linux.sparc"
-+         os="linux"
-+         arch="sparc"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+	 
-+   <plugin
-+         id="org.eclipse.core.filesystem.linux.sparc64"
-+         os="linux"
-+         arch="sparc64"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
- 
-    <plugin
-          id="org.eclipse.core.filesystem.linux.x86_64"
diff --git a/eclipse-build/patches/eclipse-add-archs-net.patch b/eclipse-build/patches/eclipse-add-archs-net.patch
deleted file mode 100644
index 0a350dc..0000000
--- a/eclipse-build/patches/eclipse-add-archs-net.patch
+++ /dev/null
@@ -1,39 +0,0 @@
---- a/features/org.eclipse.platform/feature.xml	2012-02-29 12:00:52.000000000 -0500
-+++ b/features/org.eclipse.platform/feature.xml	2012-03-05 11:57:38.000000000 -0500
-@@ -137,6 +137,36 @@
-          unpack="false"/>
- 
-    <plugin
-+         id="org.eclipse.core.net.linux.arm"
-+         os="linux"
-+         arch="arm"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+
-+   <plugin
-+         id="org.eclipse.core.net.linux.s390"
-+         os="linux"
-+         arch="s390"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+
-+   <plugin
-+         id="org.eclipse.core.net.linux.s390x"
-+         os="linux"
-+         arch="s390x"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+
-+   <plugin
-          id="org.eclipse.core.resources"
-          download-size="0"
-          install-size="0"
diff --git a/eclipse-build/patches/eclipse-add-archs-swt.patch b/eclipse-build/patches/eclipse-add-archs-swt.patch
deleted file mode 100644
index a6d39ea..0000000
--- a/eclipse-build/patches/eclipse-add-archs-swt.patch
+++ /dev/null
@@ -1,188 +0,0 @@
---- a/features/org.eclipse.rcp/feature.xml
-+++ b/features/org.eclipse.rcp/feature.xml
-@@ -198,10 +198,87 @@
-          unpack="false"/>
- 
-    <plugin
--         id="org.eclipse.swt.gtk.linux.x86"
-+         id="org.eclipse.swt.gtk.linux.alpha"
-          os="linux"
-          ws="gtk"
--         arch="x86"
-+         arch="alpha"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+
-+   <plugin
-+         id="org.eclipse.swt.gtk.linux.arm"
-+         os="linux"
-+         ws="gtk"
-+         arch="arm"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+
-+   <plugin
-+         id="org.eclipse.swt.gtk.linux.ia64"
-+         os="linux"
-+         ws="gtk"
-+         arch="ia64"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+
-+   <plugin
-+         id="org.eclipse.swt.gtk.linux.mips"
-+         os="linux"
-+         ws="gtk"
-+         arch="mips"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+
-+   <plugin
-+         id="org.eclipse.swt.gtk.linux.mipsel"
-+         os="linux"
-+         ws="gtk"
-+         arch="mipsel"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+
-+   <plugin
-+         id="org.eclipse.swt.gtk.linux.PA_RISC"
-+         os="linux"
-+         ws="gtk"
-+         arch="PA_RISC"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+
-+   <plugin
-+         id="org.eclipse.swt.gtk.linux.ppc"
-+         os="linux"
-+         ws="gtk"
-+         arch="ppc"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+
-+   <plugin
-+         id="org.eclipse.swt.gtk.linux.ppc64"
-+         os="linux"
-+         ws="gtk"
-+         arch="ppc64"
-          download-size="0"
-          install-size="0"
-          version="0.0.0"
-@@ -231,8 +308,8 @@
-          unpack="false"/>
- 
-    <plugin
--         id="org.eclipse.swt.gtk.solaris.sparc"
--         os="solaris"
-+         id="org.eclipse.swt.gtk.linux.sparc"
-+         os="linux"
-          ws="gtk"
-          arch="sparc"
-          download-size="0"
-@@ -242,6 +319,17 @@
-          unpack="false"/>
- 
-    <plugin
-+         id="org.eclipse.swt.gtk.linux.sparc64"
-+         os="linux"
-+         ws="gtk"
-+         arch="sparc64"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+
-+   <plugin
-          id="org.eclipse.swt.gtk.solaris.x86"
-          os="solaris"
-          ws="gtk"
-@@ -264,6 +352,17 @@
-          unpack="false"/>
- 
-    <plugin
-+         id="org.eclipse.swt.gtk.linux.x86"
-+         os="linux"
-+         ws="gtk"
-+         arch="x86"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+
-+   <plugin
-          id="org.eclipse.swt.gtk.linux.x86_64"
-          os="linux"
-          ws="gtk"
-@@ -282,6 +381,48 @@
-          download-size="0"
-          install-size="0"
-          version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+
-+   <plugin
-+         id="org.eclipse.swt.gtk.solaris.sparc"
-+         os="solaris"
-+         ws="gtk"
-+         arch="sparc"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+   <plugin
-+         id="org.eclipse.swt.gtk.linux.s390"
-+         os="solaris"
-+         ws="gtk"
-+         arch="s390"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+   <plugin
-+         id="org.eclipse.swt.gtk.linux.s390x"
-+         os="solaris"
-+         ws="gtk"
-+         arch="s390x"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         fragment="true"
-+         unpack="false"/>
-+         
-+   <plugin
-+         id="org.eclipse.swt.gtk.solaris.x86"
-+         os="solaris"
-+         ws="gtk"
-+         arch="x86"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-          fragment="true"
-          unpack="false"/>
- 
diff --git a/eclipse-build/patches/eclipse-add-ppc64-sparc64-s390-s390x.patch b/eclipse-build/patches/eclipse-add-ppc64-sparc64-s390-s390x.patch
deleted file mode 100644
index d2cdf8d..0000000
--- a/eclipse-build/patches/eclipse-add-ppc64-sparc64-s390-s390x.patch
+++ /dev/null
@@ -1,63 +0,0 @@
---- a/plugins/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java
-+++ b/plugins/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java
-@@ -48,6 +48,14 @@
- 			Platform.ARCH_X86, //
- 			Platform.ARCH_AMD64, // 
- 			Platform.ARCH_IA64, //
-+			Platform.ARCH_PPC64, //
-+			Platform.ARCH_SPARC64, //
-+			Platform.ARCH_S390, //
-+			Platform.ARCH_S390X, //
-+			Platform.ARCH_ALPHA, //
-+			Platform.ARCH_ARM, //
-+			Platform.ARCH_MIPS, //
-+			Platform.ARCH_MIPSEL, //
- 			Platform.ARCH_IA64_32};
- 
- 	// debug support:  set in loadOptions()
---- a/plugins/org.eclipse.core.runtime/src/org/eclipse/core/runtime/Platform.java
-+++ b/plugins/org.eclipse.core.runtime/src/org/eclipse/core/runtime/Platform.java
-@@ -348,6 +348,15 @@
- 	 * @since 3.1
- 	 */
- 	public static final String ARCH_IA64_32 = "ia64_32";//$NON-NLS-1$
-+	
-+	public static final String ARCH_PPC64 = "ppc64";//$NON-NLS-1$
-+	public static final String ARCH_SPARC64 = "sparc64";//$NON-NLS-1$
-+	public static final String ARCH_S390 = "s390";//$NON-NLS-1$
-+	public static final String ARCH_S390X = "s390x";//$NON-NLS-1$
-+	public static final String ARCH_ALPHA = "alpha";//$NON-NLS-1$
-+	public static final String ARCH_ARM = "arm";//$NON-NLS-1$
-+	public static final String ARCH_MIPS = "mips";//$NON-NLS-1$
-+	public static final String ARCH_MIPSEL = "mipsel";//$NON-NLS-1$
- 
- 	/**
- 	 * Constant string (value "win32") indicating the platform is running on a
---- a/plugins/org.eclipse.osgi/eclipseAdaptor/src/org/eclipse/core/runtime/internal/adaptor/PluginConverterImpl.java
-+++ b/plugins/org.eclipse.osgi/eclipseAdaptor/src/org/eclipse/core/runtime/internal/adaptor/PluginConverterImpl.java
-@@ -64,7 +64,7 @@
- 	private static final String PLUGIN_PROPERTIES_FILENAME = "plugin"; //$NON-NLS-1$
- 	private static PluginConverterImpl instance;
- 	@SuppressWarnings("deprecation")
--	private static final String[] ARCH_LIST = {org.eclipse.osgi.service.environment.Constants.ARCH_PA_RISC, org.eclipse.osgi.service.environment.Constants.ARCH_PPC, org.eclipse.osgi.service.environment.Constants.ARCH_SPARC, org.eclipse.osgi.service.environment.Constants.ARCH_X86, org.eclipse.osgi.service.environment.Constants.ARCH_AMD64, org.eclipse.osgi.service.environment.Constants.ARCH_IA64};
-+	private static final String[] ARCH_LIST = {org.eclipse.osgi.service.environment.Constants.ARCH_PA_RISC, org.eclipse.osgi.service.environment.Constants.ARCH_PPC, org.eclipse.osgi.service.environment.Constants.ARCH_SPARC, org.eclipse.osgi.service.environment.Constants.ARCH_X86, org.eclipse.osgi.service.environment.Constants.ARCH_AMD64, org.eclipse.osgi.service.environment.Constants.ARCH_IA64, org.eclipse.osgi.service.environment.Constants.ARCH_PPC64, org.eclipse.osgi.service.environment.Constants.ARCH_SPARC64, org.eclipse.osgi.service.environment.Constants.ARCH_S390, org.eclipse.osgi.service.environment.Constants.ARCH_S390X, org.eclipse.osgi.service.environment.Constants.ARCH_ALPHA, org.eclipse.osgi.service.environment.Constants.ARCH_ARM, org.eclipse.osgi.service.environment.Constants.ARCH_MIPS, org.eclipse.osgi.service.environment.Constants.ARCH_MIPSEL};
- 	static public final String FRAGMENT_MANIFEST = "fragment.xml"; //$NON-NLS-1$
- 	static public final String GENERATED_FROM = "Generated-from"; //$NON-NLS-1$
- 	static public final String MANIFEST_TYPE_ATTRIBUTE = "type"; //$NON-NLS-1$
---- a/plugins/org.eclipse.osgi/supplement/src/org/eclipse/osgi/service/environment/Constants.java
-+++ b/plugins/org.eclipse.osgi/supplement/src/org/eclipse/osgi/service/environment/Constants.java
-@@ -160,6 +160,14 @@
- 	 */
- 	public static final String ARCH_IA64_32 = "ia64_32";//$NON-NLS-1$
- 
-+	public static final String ARCH_SPARC64 = "sparc64";//$NON-NLS-1$
-+	public static final String ARCH_S390 = "s390";//$NON-NLS-1$
-+	public static final String ARCH_S390X = "s390x";//$NON-NLS-1$
-+	public static final String ARCH_ALPHA = "alpha";//$NON-NLS-1$
-+	public static final String ARCH_ARM = "arm";//$NON-NLS-1$
-+	public static final String ARCH_MIPS = "mips";//$NON-NLS-1$
-+	public static final String ARCH_MIPSEL = "mipsel";//$NON-NLS-1$
-+
- 	/**
- 	 * Constant string (value "win32") indicating the platform is running on a
- 	 * machine using the Windows windowing system.
diff --git a/eclipse-build/patches/eclipse-addArchesAnd64bitSWT.patch b/eclipse-build/patches/eclipse-addArchesAnd64bitSWT.patch
deleted file mode 100644
index 7cc7323..0000000
--- a/eclipse-build/patches/eclipse-addArchesAnd64bitSWT.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh.orig	2009-12-08 09:00:12.000000000 +0200
-+++ b/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh	2010-04-13 17:24:11.418047380 +0300
-@@ -83,6 +83,18 @@ if [ "${MODEL}" = "" ]; then
- 	fi
- fi
- case $MODEL in
-+	arm*)
-+		MODEL=arm ;;
-+	parisc*)
-+		MODEL=PA_RISC ;;
-+	sparcv9)
-+		MODEL=sparc ;;
-+	mips*)
-+		if which dpkg-architecture >/dev/null 2>&1; then
-+			MODEL=`dpkg-architecture -q-qDEB_HOST_ARCH`
-+		fi
-+esac
-+case $MODEL in
- 	"x86_64")
- 		SWT_ARCH=x86_64
- 		AWT_ARCH=amd64
-
diff --git a/eclipse-build/patches/eclipse-buildswtnatives.patch b/eclipse-build/patches/eclipse-buildswtnatives.patch
deleted file mode 100644
index 753786b..0000000
--- a/eclipse-build/patches/eclipse-buildswtnatives.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- a/plugins/org.eclipse.swt/buildFragment.xml
-+++ b/plugins/org.eclipse.swt/buildFragment.xml
-@@ -584,4 +584,28 @@
- 			extraManifests="${extraManifests}"
- 			extraSourceLocations="${extraSourceLocations}"/>
- 	</target>
-+	
-+	<target name="build.cfiles" depends="init">
-+		<mkdir dir="${build.result.folder}/library"/>
-+		<copy todir="${build.result.folder}/library">
-+			<fileset dir="${plugindir}/Eclipse SWT/common/library"/>
-+			<fileset dir="${plugindir}/Eclipse SWT AWT/gtk/library"/>
-+			<fileset dir="${plugindir}/Eclipse SWT Mozilla/common/library"/>
-+			<fileset dir="${plugindir}/Eclipse SWT OpenGL/glx/library"/>
-+			<fileset dir="${plugindir}/Eclipse SWT PI/cairo/library"/>
-+			<fileset dir="${plugindir}/Eclipse SWT PI/common/library"/>
-+			<fileset dir="${plugindir}/Eclipse SWT PI/gtk/library"/>
-+			<fileset dir="${plugindir}/Eclipse SWT Program/cde/library"/>
-+			<fileset dir="${plugindir}/Eclipse SWT Program/gnome/library"/>
-+			<fileset dir="${plugindir}/Eclipse SWT WebKit/gtk/library"/>
-+		</copy>
-+	</target>
-+
-+	<target name="build.nativeLibraries" depends="build.cfiles">
-+		<exec dir="${build.result.folder}/library" executable="sh">
-+			<env key="OUTPUT_DIR" value="${build.result.folder}"/>
-+			<arg line="${build.result.folder}/library/build.sh"/>
-+			<arg line="install"/>
-+		</exec>
-+	</target>
- </project>
diff --git a/eclipse-build/patches/eclipse-equinox-jsp-jasper.patch b/eclipse-build/patches/eclipse-equinox-jsp-jasper.patch
deleted file mode 100644
index a4e1026..0000000
--- a/eclipse-build/patches/eclipse-equinox-jsp-jasper.patch
+++ /dev/null
@@ -1,234 +0,0 @@
---- plugins/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/jsp/jasper/JspServlet.java	2012-01-16 11:56:16.162034430 +0100
-+++ plugins/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/jsp/jasper/JspServlet.java	2012-01-18 09:10:59.060929292 +0100
-@@ -24,19 +24,27 @@
- import java.security.PermissionCollection;
- import java.util.Collections;
- import java.util.Enumeration;
-+import java.util.EventListener;
- import java.util.HashMap;
- import java.util.HashSet;
- import java.util.Map;
- import java.util.Set;
- 
-+import javax.servlet.Filter;
-+import javax.servlet.FilterRegistration;
-+import javax.servlet.FilterRegistration.Dynamic;
- import javax.servlet.Servlet;
- import javax.servlet.ServletConfig;
- import javax.servlet.ServletContext;
- import javax.servlet.ServletException;
-+import javax.servlet.ServletRegistration;
-+import javax.servlet.SessionCookieConfig;
-+import javax.servlet.descriptor.JspConfigDescriptor;
- import javax.servlet.http.HttpServlet;
- import javax.servlet.http.HttpServletRequest;
- import javax.servlet.http.HttpServletResponse;
- 
-+import org.apache.tomcat.InstanceManager;
- import org.eclipse.equinox.internal.jsp.jasper.JspClassLoader;
- import org.osgi.framework.Bundle;
- 
-@@ -109,6 +117,9 @@
- 	}
- 
- 	public void init(ServletConfig config) throws ServletException {
-+		// Set the InstanceManager conforming to Apache Tomcat 7
-+		config.getServletContext().setAttribute(InstanceManager.class.getName(), new MyInstanceManager());
-+
- 		ClassLoader original = Thread.currentThread().getContextClassLoader();
- 		try {
- 			Thread.currentThread().setContextClassLoader(jspLoader);
-@@ -318,5 +329,135 @@
- 			}
- 			return result;
- 		}
-+
-+		public Dynamic addFilter(String arg0, String arg1) {
-+			// TODO Auto-generated method stub
-+			return null;
-+		}
-+
-+		public Dynamic addFilter(String arg0, Filter arg1) {
-+			// TODO Auto-generated method stub
-+			return null;
-+		}
-+
-+		public Dynamic addFilter(String arg0, Class arg1) {
-+			// TODO Auto-generated method stub
-+			return null;
-+		}
-+
-+		public void addListener(Class arg0) {
-+			// TODO Auto-generated method stub
-+
-+		}
-+
-+		public void addListener(String arg0) {
-+			// TODO Auto-generated method stub
-+
-+		}
-+
-+		public void addListener(EventListener arg0) {
-+			// TODO Auto-generated method stub
-+
-+		}
-+
-+		public javax.servlet.ServletRegistration.Dynamic addServlet(String arg0, String arg1) {
-+			// TODO Auto-generated method stub
-+			return null;
-+		}
-+
-+		public javax.servlet.ServletRegistration.Dynamic addServlet(String arg0, Servlet arg1) {
-+			// TODO Auto-generated method stub
-+			return null;
-+		}
-+
-+		public javax.servlet.ServletRegistration.Dynamic addServlet(String arg0, Class arg1) {
-+			// TODO Auto-generated method stub
-+			return null;
-+		}
-+
-+		public Filter createFilter(Class arg0) throws ServletException {
-+			// TODO Auto-generated method stub
-+			return null;
-+		}
-+
-+		public EventListener createListener(Class arg0) throws ServletException {
-+			// TODO Auto-generated method stub
-+			return null;
-+		}
-+
-+		public Servlet createServlet(Class arg0) throws ServletException {
-+			// TODO Auto-generated method stub
-+			return null;
-+		}
-+
-+		public void declareRoles(String[] arg0) {
-+			// TODO Auto-generated method stub
-+
-+		}
-+
-+		public ClassLoader getClassLoader() {
-+			// TODO Auto-generated method stub
-+			return null;
-+		}
-+
-+		public Set getDefaultSessionTrackingModes() {
-+			// TODO Auto-generated method stub
-+			return null;
-+		}
-+
-+		public int getEffectiveMajorVersion() {
-+			// TODO Auto-generated method stub
-+			return 0;
-+		}
-+
-+		public int getEffectiveMinorVersion() {
-+			// TODO Auto-generated method stub
-+			return 0;
-+		}
-+
-+		public Set getEffectiveSessionTrackingModes() {
-+			// TODO Auto-generated method stub
-+			return null;
-+		}
-+
-+		public FilterRegistration getFilterRegistration(String arg0) {
-+			// TODO Auto-generated method stub
-+			return null;
-+		}
-+
-+		public Map getFilterRegistrations() {
-+			// TODO Auto-generated method stub
-+			return null;
-+		}
-+
-+		public JspConfigDescriptor getJspConfigDescriptor() {
-+			// TODO Auto-generated method stub
-+			return null;
-+		}
-+
-+		public ServletRegistration getServletRegistration(String arg0) {
-+			// TODO Auto-generated method stub
-+			return null;
-+		}
-+
-+		public Map getServletRegistrations() {
-+			// TODO Auto-generated method stub
-+			return null;
-+		}
-+
-+		public SessionCookieConfig getSessionCookieConfig() {
-+			// TODO Auto-generated method stub
-+			return null;
-+		}
-+
-+		public boolean setInitParameter(String arg0, String arg1) {
-+			// TODO Auto-generated method stub
-+			return false;
-+		}
-+
-+		public void setSessionTrackingModes(Set arg0) throws IllegalStateException, IllegalArgumentException {
-+			// TODO Auto-generated method stub
-+
-+		}
- 	}
- }
---- plugins/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/jsp/jasper/MyInstanceManager.java.old	1969-12-31 19:00:00.000000000 -0500
-+++ plugins/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/jsp/jasper/MyInstanceManager.java	2011-08-16 14:51:34.499027605 -0400
-@@ -0,0 +1,35 @@
-+package org.eclipse.equinox.jsp.jasper;
-+
-+import org.apache.tomcat.InstanceManager;
-+
-+public class MyInstanceManager implements InstanceManager {
-+
-+	public Object newInstance(String className) {
-+		// TODO Auto-generated method stub
-+		return null;
-+	}
-+
-+	public Object newInstance(String fqcn, ClassLoader classLoader) throws ClassNotFoundException {
-+
-+		try {
-+			return classLoader.loadClass(fqcn).newInstance();
-+		} catch (InstantiationException e) {
-+			// TODO Auto-generated catch block
-+			e.printStackTrace();
-+		} catch (IllegalAccessException e) {
-+			// TODO Auto-generated catch block
-+			e.printStackTrace();
-+		}
-+		return null;
-+	}
-+
-+	public void newInstance(Object o) {
-+		// TODO Auto-generated method stub
-+
-+	}
-+
-+	public void destroyInstance(Object o) {
-+		// TODO Auto-generated method stub
-+
-+	}
-+}
---- plugins/org.eclipse.equinox.jsp.jasper/META-INF/MANIFEST.MF.old	2011-08-16 16:02:24.734122177 -0400
-+++ plugins/org.eclipse.equinox.jsp.jasper/META-INF/MANIFEST.MF	2011-08-16 16:06:15.933599606 -0400
-@@ -6,12 +6,13 @@
- Bundle-SymbolicName: org.eclipse.equinox.jsp.jasper
- Bundle-Version: 1.0.400.qualifier
- Bundle-Activator: org.eclipse.equinox.internal.jsp.jasper.Activator
--Import-Package: javax.servlet;version="[2.4, 3.1)",
-+Import-Package: javax.servlet;version="[2.4.0,3.1)",
-  javax.servlet.annotation;version="2.6";resolution:=optional,
-  javax.servlet.descriptor;version="2.6";resolution:=optional,
-- javax.servlet.http;version="[2.4, 3.1)",
-- javax.servlet.jsp;version="[2.0, 2.3)",
-- org.apache.jasper.servlet;version="[0, 6)",
-+ javax.servlet.http;version="[2.4.0,3.0.0]",
-+ javax.servlet.jsp;version="[2.0.0,2.3)",
-+ org.apache.jasper.servlet;version="7.0.21",
-+ org.apache.tomcat;version="7.0.21",
-  org.osgi.framework;version="1.3.0",
-  org.osgi.service.http;version="1.2.0",
-  org.osgi.service.packageadmin;version="1.2.0",
diff --git a/eclipse-build/patches/eclipse-help-feature-adjust-dependencies.patch b/eclipse-build/patches/eclipse-help-feature-adjust-dependencies.patch
deleted file mode 100644
index 606758a..0000000
--- a/eclipse-build/patches/eclipse-help-feature-adjust-dependencies.patch
+++ /dev/null
@@ -1,94 +0,0 @@
-diff -r -Nu eclipse-3.8.0-M1-src/features/org.eclipse.help/feature.xml eclipse-3.8.0-M1-src.patched/features/org.eclipse.help/feature.xml
---- eclipse-3.8.0-M1-src/features/org.eclipse.help/feature.xml	2011-03-27 10:30:27.000000000 -0400
-+++ eclipse-3.8.0-M1-src.patched/features/org.eclipse.help/feature.xml	2011-08-23 14:01:19.026328809 -0400
-@@ -34,30 +34,37 @@
-          install-size="0"
-          version="0.0.0"
-          unpack="false"/>
--  
--   <plugin
--         id="com.sun.el"
-+
-+  <plugin
-+         id="javax.el"
-          download-size="0"
-          install-size="0"
-          version="0.0.0"
-          unpack="false"/>
- 
--   <plugin
--         id="org.apache.commons.logging"
-+  <plugin
-+         id="org.apache.tomcat"
-          download-size="0"
-          install-size="0"
-          version="0.0.0"
-          unpack="false"/>
- 
--   <plugin
--         id="org.apache.jasper.glassfish"
-+  <plugin
-+         id="org.apache.juli"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         unpack="false"/>
-+
-+  <plugin
-+         id="org.apache.el"
-          download-size="0"
-          install-size="0"
-          version="0.0.0"
-          unpack="false"/>
- 
-    <plugin
--         id="org.apache.lucene"
-+         id="org.apache.commons.logging"
-          download-size="0"
-          install-size="0"
-          version="0.0.0"
-@@ -182,5 +189,19 @@
-          install-size="0"
-          version="0.0.0"
-          unpack="false"/>
-+
-+ <plugin
-+         id="org.apache.jasper"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         unpack="false"/> 
-+
-+  <plugin
-+         id="org.apache.commons.el"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         unpack="false"/> 
-   
- </feature>
-diff -r -Nu eclipse-3.8.0-M1-src/plugins/org.eclipse.help.base/META-INF/MANIFEST.MF eclipse-3.8.0-M1-src.patched/plugins/org.eclipse.help.base/META
---- a/plugins/org.eclipse.help.base/src/org/eclipse/help/internal/search/SearchIndex.java.old	2012-01-18 08:58:41.397436636 +0100
-+++ b/plugins/org.eclipse.help.base/src/org/eclipse/help/internal/search/SearchIndex.java	2012-01-18 08:59:35.994625494 +0100
-@@ -106,7 +106,7 @@
- 
- 	public static final String DEPENDENCIES_KEY_ANALYZER = "analyzer"; //$NON-NLS-1$
- 
--	private static final String LUCENE_BUNDLE_ID = "org.apache.lucene"; //$NON-NLS-1$
-+	private static final String LUCENE_BUNDLE_ID = "org.apache.lucene.core"; //$NON-NLS-1$
- 
- 	private static final String FIELD_NAME = "name"; //$NON-NLS-1$
- 
---- eclipse-4.2.0-I20120405-1114-src/plugins/org.eclipse.help.base/META-INF/MANIFEST.MF.orig	2012-04-06 08:28:49.000000000 +0200
-+++ eclipse-4.2.0-I20120405-1114-src/plugins/org.eclipse.help.base/META-INF/MANIFEST.MF	2012-04-06 08:40:46.988519392 +0200
-@@ -39,8 +39,8 @@
-  org.eclipse.help.search,
-  org.eclipse.help.server,
-  org.eclipse.help.standalone
--Require-Bundle: org.apache.lucene;bundle-version="2.9.0";visibility:=reexport,
-- org.apache.lucene.analysis;bundle-version="2.9.0";visibility:=reexport,
-+Require-Bundle: org.apache.lucene.core;bundle-version="[2.9.0,3.0.0)";visibility:=reexport,
-+ org.apache.lucene.analysis;bundle-version="[2.9.0,3.0.0)";visibility:=reexport,
-  org.eclipse.ant.core;bundle-version="3.2.200";resolution:=optional,
-  org.eclipse.core.runtime;bundle-version="3.6.0",
-  org.eclipse.help;bundle-version="[3.5.0,4.0.0)";visibility:=reexport,
diff --git a/eclipse-build/patches/eclipse-help-fix-webapp-jsp-compilation.patch b/eclipse-build/patches/eclipse-help-fix-webapp-jsp-compilation.patch
deleted file mode 100644
index 738387c..0000000
--- a/eclipse-build/patches/eclipse-help-fix-webapp-jsp-compilation.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/org.eclipse.help.webapp/META-INF/MANIFEST.MF	2012-06-28 11:28:53.151509917 +0200
-+++ b/org.eclipse.help.webapp/META-INF/MANIFEST.MF	2012-06-28 11:37:31.820225439 +0200
-@@ -10,7 +10,8 @@
-  org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)",
-  org.eclipse.equinox.jsp.jasper.registry;bundle-version="1.0.100",
-  org.eclipse.equinox.http.registry;bundle-version="1.0.200",
-- org.eclipse.core.expressions;bundle-version="3.4.200"
-+ org.eclipse.core.expressions;bundle-version="3.4.200",
-+ org.apache.el
- Export-Package: org.eclipse.help.internal.webapp;x-friends:="org.eclipse.ua.tests",
-  org.eclipse.help.internal.webapp.data;x-friends:="org.eclipse.ua.tests",
-  org.eclipse.help.internal.webapp.parser;x-internal:=true,
diff --git a/eclipse-build/patches/eclipse-nosourcebundlesfordependencies.patch b/eclipse-build/patches/eclipse-nosourcebundlesfordependencies.patch
deleted file mode 100644
index 1433d28..0000000
--- a/eclipse-build/patches/eclipse-nosourcebundlesfordependencies.patch
+++ /dev/null
@@ -1,49 +0,0 @@
---- build/eclipse-4.2.0-fa15ab-src/features/org.eclipse.platform/sourceTemplateFeature/build.properties.orig	2012-03-27 16:28:35.000000000 +0200
-+++ build/eclipse-4.2.0-fa15ab-src/features/org.eclipse.platform/sourceTemplateFeature/build.properties	2012-03-30 09:03:43.205386499 +0200
-@@ -31,6 +31,4 @@
-            plugin@org.eclipse.ecf.provider.filetransfer.source;version=3.2.0.qualifier;unpack="false",\
-            plugin@org.eclipse.ecf.provider.filetransfer.ssl.source;version=1.0.0.qualifier;unpack="false",\
-            plugin@org.eclipse.ecf.provider.filetransfer.httpclient.source;version=4.0.200.qualifier;unpack="false",\
--           plugin@org.eclipse.ecf.provider.filetransfer.httpclient.ssl.source;version=1.0.0.qualifier;unpack="false",\
--           plugin@org.apache.commons.codec.source;version=1.3.0.qualifier;unpack="false,\
--           plugin@org.apache.commons.httpclient.source;version=3.1.0.qualifier;unpack="false"
-\ No newline at end of file
-+           plugin@org.eclipse.ecf.provider.filetransfer.httpclient.ssl.source;version=1.0.0.qualifier;unpack="false"
-\ No newline at end of file
---- build/eclipse-4.2.0-I20120405-1114-src/features/org.eclipse.sdk/build.properties.orig	2012-04-06 11:35:38.000000000 +0200
-+++ build/eclipse-4.2.0-I20120405-1114-src/features/org.eclipse.sdk/build.properties	2012-04-06 13:02:22.997174313 +0200
-@@ -11,33 +11,12 @@
- bin.includes=eclipse_update_120.jpg,feature.xml,feature.properties
- 
- generate.feature@org.eclipse.platform.source=org.eclipse.platform,feature@org.eclipse.rcp.source,feature@org.eclipse.equinox.p2.user.ui.source;optional="true",plugin@org.eclipse.platform.doc.isv;unpack="false",\
--  plugin@org.apache.ant.source;version=1.8.3.qualifier;unpack="false",\
--  plugin@com.jcraft.jsch.source;version=0.1.46.qualifier;unpack="false",\
-   exclude@org.eclipse.platform.doc.user
-    
- generate.feature@org.eclipse.jdt.source=org.eclipse.jdt, plugin@org.eclipse.jdt.doc.isv;unpack="false",\
--plugin@org.junit.source;version=3.8.2.qualifier;unpack="false",\
--plugin@org.junit.source;version=4.10.0.qualifier;unpack="false",\
--plugin@org.hamcrest.core.source;version=1.1.0.qualifier;unpack="false",\
- exclude@org.eclipse.jdt.doc.user
- generate.feature@org.eclipse.pde.source=org.eclipse.pde,plugin@org.objectweb.asm.source;version=3.3.1.qualifier;unpack="false",\exclude@org.eclipse.pde.doc.user
- generate.feature@org.eclipse.cvs.source=org.eclipse.cvs
--generate.feature@org.eclipse.help.source=org.eclipse.help,\
--  plugin@javax.servlet.source;version=3.0.0.qualifier;unpack="false",\
--  plugin@javax.servlet.jsp.source;version=2.2.0.qualifier;unpack="false",\
--  plugin@org.apache.jasper.glassfish.source;version=2.2.2.qualifier;unpack="false",\
--  plugin@com.sun.el.source;version=2.2.0.qualifier;unpack="false",\
--  plugin@org.apache.commons.logging.source;version=1.0.4.qualifier;unpack="false",\
--  plugin@org.apache.lucene.source;version=2.9.1.qualifier;unpack="false",\
--  plugin@org.apache.lucene.analysis.source;version=2.9.1.qualifier;unpack="false",\
--  plugin@org.apache.lucene.core.source;version=2.9.1.qualifier;unpack="false",\
--  plugin@org.eclipse.jetty.continuation.source;version=8.1.3.qualifier;unpack="false",\
--  plugin@org.eclipse.jetty.http.source;version=8.1.3.qualifier;unpack="false",\
--  plugin@org.eclipse.jetty.io.source;version=8.1.3.qualifier;unpack="false",\
--  plugin@org.eclipse.jetty.security.source;version=8.1.3.qualifier;unpack="false",\
--  plugin@org.eclipse.jetty.server.source;version=8.1.3.qualifier;unpack="false",\
--  plugin@org.eclipse.jetty.servlet.source;version=8.1.3.qualifier;unpack="false",\
--  plugin@org.eclipse.jetty.util.source;version=8.1.3.qualifier;unpack="false",\
--  plugin@javax.el.source;version=2.2.0.qualifier;unpack="false"
-+generate.feature@org.eclipse.help.source=org.eclipse.help
- 
- generatedVersionLength=45
diff --git a/eclipse-build/patches/eclipse-p2-uninstall-removed-content.patch b/eclipse-build/patches/eclipse-p2-uninstall-removed-content.patch
deleted file mode 100644
index 9e9ac41..0000000
--- a/eclipse-build/patches/eclipse-p2-uninstall-removed-content.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-diff --git a/plugins/org.eclipse.equinox.p2.reconciler.dropins/src/org/eclipse/equinox/internal/p2/reconciler/dropins/ProfileSynchronizer.java b/plugins/org.eclipse.equinox.p2.reconciler.dropins/src/org/eclipse/equinox/internal/p2/reconciler/dropins/ProfileSynchronizer.java
-index 001684f..d482f1c 100644
---- a/plugins/org.eclipse.equinox.p2.reconciler.dropins/src/org/eclipse/equinox/internal/p2/reconciler/dropins/ProfileSynchronizer.java
-+++ b/plugins/org.eclipse.equinox.p2.reconciler.dropins/src/org/eclipse/equinox/internal/p2/reconciler/dropins/ProfileSynchronizer.java
-@@ -10,6 +10,8 @@
-  ******************************************************************************/
- package org.eclipse.equinox.internal.p2.reconciler.dropins;
- 
-+import org.eclipse.equinox.p2.metadata.IRequirement;
-+
- import java.io.*;
- import java.net.*;
- import java.util.*;
-@@ -18,6 +20,7 @@ import org.eclipse.core.runtime.*;
- import org.eclipse.equinox.internal.p2.core.helpers.*;
- import org.eclipse.equinox.internal.p2.director.ProfileChangeRequest;
- import org.eclipse.equinox.internal.p2.extensionlocation.Constants;
-+import org.eclipse.equinox.internal.p2.metadata.RequiredCapability;
- import org.eclipse.equinox.internal.provisional.configurator.Configurator;
- import org.eclipse.equinox.internal.provisional.p2.directorywatcher.RepositoryListener;
- import org.eclipse.equinox.p2.core.IProvisioningAgent;
-@@ -123,6 +126,15 @@ public class ProfileSynchronizer {
- 		if (moveResult.getSeverity() == IStatus.ERROR || moveResult.getSeverity() == IStatus.CANCEL)
- 			return moveResult;
- 
-+		if (!request.getRemovals().isEmpty()) {
-+			Collection<IRequirement> requirements = new ArrayList<IRequirement>();
-+			for (IInstallableUnit unit : request.getRemovals()) {
-+				RequiredCapability req = new RequiredCapability(IInstallableUnit.NAMESPACE_IU_ID, unit.getId(), new VersionRange(unit.getVersion(), true, unit.getVersion(), true), null, 0, 0, false, null);
-+				requirements.add(req);
-+			}
-+			request.addExtraRequirements(requirements);
-+		}
-+
- 		// now create a plan for the rest of the work and execute it
- 		IStatus addRemoveResult = performAddRemove(request, context, monitor);
- 		if (addRemoveResult.getSeverity() == IStatus.ERROR || addRemoveResult.getSeverity() == IStatus.CANCEL)
-diff --git a/plugins/org.eclipse.equinox.p2.reconciler.dropins/META-INF/MANIFEST.MF b/plugins/org.eclipse.equinox.p2.reconciler.dropins/META-INF/MANIFEST.MF
-index 067f887..131e3c8 100644
---- a/plugins/org.eclipse.equinox.p2.reconciler.dropins/META-INF/MANIFEST.MF
-+++ b/plugins/org.eclipse.equinox.p2.reconciler.dropins/META-INF/MANIFEST.MF
-@@ -8,7 +8,8 @@ Bundle-Vendor: %providerName
- Bundle-Localization: plugin
- Export-Package: org.eclipse.equinox.internal.p2.reconciler.dropins;x-internal:=true
- Require-Bundle: org.eclipse.equinox.common;bundle-version="[3.5.0,4.0.0)",
-- org.eclipse.equinox.p2.touchpoint.eclipse;bundle-version="1.0.0"
-+ org.eclipse.equinox.p2.touchpoint.eclipse;bundle-version="1.0.0",
-+ org.eclipse.equinox.p2.metadata
- Bundle-RequiredExecutionEnvironment: J2SE-1.5,
-  J2SE-1.4,
-  CDC-1.1/Foundation-1.1
-diff --git a/plugins/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF b/plugins/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
-index 04056a5..7590cde 100644
---- a/plugins/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
-+++ b/plugins/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
-@@ -20,7 +20,8 @@ Export-Package: org.eclipse.equinox.internal.p2.metadata;
-    org.eclipse.equinox.p2.ql,
-    org.eclipse.equinox.p2.ui,
-    org.eclipse.equinox.p2.touchpoint.eclipse,
--   org.eclipse.equinox.p2.repository.tools",
-+   org.eclipse.equinox.p2.repository.tools,
-+   org.eclipse.equinox.p2.reconciler.dropins",
-  org.eclipse.equinox.internal.p2.metadata.expression;
-   x-friends:="org.eclipse.equinox.p2.artifact.repository,
-    org.eclipse.equinox.p2.directorywatcher,
diff --git a/eclipse-build/patches/eclipse-pde.build-add-package-build.patch b/eclipse-build/patches/eclipse-pde.build-add-package-build.patch
deleted file mode 100644
index b374ccc..0000000
--- a/eclipse-build/patches/eclipse-pde.build-add-package-build.patch
+++ /dev/null
@@ -1,300 +0,0 @@
-### Eclipse Workspace Patch 1.0
-#P org.eclipse.pde.build
---- /dev/null
-+++ b/plugins/org.eclipse.pde.build/templates/package-build/prepare-build-dir.sh
-@@ -0,0 +1,105 @@
-+#!/bin/sh
-+
-+if [ $# -lt 2 ]; then
-+  echo "usage: $0 <path to source dir> <path to build dir>"
-+  exit 1
-+fi
-+
-+if [ ! -d $1 ]; then
-+  echo "usage: $0 <path to source dir> <path to build dir>"
-+  exit 1
-+fi
-+
-+SOURCEDIR=$1
-+BUILDDIR=$2
-+TESTING=$3
-+
-+echo "preparing files in $1 for buildfile generation ..."
-+mkdir -p $BUILDDIR
-+
-+# make some ant build files to extract the id from the feature.xml, plugin.xml or the fragment.xml
-+mkdir -p $BUILDDIR/tmp
-+BUILDFILE=$BUILDDIR/tmp/build.xml
-+
-+echo "<project default=\"main\">
-+	<target name=\"main\">
-+               	<xmlproperty file=\"@type@.xml\" collapseAttributes=\"true\"/>
-+		<fail unless=\"@type@.id\" message=\"feature.id not set\"/>
-+               	<echo message=\"\${@type@.id}\" />
-+        </target>
-+</project>" > $BUILDFILE
-+
-+for type in feature plugin fragment; do
-+  CURBUILDFILE=$BUILDDIR/tmp/$type-build.xml
-+  cat $BUILDFILE | sed "s|@type@|$type|" > $CURBUILDFILE
-+done
-+
-+# make the directories eclipse is expecting
-+echo "  making the 'features' and 'plugins' directories"
-+mkdir -p $BUILDDIR/features $BUILDDIR/plugins
-+
-+# make symlinks for the features
-+FEATURES=$(find $SOURCEDIR -name feature.xml)
-+find $SOURCEDIR -name feature.xml | while read f; do
-+  PROJECTDIR=$(dirname "$f")
-+  inSDK=1
-+  inSDK=$(echo $PROJECTDIR | grep -c $BUILDDIR)
-+  if [ $inSDK = 0 ]; then
-+    PROJECTNAME=$(ant -Dbasedir="$PROJECTDIR" -f $BUILDDIR/tmp/feature-build.xml 2>&1 | grep echo | cut --delimiter=' ' -f 7)
-+    ERROR=""
-+    if [ -z "$PROJECTNAME" ]; then
-+      echo "ERROR: could not determine the feature id for $PROJECTDIR"
-+      if [ $TESTING != true ]; then
-+        exit 1
-+      else
-+        ERROR="yes"
-+      fi
-+    fi
-+
-+    if [ "x$ERROR" != "xyes" ]; then
-+      if [ $TESTING != true ] || `echo "$PROJECTNAME" | grep "org.eclipse"`; then
-+        echo "  making symlink: $BUILDDIR/features/$PROJECTNAME -> $PROJECTDIR"
-+        ln -sfT "$PROJECTDIR" $BUILDDIR/features/"$PROJECTNAME"
-+      fi
-+    fi
-+  fi
-+done
-+
-+# make symlinks for plugins and fragments
-+PLUGINDIRS=$(find $SOURCEDIR -name plugin.xml -o -name fragment.xml -o -name MANIFEST.MF | sed "s/plugin.xml//g" | sed "s/fragment.xml//g" | sed "s/META-INF\/MANIFEST.MF//" | sort | uniq)
-+find $SOURCEDIR -name plugin.xml -o -name fragment.xml -o -name MANIFEST.MF | sed "s/plugin.xml//g" | sed "s/fragment.xml//g" | sed "s/META-INF\/MANIFEST.MF//" | sort | uniq | while read dir; do
-+  PROJECTNAME=""
-+  ERROR=""
-+  inSDK=1
-+  inSDK=$(echo $dir | grep -c $BUILDDIR)
-+  if [ $inSDK = 0 ]; then
-+    if [ -e "$dir/META-INF/MANIFEST.MF" ]; then
-+      PROJECTNAME=$(grep Bundle-SymbolicName $dir/META-INF/MANIFEST.MF | cut --delimiter=';' -f 1 | cut --delimiter=' ' -f 2)
-+    elif [ -e "$dir/plugin.xml" ]; then
-+      PROJECTNAME=$(ant -Dbasedir=$dir -f $BUILDDIR/tmp/plugin-build.xml 2>&1 | grep echo | cut --delimiter=' ' -f 7)
-+    elif [ -e "$dir/fragment.xml" ]; then
-+      PROJECTNAME=$(ant -Dbasedir=$dir -f $BUILDDIR/tmp/fragment-build.xml 2>&1 | grep echo | cut --delimiter=' ' -f 7)
-+    fi
-+
-+    if [ -z "$PROJECTNAME"  ]; then
-+      echo "ERROR: could not determine the plugin or fragment id for $dir"
-+      if [ $TESTING != true ]; then
-+        exit 1
-+      else
-+        ERROR="yes"
-+      fi
-+    fi
-+
-+    if [ "x$ERROR" != "xyes" ]; then
-+      if [ $TESTING != true ] || `echo "$PROJECTNAME" | grep "org.eclipse"`; then
-+        echo "  making symlink: $BUILDDIR/plugins/$PROJECTNAME -> $dir"
-+        ln -sfT "$dir" $BUILDDIR/plugins/"$PROJECTNAME"
-+      fi
-+    fi;
-+
-+  fi
-+
-+done
-+
-+rm -rf $BUILDDIR/tmp
-+echo done
---- /dev/null
-+++ b/plugins/org.eclipse.pde.build/templates/package-build/customTargets-assemble-target.xml
-@@ -0,0 +1,15 @@
-+<project>
-+	<!-- ===================================================================== -->
-+	<!-- Targets to assemble the built elements for particular configurations  -->
-+	<!-- These generally call the generated assemble scripts (named in -->
-+	<!-- ${assembleScriptName}) but may also add pre and post processing -->
-+	<!-- Add one target for each root element and each configuration -->
-+	<!-- ===================================================================== -->
-+
-+	<target name="assemble.@id@">
-+		<ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
-+	</target>
-+	<target name="assemble.@id@.@configs@">
-+		<ant antfile="${assembleScriptName}" dir="${buildDirectory}" />
-+	</target>
-+</project>
---- /dev/null
-+++ b/plugins/org.eclipse.pde.build/templates/package-build/customTargets.xml
-@@ -0,0 +1,154 @@
-+<project name="Build specific targets and properties" default="noDefault">
-+
-+	<fail unless="type" message="Please set the ${type} property to 'feature', 'plugin' or 'fragment'." />
-+	<fail unless="id" message="Please set the ${id} property to the feature, plugin or fragment id of the plugin you are building." />
-+	<fail unless="sourceDirectory" message="Please set the ${sourceDirectory} property to the directory that has the source plugins." />
-+
-+	<!-- we need to do this because you can't expand variables in target names -->
-+	<copy file="${builder}/customTargets-assemble-target.xml" tofile="${buildDirectory}/customTargets-${id}-assemble-target.xml" />
-+	<replace file="${buildDirectory}/customTargets-${id}-assemble-target.xml" token="@id@" value="${id}" />
-+	<replace file="${buildDirectory}/customTargets-${id}-assemble-target.xml" token="@configs@" value="${configs}" />
-+	<replace file="${buildDirectory}/customTargets-${id}-assemble-target.xml" token="," value="." />
-+	<import file="${buildDirectory}/customTargets-${id}-assemble-target.xml" />
-+
-+	<!-- ===================================================================== -->
-+	<!-- Run a given ${target} on all elements being built -->
-+	<!-- Add on <ant> task for each top level element being built. -->
-+	<!-- ===================================================================== -->
-+	<target name="allElements">
-+		<ant antfile="${genericTargets}" target="${target}">
-+			<property name="type" value="${type}" />
-+			<property name="id" value="${id}" />
-+		</ant>
-+	</target>
-+
-+
-+	<!-- ===================================================================== -->
-+	<!-- Check out map files from correct repository -->
-+	<!-- ===================================================================== -->
-+	<target name="getMapFiles">
-+	</target>
-+
-+	<!-- ===================================================================== -->
-+
-+	<target name="clean" unless="noclean">
-+		<antcall target="allElements">
-+			<param name="target" value="cleanElement" />
-+		</antcall>
-+	</target>
-+
-+	<!-- ===================================================================== -->
-+	<!-- Steps to do before setup -->
-+	<!-- ===================================================================== -->
-+	<target name="preSetup">
-+	</target>
-+
-+	<!-- ===================================================================== -->
-+	<!-- Steps to do after setup but before starting the build proper -->
-+	<!-- ===================================================================== -->
-+	<target name="postSetup">
-+	</target>
-+
-+	<!-- ===================================================================== -->
-+	<!-- Steps to do before fetching the build elements -->
-+	<!-- ===================================================================== -->
-+	<target name="preFetch">
-+	</target>
-+
-+	<!-- ===================================================================== -->
-+	<!-- Steps to do after fetching the build elements -->
-+	<!-- ===================================================================== -->
-+	<target name="postFetch">
-+	</target>
-+
-+	<!-- ===================================================================== -->
-+	<!-- Steps to do before generating the build scripts. -->
-+	<!-- ===================================================================== -->
-+	<target name="preGenerate">
-+		<!-- Eclipse expects the feature projects to be in the 'features' directory and
-+   		plugin projects to be in the 'plugins' directory. The build infrastructure
-+		normally arranges the projects during the fetch stage. Since we aren't doing
-+ 		the fetch stage, we have to manually arrange the files -->
-+		<exec dir="${builder}" executable="/bin/bash" failOnError="true">
-+			<arg line="prepare-build-dir.sh ${sourceDirectory} ${buildDirectory} ${testing}" />
-+		</exec>
-+		<antcall target="symlinkDeps" />
-+	</target>
-+
-+	<target name="symlinkDeps" if="orbitDepsDir">
-+		<apply executable="ln" parallel="false" dir="${buildDirectory}/plugins" verbose="true">
-+			<arg line="-s" />
-+			<srcfile />
-+			<fileset dir="${orbitDepsDir}" includes="*.jar" />
-+		</apply>
-+	</target>
-+
-+	<!-- ===================================================================== -->
-+	<!-- Steps to do after generating the build scripts. -->
-+	<!-- ===================================================================== -->
-+	<target name="postGenerate">
-+		<antcall target="clean" />
-+	</target>
-+
-+	<!-- ===================================================================== -->
-+	<!-- Steps to do before running the build.xmls for the elements being built. -->
-+	<!-- ===================================================================== -->
-+	<target name="preProcess">
-+	</target>
-+
-+	<!-- ===================================================================== -->
-+	<!-- Steps to do after running the build.xmls for the elements being built. -->
-+	<!-- ===================================================================== -->
-+	<target name="postProcess">
-+	</target>
-+
-+	<!-- ===================================================================== -->
-+	<!-- Steps to do before running assemble. -->
-+	<!-- ===================================================================== -->
-+	<target name="preAssemble">
-+	</target>
-+
-+	<!-- ===================================================================== -->
-+	<!-- Steps to do after  running assemble. -->
-+	<!-- ===================================================================== -->
-+	<target name="postAssemble">
-+	</target>
-+
-+	<!-- ===================================================================== -->
-+	<!-- Steps to do before running package. -->
-+	<!-- ===================================================================== -->
-+	<target name="prePackage">
-+	</target>
-+
-+	<!-- ===================================================================== -->
-+	<!-- Steps to do after  running package. -->
-+	<!-- ===================================================================== -->
-+	<target name="postPackage">
-+	</target>
-+
-+	<!-- ===================================================================== -->
-+	<!-- Steps to do after the build is done. -->
-+	<!-- ===================================================================== -->
-+	<target name="postBuild">
-+	</target>
-+
-+	<!-- ===================================================================== -->
-+	<!-- Steps to do to test the build results -->
-+	<!-- ===================================================================== -->
-+	<target name="test">
-+	</target>
-+
-+	<!-- ===================================================================== -->
-+	<!-- Steps to do to publish the build results -->
-+	<!-- ===================================================================== -->
-+	<target name="publish">
-+	</target>
-+
-+	<!-- ===================================================================== -->
-+	<!-- Default target                                                        -->
-+	<!-- ===================================================================== -->
-+	<target name="noDefault">
-+		<echo message="You must specify a target when invoking this file" />
-+	</target>
-+
-+</project>
---- /dev/null
-+++ b/plugins/org.eclipse.pde.build/templates/package-build/build.properties
-@@ -0,0 +1,12 @@
-+buildDirectory=${sourceDirectory}/build
-+buildLabel=rpmBuild
-+archivePrefix=eclipse
-+skipFetch=true
-+javacFailOnError=true
-+collectingFolder=eclipse
-+archivesFormat=*,*,*-zip
-+zipargs=-y
-+javacDebugInfo=true
-+archiveName=${id}.zip
-+runPackager=false
-+baseLocation=/usr/share/eclipse
diff --git a/eclipse-build/patches/fix-compatibility-bundle.patch b/eclipse-build/patches/fix-compatibility-bundle.patch
deleted file mode 100644
index a02805f..0000000
--- a/eclipse-build/patches/fix-compatibility-bundle.patch
+++ /dev/null
@@ -1,44 +0,0 @@
---- org.eclipse.core.runtime.compatibility.registry/customBuildCallbacks.xml.bak	2012-04-18 14:40:48.834402463 +0200
-+++ org.eclipse.core.runtime.compatibility.registry/customBuildCallbacks.xml	2012-04-18 14:43:47.161193767 +0200
-@@ -70,12 +70,6 @@
- 	<!--                      reference to the classpath structure.            -->
- 	<!-- ===================================================================== -->
- 	<target name="post.compile.runtime_registry_compatibility.jar">
--		<copy todir="${target.folder}" failonerror="true" overwrite="false">
--			<fileset dir="classes/">
--				<exclude name="**/*.java"/>
--				<exclude name="**/package.htm*"/>
--			</fileset>
--		</copy>
- 	</target>
- 
- 	<target name="post.runtime_registry_compatibility.jar"/>
---- org.eclipse.core.runtime.compatibility.registry/META-INF/MANIFEST.MF.bak	2012-04-18 14:40:23.066288121 +0200
-+++ org.eclipse.core.runtime.compatibility.registry/META-INF/MANIFEST.MF	2012-04-18 14:44:22.208349284 +0200
-@@ -7,6 +7,7 @@
- Fragment-Host: org.eclipse.equinox.registry;bundle-version="[3.5.0,3.6.0)"
- Bundle-Localization: fragment
- Eclipse-PatchFragment: true
--Bundle-ClassPath: runtime_registry_compatibility.jar
-+Bundle-ClassPath: .
-+Require-Bundle: org.eclipse.core.runtime
- Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,
-  J2SE-1.3
---- org.eclipse.core.runtime.compatibility.registry/build.properties.orig	2012-04-18 11:53:49.000000000 +0200
-+++ org.eclipse.core.runtime.compatibility.registry/build.properties	2012-04-18 15:05:25.287060115 +0200
-@@ -8,12 +8,6 @@
- #  Contributors:
- #     IBM Corporation - initial API and implementation
- ###############################################################################
--source.runtime_registry_compatibility.jar = src/
--output.runtime_registry_compatibility.jar = bin/
--bin.includes = META-INF/,\
--               runtime_registry_compatibility.jar,\
--               about.html,\
--               fragment.properties
--extra.runtime_registry_compatibility.jar = classes/
--src.includes = about.html
--customBuildCallbacks=true
-+source.. = src
-+bin.includes = META-INF/,plugin.xml,about.html,fragment.properties, .
-+
diff --git a/eclipse-build/patches/fix-gnomeproxy-includes.patch b/eclipse-build/patches/fix-gnomeproxy-includes.patch
deleted file mode 100644
index 4e7d7ff..0000000
--- a/eclipse-build/patches/fix-gnomeproxy-includes.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/plugins/org.eclipse.core.net/natives/unix/gnomeproxy.c	2012-04-06 05:37:03.000000000 -0400
-+++ b/plugins/org.eclipse.core.net/natives/unix/gnomeproxy.c	2012-04-17 16:12:33.000000000 -0400
-@@ -13,7 +13,6 @@
- #include <jni.h>
- 
- #include <glib.h>
--#include <glib/gslist.h>
- #include <gconf/gconf-value.h>
- #include <gconf/gconf-client.h>
- 
diff --git a/eclipse-build/patches/gnomeproxy-makefile.patch b/eclipse-build/patches/gnomeproxy-makefile.patch
deleted file mode 100644
index e1dbf72..0000000
--- a/eclipse-build/patches/gnomeproxy-makefile.patch
+++ /dev/null
@@ -1,100 +0,0 @@
-diff --git a/bundles/org.eclipse.core.net/natives/unix/linux/makefile b/bundles/org.eclipse.core.net/natives/unix/linux/makefile
-index 0aa0cbe..a6cf350 100644
---- a/plugins/org.eclipse.core.net/natives/unix/linux/makefile
-+++ b/plugins/org.eclipse.core.net/natives/unix/linux/makefile
-@@ -1,5 +1,5 @@
- #**********************************************************************
--# Copyright (c) 2008, 2010 Oakland Software Incorporated and others.
-+# Copyright (c) 2008, 2012 Oakland Software Incorporated and others.
- # All rights reserved. This program and the accompanying materials 
- # are made available under the terms of the Eclipse Public License v1.0
- # which accompanies this distribution, and is available at
-@@ -8,23 +8,27 @@
- # Contributors:
- #	Oakland Software Incorporated - initial submission
- #	IBM Corporation - refactoring, bug 245849
-+#	Tristan Tarrant - x86_64 support, bug 273072
-+#	Red Hat inc. - using pkg config, bug 369215
- #
- #********************************************************************** 
- #
- # makefile for libgnomeproxy-1.0.0.so
--
-+#
-+# To build for a specific platform environment,
-+# please make sure that TARGET_ENVIRONMENT variable is set to -m32 or -m64
- GNOMEPROXY.C = ../gnomeproxy.c
- GNOMEPROXY.O = gnomeproxy.o
- LIB_NAME = gnomeproxy.so
- LIB_NAME_FULL = libgnomeproxy-1.0.0.so
- 
--OS_TYPE = linux
-+OS_TYPE = linux
- JDK_INCLUDE = -I${JAVA_HOME}/include -I${JAVA_HOME}/include/${OS_TYPE}
--INCLUDE = -I/usr/include/gconf/2/ -I/usr/include/orbit-2.0/ -I/usr/include/glib-2.0/ -I/usr/lib/glib-2.0/include/
--COMPILER_FLAGS = -O0 -fPIC -g3 -Wall -c -fmessage-length=0 -m32
-+INCLUDE = `pkg-config --cflags gconf-2.0`
-+COMPILER_FLAGS= -O0 -fPIC -g3 -Wall -c -fmessage-length=0 ${TARGET_ENVIRONMENT}
- 
--LIBS := -lgconf-2 -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0
--LINKER_FLAGS= -m32
-+LIBS := `pkg-config --libs gconf-2.0`
-+LINKER_FLAGS= ${TARGET_ENVIRONMENT}
- 
- all: link
- 
-diff --git a/bundles/org.eclipse.core.net/natives/unix/linux/x86_64/makefile b/bundles/org.eclipse.core.net/natives/unix/linux/x86_64/makefile
-deleted file mode 100644
-index 407f9c5..0000000
---- a/plugins/org.eclipse.core.net/natives/unix/linux/x86_64/makefile
-+++ /dev/null
-@@ -1,48 +0,0 @@
--#**********************************************************************
--# Copyright (c) 2008, 2010 Oakland Software Incorporated and others.
--# All rights reserved. This program and the accompanying materials 
--# are made available under the terms of the Eclipse Public License v1.0
--# which accompanies this distribution, and is available at
--# http://www.eclipse.org/legal/epl-v10.html
--#
--# Contributors:
--#	Oakland Software Incorporated - initial submission
--#	IBM Corporation - refactoring, bug 245849
--#	Tristan Tarrant - x86_64 support, bug 273072
--#
--#********************************************************************** 
--#
--# makefile for libgnomeproxy-1.0.0.so
--
--GNOMEPROXY.C = ../../gnomeproxy.c
--GNOMEPROXY.O = gnomeproxy.o
--LIB_NAME = gnomeproxy.so
--LIB_NAME_FULL = libgnomeproxy-1.0.0.so
--
--OS_TYPE = 
--JDK_INCLUDE = -I${JAVA_HOME}/include -I${JAVA_HOME}/include/${OS_TYPE}
--INCLUDE = `pkg-config --cflags gconf-2.0`
--COMPILER_FLAGS= -O0 -fPIC -g3 -Wall -c -fmessage-length=0 -m64
--
--LIBS := `pkg-config --libs gconf-2.0`
--LINKER_FLAGS= -m64
--
--all: link
--
--compile:
--	@echo "Building file: $(GNOMEPROXY.O)"
--	@echo "Invoking: GCC C Compiler"
--	gcc $(INCLUDE) $(JDK_INCLUDE) $(COMPILER_FLAGS) -o $(GNOMEPROXY.O) $(GNOMEPROXY.C)
--	@echo "Finished building: $(GNOMEPROXY.O)"
--	@echo " "
--
--link: compile
--	@echo "Building target: $(LIB_NAME_FULL)"
--	@echo "Invoking: GCC C Linker"
--	gcc $(LINKER_FLAGS) -shared -Wl,-soname,$(LIB_NAME) -o $(LIB_NAME_FULL) $(LIBS) $(GNOMEPROXY.O) -lc
--	@echo "Finished building target: $(LIB_NAME_FULL)"
--	@echo " "
--
--clean:
--	-$(RM) $(GNOMEPROXY.O) $(LIB_NAME_FULL)
--	-@echo " "
-\ No newline at end of file
diff --git a/eclipse-build/patches/nocoreupdate.patch b/eclipse-build/patches/nocoreupdate.patch
deleted file mode 100644
index 550e3a2..0000000
--- a/eclipse-build/patches/nocoreupdate.patch
+++ /dev/null
@@ -1,107 +0,0 @@
-diff --git a/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/PluginPathFinder.java b/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/PluginPathFinder.java
-index 1ea8373..a904e2d 100644
---- plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/PluginPathFinder.java
-+++ plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/PluginPathFinder.java
-@@ -1,5 +1,5 @@
- /*******************************************************************************
-- * Copyright (c) 2004, 2010 IBM Corporation and others.
-+ * Copyright (c) 2004, 2012 IBM Corporation and others.
-  * All rights reserved. This program and the accompanying materials
-  * are made available under the terms of the Eclipse Public License v1.0
-  * which accompanies this distribution, and is available at
-@@ -7,23 +7,19 @@
-  *
-  * Contributors:
-  *     IBM Corporation - initial API and implementation
-+ *     Red Hat, Inc. - Bug 367924 
-  *******************************************************************************/
- package org.eclipse.pde.internal.build.site;
- 
- import java.io.*;
--import java.net.MalformedURLException;
- import java.net.URL;
- import java.util.*;
- import org.eclipse.core.runtime.IPath;
- import org.eclipse.core.runtime.Path;
- import org.eclipse.pde.internal.build.IPDEBuildConstants;
- import org.eclipse.pde.internal.build.Utils;
--import org.eclipse.update.configurator.ConfiguratorUtils;
--import org.eclipse.update.configurator.IPlatformConfiguration;
- 
- public class PluginPathFinder {
--	private static final String URL_PROPERTY = "org.eclipse.update.resolution_url"; //$NON-NLS-1$
--	private static final String EMPTY_STRING = ""; //$NON-NLS-1$
- 	private static final String DROPINS = "dropins"; //$NON-NLS-1$
- 	private static final String LINK = ".link"; //$NON-NLS-1$
- 	private static final String ECLIPSE = "eclipse"; //$NON-NLS-1$
-@@ -158,67 +154,11 @@ public class PluginPathFinder {
- 			}
- 		}
- 
--		File file = new File(platformHome, "configuration/org.eclipse.update/platform.xml"); //$NON-NLS-1$
--		if (file.exists()) {
--			try {
--				String value = new Path(platformHome).toFile().toURL().toExternalForm();
--				System.setProperty(URL_PROPERTY, value);
--				try {
--					IPlatformConfiguration config = ConfiguratorUtils.getPlatformConfiguration(file.toURL());
--					return getConfiguredSitesPaths(platformHome, config, features);
--				} finally {
--					System.setProperty(URL_PROPERTY, EMPTY_STRING);
--				}
--			} catch (MalformedURLException e) {
--				//ignore
--			} catch (IOException e) {
--				//ignore
--			}
--		}
--
- 		List list = scanLocations(getSites(platformHome, features));
- 		list.addAll(getDropins(platformHome, features));
- 		return Utils.asFile(list);
- 	}
- 
--	private static File[] getConfiguredSitesPaths(String platformHome, IPlatformConfiguration configuration, boolean features) {
--		List installPlugins = scanLocations(new File[] {new File(platformHome, features ? IPDEBuildConstants.DEFAULT_FEATURE_LOCATION : IPDEBuildConstants.DEFAULT_PLUGIN_LOCATION)});
--		List extensionPlugins = getExtensionPlugins(configuration, features);
--		List dropinsPlugins = getDropins(platformHome, features);
--
--		Set all = new LinkedHashSet();
--		all.addAll(installPlugins);
--		all.addAll(extensionPlugins);
--		all.addAll(dropinsPlugins);
--
--		return (File[]) all.toArray(new File[all.size()]);
--	}
--
--	/**
--	 * 
--	 * @param config
--	 * @param features true for features false for plugins
--	 * @return List of Files for features or plugins on the site
--	 */
--	private static List getExtensionPlugins(IPlatformConfiguration config, boolean features) {
--		ArrayList extensionPlugins = new ArrayList();
--		IPlatformConfiguration.ISiteEntry[] sites = config.getConfiguredSites();
--		for (int i = 0; i < sites.length; i++) {
--			URL url = sites[i].getURL();
--			if ("file".equalsIgnoreCase(url.getProtocol())) { //$NON-NLS-1$
--				String[] entries;
--				if (features)
--					entries = sites[i].getFeatures();
--				else
--					entries = sites[i].getPlugins();
--				for (int j = 0; j < entries.length; j++) {
--					extensionPlugins.add(new File(url.getFile(), entries[j]));
--				}
--			}
--		}
--		return extensionPlugins;
--	}
--
- 	/**
- 	 * Scan given plugin/feature directories or jars for existence
- 	 * @param sites
--- 
-1.7.7.5
-
diff --git a/eclipse-build/patches/nonRelativeLicense.patch b/eclipse-build/patches/nonRelativeLicense.patch
deleted file mode 100644
index 34815ea..0000000
--- a/eclipse-build/patches/nonRelativeLicense.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java	2011-11-02 12:30:11.000000000 -0400
-+++ plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java	2011-12-08 16:44:16.169816674 -0500
-@@ -336,7 +336,7 @@
- 			script.println("   buildResultFolder=\"" + featureTemp + "\""); //$NON-NLS-1$ //$NON-NLS-2$
- 		script.println("   baseDirectory=\"${basedir}\""); //$NON-NLS-1$
- 		if (getLicenseFeature() != null) {
--			IPath licenseLocation = Utils.makeRelative(new Path(getLicenseFeatureRootLocation()), new Path(featureRootLocation));
-+		    IPath licenseLocation = new Path(getLicenseFeatureRootLocation());
- 			String licensePath = licenseLocation.isAbsolute() ? licenseLocation.toString() : "${basedir}/" + licenseLocation.toString(); //$NON-NLS-1$
- 			script.println("   licenseDirectory=\"" + licensePath + "\""); //$NON-NLS-1$ //$NON-NLS-2$
- 		}
-@@ -419,7 +419,7 @@
- 			return;
- 		}
- 
--		IPath licenseLocation = Utils.makeRelative(new Path(getLicenseFeatureRootLocation()), new Path(featureRootLocation));
-+		IPath licenseLocation = new Path(getLicenseFeatureRootLocation());
- 		String licensePath = licenseLocation.isAbsolute() ? licenseLocation.toString() : "${basedir}/" + licenseLocation.toString(); //$NON-NLS-1$
- 
- 		if (printCopy) {
diff --git a/eclipse-build/patches/osgi-services-build.patch b/eclipse-build/patches/osgi-services-build.patch
deleted file mode 100644
index 2e4620c..0000000
--- a/eclipse-build/patches/osgi-services-build.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- plugins/org.eclipse.osgi.services/build.properties.orig	2012-03-16 11:17:48.000000000 +0100
-+++ plugins/org.eclipse.osgi.services/build.properties	2012-03-16 12:34:20.157282642 +0100
-@@ -11,12 +11,12 @@
- bin.includes = plugin.properties,\
-                about.html,\
-                META-INF/,\
--               org/,\
-+               bin/,\
-+               about_files/,\
-+               .
-+src.includes = about.html,\
-                about_files/
--src.includes = src.zip,\
--               about.html,\
--               about_files/
--source.. = .
-+source.. = src/
- output.. = .
- customBuildCallbacks=customBuildCallbacks.xml
- javacSource = 1.5
diff --git a/eclipse-build/patches/osgi-util.patch b/eclipse-build/patches/osgi-util.patch
deleted file mode 100644
index 2cf953f..0000000
--- a/eclipse-build/patches/osgi-util.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- plugins/org.eclipse.osgi.util/build.properties.orig	2012-03-16 11:17:48.000000000 +0100
-+++ plugins/org.eclipse.osgi.util/build.properties	2012-03-16 12:23:06.557369293 +0100
-@@ -12,12 +12,11 @@
-                org/,\
-                about.html,\
-                META-INF/,\
-+               about_files/ \
-+               .
-+src.includes = about.html,\
-                about_files/
--src.includes = src.zip,\
--               about.html,\
--               about_files/
--source.. = .
-+source.. = src/
- output.. = .
--customBuildCallbacks=customBuildCallbacks.xml
- javacSource = 1.5
- javacTarget = 1.5
diff --git a/eclipse-build/patches/pickUpRenamedJars.patch b/eclipse-build/patches/pickUpRenamedJars.patch
deleted file mode 100644
index 44deea8..0000000
--- a/eclipse-build/patches/pickUpRenamedJars.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/equinox/p2/publisher/eclipse/BundlesAction.java.orig	2012-05-05 15:24:03.000000000 +0200
-+++ plugins/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/equinox/p2/publisher/eclipse/BundlesAction.java	2012-05-17 16:14:48.607827015 +0200
-@@ -752,7 +752,7 @@
- 				//First check to see if there is already an IU around for this
- 				IInstallableUnit bundleIU = queryForIU(result, bundleDescriptions[i].getSymbolicName(), PublisherHelper.fromOSGiVersion(bd.getVersion()));
- 				IArtifactKey key = createBundleArtifactKey(bd.getSymbolicName(), bd.getVersion().toString());
--				if (bundleIU == null) {
-+				if (bundleIU == null || !bd.getLocation().equals(bundleIU.getProperty("file.name"))) {
- 					createAdviceFileAdvice(bundleDescriptions[i], info);
- 					// Create the bundle IU according to any shape advice we have
- 					bundleIU = doCreateBundleIU(bd, key, info);
diff --git a/eclipse-build/patches/populateUpdateSites.patch b/eclipse-build/patches/populateUpdateSites.patch
deleted file mode 100644
index ef85c19..0000000
--- a/eclipse-build/patches/populateUpdateSites.patch
+++ /dev/null
@@ -1,260 +0,0 @@
-diff --git a/bundles/org.eclipse.equinox.p2.core/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.core/META-INF/MANIFEST.MF
-index 2392378..526183c 100644
---- a/bundles/org.eclipse.equinox.p2.core/META-INF/MANIFEST.MF
-+++ b/bundles/org.eclipse.equinox.p2.core/META-INF/MANIFEST.MF
-@@ -7,7 +7,7 @@
- Bundle-Activator: org.eclipse.equinox.internal.p2.core.Activator
- Bundle-Vendor: %providerName
- Bundle-Localization: plugin
--Export-Package: org.eclipse.equinox.internal.p2.core;x-friends:="org.eclipse.equinox.p2.publisher,org.eclipse.equinox.p2.repository",
-+Export-Package: org.eclipse.equinox.internal.p2.core;x-friends:="org.eclipse.equinox.p2.publisher,org.eclipse.equinox.p2.repository,org.eclipse.equinox.p2.engine",
-  org.eclipse.equinox.internal.p2.core.helpers;
-   x-friends:="org.eclipse.equinox.frameworkadmin.test,
-    org.eclipse.equinox.p2.artifact.optimizers,
-diff --git a/bundles/org.eclipse.equinox.p2.engine/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.engine/META-INF/MANIFEST.MF
-index cb812be2..21ba682 100644
---- a/bundles/org.eclipse.equinox.p2.engine/META-INF/MANIFEST.MF
-+++ b/bundles/org.eclipse.equinox.p2.engine/META-INF/MANIFEST.MF
-@@ -25,16 +25,19 @@
-  J2SE-1.4,
-  CDC-1.1/Foundation-1.1
- Bundle-ActivationPolicy: lazy
--Service-Component: OSGI-INF/profileRegistry.xml, OSGI-INF/engine.xml
-+Service-Component: OSGI-INF/profileRegistry.xml, OSGI-INF/engine.xml,
-+ OSGI-INF/MasterRepositoryPreferenceProvider.xml
- Import-Package: javax.xml.parsers,
-  org.eclipse.core.internal.preferences,
-  org.eclipse.core.runtime.preferences,
-+ org.eclipse.equinox.internal.p2.core,
-  org.eclipse.equinox.internal.p2.core.helpers,
-  org.eclipse.equinox.internal.p2.metadata,
-  org.eclipse.equinox.internal.p2.metadata.index,
-  org.eclipse.equinox.internal.p2.metadata.repository.io,
-  org.eclipse.equinox.internal.p2.persistence,
-  org.eclipse.equinox.internal.p2.repository,
-+ org.eclipse.equinox.internal.p2.repository.helpers,
-  org.eclipse.equinox.internal.provisional.p2.core.eventbus,
-  org.eclipse.equinox.internal.provisional.p2.repository,
-  org.eclipse.equinox.p2.core;version="[2.0.0,3.0.0)",
-diff --git a/bundles/org.eclipse.equinox.p2.engine/MasterRepositoryPreferenceProvider.xml b/bundles/org.eclipse.equinox.p2.engine/MasterRepositoryPreferenceProvider.xml
-new file mode 100644
-index 0000000..026fa0e
---- /dev/null
-+++ b/bundles/org.eclipse.equinox.p2.engine/OSGI-INF/MasterRepositoryPreferenceProvider.xml
-@@ -0,0 +1,7 @@
-+<?xml version="1.0" encoding="UTF-8"?>
-+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.equinox.p2.engine.IMasterRepositoryPreferenceProviderService">
-+   <implementation class="org.eclipse.equinox.p2.engine.MasterProfilePreferencesProvider"/>
-+   <service>
-+      <provide interface="org.eclipse.equinox.internal.p2.repository.helpers.IMasterProfilePreferencesProvider"/>
-+   </service>
-+</scr:component>
-diff --git a/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/MasterProfilePreferencesProvider.java b/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/MasterProfilePreferencesProvider.java
-new file mode 100644
-index 0000000..0fef156
---- /dev/null
-+++ b/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/MasterProfilePreferencesProvider.java
-@@ -0,0 +1,65 @@
-+/*******************************************************************************
-+ * Copyright (c) 2012 Red Hat,Inc. and others.
-+ * All rights reserved. This program and the accompanying materials
-+ * are made available under the terms of the Eclipse Public License v1.0
-+ * which accompanies this distribution, and is available at
-+ * http://www.eclipse.org/legal/epl-v10.html
-+ * 
-+ * Contributors:
-+ *     Red Hat,Inc. - initial API and implementation
-+ *******************************************************************************/
-+package org.eclipse.equinox.p2.engine;
-+
-+import java.net.URI;
-+import java.net.URISyntaxException;
-+import java.util.Hashtable;
-+import org.eclipse.core.runtime.URIUtil;
-+import org.eclipse.equinox.internal.p2.core.ProvisioningAgent;
-+import org.eclipse.equinox.internal.p2.engine.EngineActivator;
-+import org.eclipse.equinox.internal.p2.repository.Activator;
-+import org.eclipse.equinox.internal.p2.repository.helpers.IMasterProfilePreferencesProvider;
-+import org.eclipse.equinox.p2.core.IAgentLocation;
-+import org.eclipse.equinox.p2.core.IProvisioningAgent;
-+import org.osgi.framework.ServiceRegistration;
-+import org.osgi.service.prefs.Preferences;
-+
-+public class MasterProfilePreferencesProvider implements IMasterProfilePreferencesProvider {
-+
-+   public Preferences getMasterPreferences(String profileName, String node) {
-+
-+       URI location;
-+       try {
-+           String sharedConfig = Activator.getContext().getProperty("osgi.sharedConfiguration.area"); //$NON-NLS-1$
-+
-+           if (sharedConfig == null)
-+               return null;
-+           //find where the profile is located by default
-+           location = URIUtil.fromString(sharedConfig + "../p2" + '/'); //$NON-NLS-1$
-+
-+       } catch (URISyntaxException e1) {
-+           //should not happen as Equinox will complain first.
-+           return null;
-+       }
-+
-+       if (location == null) {
-+           // no master location, quit
-+           return null;
-+       }
-+
-+       // This is copied from tests
-+       ProvisioningAgent agent = new ProvisioningAgent();
-+       agent.setLocation(location);
-+       agent.setBundleContext(EngineActivator.getContext());
-+       IAgentLocation agentLocation = (IAgentLocation) agent.getService(IAgentLocation.SERVICE_NAME);
-+       Hashtable<String, String> props = new Hashtable<String, String>();
-+       props.put("locationURI", location.toString()); //$NON-NLS-1$
-+
-+       @SuppressWarnings("rawtypes")
-+       ServiceRegistration reg = EngineActivator.getContext().registerService(IProvisioningAgent.SERVICE_NAME, agent, props);
-+       try {
-+           return new ProfileScope(agentLocation, profileName).getNode(node);
-+       } finally {
-+           reg.unregister();
-+       }
-+   }
-+}
-diff --git a/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF
-index e32ff0f..b1d12c1 100644
---- a/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF
-+++ b/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF
-@@ -26,7 +26,8 @@
-    org.eclipse.equinox.p2.operations,
-    org.eclipse.equinox.p2.repository.tools,
-    org.eclipse.equinox.p2.ui,
--   org.eclipse.equinox.p2.updatesite",
-+   org.eclipse.equinox.p2.updatesite,
-+   org.eclipse.equinox.p2.engine",
-  org.eclipse.equinox.internal.provisional.p2.repository,
-  org.eclipse.equinox.p2.repository;version="2.0.0",
-  org.eclipse.equinox.p2.repository.artifact;version="2.1.0",
-@@ -41,6 +42,7 @@
-  CDC-1.1/Foundation-1.1
- Bundle-ActivationPolicy: lazy
- Import-Package: javax.xml.parsers,
-+ org.eclipse.core.internal.preferences,
-  org.eclipse.core.runtime.jobs,
-  org.eclipse.core.runtime.preferences;version="3.2.0",
-  org.eclipse.equinox.internal.p2.core,
-diff --git a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/helpers/IMasterProfilePreferencesProvider.java b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/helpers/IMasterProfilePreferencesProvider.java
-new file mode 100644
-index 0000000..fac54ea
---- /dev/null
-+++ b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/helpers/IMasterProfilePreferencesProvider.java
-@@ -0,0 +1,22 @@
-+/*******************************************************************************
-+ * Copyright (c) 2012 Red Hat,Inc. and others.
-+ * All rights reserved. This program and the accompanying materials
-+ * are made available under the terms of the Eclipse Public License v1.0
-+ * which accompanies this distribution, and is available at
-+ * http://www.eclipse.org/legal/epl-v10.html
-+ * 
-+ * Contributors:
-+ *     Red Hat,Inc. - initial API and implementation
-+ *******************************************************************************/
-+package org.eclipse.equinox.internal.p2.repository.helpers;
-+
-+import org.osgi.service.prefs.Preferences;
-+
-+/**
-+ * This service does its best to locate master profile and get preferences
-+ * stored in master ProfileScope.
-+ *
-+ */
-+public interface IMasterProfilePreferencesProvider {
-+   public Preferences getMasterPreferences(String profileName, String node);
-+}
---- a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/helpers/AbstractRepositoryManager.java.orig	2012-05-05 15:24:03.000000000 +0200
-+++ b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/helpers/AbstractRepositoryManager.java	2012-05-18 16:18:18.029669647 +0200
-@@ -9,6 +9,7 @@
-  *     IBM Corporation - initial API and implementation
-  *     Wind River - fix for bug 299227
-  *     Sonatype, Inc. - transport split
-+ *     Red Hat,Inc. - fix for bug 249133
-  *******************************************************************************/
- package org.eclipse.equinox.internal.p2.repository.helpers;
- 
-@@ -33,6 +34,7 @@
- import org.eclipse.osgi.util.NLS;
- import org.osgi.service.prefs.BackingStoreException;
- import org.osgi.service.prefs.Preferences;
-+import org.osgi.util.tracker.ServiceTracker;
- 
- /**
-  * Common code shared between artifact and metadata repository managers.
-@@ -981,6 +983,61 @@
- 		saveToPreferences();
- 	}
- 
-+   private void restoreFromMasterPreferences() {
-+       // restore the list of repositories from the preference store
-+       Preferences node = getPreferences();
-+       if (node == null)
-+           return;
-+
-+       {
-+           ServiceTracker<IMasterProfilePreferencesProvider, IMasterProfilePreferencesProvider> tracker = new ServiceTracker<IMasterProfilePreferencesProvider, IMasterProfilePreferencesProvider>(Activator.getContext(), IMasterProfilePreferencesProvider.class.getName(), null);
-+           tracker.open();
-+           IMasterProfilePreferencesProvider pprovider = tracker.getService();
-+	    if(pprovider == null) return;
-+           String profileName = node.parent().parent().name();
-+           String nodeName = node.parent().name();
-+
-+           Preferences rootNode = pprovider.getMasterPreferences(profileName, nodeName);
-+
-+           if (rootNode == null)
-+               return;
-+
-+           /*repositories*/
-+           node = rootNode.node(NODE_REPOSITORIES);
-+       }
-+
-+       String[] children;
-+       try {
-+           children = node.childrenNames();
-+       } catch (BackingStoreException e) {
-+           log("Error restoring repositories from preferences", e); //$NON-NLS-1$
-+           return;
-+       }
-+
-+       for (int i = 0; i < children.length; i++) {
-+           Preferences child = node.node(children[i]);
-+           URI location = getRepositoryLocation(child);
-+           if (location == null) {
-+               try {
-+                   child.removeNode();
-+                   continue;
-+               } catch (BackingStoreException e) {
-+                   log("Error removing invalid repository", e); //$NON-NLS-1$
-+               }
-+           }
-+           RepositoryInfo<T> info = new RepositoryInfo<T>();
-+           info.location = location;
-+           info.name = child.get(KEY_NAME, null);
-+           info.nickname = child.get(KEY_NICKNAME, null);
-+           info.description = child.get(KEY_DESCRIPTION, null);
-+           info.isSystem = child.getBoolean(KEY_SYSTEM, false);
-+           info.isEnabled = child.getBoolean(KEY_ENABLED, true);
-+           info.suffix = child.get(KEY_SUFFIX, null);
-+           repositories.put(getKey(info.location), info);
-+        }
-+    }
-+
-+
- 	private void restoreFromSystemProperty() {
- 		String locationString = Activator.getContext().getProperty(getRepositorySystemProperty());
- 		if (locationString != null) {
-@@ -1004,6 +1062,7 @@
- 			restoreSpecialRepositories();
- 			restoreFromSystemProperty();
- 			restoreFromPreferences();
-+			restoreFromMasterPreferences();
- 		}
- 	}
- 
diff --git a/eclipse-build/patches/s390-correctly-build-executable.patch b/eclipse-build/patches/s390-correctly-build-executable.patch
deleted file mode 100644
index 6fe0881..0000000
--- a/eclipse-build/patches/s390-correctly-build-executable.patch
+++ /dev/null
@@ -1,37 +0,0 @@
---- a/features/org.eclipse.equinox.executable/target.build.xml.bak	2012-04-18 17:43:40.000000000 +0200
-+++ b/features/org.eclipse.equinox.executable/target.build.xml	2012-04-25 10:20:02.136095919 +0200
-@@ -188,7 +188,7 @@
- 	<target name="rootFileslinux_gtk_s390x">
- 		<mkdir dir="${feature.base}/linux.gtk.s390x/${collectingFolder}"/>
- 		<copy todir="${feature.base}/linux.gtk.s390x/${collectingFolder}" failonerror="true" overwrite="true">
--			<fileset dir="${basedir}/contributed/gtk/linux/s390x" includes="**"			/>
-+			<fileset dir="${basedir}/bin/gtk/linux/s390x" includes="**"			/>
- 			<fileset dir="${basedir}/gtk_root" includes="**"			/>
- 		</copy>
- 		<chmod perm="755" dir="${feature.base}/linux.gtk.s390x/${collectingFolder}" includes="launcher" /> 
-@@ -196,7 +196,7 @@
- 	<target name="rootFileslinux_gtk_s390">
- 		<mkdir dir="${feature.base}/linux.gtk.s390/${collectingFolder}"/>
- 		<copy todir="${feature.base}/linux.gtk.s390/${collectingFolder}" failonerror="true" overwrite="true">
--			<fileset dir="${basedir}/contributed/gtk/linux/s390" includes="**"			/>
-+			<fileset dir="${basedir}/bin/gtk/linux/s390" includes="**"			/>
- 			<fileset dir="${basedir}/gtk_root" includes="**"			/>
- 		</copy>
- 		<chmod perm="755" dir="${feature.base}/linux.gtk.s390/${collectingFolder}" includes="launcher" /> 
---- a/features/org.eclipse.equinox.executable/library/gtk/build.sh.bak	2012-04-18 17:43:40.000000000 +0200
-+++ b/features/org.eclipse.equinox.executable/library/gtk/build.sh	2012-04-25 15:14:23.234010339 +0200
-@@ -81,12 +81,12 @@
- 			"s390")
- 				defaultOSArch="s390"
- 				defaultJava=DEFAULT_JAVA_EXEC
--				OUTPUT_DIR="../../contributed/$defaultWS/$defaultOS/$defaultOSArch"
-+				OUTPUT_DIR="../../bin/$defaultWS/$defaultOS/$defaultOSArch"
- 				;;
- 			"s390x")
- 				defaultOSArch="s390x"
- 				defaultJava=DEFAULT_JAVA_EXEC
--				OUTPUT_DIR="../../contributed/$defaultWS/$defaultOS/$defaultOSArch"
-+				OUTPUT_DIR="../../bin/$defaultWS/$defaultOS/$defaultOSArch"
- 				;;
- 			"ia64")
- 				defaultOSArch="ia64"
diff --git a/eclipse-build/patches/serverside-patch-additional-imports.patch b/eclipse-build/patches/serverside-patch-additional-imports.patch
deleted file mode 100644
index 020f734..0000000
--- a/eclipse-build/patches/serverside-patch-additional-imports.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- features/org.eclipse.equinox.serverside.sdk/feature.xml.old	2012-01-14 12:38:46.714594091 +0100
-+++ features/org.eclipse.equinox.serverside.sdk/feature.xml	2012-01-14 12:39:04.959639056 +0100
-@@ -152,6 +152,21 @@
-          install-size="0"
-          version="0.0.0"
-          unpack="false"/>
-+
-+  <plugin
-+         id="org.apache.jasper"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         unpack="false"/> 
-+
-+  <plugin
-+         id="org.apache.commons.el"
-+         download-size="0"
-+         install-size="0"
-+         version="0.0.0"
-+         unpack="false"/> 
-+
-    <plugin
-          id="org.apache.jasper.glassfish.source"
-          download-size="0"
-
diff --git a/eclipse-build/patches/stableUserHome.patch b/eclipse-build/patches/stableUserHome.patch
deleted file mode 100644
index 1e917d5..0000000
--- a/eclipse-build/patches/stableUserHome.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/org.eclipse.osgi/eclipseAdaptor/src/org/eclipse/core/runtime/adaptor/LocationManager.java.orig	2012-05-05 14:40:27.000000000 +0200
-+++ b/org.eclipse.osgi/eclipseAdaptor/src/org/eclipse/core/runtime/adaptor/LocationManager.java	2012-05-18 09:18:35.819051000 +0200
-@@ -317,7 +317,7 @@
- 				String appVersion = props.getProperty(PRODUCT_SITE_VERSION);
- 				if (appVersion == null || appVersion.trim().length() == 0)
- 					appVersion = ""; //$NON-NLS-1$
--				appName += File.separator + appId + "_" + appVersion + "_" + installDirHash; //$NON-NLS-1$ //$NON-NLS-2$
-+				appName += File.separator + appId + "_" + installDirHash; //$NON-NLS-1$ //$NON-NLS-2$
- 			} catch (IOException e) {
- 				// Do nothing if we get an exception.  We will default to a standard location 
- 				// in the user's home dir.
diff --git a/eclipse-build/patches/tests-BZ295666.patch b/eclipse-build/patches/tests-BZ295666.patch
deleted file mode 100644
index 3d21db6..0000000
--- a/eclipse-build/patches/tests-BZ295666.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- plugins/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/ListViewerTest.java	2009-12-08 16:19:39.740154009 -0500
-+++ plugins/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/ListViewerTest.java-new	2009-12-08 16:22:14.261155406 -0500
-@@ -87,6 +87,7 @@
- 			fRootElement = TestElement.createModel(1, i);
- 			fModel = fRootElement.getModel();
- 			fViewer.setInput(fRootElement);
-+			processEvents();
- 			for (int j = 30; j < fRootElement.getChildCount(); j++) {
- 				fViewer.setSelection(new StructuredSelection(fRootElement
- 						.getFirstChild()), true);
diff --git a/eclipse-build/patches/tests-noapttests.patch b/eclipse-build/patches/tests-noapttests.patch
deleted file mode 100644
index 1e0aa50..0000000
--- a/eclipse-build/patches/tests-noapttests.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-### Eclipse Workspace Patch 1.0
-#P org.eclipse.sdk.tests
-Index: feature.xml
-===================================================================
-RCS file: /cvsroot/eclipse/org.eclipse.sdk.tests-feature/features/org.eclipse.sdk.tests/feature.xml,v
-retrieving revision 1.59
-diff -u -r1.59 feature.xml
---- feature.xml	27 Feb 2009 13:46:35 -0000	1.59
-+++ feature.xml	1 May 2009 17:50:01 -0000
-@@ -84,6 +84,7 @@
-          install-size="0"
-          version="0.0.0"/>
- 
-+<!--
-    <plugin
-          id="org.eclipse.jdt.apt.tests"
-          download-size="0"
-@@ -101,6 +102,7 @@
-          download-size="0"
-          install-size="0"
-          version="0.0.0"/>
-+-->
- 
-    <plugin
-          id="org.eclipse.jdt.core.tests.builder"
diff --git a/eclipse-build/patches/tests-noequinoxregiontests.patch b/eclipse-build/patches/tests-noequinoxregiontests.patch
deleted file mode 100644
index 04958ea..0000000
--- a/eclipse-build/patches/tests-noequinoxregiontests.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- feature.xml.old	2012-02-01 10:03:18.584968616 +0100
-+++ feature.xml	2012-02-01 10:03:53.411035458 +0100
-@@ -363,13 +363,13 @@
-          download-size="0"
-          install-size="0"
-          version="0.0.0"/>
--
-+<!--
-    <plugin
-          id="org.eclipse.equinox.region.tests"
-          download-size="0"
-          install-size="0"
-          version="0.0.0"/>
--
-+-->
-    <plugin
-          id="org.eclipse.equinox.security.tests"
-          download-size="0"
-
diff --git a/eclipse-build/patches/tests-nop2discoverytests.patch b/eclipse-build/patches/tests-nop2discoverytests.patch
deleted file mode 100644
index b064044..0000000
--- a/eclipse-build/patches/tests-nop2discoverytests.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- feature.xml.old	2012-02-01 10:08:21.104549259 +0100
-+++ feature.xml	2012-02-01 10:08:53.201610864 +0100
-@@ -387,13 +387,13 @@
-          download-size="0"
-          install-size="0"
-          version="0.0.0"/>
--
-+<!--
-    <plugin
-          id="org.eclipse.equinox.p2.tests.discovery"
-          download-size="0"
-          install-size="0"
-          version="0.0.0"/>
--
-+-->
-    <plugin
-          id="org.eclipse.equinox.p2.tests.ui"
-          download-size="0"
diff --git a/eclipse-build/patches/tests-org.eclipse.ant.tests.core.patch b/eclipse-build/patches/tests-org.eclipse.ant.tests.core.patch
deleted file mode 100644
index a2eebb7..0000000
--- a/eclipse-build/patches/tests-org.eclipse.ant.tests.core.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-### Eclipse Workspace Patch 1.0
-#P org.eclipse.ant.tests.core
-Index: tests/org/eclipse/ant/tests/core/tests/OptionTests.java
-===================================================================
-RCS file: /cvsroot/eclipse/org.eclipse.ant.tests.core/tests/org/eclipse/ant/tests/core/tests/OptionTests.java,v
-retrieving revision 1.71
-diff -u -r1.71 OptionTests.java
---- tests/org/eclipse/ant/tests/core/tests/OptionTests.java	1 Feb 2011 17:14:13 -0000	1.71
-+++ tests/org/eclipse/ant/tests/core/tests/OptionTests.java	30 Jun 2011 19:30:21 -0000
-@@ -27,7 +27,7 @@
- 	
- 	protected static final String UNKNOWN_ARG = "Unknown argument: ";
- 	protected static final String START_OF_HELP = "ant [options] [target [target2 [target3] ...]]";
--	protected static final String VERSION = "Apache Ant(TM) version 1.8.2 compiled on December 20 2010";
-+	protected static final String VERSION = "Apache Ant(TM) version 1.8.2";
- 	protected static final String PLUGIN_VERSION = "org.apache.ant_1.8.2";
- 	 
- 	public OptionTests(String name) {
-@@ -58,7 +58,7 @@
- 	public void testVersion() throws CoreException {
- 		run("TestForEcho.xml", new String[]{"-version"});
- 		assertTrue("One message should have been logged", AntTestChecker.getDefault().getMessagesLoggedCount() == 1);
--		assertEquals("Version is incorrect: ", VERSION, getLastMessageLogged());
-+		assertTrue("Version is incorrect", getLastMessageLogged().startsWith(VERSION));
- 	}
- 	
- 	/**
diff --git a/eclipse-build/patches/tests-org.eclipse.ant.tests.ui.patch b/eclipse-build/patches/tests-org.eclipse.ant.tests.ui.patch
deleted file mode 100644
index 85aa5c6..0000000
--- a/eclipse-build/patches/tests-org.eclipse.ant.tests.ui.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-### Eclipse Workspace Patch 1.0
-#P org.eclipse.ant.tests.ui
-Index: Ant Debug Tests/org/eclipse/ant/tests/ui/debug/PropertyTests.java
-===================================================================
-RCS file: /cvsroot/eclipse/org.eclipse.ant.tests.ui/Ant Debug Tests/org/eclipse/ant/tests/ui/debug/PropertyTests.java,v
-retrieving revision 1.16
-diff -u -r1.16 PropertyTests.java
---- Ant Debug Tests/org/eclipse/ant/tests/ui/debug/PropertyTests.java	1 Feb 2011 17:14:14 -0000	1.16
-+++ Ant Debug Tests/org/eclipse/ant/tests/ui/debug/PropertyTests.java	30 Jun 2011 19:28:06 -0000
-@@ -24,7 +24,7 @@
- 
- public class PropertyTests extends AbstractAntDebugTest {
- 	
--	private static final String ANT_VERSION = "Apache Ant(TM) version 1.8.2 compiled on December 20 2010";
-+	private static final String ANT_VERSION = "Apache Ant(TM) version 1.8.2";
- 
-     public PropertyTests(String name) {
- 		super(name);
-@@ -91,7 +91,7 @@
- 			AntProperty property= frame.findProperty("ant.home");
- 			assertNotNull(property);
- 			
--			assertProperty(thread, "ant.version", ANT_VERSION);
-+			assertProperty(thread, "ant.version", ANT_VERSION, false);
- 			assertProperty(thread, "ant.project.name", "debugEcho");
- 		} finally {
- 			terminateAndRemove(thread);
-@@ -142,11 +142,18 @@
- 	}
- 
- 	private AntStackFrame assertProperty(AntThread thread, String propertyName, String propertyValue) throws DebugException {
-+		return assertProperty(thread, propertyName, propertyValue, true);
-+	}
-+	
-+	private AntStackFrame assertProperty(AntThread thread, String propertyName, String propertyValue, boolean checkFullProperty) throws DebugException {
- 		AntStackFrame frame = (AntStackFrame)thread.getTopStackFrame();
- 		AntProperty property= frame.findProperty(propertyName);
- 		assertNotNull("Did not find property: " + propertyName, property);
- 		AntValue value= (AntValue) property.getValue();
--		assertEquals("Value of property "+propertyName+ " incorrect", propertyValue, value.getValueString());
-+		if (checkFullProperty)
-+			assertTrue("Value of property" + propertyName + " incorrect: " + value.getValueString(), propertyValue.equals(value.getValueString()));
-+		else
-+			assertTrue("Value of property" + propertyName + " incorrect: " + value.getValueString(), value.getValueString().startsWith(propertyValue));
- 		return frame;
- 	}
- }
-\ No newline at end of file
diff --git a/eclipse-build/patches/tests-org.eclipse.pde.ui.tests-LocalTargetDefinitionTests.patch b/eclipse-build/patches/tests-org.eclipse.pde.ui.tests-LocalTargetDefinitionTests.patch
deleted file mode 100644
index 8a48288..0000000
--- a/eclipse-build/patches/tests-org.eclipse.pde.ui.tests-LocalTargetDefinitionTests.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-### Eclipse Workspace Patch 1.0
-#P org.eclipse.pde.ui.tests
-Index: src/org/eclipse/pde/ui/tests/target/LocalTargetDefinitionTests.java
-===================================================================
-RCS file: /cvsroot/eclipse/pde/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/LocalTargetDefinitionTests.java,v
-retrieving revision 1.24
-diff -u -r1.24 LocalTargetDefinitionTests.java
---- src/org/eclipse/pde/ui/tests/target/LocalTargetDefinitionTests.java	12 May 2010 21:14:39 -0000	1.24
-+++ src/org/eclipse/pde/ui/tests/target/LocalTargetDefinitionTests.java	28 Jul 2010 14:13:04 -0000
-@@ -680,8 +680,9 @@
- 		expected.add("org.eclipse.jdt.source");
- 		expected.add("org.eclipse.jdt.launching.source");
- 		// There are two versions of junit available, each with source
--		expected.add("org.junit.source");
--		expected.add("org.junit.source");
-+		// Most distros don't have .source bundles for 3rd party components
-+		//expected.add("org.junit.source");
-+		//expected.add("org.junit.source");
- 		if (Platform.getOS().equals(Platform.OS_MACOSX)) {
- 			expected.add("org.eclipse.jdt.launching.macosx.source");
- 		}
diff --git a/eclipse-build/patches/tests-unpackAntUITests.patch b/eclipse-build/patches/tests-unpackAntUITests.patch
deleted file mode 100644
index 8b6e9be..0000000
--- a/eclipse-build/patches/tests-unpackAntUITests.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- feature.xml.old	2012-03-02 12:53:20.500583042 +0100
-+++ feature.xml	2012-03-02 12:54:43.650931423 +0100
-@@ -40,7 +40,8 @@
-          id="org.eclipse.ant.tests.ui"
-          download-size="0"
-          install-size="0"
--         version="0.0.0"/>
-+         version="0.0.0"
-+	 unpack="true"/>
- 
-    <plugin
-          id="org.eclipse.compare.tests"
diff --git a/eclipse-build/pdebuild.properties b/eclipse-build/pdebuild.properties
deleted file mode 100644
index 8533a2a..0000000
--- a/eclipse-build/pdebuild.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-buildArch=x86
-ws=gtk
-os=linux
-
-buildId=I20120608-1400
-label=4.2.0-I20120608-1400
-bootclasspath=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-#build.compiler=org.eclipse.jdt.core.JDTCompilerAdapter
-
-javacFailOnError=true
-
-JavaSE-1.6=${bootclasspath}
-CDC-1.0/Foundation-1.0=${bootclasspath}
-CDC-1.1/Foundation-1.1=${bootclasspath}
-OSGi/Minimum-1.0=${bootclasspath}
-OSGi/Minimum-1.1=${bootclasspath}
-OSGi/Minimum-1.2=${bootclasspath}
-JRE-1.1=${bootclasspath}
-J2SE-1.2=${bootclasspath}
-J2SE-1.3=${bootclasspath}
-J2SE-1.4=${bootclasspath}
-J2SE-1.5=${bootclasspath}
-JavaSE-1.6=${bootclasspath}
-PersonalJava-1.1=${bootclasspath}
-PersonalJava-1.2=${bootclasspath}
-CDC-1.0/PersonalBasis-1.0=${bootclasspath}
-CDC-1.0/PersonalJava-1.0=${bootclasspath}
-CDC-1.1/PersonalBasis-1.1=${bootclasspath}
-CDC-1.1/PersonalJava-1.1=${bootclasspath}
-# Somehow bootclasspath isn't expanded when used by antRunner
-JavaSE-1.6=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-CDC-1.0/Foundation-1.0=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-CDC-1.1/Foundation-1.1=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-OSGi/Minimum-1.0=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-OSGi/Minimum-1.1=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-OSGi/Minimum-1.2=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-JRE-1.1=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-J2SE-1.2=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-J2SE-1.3=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-J2SE-1.4=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-J2SE-1.5=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-JavaSE-1.6=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-PersonalJava-1.1=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-PersonalJava-1.2=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-CDC-1.0/PersonalBasis-1.0=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-CDC-1.0/PersonalJava-1.0=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-CDC-1.1/PersonalBasis-1.1=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
-CDC-1.1/PersonalJava-1.1=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar:/usr/lib64/jvm/java/jre/lib/rt.jar:/usr/lib64/jvm/java/jre/lib/jce.jar
diff --git a/eclipse-build/pdebuild.xml b/eclipse-build/pdebuild.xml
deleted file mode 100644
index 20d02bc..0000000
--- a/eclipse-build/pdebuild.xml
+++ /dev/null
@@ -1,434 +0,0 @@
-<project name="Pdebuild bootstrap" default="cleanBuild" basedir=".">
-	<property file="pdebuild.properties" />
-	<property name="sdkSource" value="build/eclipse-${label}-src" />
-	<target name="cleanBuild" depends="clean,removeGeneratedBuildXMLs" />
-	<macrodef name="generateBuildScripts">
-		<attribute name="buildDirs" />
-		<attribute name="rootDir" />
-		<sequential>
-			<pathconvert pathsep=", " property="plugins">
-				<filelist refid="@{buildDirs}" />
-				<mapper>
-					<chainedmapper>
-						<flattenmapper />
-						<globmapper from="*" to="plugin@*" />
-					</chainedmapper>
-				</mapper>
-			</pathconvert>
-			<eclipse.buildScript elements="${plugins}"
-			                     builddirectory="@{rootDir}" />
-		</sequential>
-	</macrodef>
-
-
-	<!-- Order in this filelist is critical for building !!! -->
-	<property name="depsDirsProperty"
-		value="org.eclipse.osgi
-		       org.eclipse.equinox.common
-		       org.eclipse.core.jobs
-		       org.eclipse.equinox.registry
-		       org.eclipse.equinox.preferences
-		       org.eclipse.core.contenttype
-		       org.eclipse.osgi.services
-		       org.eclipse.equinox.app
-		       org.eclipse.core.runtime
-		       org.eclipse.core.variables
-		       org.eclipse.ant.core
-		       org.eclipse.equinox.p2.core
-		       org.eclipse.equinox.p2.metadata
-		       org.eclipse.equinox.frameworkadmin
-		       org.eclipse.equinox.frameworkadmin.equinox
-		       org.eclipse.equinox.p2.jarprocessor
-		       org.eclipse.equinox.security
-		       org.eclipse.core.net
-		       org.eclipse.equinox.concurrent
-		       org.eclipse.ecf.ssl
-		       org.eclipse.ecf.identity
-		       org.eclipse.ecf
-		       org.eclipse.ecf.filetransfer
-		       org.eclipse.ecf.provider.filetransfer
-		       org.eclipse.ecf.provider.filetransfer.ssl
-		       org.eclipse.ecf.provider.filetransfer.httpclient
-		       org.eclipse.ecf.provider.filetransfer.httpclient.ssl
-		       org.eclipse.equinox.p2.repository
-		       org.eclipse.equinox.p2.artifact.repository
-		       org.eclipse.equinox.p2.metadata.repository
-		       org.eclipse.equinox.simpleconfigurator
-		       org.eclipse.equinox.simpleconfigurator.manipulator
-		       org.eclipse.equinox.p2.publisher
-		       org.eclipse.update.configurator
-		       org.eclipse.core.runtime.compatibility
-		       org.eclipse.equinox.p2.engine
-		       org.eclipse.equinox.p2.director
-		       org.eclipse.equinox.p2.publisher.eclipse
-		       org.eclipse.equinox.p2.repository.tools
-		       org.eclipse.equinox.p2.updatesite
-		       org.eclipse.pde.build
-		       org.eclipse.equinox.launcher
-		       org.eclipse.equinox.p2.console
-		       org.eclipse.equinox.p2.director.app
-		       org.eclipse.equinox.p2.garbagecollector
-		       org.eclipse.core.expressions
-		       org.eclipse.equinox.http.servlet
-		       org.eclipse.equinox.p2.touchpoint.eclipse
-		       org.eclipse.equinox.p2.touchpoint.natives" />
-	<filelist id="depsDirs" dir="${sdkSource}/plugins" files="${depsDirsProperty}"/>
-	
-	<property name="helpDirsProperty"
-		value="org.eclipse.equinox.http.jetty_3.0.0
-		       org.eclipse.help
-		       org.eclipse.help.base" />
-	<filelist id="helpDirs" dir="${sdkSource}/plugins" files="${helpDirsProperty}"/>
-	
-	<property name="depsDirs2Property"
-		value="org.eclipse.swt.gtk.linux.${buildArch}
-		       org.eclipse.core.filesystem
-		       org.eclipse.core.resources
-		       org.eclipse.core.commands
-		       org.eclipse.jface
-		       org.eclipse.text
-		       org.eclipse.jface.text
-		       org.eclipse.team.core
-		       org.eclipse.core.filebuffers
-		       org.eclipse.debug.core
-		       org.eclipse.jdt.core
-		       org.eclipse.jdt.debug
-		       org.eclipse.jdt.launching
-		       org.eclipse.pde.core
-		       org.eclipse.pde.api.tools
-		       org.eclipse.equinox.event
-		       org.eclipse.equinox.util
-		       org.eclipse.equinox.ds"/>
-	<filelist id="depsDirs2" dir="${sdkSource}/plugins" files="${depsDirs2Property}"/>
-	
-	<fileset dir="${sdkSource}/plugins" id="orbitDeps">
-		<include name="org.junit_*/" />
-		<include name="com.ibm.icu_*" />
-		<include name="org.apache.ant_*/**" />
-		<include name="org.eclipse.jetty*_3.*" />
-		<include name="org.apache.lucene*" />
-		<include name="org.apache.commons*" />
-		<include name="org.sat4j*" />
-		<include name="org.hamcrest.core*" />
-		<include name="javax.servlet*" />
-		<include name="javax.el*" />
-		<include name="org.objectweb.asm*" />
-	</fileset>
-	<path id="pdebuildClasspath">
-		<pathelement location="${sdkSource}/plugins/org.eclipse.pde.build/lib/pdebuild-ant.jar" />
-		<pathelement location="${sdkSource}/plugins/org.eclipse.pde.build/pdebuild.jar" />
-		<pathelement path="${sdkSource}/plugins/org.eclipse.equinox.common/@dot" />
-		<pathelement path="${sdkSource}/plugins/org.eclipse.core.runtime/@dot" />
-		<pathelement location="${sdkSource}/plugins/org.eclipse.osgi/osgi/osgi.core.jar" />
-		<pathelement path="${sdkSource}/plugins/org.eclipse.osgi/@dot" />
-		<pathelement path="${sdkSource}/plugins/org.eclipse.equinox.launcher/@dot" />
-		<pathelement path="${sdkSource}/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot" />
-		<pathelement path="${sdkSource}/plugins/org.eclipse.equinox.p2.updatesite/@dot" />
-	</path>
-	<fileset id="depsZips" dir="${sdkSource}/plugins" includes="**/*_*.zip" />
-
-	<target name="generateScripts" >
-		<generateBuildScripts builddirs="depsDirs" rootdir="${sdkSource}" />
-		<eclipse.buildScript elements="plugin@org.eclipse.equinox.http.jetty"
-		                     significantVersionDigits="3.0.0"
-		                     builddirectory="${sdkSource}" />
-		<eclipse.buildScript elements="plugin@org.eclipse.help.base"
-		                     builddirectory="${sdkSource}" />
-		<eclipse.buildScript elements="plugin@org.eclipse.help"
-		                     builddirectory="${sdkSource}" />
-		<mkdir dir="generatedScripts" />
-		<pathconvert pathsep=" " property="generatedBuildXmls">
-			<filelist refid="depsDirs" />
-			<filelist refid="helpDirs" />
-			<mapper>
-				<chainedmapper>
-					<flattenmapper />
-					<globmapper from="*" to="*/build.xml" />
-				</chainedmapper>
-			</mapper>
-		</pathconvert>
-		<copy todir="generatedScripts/plugins">
-			<fileset dir="${sdkSource}/plugins/"
-			         includes="${generatedBuildXmls}" />
-		</copy>
-
-		<tar destfile="eclipse-build-generatedScripts.tar.bz2"
-		     compression="bzip2"
-		     basedir="generatedScripts"
-		     includes="**/*" />
-	</target>
-	<target name="generateScripts2">
-		<generateBuildScripts builddirs="depsDirs2" rootdir="../${sdkSource}" />
-	</target>
-
-	<!-- Java 7 changed the jsr14 javac target so bootstrap to 1.5 -->
-	<target name="jsr14To15ForBootstrap">
-		<!-- Set up a fileset for depsDirs build.xml files -->
-		<pathconvert pathsep="/**/*," refid="depsDirs" property="depsDirsFiles">
-		    <filtermapper>
-		        <replacestring from="${sdkSource}/plugins" to="" />
-		    </filtermapper>
-		</pathconvert>
-		<fileset dir="${sdkSource}/plugins" id="depsDirsBuildXMLs" includes="${depsDirsFiles}/**/*">
-			<include name="**/build.xml" />
-		</fileset>
-
-		<!-- Set up a fileset for helpDirs build.xml files -->
-		<pathconvert pathsep="/**/*," refid="helpDirs" property="helpDirsFiles">
-		    <filtermapper>
-		        <replacestring from="${sdkSource}/plugins" to="" />
-		    </filtermapper>
-		</pathconvert>
-		<fileset dir="${sdkSource}/plugins" id="helpDirsBuildXMLs" includes="${helpDirsFiles}/**/*">
-			<include name="**/build.xml" />
-		</fileset>
-
-		<!-- Set up a fileset for depsDirs2 build.xml files -->
-		<pathconvert pathsep="/**/*," refid="depsDirs2" property="depsDirs2Files">
-		    <filtermapper>
-		        <replacestring from="${sdkSource}/plugins" to="" />
-		    </filtermapper>
-		</pathconvert>
-		<fileset dir="${sdkSource}/plugins" id="depsDirs2BuildXMLs" includes="${depsDirs2Files}/**/*">
-			<include name="**/build.xml" />
-		</fileset>
-
-		<replace token="name=&quot;bundleJavacTarget&quot; value=&quot;jsr14&quot;"
-			value="name=&quot;bundleJavacTarget&quot; value=&quot;1.5&quot;"
-			summary="true">
-			<fileset refid="depsDirsBuildXMLs"/>
-			<fileset refid="helpDirsBuildXMLs"/>
-			<fileset refid="depsDirs2BuildXMLs"/>
-		</replace>
-	</target>
-	<target name="bootstrap" depends="jsr14To15ForBootstrap">
-		<echo message="bootclasspath=${CDC-1.1/Foundation-1.1}" />
-		<subant>
-			<property name="buildId" value="${buildId}" />
-			<property name="buildArch" value="${buildArch}" />
-			<property file="pdebuild.properties" />
-			<filelist refid="depsDirs" />
-		</subant>
-		<subant>
-			<property name="buildId" value="${buildId}" />
-			<property name="buildArch" value="${buildArch}" />
-			<property file="pdebuild.properties" />
-			<filelist refid="helpDirs" />
-		</subant>
-	</target>
-	<target name="bootstrap-clean">
-		<subant target="clean">
-			<filelist refid="depsDirs" />
-		</subant>
-		<subant target="clean">
-			<filelist refid="helpDirs" />
-		</subant>
-	</target>
-	<target name="bootstrap2" depends="zipPlugins">
-		<antcall target="collectBootstrapPlugins" />
-		<java classname="org.eclipse.equinox.launcher.Main"
-		      fork="true"
-		      dir="bootstrap"
-		      failonerror="true">
-			<classpath>
-				<pathelement path="bootstrap/plugins/org.eclipse.equinox.launcher.jar" />
-			</classpath>
-			<arg line="-configuration configuration " />
-			<arg line="-application org.eclipse.ant.core.antRunner " />
-			<arg line="-buildfile ../pdebuild.xml generateScripts2" />
-			<arg line="-DbuildArch=${buildArch} " />
-			<arg line="-DbuildId=${buildId} " />
-			<arg line="-debug -consolelog" />
-		</java>
-		<taskdef name="eclipse.versionReplacer"
-		         classname="org.eclipse.pde.internal.build.tasks.GenericVersionReplacer"
-		         classpathref="pdebuildClasspath" />
-		<subant inheritall="true">
-			<filelist refid="depsDirs2" />
-		</subant>
-	</target>
-	<target name="cleanBuilded">
-		<subant target="clean">
-			<filelist refid="depsDirs2" />
-		</subant>
-	</target>
-	<target name="zipPlugins" depends="bootstrap">
-		<taskdef name="eclipse.versionReplacer"
-		         classname="org.eclipse.pde.internal.build.tasks.GenericVersionReplacer"
-		         classpathref="pdebuildClasspath" />
-		<subant target="zip.plugin">
-			<filelist refid="depsDirs" />
-		</subant>
-		<subant target="zip.plugin">
-			<filelist refid="helpDirs" />
-		</subant>
-	</target>
-	<target name="zipPlugins2" depends="bootstrap2">
-		<taskdef name="eclipse.versionReplacer"
-		         classname="org.eclipse.pde.internal.build.tasks.GenericVersionReplacer"
-		         classpathref="pdebuildClasspath" />
-		<subant target="zip.plugin">
-			<filelist refid="depsDirs2" />
-		</subant>
-		<antcall target="collectBootstrapPlugins" />
-	</target>
-
-	<target name="removeGeneratedBuildXMLs" depends="zipPlugins2">
-		<fileset id="buildXMLsToKeep" dir="${sdkSource}/plugins"
-			excludes="**/org.eclipse.swt.gtk.*/*,
-			**/org.eclipse.update.core.linux/**/*,
-			**/org.eclipse.pde.build/scripts/*,
-			**/org.eclipse.jdt.core/scripts/*,
-			**/org.eclipse.update.core.linux/src/*,
-			**/org.eclipse.jdt.doc.isv/*,
-			**/org.eclipse.swt/*,
-			**/org.eclipse.jdt.doc.user/*"
-		/>
-
-		<delete>
-			<intersect>
-				<fileset refid="depsDirsBuildXMLs"/>
-				<fileset refid="helpDirsBuildXMLs"/>
-				<fileset refid="depsDirs2BuildXMLs"/>
-				<fileset refid="buildXMLsToKeep" />
-			</intersect>
-		</delete>
-	</target>
-
-	<target name="collectBootstrapPlugins">
-		<mkdir dir="bootstrap/plugins" />
-		<copy todir="bootstrap/plugins" flatten="true">
-			<fileset refid="depsZips" />
-		</copy>
-		<copy todir="bootstrap/plugins/org.eclipse.swt">
-			<fileset dir="${sdkSource}/plugins/org.eclipse.swt" />
-		</copy>
-		<unzip dest="bootstrap/plugins">
-			<fileset dir="bootstrap/plugins">
-				<include name="**/*.zip" />
-			</fileset>
-		</unzip>
-		<delete>
-			<fileset dir="bootstrap/plugins">
-				<include name="**/*.zip" />
-			</fileset>
-		</delete>
-		<copy todir="bootstrap/plugins" flatten="false">
-			<fileset refid="orbitDeps" />
-		</copy>
-		<!-- symlink o.e.osgi to o.e.osgi_<VERSION> -->
-		<dirset dir="bootstrap/plugins"
-		        includes="org.eclipse.osgi_*"
-		        id="osgitest" />
-
-		<property name="osgiplugin" refid="osgitest" />
-		<echo message="${osgiplugin}" />
-
-		<symlink link="bootstrap/plugins/org.eclipse.osgi"
-		         resource="${osgiplugin}"
-		         overwrite="true" />
-		<!-- symlink o.e.equinox.launcher to o.e.equinox.launcher_<VERSION> -->
-		<dirset dir="bootstrap/plugins"
-		        includes="org.eclipse.equinox.launcher_*"
-		        id="launcher" />
-
-		<property name="launcherplugin" refid="launcher" />
-		<echo message="${launcherplugin}" />
-
-		<symlink link="bootstrap/plugins/org.eclipse.equinox.launcher"
-		         resource="${launcherplugin}"
-		         overwrite="true" />
-		<!-- symlink o.e.update.configurator to o.e.update.configurator_<VERSION> -->
-		<dirset dir="bootstrap/plugins"
-		        includes="org.eclipse.update.configurator_*"
-		        id="updatetest" />
-
-		<property name="updateconfiguratorplugin" refid="updatetest" />
-		<echo message="${updateconfiguratorplugin}" />
-
-		<symlink link="bootstrap/plugins/org.eclipse.update.configurator"
-		         resource="${updateconfiguratorplugin}"
-		         overwrite="true" />
-		<!-- symlink o.e.e.common to o.e.e.common_<VERSION> -->
-		<dirset dir="bootstrap/plugins"
-		        includes="org.eclipse.equinox.common_*"
-		        id="equinoxcommontest" />
-
-		<property name="equinoxcommonplugin" refid="equinoxcommontest" />
-		<echo message="${equinoxcommonplugin}" />
-
-		<symlink link="bootstrap/plugins/org.eclipse.equinox.common"
-		         resource="${equinoxcommonplugin}"
-		         overwrite="true" />
-
-		<!-- symlink o.e.p.build to o.e.p.build_<VERSION> -->
-		<dirset dir="bootstrap/plugins"
-		        includes="org.eclipse.pde.build_*"
-		        id="pdebuildtest" />
-
-		<property name="pdebuildplugin" refid="pdebuildtest" />
-		<echo message="${pdebuildplugin}" />
-
-		<symlink link="bootstrap/plugins/org.eclipse.pde.build"
-		         resource="${pdebuildplugin}"
-		         overwrite="true" />
-
-		<!-- jar up base equinox bundles -->
-		<jar destfile="bootstrap/plugins/org.eclipse.equinox.launcher.jar"
-		     basedir="bootstrap/plugins/org.eclipse.equinox.launcher"
-		     includes="**"
-		     manifest="bootstrap/plugins/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF">
-		</jar>
-		<jar destfile="bootstrap/plugins/org.eclipse.equinox.common.jar"
-		     basedir="bootstrap/plugins/org.eclipse.equinox.common"
-		     includes="**"
-		     manifest="bootstrap/plugins/org.eclipse.equinox.common/META-INF/MANIFEST.MF">
-		</jar>
-		<jar destfile="bootstrap/plugins/org.eclipse.osgi.jar"
-		     basedir="bootstrap/plugins/org.eclipse.osgi"
-		     includes="**"
-		     manifest="bootstrap/plugins/org.eclipse.osgi/META-INF/MANIFEST.MF">
-		</jar>
-		<jar destfile="bootstrap/plugins/org.eclipse.update.configurator.jar"
-		     basedir="bootstrap/plugins/org.eclipse.update.configurator"
-		     includes="**"
-		     manifest="bootstrap/plugins/org.eclipse.update.configurator/META-INF/MANIFEST.MF">
-		</jar>
-		<!-- directory of o.e.osgi seems to get picked up before jar; remove it -->
-		<symlink action="delete" link="bootstrap/plugins/org.eclipse.osgi" />
-		<symlink action="delete"
-		         link="bootstrap/plugins/org.eclipse.equinox.common" />
-		<symlink action="delete"
-		         link="bootstrap/plugins/org.eclipse.update.configurator" />
-		<symlink action="delete"
-		         link="bootstrap/plugins/org.eclipse.equinox.launcher" />
-		<!--<delete file="bootstrap/plugins/${equinoxcommonplugin}"/>-->
-		<delete dir="bootstrap/plugins/${equinoxcommonplugin}" />
-		<delete dir="bootstrap/plugins/${launcherplugin}" />
-		<delete dir="bootstrap/plugins/${updateconfiguratorplugin}" />
-		<delete dir="bootstrap/plugins/${osgiplugin}" />
-		<!-- also remove symlink -->
-		<delete verbose="true" followsymlinks="true">
-			<fileset dir="bootstrap/plugins">
-				<include name="org.eclipse.osgi" />
-			</fileset>
-		</delete>
-		<!-- osgi can only be found if _ is in name -->
-		<symlink action="delete"
-		         link="bootstrap/plugins/org.eclipse.osgi_${label}.jar"
-		         failonerror="false" />
-		<symlink link="bootstrap/plugins/org.eclipse.osgi_${label}.jar"
-		         resource="org.eclipse.osgi.jar"
-		         overwrite="true" />
-	</target>
-
-	<target name="clean">
-		<delete dir="bootstrap/plugins" />
-		<delete dir="bootstrap/configuration/org.eclipse.core.runtime" />
-		<delete dir="bootstrap/configuration/org.eclipse.equinox.app" />
-		<delete dir="bootstrap/configuration/org.eclipse.osgi" />
-		<delete dir="bootstrap/configuration/org.eclipse.update" />
-		<delete dir="bootstrap/workspace" />
-		<delete dir="bootstrap/p2" />
-	</target>
-</project>
diff --git a/eclipse-build/publishProduct.xml b/eclipse-build/publishProduct.xml
deleted file mode 100644
index 9acb6b4..0000000
--- a/eclipse-build/publishProduct.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<project name="Eclipse SDK build" default="publish" basedir=".">
-	<target name="publish">
-		<p2.publish.product flavor="tooling" repository="file:${reposource}" productFile="${productFile}" compress="true">
-			<config os="linux" ws="gtk" arch="${buildArch}" />
-			<advice kind="featureVersions" file="${buildDirectory}/finalFeaturesVersions.properties" />
-			<advice kind="pluginVersions" file="${buildDirectory}/finalPluginsVersions.properties" />
-		</p2.publish.product>
-	</target>
-</project>
diff --git a/eclipse-build/regenerateBootstrapFiles.sh b/eclipse-build/regenerateBootstrapFiles.sh
deleted file mode 100755
index f29c75d..0000000
--- a/eclipse-build/regenerateBootstrapFiles.sh
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-set -e 
-
-usage='usage: $0 <launcherDir>'
-
-launcherDir=$1
-
-if [ "x$launcherDir"x = 'xx' ]; then
-   echo >&2 "$usage"
-   exit 1
-fi
-
-java -jar \
-$launcherDir/plugins/org.eclipse.equinox.launcher_*.jar \
--debug \
--consolelog \
--data $launcherDir \
--application org.eclipse.ant.core.antRunner \
--f pdebuild.xml generateScripts \
--DskipBase=true \
--DsdkSource=build/eclipse-4.2.0-I20120503-1800-src \
-2>&1 | tee ./generatePdeBuildScripts.log
diff --git a/eclipse-build/runtests.sh b/eclipse-build/runtests.sh
deleted file mode 100755
index e09d575..0000000
--- a/eclipse-build/runtests.sh
+++ /dev/null
@@ -1,395 +0,0 @@
-#!/bin/bash
-
-#### Please post any and all results and analysis here:
-#### http://wiki.eclipse.org/Linux_Tools_Project/Eclipse_Build/Tests
-
-function usage() {
-cat << _EOF_
-usage: $0 [<options>]
-
-Run Eclipse SDK tests
-
-Optional arguments:
-   -h      Show this help message
-   -g      Don't run the tests headless
-   -d      Debug tests (allow remote connection to test runs' JVM)
-   -b      Tests build directory
-   -p      Clean installation directory to copy for running test suites
-   -t      Timestamp string with which to tag the results
-   -v      Make test runs output to the console
-_EOF_
-}
-
-function init() {
-	# Test suites to run
-	testPluginsToRun="\
-	org.eclipse.ant.tests.core \
-	org.eclipse.ant.tests.ui \
-	org.eclipse.compare.tests \
-	org.eclipse.core.expressions.tests \
-	org.eclipse.core.filebuffers.tests \
-	org.eclipse.core.tests.net \
-	org.eclipse.core.tests.resources \
-	org.eclipse.core.tests.runtime \
-	org.eclipse.equinox.security.tests \
-	org.eclipse.jdt.core.tests.builder \
-	org.eclipse.jdt.core.tests.compiler \
-	org.eclipse.jdt.core.tests.model \
-	org.eclipse.jdt.core.tests.performance \
-	org.eclipse.jdt.debug.tests \
-	org.eclipse.jdt.text.tests \
-	org.eclipse.jdt.ui.tests \
-	org.eclipse.jdt.ui.tests.refactoring \
-	org.eclipse.jface.tests.databinding \
-	org.eclipse.jface.text.tests \
-	org.eclipse.ltk.core.refactoring.tests \
-	org.eclipse.ltk.ui.refactoring.tests \
-	org.eclipse.osgi.tests \
-	org.eclipse.pde.api.tools.tests \
-	org.eclipse.pde.build.tests \
-	org.eclipse.pde.ds.tests \
-	org.eclipse.pde.ui.tests \
-	org.eclipse.search.tests \
-	org.eclipse.swt.tests \
-	org.eclipse.team.tests.core \
-	org.eclipse.text.tests \
-	org.eclipse.ua.tests \
-	org.eclipse.ui.editors.tests \
-	org.eclipse.ui.tests \
-	org.eclipse.ui.tests.forms \
-	org.eclipse.ui.tests.navigator \
-	org.eclipse.ui.tests.rcp \
-	org.eclipse.ui.tests.views.properties.tabbed \
-	org.eclipse.ui.workbench.texteditor.tests \
-	"
-
-	# We're not ready to run these yet (setup, etc.)
-	# 	org.eclipse.equinox.p2.tests \
-	#	org.eclipse.equinox.p2.tests.ui \
-	#	org.eclipse.update.tests.core \
-	#	org.eclipse.ui.tests.performance \
-	#	org.eclipse.team.tests.cvs.core \
-	#	org.eclipse.releng.tests \
-	#	org.eclipse.jdt.compiler.tool.tests \
-
-	# Defaults
-	if [ -z ${verbose} ]; then
-		verbose=0
-	fi
-	if [ -z ${debugTests} ]; then
-		debugTests=0
-	fi
-	if [ -z ${headless} ]; then
-		headless=1
-	fi
-
-	label=$(grep label build.properties | sed s/label=//)
-	testframework=$(grep ^testframework build.properties | sed s/testframework=//)
-	
-	# Make directories absolute
-	testsBuildDirectory=$(readlink -f ${testsBuildDirectory})
-	provisionDir=$(readlink -f ${provisionDir})
-	
-	testsRepo=${testsBuildDirectory}/buildRepo/
-
-	testsParent=$(pwd)/tests_${timestamp}
-    mkdir -p ${testsParent}
-    cp -rp ${provisionDir} ${testsParent}/installationWithTests.clean
-	cleanInstall=${testsParent}/installationWithTests.clean
-    workspace=${testsParent}/workspace
-
-	eclipseHome=${provisionDir}
-
-	results=${testsParent}/results
-	datadir=${testsParent}/testDataDir
-	homedir=${testsParent}/home
-	testhome=${testsParent}/testhome
-
-	rm -rf $datadir $homedir $testhome
-	mkdir -p $datadir $homedir $testhome $results/{xml,logs,html}
-
-	# improves test cases (but not required) for org.eclipse.pde.build.tests
-	echo "${testPluginsToRun}" | grep -q 'org.eclipse.pde.build.tests'
-	if [ $? -eq 0 ]; then
-		deltapackZip=$(pwd)/eclipse-${label}-delta-pack.zip
-		mkdir -p ${testsParent}/deltapack
-		if [ -e ${deltapackZip} ]; then
-			unzip -d ${testsParent}/deltapack ${deltapackZip}
-		else
-			echo "eclipse-${label}-delta-pack was not found at ${deltapackZip}."
-			echo "Some failures should be expected in org.eclipse.pde.build.tests."
-		fi
-	fi
-
-	properties=$(pwd)/sdk-tests.properties
-	rm -f $properties
-	echo "data-dir=$datadir" >> $properties
-	echo "useEclipseExe=true" >> $properties
-	echo "junit-report-output=$results" >> $properties
-	echo "junit-stylesheet=${eclipseHome}/plugins/${testframework}/JUNIT.XSL" >> $properties
-	echo "results=$results" >> $properties
-	echo "tmpresults=$tmpresults" >> $properties
-	echo "testhome=$testhome" >> $properties
-
-	if [ $debugTests -eq 1 ]; then
-	    echo "extraVMargs=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=40000" >> $properties
-	else
-	    echo "extraVMargs=" >> $properties
-	fi
-}
-
-function findXvncAndSetDisplay() {
-	if [ ${headless} == 1 ]; then
-		# Try to find Xvnc
-		xvnc=
-		if [ -a /usr/bin/Xvnc ]
-		then
-			xvnc=/usr/bin/Xvnc
-			setupXvnc
-		else
-			if [ -a /usr/X11/bin/Xvnc ]
-			then
-				xvnc=/usr/X11/bin/Xvnc
-				setupXvnc
-			else
-				echo "Couldn't find Xvnc (/usr/bin/Xvnc or /usr/X11/bin/Xvnc).  Using DISPLAY=0:0"
-				DISPLAY=`$HOST`:0.0
-			fi
-		fi
-		export DISPLAY
-	fi
-}
-
-function setupXvnc() {
-	# Pick a high display number.
-	port=`expr '(' $RANDOM '*' 9 / 32767 ')' + 58`
-	echo localhost > Xvnc.cfg
-	echo "Setting up Xvnc on port ${port} with password VNCpassword1"
-	$xvnc :$port -screen 1 1024x768x32 -auth Xvnc.cfg -localhost -PasswordFile eclipse-tests-vncpwd &> Xvnc.log &
-	Xvncpid=$!
-	DISPLAY=`$HOST`:$port
-}
-
-function setArch() {
-	if [ "x$buildArch" = "x" ]
-	then
-	    if uname -m > /dev/null 2>&1; then
-	    	arch=`uname -m`
-	    else
-	    	arch=`uname -p`
-	    fi
-	    # Massage arch for Eclipse-uname differences
-	    case $arch in
-	    	i[0-9]*86)
-	    		arch=x86 ;;
-	    	ia64)
-	    		arch=ia64 ;;
-	    	ppc)
-	    		arch=ppc ;;
-	    	x86_64)
-	    		arch=x86_64 ;;
-	    	*)
-	    		echo "Unrecognized architecture:  $arch" 1>&2
-	    		exit 1 ;;
-	    esac
-		echo >&2 "Architecture not specified.  Assuming host architecture: $arch"
-	fi
-}
-
-function runTestSuite() {
-	libraryXml=${eclipseHome}/plugins/${testframework}/library.xml
-
-	if [ $verbose -eq 1 ]; then
-		${eclipseHome}/eclipse \
-		-debug -consolelog \
-		-data ${datadir} \
-		-application org.eclipse.ant.core.antRunner \
-		-file $testDriver \
-		-Declipse-home=${eclipseHome} \
-		-Dos=linux \
-		-Dws=gtk \
-		-Darch=${arch} \
-		-Dlibrary-file=$libraryXml \
-		-propertyfile $properties \
-		-logger org.apache.tools.ant.DefaultLogger \
-		-vmargs \
-		-Duser.home=${homedir} \
-		-Dosgi.os=linux \
-		-Dosgi.ws=gtk \
-		-Dosgi.arch=${arch}
-	else
-		${eclipseHome}/eclipse \
-		-data ${datadir} \
-		-application org.eclipse.ant.core.antRunner \
-		-file $testDriver \
-		-Declipse-home=${eclipseHome} \
-		-Dos=linux \
-		-Dws=gtk \
-		-Darch=${arch} \
-		-Dlibrary-file=$libraryXml \
-		-propertyfile $properties \
-		-logger org.apache.tools.ant.DefaultLogger \
-		-vmargs \
-		-Duser.home=${homedir} \
-		-Dosgi.os=linux \
-		-Dosgi.ws=gtk \
-		-Dosgi.arch=${arch}
-	fi
-}
-
-function cleanAfterTestSuite() {
-	rm -rf ${datadir} ${homedir} ${testhome}
-	mkdir -p ${datadir} ${homedir} ${testhome}
-}
-
-#function setupForP2Tests() {
-#	# Set up for p2 tests
-#	platformZip=$(grep platform.archive /usr/lib/eclipse/dropins/eclipse/rpm.properties | sed s/.*=//g)
-#	platformZipDir=$(dirname $platformZip)_eclipse
-#	if [ ! -f $platformZip ]; then
-#	  mkdir -p $(dirname $platformZip)
-#	  mkdir -p $platformZipDir/eclipse
-#	  sh /usr/lib/eclipse/buildscripts/copy-platform $platformZipDir/eclipse /usr/lib/eclipse
-#	  pushd $platformZipDir
-#	  tar hczf $platformZip *
-#	  popd
-#	  rm -rf $platformZipDir
-#	fi
-#}
-
-function cleanupXvnc() {
-	# Clean up if we used Xvnc
-	if [ -e Xvnc.cfg ]
-	then
-		kill $Xvncpid
-		rm Xvnc.cfg
-	fi
-}
-
-function runTestPlugins() {
-	for plugin in $testPluginsToRun; do
-		cleanAndSetup
-		installTestPlugin
-		rm -rf ${workspace}
-		mkdir -p ${workspace}
-		runTestPlugin
-	done
-}
-
-function cleanAndSetup() {
-  rm -rf ${eclipseHome}
-  rm -rf ${workspace}
-
-  cp -rp ${cleanInstall} ${eclipseHome}
-  workspace=${testsParent}/workspace
-  
-  # improves test cases (but not required) for org.eclipse.pde.ui.tests
-  if [ ${plugin} = 'org.eclipse.pde.ui.tests' ]; then
-      junitSourceLoc=$(pwd)/org.junit.source_*
-      if [ -e ${junitSourceLoc} ]; then
-	      ln -s ${junitSourceLoc} ${eclipseHome}/plugins
-      else
-          echo "org.junit.source was not found at ${junitSourceLoc}."
-          echo "Some failures should be expected in org.eclipse.pde.ui.tests."
-      fi
-      # these 2 plugins are not being recognized as bundles
-      rm -rf ${eclipseHome}/plugins/org.junit4 ${eclipseHome}/plugins/junit4.jar
-  fi
-}
-
-function installTestPlugin() {
-  IUtoInstall=${plugin}
-  installIU
-}
-
-function installIU() {
-  pushd ${eclipseHome} > /dev/null
-    ./eclipse \
-      -nosplash \
-      -application org.eclipse.equinox.p2.director \
-      -data ${workspace} \
-      -consoleLog \
-      -flavor tooling \
-      -installIU ${IUtoInstall} \
-      -profileProperties org.eclipse.update.install.features=true \
-      -metadatarepository file:${testsRepo} \
-      -artifactrepository file:${testsRepo}
-  popd > /dev/null
-}
-
-function installTestFramework() {
-  IUtoInstall=org.eclipse.test.feature.group
-  installIU
-}
-
-function runTestPlugin() {
-	pluginVersion=$(ls ${eclipseHome}/plugins | grep ${plugin}_ | sed s/${plugin}_//)
-	echo "Running ${plugin} (${pluginVersion})"
-	testDriver="${eclipseHome}/plugins/${plugin}_${pluginVersion}/test.xml"
-	if [ ${plugin} == "org.eclipse.swt.tests" ]; then
-		echo "plugin-path=${eclipseHome}/plugins/${plugin}_${pluginVersion}" >> ${properties}
-	fi
-	runTestSuite
-	cleanAfterTestSuite
-	mv ${results}/*.txt ${results}/logs
-	xmlDir=${results}/tmpXml
-	mkdir -p ${xmlDir}
-	mv ${results}/*.xml ${xmlDir}
-	genHtml
-	mv ${xmlDir}/* ${results}/xml
-	rm -rf ${xmlDir}
-	if [ ${plugin} == "org.eclipse.swt.tests" ]; then
-		sed -i "/plugin-path/d" ${properties}
-	fi
-}
-
-function genHtml() {
-	ant -Declipse-home=${eclipseHome} -Dresults=${results} -DxmlDir=${xmlDir} -Dtestframework=${testframework} -f junitHelper.xml
-}
-
-# Command-line arguments
-while getopts "vde:gb:p:t:h" OPTION
-do
-     case $OPTION in
-         d)
-             debugTests=1
-             ;;
-         g)
-             headless=0
-             ;;
-         t)
-             timestamp=$OPTARG
-             ;;
-         b)
-             testsBuildDirectory=$OPTARG
-             ;;
-         p)
-             provisionDir=$OPTARG
-             ;;
-         h)
-             usage
-             exit 1
-             ;;
-         v)
-             verbose=1
-             ;;
-     esac
-done
-
-if [ -z ${timestamp} ]; then
-	timestamp=$(date "+%Y%m%d%H%M%S")
-fi
-if [ -z ${testsBuildDirectory} ]; then
-	echo "Tests build directory must be specified (-b)";
-	exit 1;
-fi
-if [ -z ${provisionDir} ]; then
-    echo "Directory containing clean provisioned SDK must be specified (-p)";
-	exit 1;
-fi
-
-init
-findXvncAndSetDisplay
-setArch
-runTestPlugins
-cleanupXvnc
diff --git a/eclipse-build/swt_bundle.sh b/eclipse-build/swt_bundle.sh
deleted file mode 100755
index 45f1784..0000000
--- a/eclipse-build/swt_bundle.sh
+++ /dev/null
@@ -1,49 +0,0 @@
-#!/bin/sh
-#
-# Extracts the libswt bundle from extracted org.eclipse.ogsi/bundles/ wasteland.
-#
-# usage: swt_bundle.sh <from> <to>
-# Where <from> and <to> are the "root" of the "package dir".
-#
-#   swt_bundle.sh debian/eclipse-rcp debian/libswt-gtk-3.5-jni
-#
-# This would move
-#      debian/eclipse-rcp/usr/lib/eclipse/configuration/org.eclipse.osgi/bundles/${swt_bundle}/
-#  to
-#      debian/libswt-gtk-3.5-jni/usr/lib/eclipse/configuration/org.eclipse.osgi/bundles/${swt_bundle}/
-#
-
-# Fail on first error.
-set -e
-
-FROM_PATH="$1"
-TO_PATH="$2"
-# allow special prefix and libdir.
-# We just add a / to ensure it ends with a slash. 
-# We also remove existing trailing slashes to "prettify" the path.
-prefix=`echo "$3" | sed "s@/*\\$@@"`/
-libdir=`echo "$4" | sed "s@/*\\$@@"`/
-
-BUNDLES_PATH=`echo "${prefix}${libdir}eclipse/configuration/org.eclipse.osgi/bundles" | sed "s@^/*@@"`
-
-# Check the variables and that the from path exists.
-if [ "x$FROM_PATH" = x -o "x$TO_PATH" = x -o ! -d "$FROM_PATH" ] ; then
-    echo "Missing from/to path or from is not a dir." >&2
-    echo "FROM_PATH: ${FROM_PATH}" >&2
-    echo "TO_PATH: ${TO_PATH}" >&2
-    exit 1
-fi
-
-BUNDLE_ID=`ls "${FROM_PATH}/${BUNDLES_PATH}"/*/*/.cp/libswt-gtk-*.so | perl -ne 'print "$1\n" if(m@/bundles/(\d+)/@);'`
-
-if [ "x$BUNDLE_ID" = x ] ; then
-    echo "Cannot find swt's bundle ID please check the paths are correct." >&2
-    echo "From: ${FROM_PATH}/${BUNDLES_PATH}" >&2
-    echo "To: ${TO_PATH}/${BUNDLES_PATH}" >&2
-    exit 1
-fi
-
-# Create the base path if it does not exists.
-test -d "${TO_PATH}/${BUNDLES_PATH}" || mkdir -p "${TO_PATH}/${BUNDLES_PATH}"
-
-mv "${FROM_PATH}/${BUNDLES_PATH}/${BUNDLE_ID}" "${TO_PATH}/${BUNDLES_PATH}/"
diff --git a/eclipse-build/task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkInstalledOSGiJars.java b/eclipse-build/task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkInstalledOSGiJars.java
deleted file mode 100644
index 62457db..0000000
--- a/eclipse-build/task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkInstalledOSGiJars.java
+++ /dev/null
@@ -1,210 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010 Red Hat Inc. and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Red Hat, Inc. - initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.eclipsebuild;
-
-import java.io.File;
-import java.io.FileInputStream;
-import java.io.FileNotFoundException;
-import java.io.IOException;
-import java.util.Iterator;
-import java.util.Properties;
-import java.util.Set;
-import java.util.jar.Attributes;
-import java.util.jar.JarFile;
-import java.util.jar.Manifest;
-
-import org.apache.tools.ant.BuildException;
-import org.apache.tools.ant.Project;
-
-public class SymlinkInstalledOSGiJars extends SymlinkJars {
-
-	private String[] importantManifestEntries = { "Bundle-SymbolicName" };
-
-	private Properties dependencies;
-	
-	// Main method for ant task
-    public void execute() throws BuildException {
-    	Set<Object> jarLocations = dependencies.keySet();
-    	for (Iterator<Object> jarIter = jarLocations.iterator(); jarIter.hasNext();) {
-			
-    		// File we need to replace with a symlink
-    		String origLocation = (String) jarIter.next();
-    		// origLocation is something like:
-    		//   org.mortbay.jetty.util_6.1.15.v200905182336.jar
-    		// but we want to have what matches this glob:
-    		//   org.mortbay.jetty.util_*
-    		File fileToSymlink = findFileToSymlink(origLocation, new File(topLevelDir));
-			if (fileToSymlink == null) {
-				System.out.println("File to symlink not found ");
-				System.out.println("origLocation " + origLocation);
-				System.out.println("topLevelDir " + topLevelDir);
-			}	
-    		JarFile fileToSymlinkJarFile;
-    		Manifest fileToSymlinkManifest = null;
-    		try {
-    			fileToSymlinkJarFile = new JarFile(fileToSymlink);
-    			fileToSymlinkManifest = fileToSymlinkJarFile.getManifest();
-    		} catch (IOException e) {
-    			// not a JAR file or can't be read
-    			throw new BuildException("Can't read file which should be replaced with a symlink:  " + fileToSymlink);
-    		}
-    		if (fileToSymlinkManifest == null)
-    			throw new BuildException("Can't read file which should be replaced with a symlink:  " + fileToSymlink);
-    		
-    		Attributes origAttributes = fileToSymlinkManifest.getMainAttributes();
-    		
-			String systemLocations = (String) dependencies.get(origLocation);
-			String[] systemLocationList = systemLocations.split(":");
-			Attributes systemAttributes = null;
-			File matchedJar = null;
-
-			for (int i = 0; i < systemLocationList.length; i++) {
-				File systemFile = new File(systemLocationList[i].trim());
-				if (!systemFile.exists())
-					continue;
-				log("Seeing if " + systemFile + " is a suitable match for " + origLocation, Project.MSG_DEBUG);
-				
-				
-				JarFile systemJarFile;
-				Manifest systemManifest = null;
-				try {
-					systemJarFile = new JarFile(systemFile);
-					// System MANIFEST.MF
-					systemManifest = systemJarFile.getManifest();
-				} catch (IOException e) {
-					// not a JAR file or can't be read
-				}
-				if (systemManifest == null)
-					continue;
-				
-				systemAttributes = systemManifest.getMainAttributes();
-				if (compareImportantAttributes(origAttributes, systemAttributes)) {
-					matchedJar = systemFile;
-					break;
-				}
-			}
-			
-			if (matchedJar == null) {
-				String noSystemJarMsg = buildNoSystemJarMsg(origLocation, systemLocationList);
-				throw new BuildException(noSystemJarMsg);
-			}
-			
-			
-			// After using the p2 director, the filenames in the
-			// "installation" directory will have the same names as the
-			// targets of their symlinks from build time.  Since bundles.info
-			// will have been written with these filenames, we need to keep 
-			// them and not over-write with what the source drop originally
-			// had.
-			
-			symlinkJar (fileToSymlink, topLevelDir + "/" + fileToSymlink.getName(), matchedJar);
-    	}
-    }
-
-	private File findFileToSymlink(String origLocation, File origDirectory) {
-		String bundleId = origLocation.split("_")[0];
-		String[] filesInDir = origDirectory.list();
-		if (filesInDir != null) {
-			for (int i = 0; i < filesInDir.length; i++) {
-				String filename = filesInDir[i];
-				if (filename.startsWith(bundleId + "_"))
-					return new File(origDirectory, filename);
-			}
-		}
-		return null;
-	}
-	
-	private boolean compareImportantAttributes(Attributes origAttributes,
-			Attributes systemAttributes) {
-		boolean isAMatch = true;
-		for (int j = 0; j < importantManifestEntries.length; j++) {
-			String attributeToCheck = importantManifestEntries[j];
-			String origAttribute = (String) origAttributes
-					.getValue(attributeToCheck);
-			String systemAttribute = (String) systemAttributes
-					.getValue(attributeToCheck);
-			if (attributeToCheck.equals("Bundle-Version")) {
-				// System version should be higher; ignore qualifier
-				String[] origVersionSegments = origAttribute.split("\\.");
-				String[] systemVersionSegments = systemAttribute.split("\\.");
-				// Orbit JARs always have major.minor.micro.qualifier
-				Integer origInteger = new Integer(origVersionSegments[0]) * 100
-						+ new Integer(origVersionSegments[1]) * 10
-						+ new Integer(origVersionSegments[2]);
-				// System JARs sometimes don't have 4 parts
-				int maxSegments = systemVersionSegments.length;
-				if (systemVersionSegments.length > 3)
-					maxSegments = 3;
-				Integer systemInteger = new Integer(0);
-				for (int m = 0; m < maxSegments; m++) {
-					systemInteger = systemInteger
-							+ new Integer(systemVersionSegments[m])
-							* (int) Math.pow(10, (2 - m));
-				}
-				if (systemInteger < origInteger) {
-					isAMatch = false;
-					break;
-				}
-			} else if (attributeToCheck.equals("Export-Package")) {
-				if (origAttribute != null && systemAttribute != null) {
-					if (!origAttribute.equals(systemAttribute)) {
-						log("Export-Package attributes do not match for "
-								+ origAttributes
-										.getValue("Bundle-SymbolicName"),
-								Project.MSG_WARN);
-					}
-				}
-			} else {
-				if (origAttribute != null && systemAttribute != null) {
-					if (!origAttribute.equals(systemAttribute)) {
-						isAMatch = false;
-						break;
-					}
-				} else {
-					isAMatch = false;
-					break;
-				}
-			}
-		}
-		return isAMatch;
-	}
-	
-	private String buildNoSystemJarMsg(String origLocation,
-			String[] systemLocationList) {
-		String attemptedLocations = "";
-		for (int j = 0; j < systemLocationList.length; j++) {
-			if (j == 0)
-				attemptedLocations = systemLocationList[j];
-			else
-				attemptedLocations = attemptedLocations + ", "
-						+ systemLocationList[j];
-		}
-		return "Could not find suitable system JAR for " + origLocation
-				+ ".  Tried:  " + attemptedLocations;
-	}
-
-	public void setDependencies(File dependencyProperties) {
-		dependencies = new Properties();
-		FileInputStream fis;
-		try {
-			fis = new FileInputStream(dependencyProperties);
-			dependencies.load(fis);
-			fis.close();
-		} catch (FileNotFoundException e) {
-			// TODO Auto-generated catch block
-			e.printStackTrace();
-		} catch (IOException e) {
-			// TODO Auto-generated catch block
-			e.printStackTrace();
-		}
-	}
-
-}
diff --git a/eclipse-build/task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkInstalledOSGiJars.java~ b/eclipse-build/task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkInstalledOSGiJars.java~
deleted file mode 100644
index 8da967a..0000000
--- a/eclipse-build/task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkInstalledOSGiJars.java~
+++ /dev/null
@@ -1,205 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010 Red Hat Inc. and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Red Hat, Inc. - initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.eclipsebuild;
-
-import java.io.File;
-import java.io.FileInputStream;
-import java.io.FileNotFoundException;
-import java.io.IOException;
-import java.util.Iterator;
-import java.util.Properties;
-import java.util.Set;
-import java.util.jar.Attributes;
-import java.util.jar.JarFile;
-import java.util.jar.Manifest;
-
-import org.apache.tools.ant.BuildException;
-import org.apache.tools.ant.Project;
-
-public class SymlinkInstalledOSGiJars extends SymlinkJars {
-
-	private String[] importantManifestEntries = { "Bundle-SymbolicName" };
-
-	private Properties dependencies;
-	
-	// Main method for ant task
-    public void execute() throws BuildException {
-    	Set<Object> jarLocations = dependencies.keySet();
-    	for (Iterator<Object> jarIter = jarLocations.iterator(); jarIter.hasNext();) {
-			
-    		// File we need to replace with a symlink
-    		String origLocation = (String) jarIter.next();
-    		// origLocation is something like:
-    		//   org.mortbay.jetty.util_6.1.15.v200905182336.jar
-    		// but we want to have what matches this glob:
-    		//   org.mortbay.jetty.util_*
-    		File fileToSymlink = findFileToSymlink(origLocation, new File(topLevelDir));
-    		JarFile fileToSymlinkJarFile;
-    		Manifest fileToSymlinkManifest = null;
-    		try {
-    			fileToSymlinkJarFile = new JarFile(fileToSymlink);
-    			fileToSymlinkManifest = fileToSymlinkJarFile.getManifest();
-    		} catch (IOException e) {
-    			// not a JAR file or can't be read
-    			throw new BuildException("Can't read file which should be replaced with a symlink:  " + fileToSymlink);
-    		}
-    		if (fileToSymlinkManifest == null)
-    			throw new BuildException("Can't read file which should be replaced with a symlink:  " + fileToSymlink);
-    		
-    		Attributes origAttributes = fileToSymlinkManifest.getMainAttributes();
-    		
-			String systemLocations = (String) dependencies.get(origLocation);
-			String[] systemLocationList = systemLocations.split(":");
-			Attributes systemAttributes = null;
-			File matchedJar = null;
-
-			for (int i = 0; i < systemLocationList.length; i++) {
-				File systemFile = new File(systemLocationList[i].trim());
-				if (!systemFile.exists())
-					continue;
-				log("Seeing if " + systemFile + " is a suitable match for " + origLocation, Project.MSG_DEBUG);
-				
-				
-				JarFile systemJarFile;
-				Manifest systemManifest = null;
-				try {
-					systemJarFile = new JarFile(systemFile);
-					// System MANIFEST.MF
-					systemManifest = systemJarFile.getManifest();
-				} catch (IOException e) {
-					// not a JAR file or can't be read
-				}
-				if (systemManifest == null)
-					continue;
-				
-				systemAttributes = systemManifest.getMainAttributes();
-				if (compareImportantAttributes(origAttributes, systemAttributes)) {
-					matchedJar = systemFile;
-					break;
-				}
-			}
-			
-			if (matchedJar == null) {
-				String noSystemJarMsg = buildNoSystemJarMsg(origLocation, systemLocationList);
-				throw new BuildException(noSystemJarMsg);
-			}
-			
-			
-			// After using the p2 director, the filenames in the
-			// "installation" directory will have the same names as the
-			// targets of their symlinks from build time.  Since bundles.info
-			// will have been written with these filenames, we need to keep 
-			// them and not over-write with what the source drop originally
-			// had.
-			
-			symlinkJar (fileToSymlink, topLevelDir + "/" + fileToSymlink.getName(), matchedJar);
-    	}
-    }
-
-	private File findFileToSymlink(String origLocation, File origDirectory) {
-		String bundleId = origLocation.split("_")[0];
-		String[] filesInDir = origDirectory.list();
-		if (filesInDir != null) {
-			for (int i = 0; i < filesInDir.length; i++) {
-				String filename = filesInDir[i];
-				if (filename.startsWith(bundleId + "_"))
-					return new File(origDirectory, filename);
-			}
-		}
-		return null;
-	}
-	
-	private boolean compareImportantAttributes(Attributes origAttributes,
-			Attributes systemAttributes) {
-		boolean isAMatch = true;
-		for (int j = 0; j < importantManifestEntries.length; j++) {
-			String attributeToCheck = importantManifestEntries[j];
-			String origAttribute = (String) origAttributes
-					.getValue(attributeToCheck);
-			String systemAttribute = (String) systemAttributes
-					.getValue(attributeToCheck);
-			if (attributeToCheck.equals("Bundle-Version")) {
-				// System version should be higher; ignore qualifier
-				String[] origVersionSegments = origAttribute.split("\\.");
-				String[] systemVersionSegments = systemAttribute.split("\\.");
-				// Orbit JARs always have major.minor.micro.qualifier
-				Integer origInteger = new Integer(origVersionSegments[0]) * 100
-						+ new Integer(origVersionSegments[1]) * 10
-						+ new Integer(origVersionSegments[2]);
-				// System JARs sometimes don't have 4 parts
-				int maxSegments = systemVersionSegments.length;
-				if (systemVersionSegments.length > 3)
-					maxSegments = 3;
-				Integer systemInteger = new Integer(0);
-				for (int m = 0; m < maxSegments; m++) {
-					systemInteger = systemInteger
-							+ new Integer(systemVersionSegments[m])
-							* (int) Math.pow(10, (2 - m));
-				}
-				if (systemInteger < origInteger) {
-					isAMatch = false;
-					break;
-				}
-			} else if (attributeToCheck.equals("Export-Package")) {
-				if (origAttribute != null && systemAttribute != null) {
-					if (!origAttribute.equals(systemAttribute)) {
-						log("Export-Package attributes do not match for "
-								+ origAttributes
-										.getValue("Bundle-SymbolicName"),
-								Project.MSG_WARN);
-					}
-				}
-			} else {
-				if (origAttribute != null && systemAttribute != null) {
-					if (!origAttribute.equals(systemAttribute)) {
-						isAMatch = false;
-						break;
-					}
-				} else {
-					isAMatch = false;
-					break;
-				}
-			}
-		}
-		return isAMatch;
-	}
-	
-	private String buildNoSystemJarMsg(String origLocation,
-			String[] systemLocationList) {
-		String attemptedLocations = "";
-		for (int j = 0; j < systemLocationList.length; j++) {
-			if (j == 0)
-				attemptedLocations = systemLocationList[j];
-			else
-				attemptedLocations = attemptedLocations + ", "
-						+ systemLocationList[j];
-		}
-		return "Could not find suitable system JAR for " + origLocation
-				+ ".  Tried:  " + attemptedLocations;
-	}
-
-	public void setDependencies(File dependencyProperties) {
-		dependencies = new Properties();
-		FileInputStream fis;
-		try {
-			fis = new FileInputStream(dependencyProperties);
-			dependencies.load(fis);
-			fis.close();
-		} catch (FileNotFoundException e) {
-			// TODO Auto-generated catch block
-			e.printStackTrace();
-		} catch (IOException e) {
-			// TODO Auto-generated catch block
-			e.printStackTrace();
-		}
-	}
-
-}
diff --git a/eclipse-build/task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkJars.java b/eclipse-build/task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkJars.java
deleted file mode 100644
index d65f933..0000000
--- a/eclipse-build/task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkJars.java
+++ /dev/null
@@ -1,49 +0,0 @@
-package org.eclipse.linuxtools.eclipsebuild;
-
-import java.io.File;
-
-import org.apache.tools.ant.Task;
-import org.apache.tools.ant.taskdefs.Copy;
-import org.apache.tools.ant.taskdefs.Delete;
-import org.apache.tools.ant.taskdefs.optional.unix.Symlink;
-
-public class SymlinkJars extends Task {
-
-	protected String topLevelDir;
-	private boolean copyFiles;
-
-	protected void symlinkJar(File fileToDelete, String fileToSymlink,
-			File matchedJar) {
-
-		// First, delete any existing symlink
-		Delete d = new Delete();
-		d.init();
-		d.setFile(fileToDelete);
-		d.execute();
-
-		if (copyFiles) {
-			// copy file over
-			Copy c = new Copy();
-			c.init();
-			c.setFile(matchedJar);
-			c.setTofile(new File(fileToSymlink));
-			c.execute();
-		} else {
-			// Then make the actual symlink
-			Symlink s = new Symlink();
-			s.init();
-			s.setLink(fileToSymlink);
-			s.setResource(matchedJar.getAbsolutePath());
-			s.execute();
-		}
-	}
-
-	public void setTopleveldir(String topLevelDir) {
-		this.topLevelDir = topLevelDir;
-	}
-
-	public void setCopyFiles(boolean copyFiles) {
-		this.copyFiles = copyFiles;
-	}
-
-}
diff --git a/eclipse-build/task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkNonOSGiJars.java b/eclipse-build/task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkNonOSGiJars.java
deleted file mode 100644
index 50ca935..0000000
--- a/eclipse-build/task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkNonOSGiJars.java
+++ /dev/null
@@ -1,87 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010 Red Hat Inc. and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Red Hat, Inc. - initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.eclipsebuild;
-
-import java.io.File;
-import java.io.FileInputStream;
-import java.io.FileNotFoundException;
-import java.io.IOException;
-import java.util.Iterator;
-import java.util.Properties;
-import java.util.Set;
-
-import org.apache.tools.ant.BuildException;
-import org.apache.tools.ant.Project;
-import org.apache.tools.ant.taskdefs.Mkdir;
-
-public class SymlinkNonOSGiJars extends SymlinkJars {
-
-	private Properties dependencies;
-
-	// Main method for ant task
-    public void execute() throws BuildException {
-    	Set<Object> jarLocations = dependencies.keySet();
-    	for (Iterator<Object> jarIter = jarLocations.iterator(); jarIter.hasNext();) {
-			
-    		String origLocation = (String) jarIter.next();
-			
-			String systemLocations = (String) dependencies.get(origLocation);
-			String[] systemLocationList = systemLocations.split(":");
-			String attemptedLocations = "";
-			for (int j = 0; j < systemLocationList.length; j++) {
-				if (j == 0)
-					attemptedLocations = systemLocationList[j];
-				else
-					attemptedLocations = attemptedLocations + ", "
-							+ systemLocationList[j];
-			}
-			boolean matched = false;
-			for (int i = 0; i < systemLocationList.length; i++) {
-				File systemFile = new File(systemLocationList[i].trim());
-				if (systemFile.exists()) {
-					matched = true;
-					// FIXME:  do symlinking
-					log("Symlinking " + origLocation + " -> "
-							+ systemFile.getAbsolutePath(), Project.MSG_DEBUG);
-					
-					Mkdir m = new Mkdir();
-					m.setDir(new File(topLevelDir + "/" + origLocation).getParentFile());
-					m.execute();
-					
-					symlinkJar (new File(topLevelDir + "/" + origLocation), topLevelDir + "/" + origLocation, systemFile);
-				}
-			}
-			if (!matched) {
-				throw new BuildException(
-						"Could not find suitable system JAR for "
-								+ origLocation + ".  Tried:  "
-								+ attemptedLocations);
-			}
-		}
-    }
-
-	public void setDependencies(File dependencyProperties) {
-		dependencies = new Properties();
-		FileInputStream fis;
-		try {
-			fis = new FileInputStream(dependencyProperties);
-			dependencies.load(fis);
-			fis.close();
-		} catch (FileNotFoundException e) {
-			// TODO Auto-generated catch block
-			e.printStackTrace();
-		} catch (IOException e) {
-			// TODO Auto-generated catch block
-			e.printStackTrace();
-		}
-	}
-
-}
diff --git a/eclipse-build/task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkOSGiJars.java b/eclipse-build/task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkOSGiJars.java
deleted file mode 100644
index ddcd96f..0000000
--- a/eclipse-build/task-src/org/eclipse/linuxtools/eclipsebuild/SymlinkOSGiJars.java
+++ /dev/null
@@ -1,192 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010 Red Hat Inc. and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Red Hat, Inc. - initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.eclipsebuild;
-
-import java.io.File;
-import java.io.FileInputStream;
-import java.io.FileNotFoundException;
-import java.io.IOException;
-import java.util.Iterator;
-import java.util.Properties;
-import java.util.Set;
-import java.util.jar.Attributes;
-import java.util.jar.JarFile;
-import java.util.jar.Manifest;
-
-import org.apache.tools.ant.BuildException;
-import org.apache.tools.ant.Project;
-
-public class SymlinkOSGiJars extends SymlinkJars {
-
-	private String[] importantManifestEntries = { "Bundle-SymbolicName", "Bundle-Version", "Export-Package" };
-
-	private Properties dependencies;
-	private String manifestsDir;
-	
-	// Main method for ant task
-    public void execute() throws BuildException {
-    	Set<Object> jarLocations = dependencies.keySet();
-    	for (Iterator<Object> jarIter = jarLocations.iterator(); jarIter.hasNext();) {
-			
-    		// Binary MANIFEST.MF
-    		String origLocation = (String) jarIter.next();
-    		String origManifestFile = manifestsDir + "/" + origLocation + "/META-INF/MANIFEST.MF";
-    		Attributes origAttributes = getAttributesFromManifest(origManifestFile);
-			
-			String systemLocations = (String) dependencies.get(origLocation);
-			String[] systemLocationList = systemLocations.split(":");
-			String matchedJarBundleNameVersion = "";
-			Attributes systemAttributes = null;
-			File matchedJar = null;
-
-			for (int i = 0; i < systemLocationList.length; i++) {
-				File systemFile = new File(systemLocationList[i].trim());
-				if (!systemFile.exists())
-					continue;
-				log("Seeing if " + systemFile + " is a suitable match for " + origLocation, Project.MSG_DEBUG);
-
-				JarFile systemJarFile;
-				Manifest systemManifest = null;
-				try {
-					systemJarFile = new JarFile(systemFile);
-					// System MANIFEST.MF
-					systemManifest = systemJarFile.getManifest();
-				} catch (IOException e) {
-					// not a JAR file or can't be read
-				}
-				if (systemManifest == null)
-					break;
-				
-				systemAttributes = systemManifest.getMainAttributes();
-				if (compareImportantAttributes(origAttributes, systemAttributes)) {
-					matchedJar = systemFile;
-					String matchedJarBundleName =
-						systemAttributes.getValue("Bundle-SymbolicName");
-					matchedJarBundleName =
-						matchedJarBundleName.replace("; singleton:=true", "");
-					matchedJarBundleNameVersion =
-						matchedJarBundleName
-						+ "_" + systemAttributes.getValue("Bundle-Version");
-					break;
-				}
-			}
-			
-			if (matchedJar == null) {
-				String noSystemJarMsg = buildNoSystemJarMsg(origLocation, systemLocationList);
-				throw new BuildException(noSystemJarMsg);
-			}
-			
-			symlinkJar (new File(topLevelDir + "/" + origLocation), topLevelDir + "/" + origLocation, matchedJar);
-		}
-    }
-
-	private Attributes getAttributesFromManifest(String origManifestFile) {
-		Manifest origManifest = new Manifest();
-		try {
-			FileInputStream origManifestStream = new FileInputStream(origManifestFile);
-			origManifest.read(origManifestStream);
-			origManifestStream.close();
-		} catch (Exception e) {
-			throw new BuildException("Couldn't read original MANIFEST.MF:  " + origManifestFile);
-		}
-		Attributes origAttributes = origManifest.getMainAttributes();
-		return origAttributes;
-	}
-	
-	private boolean compareImportantAttributes(Attributes origAttributes,
-			Attributes systemAttributes) {
-		boolean isAMatch = true;
-		for (int j = 0; j < importantManifestEntries.length; j++) {
-			String attributeToCheck = importantManifestEntries[j];
-			String origAttribute = (String) origAttributes
-					.getValue(attributeToCheck);
-			String systemAttribute = (String) systemAttributes
-					.getValue(attributeToCheck);
-			if (attributeToCheck.equals("Bundle-Version")) {
-				// System version should be higher; ignore qualifier
-				String[] origVersionSegments = origAttribute.split("\\.");
-				String[] systemVersionSegments = systemAttribute.split("\\.");
-				// Orbit JARs always have major.minor.micro.qualifier
-				Integer origInteger = new Integer(origVersionSegments[0]) * 100
-						+ new Integer(origVersionSegments[1]) * 10
-						+ new Integer(origVersionSegments[2]);
-				// System JARs sometimes don't have 4 parts
-				int maxSegments = systemVersionSegments.length;
-				if (systemVersionSegments.length > 3)
-					maxSegments = 3;
-				Integer systemInteger = new Integer(0);
-				for (int m = 0; m < maxSegments; m++) {
-					systemInteger = systemInteger
-							+ new Integer(systemVersionSegments[m])
-							* (int) Math.pow(10, (2 - m));
-				}
-				if (systemInteger < origInteger) {
-					isAMatch = false;
-					break;
-				}
-			} else if (attributeToCheck.equals("Export-Package")) {
-				if (origAttribute != null && systemAttribute != null) {
-					if (!origAttribute.equals(systemAttribute)) {
-						log("Export-Package attributes do not match for "
-								+ origAttributes
-										.getValue("Bundle-SymbolicName"),
-								Project.MSG_WARN);
-					}
-				}
-			} else {
-				if (origAttribute != null && systemAttribute != null) {
-					if (!origAttribute.equals(systemAttribute)) {
-						isAMatch = false;
-						break;
-					}
-				} else {
-					isAMatch = false;
-					break;
-				}
-			}
-		}
-		return isAMatch;
-	}
-	
-	private String buildNoSystemJarMsg(String origLocation,
-			String[] systemLocationList) {
-		String attemptedLocations = "";
-		for (int j = 0; j < systemLocationList.length; j++) {
-			if (j == 0)
-				attemptedLocations = systemLocationList[j];
-			else
-				attemptedLocations = attemptedLocations + ", "
-						+ systemLocationList[j];
-		}
-		return "Could not find suitable system JAR for " + origLocation
-				+ ".  Tried:  " + attemptedLocations;
-	}
-
-	public void setDependencies(File dependencyProperties) {
-		dependencies = new Properties();
-		FileInputStream fis;
-		try {
-			fis = new FileInputStream(dependencyProperties);
-			dependencies.load(fis);
-			fis.close();
-		} catch (FileNotFoundException e) {
-			// TODO Auto-generated catch block
-			e.printStackTrace();
-		} catch (IOException e) {
-			// TODO Auto-generated catch block
-			e.printStackTrace();
-		}
-	}
-
-	public void setManifests(String manifests) {
-		this.manifestsDir = manifests;
-	}
-}
diff --git a/externalpoms/org.eclipse.jdt.core-3.8.0.v_C03.pom b/externalpoms/org.eclipse.jdt.core-3.8.0.v_C03.pom
new file mode 100644
index 0000000..4da0cc0
--- /dev/null
+++ b/externalpoms/org.eclipse.jdt.core-3.8.0.v_C03.pom
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xsi:noNamespaceSchemaLocation="http://maven.apache.org/POM/4.0.0">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.eclipse.jdt</groupId>
+  <artifactId>core</artifactId>
+  <version>3.8.0.v_C03</version>
+  <description>OSGi System Bundle %systemBundle</description>
+  <!-- See https://issues.sonatype.org/browse/OSSRH-739 -->
+</project>
diff --git a/externalpoms/org.eclipse.osgi-3.6.0.v20100517.pom b/externalpoms/org.eclipse.osgi-3.6.0.v20100517.pom
new file mode 100644
index 0000000..15b5e66
--- /dev/null
+++ b/externalpoms/org.eclipse.osgi-3.6.0.v20100517.pom
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xsi:noNamespaceSchemaLocation="http://maven.apache.org/POM/4.0.0">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.eclipse.osgi</groupId>
+  <artifactId>org.eclipse.osgi</artifactId>
+  <version>3.6.0.v20100517</version>
+  <description>OSGi System Bundle %systemBundle</description>
+  <!-- See https://issues.sonatype.org/browse/OSSRH-739 -->
+</project>
\ No newline at end of file
diff --git a/externalpoms/org.eclipse.osgi.services-3.2.100.v20100503.pom b/externalpoms/org.eclipse.osgi.services-3.2.100.v20100503.pom
new file mode 100644
index 0000000..633dc87
--- /dev/null
+++ b/externalpoms/org.eclipse.osgi.services-3.2.100.v20100503.pom
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xsi:noNamespaceSchemaLocation="http://maven.apache.org/POM/4.0.0">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.eclipse.osgi</groupId>
+  <artifactId>org.eclipse.osgi.services</artifactId>
+  <version>3.2.100.v20100503</version>
+  <description>OSGi Release 4.2.0 Services
+OSGi Service Platform Release 4.2.0 Service Interfaces and Classes</description>
+  <!-- See https://issues.sonatype.org/browse/OSSRH-739 -->
+  <dependencies>
+    <dependency>
+      <groupId>org.eclipse.osgi</groupId>
+      <artifactId>org.eclipse.osgi</artifactId>
+      <version>3.6.0.v20100517</version>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+      <version>2.5</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.osgi.foundation</artifactId>
+      <version>1.2.0</version>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file
diff --git a/externalpoms/servlet-1.0.0-v20070606.pom b/externalpoms/servlet-1.0.0-v20070606.pom
new file mode 100644
index 0000000..c9299e6
--- /dev/null
+++ b/externalpoms/servlet-1.0.0-v20070606.pom
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.eclipse.equinox.http</groupId>
+  <artifactId>servlet</artifactId>
+  <name>Http Services Servlet</name>
+  <version>1.0.0-v20070606</version>
+  <licenses>
+    <license>
+      <name>Eclipse Public License - v 1.0</name>
+      <url>http://www.eclipse.org/org/documents/epl-v10.html</url>
+    </license>
+  </licenses>
+</project>
\ No newline at end of file
diff --git a/eclipse-build/extract_patterns.txt b/extract_patterns.txt
similarity index 100%
rename from eclipse-build/extract_patterns.txt
rename to extract_patterns.txt
diff --git a/eclipse-build/efj.sh b/jdtcompilatorscript/efj.sh
old mode 100644
new mode 100755
similarity index 100%
rename from eclipse-build/efj.sh
rename to jdtcompilatorscript/efj.sh
diff --git a/eclipse-build/pdebuild/eclipse-copy-platform.sh b/pdebuildscripts/eclipse-copy-platform.sh
similarity index 100%
rename from eclipse-build/pdebuild/eclipse-copy-platform.sh
rename to pdebuildscripts/eclipse-copy-platform.sh
diff --git a/eclipse-build/pdebuild/eclipse-pdebuild.sh b/pdebuildscripts/eclipse-pdebuild.sh
similarity index 100%
rename from eclipse-build/pdebuild/eclipse-pdebuild.sh
rename to pdebuildscripts/eclipse-pdebuild.sh
diff --git a/rt.equinox.incubator/framework/bundles/org.eclipse.equinox.initializer/pom.xml b/rt.equinox.incubator/framework/bundles/org.eclipse.equinox.initializer/pom.xml
new file mode 100644
index 0000000..68c53f3
--- /dev/null
+++ b/rt.equinox.incubator/framework/bundles/org.eclipse.equinox.initializer/pom.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>rt.equinox.incubator</artifactId>
+    <groupId>org.eclipse.equinox.framework</groupId>
+    <version>3.8.0-SNAPSHOT</version>
+    <relativePath>../../..</relativePath>
+  </parent>
+  <groupId>org.eclipse.equinox.framework</groupId>
+  <artifactId>org.eclipse.equinox.initializer</artifactId>
+  <version>1.0.0-SNAPSHOT</version>
+  <packaging>eclipse-plugin</packaging>
+  
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.eclipse.tycho</groupId>
+        <artifactId>target-platform-configuration</artifactId>
+        <configuration>
+          <dependency-resolution>
+            <extraRequirements>
+              <requirement>
+                <type>eclipse-plugin</type>
+                <id>org.eclipse.core.runtime</id>
+                <versionRange>[2,5)</versionRange>
+              </requirement>
+            </extraRequirements>
+          </dependency-resolution>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build> 
+</project>
diff --git a/rt.equinox.incubator/pom.xml b/rt.equinox.incubator/pom.xml
new file mode 100644
index 0000000..11665a2
--- /dev/null
+++ b/rt.equinox.incubator/pom.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright (c) 2012 Eclipse Foundation.
+  All rights reserved. This program and the accompanying materials
+  are made available under the terms of the Eclipse Distribution License v1.0
+  which accompanies this distribution, and is available at
+  http://www.eclipse.org/org/documents/edl-v10.php
+ 
+  Contributors:
+     Igor Fedorenko - initial implementation
+-->
+
+<project
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.eclipse</groupId>
+    <artifactId>eclipse-parent</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+    <relativePath>../eclipse-parent</relativePath>
+  </parent>
+
+  <groupId>org.eclipse.equinox.framework</groupId>
+  <artifactId>rt.equinox.incubator</artifactId>
+  <version>3.8.0-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <modules>
+    <module>framework/bundles/org.eclipse.equinox.initializer</module>
+  </modules>
+
+</project>
diff --git a/eclipse-build/buildEclipseBuildSource.sh b/utils/buildEclipseBuildSource.sh
similarity index 100%
rename from eclipse-build/buildEclipseBuildSource.sh
rename to utils/buildEclipseBuildSource.sh