forked from apache/grails-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
13 lines (13 loc) · 691 Bytes
/
Copy path.classpath
File metadata and controls
13 lines (13 loc) · 691 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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="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"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="GROOVY_SUPPORT"/>
<classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT"/>
<classpathentry kind="output" path="bin"/>
</classpath>