Skip to content

Instantly share code, notes, and snippets.

@solo-seven
Created May 18, 2012 12:00
Show Gist options
  • Save solo-seven/2724900 to your computer and use it in GitHub Desktop.
Save solo-seven/2724900 to your computer and use it in GitHub Desktop.
Example Bundle Description
<?xml version="1.0"?>
<project name="test-bundle" default="main"
xmlns:rhq="antlib:org.rhq.bundle">
<rhq:bundle name="JON Webapp" version="0.0.1.r2" description="an example bundle">
<rhq:deployment-unit name="appserver" manageRootDir="true">
<rhq:archive name="myweb.war" exploded="false" ></rhq:archive>
</rhq:deployment-unit>
</rhq:bundle>
<target name="main" />
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment