From 7d0f1ead821e7b8dca7cf5015b2cbd0513e211fd Mon Sep 17 00:00:00 2001 From: John Mazzitelli Date: Fri, 2 Oct 2009 11:45:50 -0400 Subject: add eclipse infrastructure files so eclipse can build it. clean up plugin xml --- .classpath | 10 +++++++++ .project | 17 +++++++++++++++ src/main/resources/META-INF/rhq-plugin.xml | 35 +++++++++++++----------------- 3 files changed, 42 insertions(+), 20 deletions(-) create mode 100644 .classpath create mode 100644 .project diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..f18cca8 --- /dev/null +++ b/.classpath @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/.project b/.project new file mode 100644 index 0000000..1f72711 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + puppet-plugin + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/src/main/resources/META-INF/rhq-plugin.xml b/src/main/resources/META-INF/rhq-plugin.xml index 78f1f2d..98db7bf 100644 --- a/src/main/resources/META-INF/rhq-plugin.xml +++ b/src/main/resources/META-INF/rhq-plugin.xml @@ -1,32 +1,27 @@ + - + + + + - - - - + - - - - - - - - + + + + \ No newline at end of file -- cgit