Thread: [Ejtools-cvs] applications/jmx.browser .classpath,NONE,1.1 .project,NONE,1.1 .cvsignore,1.4,1.5 mave
Brought to you by:
letiemble
|
From: <let...@us...> - 2003-11-27 01:13:39
|
Update of /cvsroot/ejtools/applications/jmx.browser
In directory sc8-pr-cvs1:/tmp/cvs-serv13614/jmx.browser
Modified Files:
.cvsignore maven.xml project.xml
Added Files:
.classpath .project
Log Message:
Address Bug #775745
Address Todo #800902
Address Todo #755528
Remove @created tags
Add support for MXJ4 2.0.0 (still beta)
Add support for JXM Remoting through RMI
--- NEW FILE: .classpath ---
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/conf"/>
<classpathentry kind="src" path="src/main"/>
<classpathentry kind="src" path="src/resources"/>
<classpathentry kind="src" path="src/test"/>
<classpathentry kind="src" path="/ejtools-libraries-adwt"/>
<classpathentry kind="src" path="/ejtools-libraries-common"/>
<classpathentry kind="src" path="/ejtools-libraries-graph"/>
<classpathentry kind="src" path="/ejtools-libraries-icons"/>
<classpathentry kind="src" path="/ejtools-libraries-taglib"/>
<classpathentry kind="src" path="/ejtools-thirdparty"/>
<classpathentry kind="var" path="JRE_LIB" sourcepath="JDK_SRC"/>
<classpathentry kind="var" path="MAVEN_REPO/mx4j/jars/mx4j-tools-1.1.1.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/dreambean/jars/awt-1.0.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/jboss/jars/jboss-3.0.4.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/jboss/jars/jbossall-client-3.0.4.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/jboss/jars/jboss-common-3.0.4.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/jboss/jars/jboss-system-3.0.4.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/log4j/jars/log4j-1.2.8.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/struts/jars/struts-1.0.2.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/sun/jars/j2ee-1.3.1.jar"/>
<classpathentry kind="lib" path="F:/EJTools/thirdparty/mx4j/jars/mx4j-HEAD-1.2.jar"/>
<classpathentry kind="lib" path="F:/EJTools/thirdparty/mx4j/jars/mx4j-HEAD-remote-1.2.jar"/>
<classpathentry kind="lib" path="F:/EJTools/thirdparty/mx4j/jars/mx4j-HEAD-tools-1.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
--- NEW FILE: .project ---
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>ejtools-app-jmx-browser</name>
<comment></comment>
<projects>
<project>ejtools-libraries-adwt</project>
<project>ejtools-libraries-common</project>
<project>ejtools-libraries-graph</project>
<project>ejtools-libraries-icons</project>
<project>ejtools-libraries-taglib</project>
<project>ejtools-thirdparty</project>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
Index: .cvsignore
===================================================================
RCS file: /cvsroot/ejtools/applications/jmx.browser/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** .cvsignore 8 Mar 2003 20:52:09 -0000 1.4
--- .cvsignore 27 Nov 2003 01:13:05 -0000 1.5
***************
*** 1,4 ****
bin
! dist
! output
! target
--- 1,4 ----
bin
! dist
! output
! target
Index: maven.xml
===================================================================
RCS file: /cvsroot/ejtools/applications/jmx.browser/maven.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** maven.xml 8 Mar 2003 20:52:10 -0000 1.3
--- maven.xml 27 Nov 2003 01:13:05 -0000 1.4
***************
*** 23,25 ****
--- 23,28 ----
<attainGoal name="ejtools:mbean"/>
</postGoal>
+ <postGoal name="ejtools:app">
+ <attainGoal name="ejtools:app-unpack"/>
+ </postGoal>
</project>
Index: project.xml
===================================================================
RCS file: /cvsroot/ejtools/applications/jmx.browser/project.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** project.xml 1 Apr 2003 21:53:09 -0000 1.3
--- project.xml 27 Nov 2003 01:13:05 -0000 1.4
***************
*** 1,167 ****
! <?xml version="1.0" encoding="UTF-8"?>
! <!--
! # ================================================================================
! # EJTools, the Enterprise Java Tools
! #
! # Distributable under LGPL license.
! # See terms of license at gnu.org.
! #
! # $Revision$
! # ================================================================================
! -->
! <project>
! <extend>${basedir}/../../project.xml</extend>
! <id>ejtools-jmx-browser</id>
! <groupId>ejtools</groupId>
! <name>JMX Browser</name>
! <currentVersion>1.1.2</currentVersion>
! <package>org/ejtools/management/browser</package>
! <url>/applications/jmx.browser</url>
! <dependencies>
! <dependency>
! <id>log4j</id>
! <version>1.2.7</version>
! <properties>
! <app.bundle.jar>true</app.bundle.jar>
! <war.bundle.jar>true</war.bundle.jar>
! </properties>
! </dependency>
! <dependency>
! <id>mx4j</id>
! <artifactId>mx4j-jmx</artifactId>
! <version>1.1</version>
! </dependency>
! <dependency>
! <id>mx4j</id>
! <artifactId>mx4j-tools</artifactId>
! <version>1.1</version>
! </dependency>
! <dependency>
! <id>struts</id>
! <version>1.0.2</version>
! <properties>
! <war.bundle.jar>true</war.bundle.jar>
! </properties>
! </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>sun</id>
! <groupId>sun</groupId>
! <artifactId>j2ee</artifactId>
! <version>1.3.1</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>
! <nagEmailAddress>ejt...@so...</nagEmailAddress>
! <!-- Source dirs -->
! <sourceDirectory>${basedir}/src/main</sourceDirectory>
! <unitTestSourceDirectory>${basedir}/src/test</unitTestSourceDirectory>
! <integrationUnitTestSourceDirectory>${basedir}/src/test</integrationUnitTestSourceDirectory>
! <aspectSourceDirectory/>
! <!-- Unit test classes -->
! <unitTest>
! <includes>
! <include>**/*Test.java</include>
! </includes>
! </unitTest>
! <!-- Resources -->
! <resources>
! <resource>
! <directory>${basedir}/src/resources</directory>
! </resource>
! <!-- XDoclet Resources -->
! <resource>
! <directory>${maven.build.dir}/xdoclet/xdoclet</directory>
! </resource>
! </resources>
! </build>
! </project>
--- 1,177 ----
! <?xml version="1.0" encoding="UTF-8"?>
! <!--
! # ================================================================================
! # EJTools, the Enterprise Java Tools
! #
! # Distributable under LGPL license.
! # See terms of license at gnu.org.
! #
! # $Revision$
! # ================================================================================
! -->
! <project>
! <extend>${basedir}/../../project.xml</extend>
! <id>ejtools-jmx-browser</id>
! <groupId>ejtools</groupId>
! <name>JMX Browser</name>
! <currentVersion>1.2.0</currentVersion>
! <package>org/ejtools/jmx/browser</package>
! <url>/applications/jmx.browser</url>
! <dependencies>
! <dependency>
! <id>log4j</id>
! <version>1.2.7</version>
! <properties>
! <app.bundle.jar>true</app.bundle.jar>
! <war.bundle.jar>true</war.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>
! <dependency>
! <id>struts</id>
! <version>1.0.2</version>
! <properties>
! <war.bundle.jar>true</war.bundle.jar>
! </properties>
! </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>j2ee</artifactId>
! <version>1.3.1</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>
|