Skip to content

Commit

Permalink
Remove unused/incorrect properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Oct 27, 2013
1 parent 65c055a commit f528c9a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/init.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@

<property name="junit.timeout" value="600000"/>
<!-- 10 minutes -->
<property name="junit.batchtest.todir" value="${build.reports}"/>
<property name="junit.jvm" value="java"/>
<property name="junit.jvm.options" value="-Ddummy"/>

Expand Down Expand Up @@ -163,7 +162,6 @@
<path id="javac.compatibility.classpath">
<path refid="javac.driver.classpath"/>
<pathelement location="${build.classes}"/>
<pathelement location="${build.pool}"/>
</path>

<path id="javac.test.classpath">
Expand All @@ -178,7 +176,6 @@
<path id="javac.examples.classpath">
<path refid="javac.driver.classpath"/>
<pathelement location="${build.classes}"/>
<pathelement location="${build.pool}"/>
</path>

<!--
Expand Down

0 comments on commit f528c9a

Please sign in to comment.