[Ejtools-cvs] applications/management.browser project.xml,1.5,1.6
Brought to you by:
letiemble
From: <let...@us...> - 2003-12-14 09:49:14
|
Update of /cvsroot/ejtools/applications/management.browser In directory sc8-pr-cvs1:/tmp/cvs-serv3339/applications/management.browser Modified Files: project.xml Log Message: Sort attributes and operations. Index: project.xml =================================================================== RCS file: /cvsroot/ejtools/applications/management.browser/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** project.xml 13 Dec 2003 22:31:56 -0000 1.5 --- project.xml 13 Dec 2003 22:52:54 -0000 1.6 *************** *** 11,129 **** --> <project> ! <extend>${basedir}/../../project.xml</extend> ! <id>ejtools-management-browser</id> ! <groupId>ejtools</groupId> ! <name>Management Browser</name> ! <description>A tool which allows to view and interact with a JSR77 compliant J2EE server.</description> ! <currentVersion>1.0.0</currentVersion> ! <package>org/ejtools/management/browser</package> ! <url>/applications/management.browser</url> ! <dependencies> ! <dependency> ! <id>log4j</id> ! <version>1.2.8</version> ! <properties> ! <app.bundle.jar>true</app.bundle.jar> ! </properties> ! </dependency> ! <dependency> ! <id>mx4j</id> ! <artifactId>mx4j-jmx</artifactId> ! <version>1.1.1</version> ! </dependency> ! <dependency> ! <id>mx4j</id> ! <artifactId>mx4j-tools</artifactId> ! <version>1.1.1</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> ! </properties> ! </dependency> ! <dependency> ! <id>ejtools-common</id> ! <groupId>ejtools</groupId> ! <version>1.0.0</version> ! <properties> ! <app.bundle.jar>true</app.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> ! </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> ! </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>sun</id> ! <groupId>sun</groupId> ! <artifactId>j2ee</artifactId> ! <version>1.4.0</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> ! <dependency> ! <id>sun</id> ! <groupId>sun</groupId> ! <artifactId>jsr77</artifactId> ! <version>1.1</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> --- 11,122 ---- --> <project> ! <extend>${basedir}/../../project.xml</extend> ! <id>ejtools-management-browser</id> ! <groupId>ejtools</groupId> ! <name>Management Browser</name> ! <description>A tool which allows to view and interact with a JSR77 compliant J2EE server.</description> ! <currentVersion>1.0.0</currentVersion> ! <package>org/ejtools/management/browser</package> ! <url>/applications/management.browser</url> ! <dependencies> ! <dependency> ! <id>log4j</id> ! <version>1.2.8</version> ! <properties> ! <app.bundle.jar>true</app.bundle.jar> ! </properties> ! </dependency> ! <dependency> ! <id>mx4j</id> ! <artifactId>mx4j-jmx</artifactId> ! <version>1.1.1</version> ! </dependency> ! <dependency> ! <id>mx4j</id> ! <artifactId>mx4j-tools</artifactId> ! <version>1.1.1</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> ! </properties> ! </dependency> ! <dependency> ! <id>ejtools-common</id> ! <groupId>ejtools</groupId> ! <version>1.0.0</version> ! <properties> ! <app.bundle.jar>true</app.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> ! </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-j2ee-management</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> ! </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>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> |