Skip to content

Commit 5adbc05

Browse files
author
graeme
committed
fixed path to junit jar and src/tiger path
git-svn-id: https://svn.codehaus.org/grails/trunk@1710 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent 2527835 commit 5adbc05

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.classpath

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="src/commons"/>
4-
<classpathentry kind="src" path="tiger"/>
4+
<classpathentry kind="src" path="src/tiger"/>
55
<classpathentry kind="src" path="src/web"/>
66
<classpathentry kind="src" path="src/persistence"/>
77
<classpathentry kind="src" path="src/scaffolding"/>
@@ -51,7 +51,6 @@
5151
<classpathentry kind="var" path="GRAILS_HOME/lib/commons-lang-2.1.jar"/>
5252
<classpathentry kind="var" path="GRAILS_HOME/lib/oro-2.0.8.jar"/>
5353
<classpathentry kind="var" path="GRAILS_HOME/lib/hsqldb-1.8.0.5.jar"/>
54-
<classpathentry exported="true" kind="lib" path="/Developer/eclipse/plugins/org.junit_3.8.1/junit.jar"/>
5554
<classpathentry kind="var" path="GRAILS_HOME/lib/commons-fileupload-1.1.1.jar"/>
5655
<classpathentry kind="output" path="target/classes"/>
5756
</classpath>

0 commit comments

Comments
 (0)