[Ejtools-cvs] applications/jmx.browser project.xml,1.6,1.7
Brought to you by:
letiemble
From: <let...@us...> - 2003-12-25 21:53:45
|
Update of /cvsroot/ejtools/applications/jmx.browser In directory sc8-pr-cvs1:/tmp/cvs-serv3922/applications/jmx.browser Modified Files: project.xml Log Message: Re-add correct path to resources. Index: project.xml =================================================================== RCS file: /cvsroot/ejtools/applications/jmx.browser/project.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** project.xml 15 Dec 2003 20:38:24 -0000 1.6 --- project.xml 25 Dec 2003 21:53:41 -0000 1.7 *************** *** 11,32 **** --> <project> ! <extend>${basedir}/../../project.xml</extend> ! <id>ejtools-jmx-browser</id> ! <groupId>ejtools</groupId> ! <name>JMX Browser</name> ! <description>A tool which allows to view and interact with the JMX space in a J2EE Server.</description> ! <currentVersion>1.2.0</currentVersion> ! <package>org/ejtools/jmx/browser</package> ! <url>/applications/jmx.browser</url> ! <dependencies> ! <dependency> ! <id>log4j</id> ! <version>1.2.8</version> ! <properties> ! <app.bundle.jar>true</app.bundle.jar> ! <war.bundle.jar>true</war.bundle.jar> ! </properties> ! </dependency> ! <!-- Not needed as we use the HEAD version <dependency> <id>mx4j</id> --- 11,32 ---- --> <project> ! <extend>${basedir}/../../project.xml</extend> ! <id>ejtools-jmx-browser</id> ! <groupId>ejtools</groupId> ! <name>JMX Browser</name> ! <description>A tool which allows to view and interact with the JMX space in a J2EE Server.</description> ! <currentVersion>1.2.0</currentVersion> ! <package>org/ejtools/jmx/browser</package> ! <url>/applications/jmx.browser</url> ! <dependencies> ! <dependency> ! <id>log4j</id> ! <version>1.2.8</version> ! <properties> ! <app.bundle.jar>true</app.bundle.jar> ! <war.bundle.jar>true</war.bundle.jar> ! </properties> ! </dependency> ! <!-- Not needed as we use the HEAD version <dependency> <id>mx4j</id> *************** *** 35,162 **** </dependency> --> ! <dependency> ! <id>mx4j</id> ! <artifactId>mx4j-tools</artifactId> ! <version>1.1.1</version> ! </dependency> ! <dependency> ! <id>struts</id> ! <version>1.0.2</version> ! <properties> ! <war.bundle.jar>true</war.bundle.jar> ! </properties> ! </dependency> ! <dependency> ! <id>servletapi</id> ! <version>2.3</version> ! </dependency> ! <!-- Project dependencies --> ! <dependency> ! <id>ejtools-adwt</id> ! <groupId>ejtools</groupId> ! <version>1.0.0</version> ! <properties> ! <app.bundle.jar>true</app.bundle.jar> ! <war.bundle.jar>true</war.bundle.jar> ! </properties> ! </dependency> ! <dependency> ! <id>ejtools-common</id> ! <groupId>ejtools</groupId> ! <version>1.0.0</version> ! <properties> ! <app.bundle.jar>true</app.bundle.jar> ! <war.bundle.jar>true</war.bundle.jar> ! <mbean.bundle.jar>true</mbean.bundle.jar> ! </properties> ! </dependency> ! <dependency> ! <id>ejtools-graph</id> ! <groupId>ejtools</groupId> ! <version>1.0.0</version> ! <properties> ! <app.bundle.jar>true</app.bundle.jar> ! <war.bundle.jar>true</war.bundle.jar> ! <mbean.bundle.jar>true</mbean.bundle.jar> ! </properties> ! </dependency> ! <dependency> ! <id>ejtools-j2ee-icons</id> ! <groupId>ejtools</groupId> ! <version>1.0.0</version> ! <properties> ! <app.bundle.jar>true</app.bundle.jar> ! </properties> ! </dependency> ! <dependency> ! <id>ejtools-taglib</id> ! <groupId>ejtools</groupId> ! <version>1.0.0</version> ! <properties> ! <war.bundle.jar>true</war.bundle.jar> ! <war.bundle.tld>true</war.bundle.tld> ! </properties> ! </dependency> ! <!-- Local dependencies --> ! <dependency> ! <id>dreambean</id> ! <groupId>dreambean</groupId> ! <artifactId>awt</artifactId> ! <version>1.0</version> ! <properties> ! <app.bundle.jar>true</app.bundle.jar> ! </properties> ! </dependency> ! <dependency> ! <id>jboss</id> ! <groupId>jboss</groupId> ! <artifactId>jbossall-client</artifactId> ! <version>3.0.4</version> ! </dependency> ! <dependency> ! <id>jboss</id> ! <groupId>jboss</groupId> ! <artifactId>jboss</artifactId> ! <version>3.0.4</version> ! </dependency> ! <dependency> ! <id>jboss</id> ! <groupId>jboss</groupId> ! <artifactId>jboss-common</artifactId> ! <version>3.0.4</version> ! </dependency> ! <dependency> ! <id>jboss</id> ! <groupId>jboss</groupId> ! <artifactId>jboss-system</artifactId> ! <version>3.0.4</version> ! </dependency> ! <dependency> ! <id>mx4j</id> ! <groupId>mx4j</groupId> ! <artifactId>mx4j-HEAD</artifactId> ! <version>1.2</version> ! </dependency> ! <dependency> ! <id>mx4j</id> ! <groupId>mx4j</groupId> ! <artifactId>mx4j-HEAD-remote</artifactId> ! <version>1.2</version> ! </dependency> ! <dependency> ! <id>mx4j</id> ! <groupId>mx4j</groupId> ! <artifactId>mx4j-HEAD-tools</artifactId> ! <version>1.2</version> ! </dependency> ! <dependency> ! <id>sun</id> ! <groupId>sun</groupId> ! <artifactId>jlfgr</artifactId> ! <version>1.0</version> ! <properties> ! <app.bundle.jar>true</app.bundle.jar> ! </properties> ! </dependency> ! </dependencies> </project> --- 35,176 ---- </dependency> --> ! <dependency> ! <id>mx4j</id> ! <artifactId>mx4j-tools</artifactId> ! <version>1.1.1</version> ! </dependency> ! <dependency> ! <id>struts</id> ! <version>1.0.2</version> ! <properties> ! <war.bundle.jar>true</war.bundle.jar> ! </properties> ! </dependency> ! <dependency> ! <id>servletapi</id> ! <version>2.3</version> ! </dependency> ! <!-- Project dependencies --> ! <dependency> ! <id>ejtools-adwt</id> ! <groupId>ejtools</groupId> ! <version>1.0.0</version> ! <properties> ! <app.bundle.jar>true</app.bundle.jar> ! <war.bundle.jar>true</war.bundle.jar> ! </properties> ! </dependency> ! <dependency> ! <id>ejtools-common</id> ! <groupId>ejtools</groupId> ! <version>1.0.0</version> ! <properties> ! <app.bundle.jar>true</app.bundle.jar> ! <war.bundle.jar>true</war.bundle.jar> ! <mbean.bundle.jar>true</mbean.bundle.jar> ! </properties> ! </dependency> ! <dependency> ! <id>ejtools-graph</id> ! <groupId>ejtools</groupId> ! <version>1.0.0</version> ! <properties> ! <app.bundle.jar>true</app.bundle.jar> ! <war.bundle.jar>true</war.bundle.jar> ! <mbean.bundle.jar>true</mbean.bundle.jar> ! </properties> ! </dependency> ! <dependency> ! <id>ejtools-j2ee-icons</id> ! <groupId>ejtools</groupId> ! <version>1.0.0</version> ! <properties> ! <app.bundle.jar>true</app.bundle.jar> ! </properties> ! </dependency> ! <dependency> ! <id>ejtools-taglib</id> ! <groupId>ejtools</groupId> ! <version>1.0.0</version> ! <properties> ! <war.bundle.jar>true</war.bundle.jar> ! <war.bundle.tld>true</war.bundle.tld> ! </properties> ! </dependency> ! <!-- Local dependencies --> ! <dependency> ! <id>dreambean</id> ! <groupId>dreambean</groupId> ! <artifactId>awt</artifactId> ! <version>1.0</version> ! <properties> ! <app.bundle.jar>true</app.bundle.jar> ! </properties> ! </dependency> ! <dependency> ! <id>jboss</id> ! <groupId>jboss</groupId> ! <artifactId>jbossall-client</artifactId> ! <version>3.0.4</version> ! </dependency> ! <dependency> ! <id>jboss</id> ! <groupId>jboss</groupId> ! <artifactId>jboss</artifactId> ! <version>3.0.4</version> ! </dependency> ! <dependency> ! <id>jboss</id> ! <groupId>jboss</groupId> ! <artifactId>jboss-common</artifactId> ! <version>3.0.4</version> ! </dependency> ! <dependency> ! <id>jboss</id> ! <groupId>jboss</groupId> ! <artifactId>jboss-system</artifactId> ! <version>3.0.4</version> ! </dependency> ! <dependency> ! <id>mx4j</id> ! <groupId>mx4j</groupId> ! <artifactId>mx4j-HEAD</artifactId> ! <version>1.2</version> ! </dependency> ! <dependency> ! <id>mx4j</id> ! <groupId>mx4j</groupId> ! <artifactId>mx4j-HEAD-remote</artifactId> ! <version>1.2</version> ! </dependency> ! <dependency> ! <id>mx4j</id> ! <groupId>mx4j</groupId> ! <artifactId>mx4j-HEAD-tools</artifactId> ! <version>1.2</version> ! </dependency> ! <dependency> ! <id>sun</id> ! <groupId>sun</groupId> ! <artifactId>jlfgr</artifactId> ! <version>1.0</version> ! <properties> ! <app.bundle.jar>true</app.bundle.jar> ! </properties> ! </dependency> ! </dependencies> ! <build> ! <!-- Resources --> ! <resources> ! <!-- General resources --> ! <resource> ! <directory>${basedir}/src/resources</directory> ! </resource> ! <!-- XDoclet Resources --> ! <resource> ! <directory>${basedir}/target/xdoclet/xdoclet</directory> ! <includes>*.properties</includes> ! </resource> ! </resources> ! </build> </project> |