diff options
| author | John Mazzitelli <mazz@redhat.com> | 2009-10-02 11:45:50 -0400 |
|---|---|---|
| committer | John Mazzitelli <mazz@redhat.com> | 2009-10-02 11:45:50 -0400 |
| commit | 7d0f1ead821e7b8dca7cf5015b2cbd0513e211fd (patch) | |
| tree | f7c7086ad5b23cc61a299929fa6e95437c553e29 /src/main | |
| parent | 160e56ab98b1c630bead95d0800ab4b9cc59e311 (diff) | |
| download | puppet-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 'src/main')
| -rw-r--r-- | src/main/resources/META-INF/rhq-plugin.xml | 35 |
1 files changed, 15 insertions, 20 deletions
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 @@ <?xml version="1.0"?> <plugin name="puppet" - displayName="puppetPlugin" - package="org.rhq.plugins.puppet.puppet" + displayName="Puppet" + package="org.rhq.plugins.puppet" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:xmlns:rhq-plugin" xmlns:c="urn:xmlns:rhq-configuration"> + <server name="Puppet Client" + discovery="PuppetDiscovery" + class="PuppetComponent" + createDeletePolicy="both"> - <server - name="puppet" - discovery="PuppetDiscovery" - class="PuppetComponent" - createDeletePolicy="both" - > + <plugin-configuration> + <!-- TODO add your own here --> + <c:simple-property name="dummy" /> + </plugin-configuration> - <plugin-configuration> - <!-- TODO add your own here --> - <c:simple-property name="dummy"/> - </plugin-configuration> + <!-- TODO process scans --> - <!-- TODO process scans --> - - <operation name="dummyOperation"> - <!-- TODO supply parameters and return values --> - </operation> - - - </server> + <operation name="dummyOperation"> + <!-- TODO supply parameters and return values --> + </operation> + </server> </plugin>
\ No newline at end of file |
