Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-incorrect-path-to-jsjar#ticket-15-2

Stopped using ant's lib path for js.jar [#15 state:resolved]

Reviewed by me.
  • Loading branch information
Francisco Ryan Tolmasky I committed Sep 5, 2008
1 parent e99efff commit e3679c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common.xml
Expand Up @@ -24,6 +24,7 @@

<property environment = "environment" />
<property name = "environment.OBJJ_HOME" value = "/usr/local/share/objj" />
<property name = "environment.OBJJ_LIB" value = "${environment.OBJJ_HOME}/lib" />

<!-- prepare-release -->

Expand Down Expand Up @@ -84,7 +85,7 @@
<sequential>
<java classname = "org.mozilla.javascript.tools.jsc.Main" dir = "@{dir}" fork = "true">
<classpath>
<pathelement location = "/usr/share/ant/lib/js.jar" />
<pathelement location = "${environment.OBJJ_LIB}/js.jar" />
<pathelement location = "." />
</classpath>

Expand Down

0 comments on commit e3679c1

Please sign in to comment.