Skip to content

Commit

Permalink
small clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesZ-Chen committed May 17, 2016
1 parent d1901f8 commit b348765
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

<!-- if using jdk.astub, un-comment this property, and re-configure the right place of your jdk.astub-->
<property name="jdk.astub" value="${checker.src}/read/jdk.astub"/>
<!-- <symlink link="${dir.top}/foo" resource="${dir.top}/subdir/bar.foo"/> -->

<target name="prep">
<mkdir dir="${checker.bin}"/>
Expand Down Expand Up @@ -51,6 +50,5 @@
<arg line="${src.checker}"/>
</java>
</target>


</project>
</project>
1 change: 0 additions & 1 deletion tests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<property name="tests.build" value="${tests}/build"/>
<property name="build.reports" value="${tests.build}/reports"/>
<property name="javac.lib" value="${tests.deps}/javac.jar"/>
<!-- <property name="javac.lib" value="${tests.deps}/javac.jar" /> -->

<!-- Defaults, used if the Ant invocation does not set a value. -->
<property name="halt.on.test.error" value="true" />
Expand Down
2 changes: 1 addition & 1 deletion tests/read-typeHierarchy/TypeHierarchy.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import read.qual.UnsafeByte;
import read.qual.UnsafeChar;

// javac-dev -processorpath ./bin:/Users/charleszhuochen/Programming/UWaterloo/jsr308/checker-framework/checker/dist/checker.jar -processor read.ReadChecker -cp ./bin tests/read-typeHierarchy/TypeHierarchy.java
// javac-dev -processorpath ./bin:./build-deps/framework.jar -processor read.ReadChecker -cp ./bin tests/read-typeHierarchy/TypeHierarchy.java

public class TypeHierarchy {

Expand Down

0 comments on commit b348765

Please sign in to comment.