Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
urbic committed May 9, 2024
1 parent 2f2a78c commit 252dce1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@
<modulepath refid="modulepath.main"/>
<classpath refid="classpath.main"/>
<include name="coneforest/psylla/tools/processors/*.java"/>
<include name="coneforest/psylla/Type.java"/>
<include name="coneforest/psylla/ErrorType.java"/>
<include name="coneforest/psylla/OperatorType.java"/>
<include name="coneforest/psylla/runtime/Type.java"/>
<include name="coneforest/psylla/runtime/ErrorType.java"/>
<include name="coneforest/psylla/runtime/OperatorType.java"/>
<compilerarg value="-Xlint:deprecation"/>
<compilerarg value="-proc:none"/>
<compilerarg value="-Xdiags:verbose"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class PsyllaTest
/*
public static void run(final String[] args)
{
coneforest.psylla.Psylla.main(args);
coneforest.psylla.runtime.Psylla.main(args);
}
public static void runScript(final String scriptName, final String[] scriptArgs, final String[] psyllaArgs)
Expand Down

0 comments on commit 252dce1

Please sign in to comment.