Skip to content

Commit 595f10b

Browse files
committed
Simplified utilcompile build target
1 parent 4b43631 commit 595f10b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ limitations under the License.
164164
<!-- The util compile target. -->
165165
<!-- ******************************************************************* -->
166166

167-
<target name="utilcompile" depends="compile">
167+
<target name="utilcompile" depends="init">
168168

169169
<javac
170170
srcdir="src/util"
@@ -178,7 +178,6 @@ limitations under the License.
178178
fork="true"
179179
debug="on"
180180
includeantruntime="false">
181-
<classpath refid="build.classpath"/>
182181
<classpath location="${env.JAVA_HOME}/lib/tools.jar"/>
183182
<compilerarg value="-Xlint:all,-fallthrough"/>
184183
</javac>

0 commit comments

Comments
 (0)