Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2006-07-23 12:18:27 +0000
committermtaal2006-07-23 12:18:27 +0000
commit572afaa1cbb2f38f29e74f404765747e0a95c2d3 (patch)
tree5b6d5ee2e188f71058eb9118f9f12d9438a87315 /tests/org.eclipse.emf.teneo.hibernate.test/test.xml
parent066027da15b2341f6ea47e64ebb8626cfd064954 (diff)
downloadorg.eclipse.emf.teneo-572afaa1cbb2f38f29e74f404765747e0a95c2d3.tar.gz
org.eclipse.emf.teneo-572afaa1cbb2f38f29e74f404765747e0a95c2d3.tar.xz
org.eclipse.emf.teneo-572afaa1cbb2f38f29e74f404765747e0a95c2d3.zip
Updated test.xml
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/test.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/test.xml39
1 files changed, 4 insertions, 35 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/test.xml b/tests/org.eclipse.emf.teneo.hibernate.test/test.xml
index 2a616b863..fd7337129 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/test.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/test.xml
@@ -1,22 +1,4 @@
<?xml version="1.0"?>
-<!--
-/**
- * <copyright>
- *
- * Copyright (c) 2005 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 - Initial API and implementation
- *
- * </copyright>
- *
- * $Id: test.xml,v 1.6 2006/07/23 10:55:44 mtaal Exp $
- */
--->
<project name="testsuite" default="run" basedir=".">
<!-- The property ${eclipse-home} should be passed into this script -->
@@ -39,22 +21,10 @@
<!-- This target defines the tests that need to be run. -->
<target name="suite">
- <echo message="Set javacSource and javacTarget = 1.4"/>
- <property name="javacSource" value="1.4" />
- <property name="javacTarget" value="1.4" />
-
- <property name="emft-folder" value="${eclipse-home}/emf_folder"/>
-
- <echo message="About to run core-test:"/>
- <echo message="library-file = ${library-file}"/>
- <echo message="eclipse-home = ${eclipse-home}"/>
- <echo message="data-dir = ${emft-folder}"/>
- <echo message="plugin-name = ${plugin-name}"/>
- <echo message="classname = org.eclipse.emf.teneo.hibernate.test.AllTests"/>
-
- <delete dir="${emft-folder}" quiet="true"/>
+ <property name="emf-folder" value="${eclipse-home}/emf_folder"/>
+ <delete dir="${emf-folder}" quiet="true"/>
<ant target="core-test" antfile="${library-file}" dir="${eclipse-home}">
- <property name="data-dir" value="${emft-folder}"/>
+ <property name="data-dir" value="${emf-folder}"/>
<property name="plugin-name" value="${plugin-name}"/>
<property name="classname" value="org.eclipse.emf.teneo.hibernate.test.AllTests"/>
</ant>
@@ -74,5 +44,4 @@
<property name="output-file" value="${plugin-name}.xml"/>
</ant>
</target>
-
-</project>
+</project> \ No newline at end of file

Back to the top