You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by al...@apache.org on 2013/02/07 16:59:54 UTC

svn commit: r1443582 - /openjpa/trunk/openjpa-integration/tck/sql/create.openjpa.sql.xml

Author: allee8285
Date: Thu Feb  7 15:59:54 2013
New Revision: 1443582

URL: http://svn.apache.org/viewvc?rev=1443582&view=rev
Log:
OPENJPA-2326 - Remove duplicate <macrodef>.

Modified:
    openjpa/trunk/openjpa-integration/tck/sql/create.openjpa.sql.xml

Modified: openjpa/trunk/openjpa-integration/tck/sql/create.openjpa.sql.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-integration/tck/sql/create.openjpa.sql.xml?rev=1443582&r1=1443581&r2=1443582&view=diff
==============================================================================
--- openjpa/trunk/openjpa-integration/tck/sql/create.openjpa.sql.xml (original)
+++ openjpa/trunk/openjpa-integration/tck/sql/create.openjpa.sql.xml Thu Feb  7 15:59:54 2013
@@ -62,41 +62,4 @@
         </antcall>
     </target>
 
-    <macrodef name="tsant">
-        <attribute name="dir" default="${tck.dir}/src" />
-        <attribute name="buildfile" />
-        <attribute name="target" />
-        <attribute name="tmo" default="7200000" />
-        <sequential>
-            <java classname="org.apache.tools.ant.launch.Launcher" fork="true" failonerror="false" dir="@{dir}" append="true" output="${tck.log}" timeout="@{tmo}" resultproperty="tsant.result">
-                <arg value="-e" />
-                <arg value="-v" />
-                <arg value="-emacs" />
-                <arg value="-buildfile" />
-                <arg value="@{buildfile}" />
-                <arg value="-listener" />
-                <arg value="com.sun.ant.TSBuildListener" />
-                <arg value="-logger" />
-                <arg value="com.sun.ant.TSLogger" />
-                <arg value="@{target}" />
-
-                <env key="TS_HOME" value="${tck.dir}" />
-                <sysproperty key="ts.home" value="${tck.dir}" />
-
-                <env key="ANT_HOME" value="${tck.dir}/tools/ant" />
-                <sysproperty key="ant.home" value="${tck.dir}/tools/ant" />
-
-                <classpath>
-                    <path refid="cp" />
-                    <fileset dir="${tck.dir}/tools/ant/lib">
-                        <include name="**/*.jar" />
-                    </fileset>
-                    <fileset dir="${tck.dir}/lib">
-                        <include name="**/*.jar" />
-                    </fileset>
-                </classpath>
-            </java>
-        </sequential>
-    </macrodef>
-
 </project>