Index: trunk/CrossPare/.classpath
===================================================================
--- trunk/CrossPare/.classpath	(revision 146)
+++ 	(revision )
@@ -1,34 +1,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="src" path="test"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
-	<classpathentry kind="lib" path="lib/commons-collections4-4.0-alpha1.jar"/>
-	<classpathentry kind="lib" path="lib/commons-io-2.4.jar"/>
-	<classpathentry kind="lib" path="lib/java-utils-0.0.1.jar"/>
-	<classpathentry kind="lib" path="lib/weka.jar"/>
-	<classpathentry kind="lib" path="lib/RBFNetwork.jar"/>
-	<classpathentry kind="lib" path="lib/epsilon-1.2-kitchensink.jar"/>
-	<classpathentry kind="lib" path="lib/org.antlr.runtime_3.1.b1_3.1.0.jar"/>
-	<classpathentry kind="lib" path="lib/org.eclipse.ocl.common_1.1.0.v20130531-0544.jar"/>
-	<classpathentry kind="lib" path="lib/org.eclipse.ocl.ecore_3.3.0.v20130520-1222.jar"/>
-	<classpathentry kind="lib" path="lib/commons-math3-3.5.jar"/>
-	<classpathentry kind="lib" path="lib/probabilisticSignificanceAE-1.0.2.jar"/>
-	<classpathentry kind="lib" path="lib/alternatingDecisionTrees.jar"/>
-	<classpathentry kind="lib" path="lib/elki-bundle-0.7.1.jar"/>
-	<classpathentry kind="lib" path="lib/guava-19.0.jar"/>
-	<classpathentry kind="lib" path="lib/ojalgo-37.1.jar"/>
-	<classpathentry kind="lib" path="lib/jmetal-algorithm-5.0-jar-with-dependencies.jar"/>
-	<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.38-bin.jar"/>
-	<classpathentry kind="lib" path="lib/jmetal-exec-5.0-jar-with-dependencies.jar"/>
-	<classpathentry kind="lib" path="lib/jmetal-core-5.0-jar-with-dependencies.jar"/>
-	<classpathentry kind="lib" path="lib/jgap.jar"/>
-	<classpathentry kind="lib" path="lib/commons-lang3-3.4.jar"/>
-	<classpathentry kind="lib" path="lib/log4j-1.2-api-2.5.jar"/>
-	<classpathentry kind="lib" path="lib/log4j-core-2.5.jar"/>
-	<classpathentry kind="lib" path="lib/log4j-iostreams-2.5.jar"/>
-	<classpathentry kind="lib" path="lib/log4j-api-2.5.jar"/>
-	<classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>
Index: trunk/CrossPare/.project
===================================================================
--- trunk/CrossPare/.project	(revision 146)
+++ 	(revision )
@@ -1,17 +1,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>CrossPare</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-	</natures>
-</projectDescription>
Index: trunk/CrossPare/build.xml
===================================================================
--- trunk/CrossPare/build.xml	(revision 146)
+++ 	(revision )
@@ -1,131 +1,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<project basedir="." default="dist" name="Crosspare">
-	<!-- General Properties -->
-	<property environment="env" />
-	<property name="build.location" value="bin" />
-	<property name="dist.location" value="dist" />
-	<property name="javadoc.location" value="javadoc" />
-	<property name="downloads.location" value="downloads" />
-	<property name="debuglevel" value="source,lines,vars" />
-	<property name="target" value="1.8" />
-	<property name="source" value="1.8" />
-
-	<!-- Crosspare Properties -->
-	<property name="Crosspare.jarname" value="crosspare.jar" />
-	<path id="Crosspare.classpath">
-		<pathelement location="${build.location.eventbenchconsole}" />
-		<pathelement location="lib/commons-collections4-4.0-alpha1.jar" />
-		<pathelement location="lib/commons-io-2.4.jar" />
-		<pathelement location="lib/java-utils-0.0.1.jar" />
-		<pathelement location="lib/weka.jar" />
-		<pathelement location="lib/RBFNetwork.jar" />
-		<pathelement location="lib/epsilon-1.2-kitchensink.jar" />
-		<pathelement location="lib/org.antlr.runtime_3.1.b1_3.1.0.jar" />
-		<pathelement location="lib/org.eclipse.ocl.common_1.1.0.v20130531-0544.jar" />
-		<pathelement location="lib/org.eclipse.ocl.ecore_3.3.0.v20130520-1222.jar" />
-		<pathelement location="lib/commons-math3-3.5.jar" />
-		<pathelement location="lib/ojalgo-37.1.jar" />
-		<pathelement location="lib/elki-bundle-0.7.1.jar" />
-		<pathelement location="lib/alternatingDecisionTrees.jar" />
-		<pathelement location="lib/guava-19.0.jar" />
-		<pathelement location="lib/mysql-connector-java-5.1.38-bin.jar" />
-		<pathelement location="lib/jmetal-algorithm-5.0-jar-with-dependencies.jar" />
-		<pathelement location="lib/jmetal-core-5.0-jar-with-dependencies.jar" />
-		<pathelement location="lib/jmetal-exec-5.0-jar-with-dependencies.jar" />
-		<pathelement location="lib/probabilisticSignificanceAE-1.0.2.jar" />
-		<pathelement location="lib/log4j-1.2-api-2.5.jar" />
-		<pathelement location="lib/log4j-api-2.5.jar" />
-		<pathelement location="lib/log4j-core-2.5.jar" />
-		<pathelement location="lib/log4j-iostreams-2.5.jar" />
-		<pathelement location="lib/commons-lang-2.6.jar" />
-		<pathelement location="lib/commons-lang3-3.4.jar" />
-		<pathelement location="lib/dbcp2-2.1.1.jar" />
-		<pathelement location="lib/jgap.jar" />
-	</path>
-
-	<!-- Initialization Targets -->
-	<target name="init.build">
-		<mkdir dir="${build.location}" />
-	</target>
-	<target name="init.dist">
-		<mkdir dir="${dist.location}" />
-	</target>
-	<target name="init.downloads">
-		<mkdir dir="${downloads.location}" />
-	</target>
-	<target name="init.javadoc">
-		<mkdir dir="${javadoc.location}" />
-	</target>
-
-	<!-- Clean-up Targets -->
-	<target name="clean.build">
-		<delete dir="${build.location}" />
-	</target>
-	<target name="clean.dist">
-		<delete dir="${dist.location}" />
-	</target>
-	<target name="clean.javadoc">
-		<delete dir="${javadoc.location}" />
-	</target>
-	<target depends="clean.build,clean.dist,clean.javadoc" name="clean.all" />
-
-	<!-- Build Targets -->
-	<target depends="init.build" name="build">
-		<javac debug="false" destdir="${build.location}" source="${source}" target="${target}" includeantruntime="false" encoding="UTF-8">
-			<src path="src" />
-			<classpath refid="Crosspare.classpath" />
-		</javac>
-	</target>
-	
-	<!-- Distribution Targets -->
-	<target depends="build,init.dist,javadoc" name="dist">
-		<!-- dist of main components, i.e., the console -->
-		<pathconvert property="dist.libs" pathsep=" ">
-			<mapper>
-				<chainedmapper>
-					<flattenmapper />
-					<globmapper from="*" to="lib/*" />
-				</chainedmapper>
-			</mapper>
-			<path>
-				<fileset dir="lib">
-					<include name="**/*.jar" />
-				</fileset>
-			</path>
-		</pathconvert>
-		<property name="dist.classpath"	value="${dist.libs}"></property>
-		<jar destfile="${dist.location}/${Crosspare.jarname}" basedir="${build.location}">
-			<manifest>
-				<attribute name="Built-By" value="${user.name}" />
-				<attribute name="Main-Class" value="de.ugoe.cs.cpdp.Runner" />
-				<attribute name="Class-Path" value="${dist.classpath}" />
-			</manifest>
-		</jar>
-		<copy includeemptydirs="false" todir="${dist.location}/lib">
-			<fileset dir="lib" />
-		</copy>
-		
-		<!-- copy Javadoc to dist -->
-		<copy includeemptydirs="false" todir="${dist.location}/javadoc">
-			<fileset dir="${javadoc.location}" />
-		</copy>
-	</target>
-
-
-	<target depends="init.downloads,dist" name="createDownloads">
-		<zip destfile="${downloads.location}/crosspare.zip">
-			<fileset dir="${dist.location}" />
-		</zip>
-	</target>
-
-	<!-- Javadoc Targets -->
-	<target depends="init.javadoc" name="javadoc"
-		description="o Create Javadocs (Requires Javadoc 1.4+)">
-		<javadoc destdir="${javadoc.location}"
-			additionalparam="-J-Dorg.apache.commons.attributes.javadoc.CATaglet.sources=${basedir}">
-			<classpath refid="Crosspare.classpath" />
-			<link href="http://download.oracle.com/javase/7/docs/api/" />
-			<fileset dir="src" includes="**/*.java" />
-		</javadoc>
-	</target>
-</project>
Index: trunk/CrossPare/experimentconfig.xsd
===================================================================
--- trunk/CrossPare/experimentconfig.xsd	(revision 146)
+++ 	(revision )
@@ -1,56 +1,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<xs:schema targetNamespace="experimentconfig"
-    elementFormDefault="qualified"
-    xmlns="experimentconfig"
-    xmlns:xs="http://www.w3.org/2001/XMLSchema"
->
-  <xs:element name="config">
-    <xs:complexType>
-      <xs:sequence minOccurs="1" maxOccurs="1">
-        <xs:element name="partialconfig" type="pathType" minOccurs="0" maxOccurs="unbounded"/>
-        <xs:element name="loader" type="datapathType" minOccurs="0" maxOccurs="unbounded"/>
-		<xs:element name="executionStrategy" type="xs:string" minOccurs="0" maxOccurs="1"/>
-		<xs:element name="saveClassifier" type="xs:string" minOccurs="0" maxOccurs="1" />
-        <xs:element name="resultspath" type="pathType" minOccurs="0" maxOccurs="1"/>
-        <xs:element name="versionfilter" type="setupType" minOccurs="0" maxOccurs="unbounded"/>
-        <xs:element name="testVersionfilter" type="setupType" minOccurs="0" maxOccurs="unbounded"/>
-        <xs:element name="trainVersionfilter" type="setupType" minOccurs="0" maxOccurs="unbounded"/>
-        <xs:element name="setwisepreprocessor" type="setupType" minOccurs="0" maxOccurs="unbounded"/>
-        <xs:element name="setwiseselector" type="setupType" minOccurs="0" maxOccurs="unbounded"/>
-        <xs:element name="setwisepostprocessor" type="setupType" minOccurs="0" maxOccurs="unbounded"/>
-        <xs:element name="setwisetrainer" type="setupType" minOccurs="0" maxOccurs="unbounded"/>
-        <xs:element name="setwisetestdataawaretrainer" type="metricMatchingType" minOccurs="0" maxOccurs="unbounded"/>
-        <xs:element name="preprocessor" type="setupType" minOccurs="0" maxOccurs="unbounded"/>
-        <xs:element name="pointwiseselector" type="setupType" minOccurs="0" maxOccurs="unbounded"/>
-        <xs:element name="postprocessor" type="setupType" minOccurs="0" maxOccurs="unbounded"/>
-        <xs:element name="trainer" type="setupType" minOccurs="0" maxOccurs="unbounded"/>
-        <xs:element name="testawaretrainer" type="setupType" minOccurs="0" maxOccurs="unbounded"/>
-        <xs:element name="eval" type="setupType" minOccurs="0" maxOccurs="unbounded"/>
-        <xs:element name="storage" type="setupType" minOccurs="0" maxOccurs="unbounded"/>
-        <xs:element name="repetitions" type="repetitionsType" minOccurs="0" maxOccurs="unbounded"/>
-      </xs:sequence>
-    </xs:complexType>
-  </xs:element>
-  <xs:complexType name="datapathType">
-    <xs:attribute name="name" type="xs:string" />
-    <xs:attribute name="datalocation" type="xs:string" />
-    <xs:attribute name="relative" type="xs:boolean" default="true"/>
-  </xs:complexType>
-  <xs:complexType name="pathType">
-    <xs:attribute name="path" type="xs:string" />
-    <xs:attribute name="relative" type="xs:boolean" default="true"/>
-  </xs:complexType>
-  <xs:complexType name="setupType">
-    <xs:attribute name="name" type="xs:string" />
-    <xs:attribute name="param" type="xs:string" />
-  </xs:complexType>
-  <xs:complexType name="metricMatchingType">
-    <xs:attribute name="name" type="xs:string" />
-    <xs:attribute name="param" type="xs:string" />
-    <xs:attribute name="method" type="xs:string" />
-    <xs:attribute name="threshold" type="xs:float" />
-  </xs:complexType>
-  <xs:complexType name="repetitionsType">
-  	<xs:attribute name="number" type="xs:integer" />
-  </xs:complexType>
-</xs:schema>
