Skip to content

Commit

Permalink
Updated the STS project files.
Browse files Browse the repository at this point in the history
  • Loading branch information
pledbrook committed Mar 11, 2011
1 parent a7796c5 commit 139a36c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .classpath
Expand Up @@ -11,6 +11,21 @@
<classpathentry kind="src" path="test/unit"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="com.springsource.sts.grails.core.CLASSPATH_CONTAINER"/>
<classpathentry excluding="BuildConfig.groovy|*DataSource.groovy|UrlMappings.groovy|Config.groovy|BootStrap.groovy|spring/resources.groovy" kind="src" path="blueprint-1.0.2-grails-app-conf">
<attributes>
<attribute name="com.springsource.sts.grails.core.SOURCE_FOLDER" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="blueprint-1.0.2-grails-app-i18n">
<attributes>
<attribute name="com.springsource.sts.grails.core.SOURCE_FOLDER" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="blueprint-1.0.2-grails-app-taglib">
<attributes>
<attribute name="com.springsource.sts.grails.core.SOURCE_FOLDER" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="tomcat-1.3.6-src-groovy">
<attributes>
<attribute name="com.springsource.sts.grails.core.SOURCE_FOLDER" value="true"/>
Expand Down
21 changes: 21 additions & 0 deletions .project
Expand Up @@ -5,6 +5,11 @@
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
Expand All @@ -15,8 +20,24 @@
<nature>com.springsource.sts.grails.core.nature</nature>
<nature>org.eclipse.jdt.groovy.core.groovyNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
</natures>
<linkedResources>
<link>
<name>blueprint-1.0.2-grails-app-conf</name>
<type>2</type>
<locationURI>GRAILS_ROOT/1.3.6/projects/PomodoroApp/plugins/blueprint-1.0.2/grails-app/conf</locationURI>
</link>
<link>
<name>blueprint-1.0.2-grails-app-i18n</name>
<type>2</type>
<locationURI>GRAILS_ROOT/1.3.6/projects/PomodoroApp/plugins/blueprint-1.0.2/grails-app/i18n</locationURI>
</link>
<link>
<name>blueprint-1.0.2-grails-app-taglib</name>
<type>2</type>
<locationURI>GRAILS_ROOT/1.3.6/projects/PomodoroApp/plugins/blueprint-1.0.2/grails-app/taglib</locationURI>
</link>
<link>
<name>tomcat-1.3.6-src-groovy</name>
<type>2</type>
Expand Down

0 comments on commit 139a36c

Please sign in to comment.