Skip to content

Commit

Permalink
Added groovy support to plugin eclipse project
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Hickey committed Jul 29, 2010
1 parent b34fa05 commit 1b2a1d3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 12 deletions.
6 changes: 6 additions & 0 deletions hqapi1-plugin/.classpath
Expand Up @@ -99,5 +99,11 @@
<classpathentry kind="var" path="M2_REPO/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar" sourcepath="M2_REPO/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1-sources.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/hqapi1"/>
<classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
<classpathentry kind="var" path="M2_REPO/org/hyperic/hq/hq-rendit/4.5.0.BUILD-SNAPSHOT/hq-rendit-4.5.0.BUILD-SNAPSHOT.jar"/>
<classpathentry kind="var" path="M2_REPO/org/hyperic/hq/hq-server/4.5.0.BUILD-SNAPSHOT/hq-server-4.5.0.BUILD-SNAPSHOT.jar"/>
<classpathentry kind="var" path="M2_REPO/org/hyperic/hq/hq-util/4.5.0.BUILD-SNAPSHOT/hq-util-4.5.0.BUILD-SNAPSHOT.jar"/>
<classpathentry kind="var" path="M2_REPO/org/hyperic/hq/hq-common/4.5.0.BUILD-SNAPSHOT/hq-common-4.5.0.BUILD-SNAPSHOT.jar"/>
<classpathentry kind="var" path="M2_REPO/org/hyperic/hq/hq-pdk-shared/4.5.0.BUILD-SNAPSHOT/hq-pdk-shared-4.5.0.BUILD-SNAPSHOT.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
29 changes: 17 additions & 12 deletions hqapi1-plugin/.project
@@ -1,13 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>hqapi1-plugin</name>
<comment>NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
<projects/>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
<name>hqapi1-plugin</name>
<comment>NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.groovy.core.groovyNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

0 comments on commit 1b2a1d3

Please sign in to comment.