Skip to content

Commit

Permalink
renamed lib dir
Browse files Browse the repository at this point in the history
  • Loading branch information
purplefox committed Feb 22, 2012
1 parent 505fda9 commit ea5f5e6
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -6,7 +6,6 @@ test-output
Scratch.java
ScratchTest.java
.yardoc
build
.gradle
src/examples/java/classes
src/examples/java/quux-out
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -31,7 +31,7 @@
<property name="core-target" value="${target}/core/classes"/>
<property name="conf-dir" value="conf"/>
<property name="lib-dir" value="lib"/>
<property name="core-lib" value="${lib-dir}/build"/>
<property name="core-lib" value="${lib-dir}/main"/>
<property name="test-results" value="test-results"/>
<property name="test-tmp" value="test-tmp"/>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ea5f5e6

Please sign in to comment.