summaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorJohn Mazzitelli <mazz@redhat.com>2009-10-02 11:45:50 -0400
committerJohn Mazzitelli <mazz@redhat.com>2009-10-02 11:45:50 -0400
commit7d0f1ead821e7b8dca7cf5015b2cbd0513e211fd (patch)
treef7c7086ad5b23cc61a299929fa6e95437c553e29 /.classpath
parent160e56ab98b1c630bead95d0800ab4b9cc59e311 (diff)
downloadpuppet-plugin-7d0f1ead821e7b8dca7cf5015b2cbd0513e211fd.tar.gz
puppet-plugin-7d0f1ead821e7b8dca7cf5015b2cbd0513e211fd.tar.xz
puppet-plugin-7d0f1ead821e7b8dca7cf5015b2cbd0513e211fd.zip
add eclipse infrastructure files so eclipse can build it. clean up plugin xml
Diffstat (limited to '.classpath')
-rw-r--r--.classpath10
1 files changed, 10 insertions, 0 deletions
diff --git a/.classpath b/.classpath
new file mode 100644
index 0000000..f18cca8
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src/main/java"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging/1.1/commons-logging-1.1.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/rhq/rhq-core-domain/1.4.0-SNAPSHOT/rhq-core-domain-1.4.0-SNAPSHOT.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/rhq/rhq-core-plugin-api/1.4.0-SNAPSHOT/rhq-core-plugin-api-1.4.0-SNAPSHOT.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/rhq/rhq-core-native-system/1.4.0-SNAPSHOT/rhq-core-native-system-1.4.0-SNAPSHOT.jar"/>
+ <classpathentry kind="output" path="eclipse-classes"/>
+</classpath>