User: ejort
Date: 01/12/14 19:23:24
Modified: . build.xml
Log:
Added javax.management.* packages to the API output
It appears in OtherPackages group in Javadoc (correct?)
Revision Changes Path
1.3 +2 -2 jmx/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jmx/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 2001/12/12 23:46:12 1.2
+++ build.xml 2001/12/15 03:23:24 1.3
@@ -12,7 +12,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.2 2001/12/12 23:46:12 juhalindfors Exp $ -->
+<!-- $Id: build.xml,v 1.3 2001/12/15 03:23:24 ejort Exp $ -->
<project default="main" name="JBoss/JMX">
@@ -157,7 +157,7 @@
</path>
<!-- Packages to include when generating api documentation -->
- <property name="javadoc.packages" value="org.jboss.*"/>
+ <property name="javadoc.packages" value="javax.management.*, org.jboss.*"/>
<!-- Override JUnit defaults -->
<property name="junit.timeout" value="240000"/> <!-- 4 minutes -->
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development