提交 93c46a61 authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 f4871d9f
#Wed Jan 17 06:42:07 CET 2007 #Mon Jan 29 22:49:09 CET 2007
javac=javac
benchmark.drivers.dir=D\:/data/java benchmark.drivers.dir=D\:/data/java
javac=javac
version.name.maven=1.0.20070117 version.name.maven=1.0.20070117
jdk=1.4 jdk=1.4
...@@ -52,34 +52,34 @@ ...@@ -52,34 +52,34 @@
</target> </target>
<target name="codeswitch_prepare"> <target name="codeswitch_prepare">
<javac target="${jdk}" source="${jdk}" executable="${javac}" srcdir="src/tools" debug="true" includes="org/h2/tools/code/CodeSwitch.java"/> <javac executable="${javac}" srcdir="src/tools" debug="true" includes="org/h2/tools/code/CodeSwitch.java"/>
</target> </target>
<target name="codeswitch_jdk13" depends="codeswitch_prepare"> <target name="codeswitch_jdk13" depends="codeswitch_prepare">
<java classname="org.h2.tools.code.CodeSwitch" fork="true" dir="src/tools">
<arg line="+JDK13 -JDK14 -JDK16 ../main/org/h2"/>
</java>
<propertyfile file="ant-build.properties"> <propertyfile file="ant-build.properties">
<entry key="jdk" value="1.3" /> <entry key="jdk" value="1.3" />
</propertyfile> </propertyfile>
<java classname="org.h2.tools.code.CodeSwitch" fork="true" dir="src/tools">
<arg line="+JDK13 -JDK14 -JDK16 ../main/org/h2"/>
</java>
</target> </target>
<target name="codeswitch_jdk14" depends="codeswitch_prepare"> <target name="codeswitch_jdk14" depends="codeswitch_prepare">
<java classname="org.h2.tools.code.CodeSwitch" fork="true" dir="src/tools">
<arg line="-JDK13 +JDK14 -JDK16 ../main/org/h2"/>
</java>
<propertyfile file="ant-build.properties"> <propertyfile file="ant-build.properties">
<entry key="jdk" value="1.4" /> <entry key="jdk" value="1.4" />
</propertyfile> </propertyfile>
<java classname="org.h2.tools.code.CodeSwitch" fork="true" dir="src/tools">
<arg line="-JDK13 +JDK14 -JDK16 ../main/org/h2"/>
</java>
</target> </target>
<target name="codeswitch_jdk16" depends="codeswitch_prepare"> <target name="codeswitch_jdk16" depends="codeswitch_prepare">
<java classname="org.h2.tools.code.CodeSwitch" fork="true" dir="src/tools">
<arg line="-JDK13 +JDK16 +JDK14 ../main/org/h2"/>
</java>
<propertyfile file="ant-build.properties"> <propertyfile file="ant-build.properties">
<entry key="jdk" value="1.6" /> <entry key="jdk" value="1.6" />
</propertyfile> </propertyfile>
<java classname="org.h2.tools.code.CodeSwitch" fork="true" dir="src/tools">
<arg line="-JDK13 +JDK16 +JDK14 ../main/org/h2"/>
</java>
</target> </target>
<target name="compileResources" depends="clean"> <target name="compileResources" depends="clean">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论