Skip to content

Commit e1e68ce

Browse files
author
brownj
committed
GRAILS-1278
git-svn-id: https://svn.codehaus.org/grails/trunk@4673 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent 57aca66 commit e1e68ce

File tree

1 file changed

+2
-1
lines changed
  • src/grails/templates/ide-support/eclipse

1 file changed

+2
-1
lines changed

src/grails/templates/ide-support/eclipse/.classpath

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<classpathentry kind="src" path="grails-app/domain"/>
88
<classpathentry kind="src" path="grails-app/services"/>
99
<classpathentry kind="src" path="grails-app/taglib"/>
10-
<classpathentry kind="src" path="grails-tests"/>
10+
<classpathentry kind="src" path="test/integration"/>
11+
<classpathentry kind="src" path="test/unit"/>
1112
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
1213
<classpathentry kind="var" path="GRAILS_HOME/ant/lib/ant.jar"/>
1314
@grails.libs@

0 commit comments

Comments
 (0)