Skip to content

Commit d77e85c

Browse files
authored
Remove unused build property for JNI (#9924)
1 parent a848ffa commit d77e85c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

common.ant.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,13 @@
4141
<property name="gwt.build" location="${gwt.root}/build"/>
4242
<property name="gwt.build.out" location="${gwt.build}/out"/>
4343
<property name="gwt.build.lib" location="${gwt.build}/lib"/>
44-
<property name="gwt.build.jni" location="${gwt.build}/jni"/>
4544
<property name="gwt.build.staging" location="${gwt.build}/staging"/>
4645
<property name="gwt.build.dist" location="${gwt.build}/dist"/>
4746
<!-- gwt.threadsPerProcessor supercedes gwt.threadCount unless set to 0 -->
4847
<property name="gwt.threadsPerProcessor" value="1"/>
4948
<property name="gwt.threadCount" value="1"/>
5049
<property name="project.build" location="${gwt.build.out}/${project.tail}"/>
5150
<property name="project.lib" location="${gwt.build.lib}/gwt-${ant.project.name}.jar"/>
52-
<property name="project.jni" location="${gwt.build}/${project.tail}"/>
5351
<property name="javac.out" location="${project.build}/bin"/>
5452
<property name="javac.junit.out" location="${project.build}/bin-test"/>
5553
<property name="javac.emma.out" location="${project.build}/bin-emma"/>

0 commit comments

Comments
 (0)