Skip to content

Commit

Permalink
build fixed. The build is a little sloppy. Needs some cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhooks committed Nov 7, 2010
1 parent d2f1772 commit f54ac8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.properties
Expand Up @@ -10,7 +10,6 @@ project.name.versioned=${project.name}-${ver.num}
src.dir=${basedir}/src
package.dir=org/robotlegs
tests.dir=${basedir}/test
libs.dir=${basedir}/libs
output.dir=${basedir}/bin
docs.dir=${basedir}/docs
output.swc=${output.dir}/${project.name.versioned}.swc
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -21,7 +21,7 @@
<arg value="-include-sources=${src.dir}/${package.dir}" />

<!-- Link in classes from swc library (only those used). -->
<arg value="-library-path+=${libs.dir}" />
<arg value="-library-path+=${lib.loc}" />

<arg value="-output=${output.swc}" />
</java>
Expand Down

0 comments on commit f54ac8e

Please sign in to comment.