Skip to content

Commit

Permalink
fixed classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
Burt Beckwith committed Dec 22, 2011
1 parent 52d21e0 commit 85e3f27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .classpath
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/guide"/>
<classpathentry kind="src" path="src/ref"/>
<classpathentry kind="lib" path="lib/radeox.jar" sourcepath="/home/burt/workspace/grails/radeox/src/java"/>
<classpathentry kind="src" path="src/en/guide"/>
<classpathentry kind="src" path="src/en/ref"/>
<classpathentry kind="lib" path="lib/radeox.jar" />
<classpathentry kind="lib" path="lib/commons-logging-1.1.jar"/>
<classpathentry kind="lib" path="lib/core-renderer.jar"/>
<classpathentry kind="lib" path="lib/iText-2.0.8.jar"/>
Expand Down

0 comments on commit 85e3f27

Please sign in to comment.