<?xml version="1.0" encoding="ISO-8859-1"?><project>
  <parent>
    <artifactId>configs</artifactId>
    <groupId>org.apache.geronimo.configs</groupId>
    <version>1.2-beta</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>online-deployer</artifactId>
  <packaging>car</packaging>
  <name>Geronimo Configs :: Online Deployer</name>
  <version>1.2-beta</version>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.geronimo.plugins</groupId>
        <artifactId>car-maven-plugin</artifactId>
        <configuration>
          <archive>
            <manifestEntries>
              <Endorsed-Dirs>lib/endorsed</Endorsed-Dirs>
              <Extension-Dirs>lib/ext</Extension-Dirs>
            </manifestEntries>
            <manifest>
              <mainClass>org.apache.geronimo.deployment.cli.DeployTool</mainClass>
            </manifest>
          </archive>
          <classpath>
            <element>
              <groupId>org.apache.geronimo.modules</groupId>
              <artifactId>geronimo-common</artifactId>
              <version>1.2-beta</version>
            </element>
            <element>
              <groupId>org.apache.geronimo.modules</groupId>
              <artifactId>geronimo-kernel</artifactId>
              <version>1.2-beta</version>
            </element>
            <element>
              <groupId>org.apache.geronimo.modules</groupId>
              <artifactId>geronimo-system</artifactId>
              <version>1.2-beta</version>
            </element>
            <element>
              <groupId>org.apache.geronimo.modules</groupId>
              <artifactId>geronimo-util</artifactId>
              <version>1.2-beta</version>
            </element>
            <element>
              <groupId>org.apache.geronimo.modules</groupId>
              <artifactId>geronimo-deploy-jsr88</artifactId>
              <version>1.2-beta</version>
            </element>
            <element>
              <groupId>org.apache.geronimo.modules</groupId>
              <artifactId>geronimo-deploy-tool</artifactId>
              <version>1.2-beta</version>
            </element>
            <element>
              <groupId>org.apache.geronimo.specs</groupId>
              <artifactId>geronimo-j2ee-deployment_1.1_spec</artifactId>
            </element>
            <element>
              <groupId>mx4j</groupId>
              <artifactId>mx4j</artifactId>
            </element>
            <element>
              <groupId>mx4j</groupId>
              <artifactId>mx4j-remote</artifactId>
            </element>
            <element>
              <groupId>commons-cli</groupId>
              <artifactId>commons-cli</artifactId>
            </element>
            <element>
              <groupId>commons-logging</groupId>
              <artifactId>commons-logging</artifactId>
            </element>
            <element>
              <groupId>cglib</groupId>
              <artifactId>cglib-nodep</artifactId>
            </element>
            <element>
              <groupId>log4j</groupId>
              <artifactId>log4j</artifactId>
            </element>
            <element>
              <groupId>jline</groupId>
              <artifactId>jline</artifactId>
            </element>
            <element>
              <groupId>xpp3</groupId>
              <artifactId>xpp3</artifactId>
            </element>
            <element>
              <groupId>xstream</groupId>
              <artifactId>xstream</artifactId>
            </element>
            <element>
              <groupId>xerces</groupId>
              <artifactId>xercesImpl</artifactId>
              <classpathPrefix>../lib/endorsed</classpathPrefix>
            </element>
            <element>
              <groupId>xerces</groupId>
              <artifactId>xmlParserAPIs</artifactId>
              <classpathPrefix>../lib/endorsed</classpathPrefix>
            </element>
            <element>
              <entry>server.jar</entry>
            </element>
          </classpath>
          <classpathPrefix>../lib</classpathPrefix>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>