diff options
Diffstat (limited to 'java')
-rw-r--r-- | java/Makefile | 1 | ||||
-rw-r--r-- | java/xdoclet/Makefile | 43 | ||||
-rw-r--r-- | java/xdoclet/distinfo | 1 | ||||
-rw-r--r-- | java/xdoclet/pkg-descr | 15 | ||||
-rw-r--r-- | java/xdoclet/pkg-plist | 1275 |
5 files changed, 1335 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index e0945bb98d8f..a8787e47ff91 100644 --- a/java/Makefile +++ b/java/Makefile @@ -70,5 +70,6 @@ SUBDIR += shujit SUBDIR += tya SUBDIR += xalan-j + SUBDIR += xdoclet .include <bsd.port.subdir.mk> diff --git a/java/xdoclet/Makefile b/java/xdoclet/Makefile new file mode 100644 index 000000000000..5801ccbedecd --- /dev/null +++ b/java/xdoclet/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: xdoclet +# Date created: Feb 25 2003 +# Whom: Sheldon Hearn <sheldonh@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xdoclet +PORTVERSION= 1.2b2 +CATEGORIES= java devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-bin-${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= sheldonh@FreeBSD.org +COMMENT= Java attribute-oriented code generation engine + +RUN_DEPENDS ${LOCALBASE}/bin/ant:${PORTSDIR}/devel/jakarta-ant + +USE_JAVA= 1.2+ +NO_WRKSUBDIR= yes +NO_BUILD= yes +NO_BUILD_DEPENDS_JAVA= yes + +CLASSDIR= ${PREFIX}/share/java/classes + +do-install: + ${MKDIR} ${CLASSDIR} ${DOCSDIR} ${EXAMPLESDIR} + cd ${WRKSRC} && ${FIND} lib -name '*xdoclet*' -exec \ + ${INSTALL_DATA} \{} ${CLASSDIR} \; + cd ${WRKSRC}/samples && ${FIND} . -type d -exec \ + ${MKDIR} ${EXAMPLESDIR}/\{} \; + cd ${WRKSRC}/samples && ${FIND} . -type f -exec \ + ${INSTALL_DATA} \{} ${EXAMPLESDIR}/\{} \; +.if !defined(NOPORTDOCS) + cd ${WRKSRC}/docs && ${FIND} . -type d -exec \ + ${MKDIR} ${DOCSDIR}/\{} \; + cd ${WRKSRC}/docs && ${FIND} . -type f -exec \ + ${INSTALL_DATA} \{} ${DOCSDIR}/\{} \; +.endif + +.include <bsd.port.mk> diff --git a/java/xdoclet/distinfo b/java/xdoclet/distinfo new file mode 100644 index 000000000000..16b455846f65 --- /dev/null +++ b/java/xdoclet/distinfo @@ -0,0 +1 @@ +MD5 (xdoclet-bin-1.2b2.tgz) = 6f59b913f9a2f01d74485591fc45bf4e diff --git a/java/xdoclet/pkg-descr b/java/xdoclet/pkg-descr new file mode 100644 index 000000000000..7d68972b331b --- /dev/null +++ b/java/xdoclet/pkg-descr @@ -0,0 +1,15 @@ +XDoclet is a Java code generation engine. It enables Attribute-Oriented +Programming for java. In short, this means that you can add more +significance to your code by adding meta data (attributes) to your java +sources. This is done in special JavaDoc tags. + +XDoclet will parse your source files and generate many artifacts such as +XML descriptors and/or source code from it. These files are generated +from templates that use the information provided in the source code and +its JavaDoc tags. + +XDoclet lets you apply Continuous Integration in component-oriented +development. Developers should concentrate their editing work on only +one Java source file per component. + +WWW: http://www.xdoclet.org/ diff --git a/java/xdoclet/pkg-plist b/java/xdoclet/pkg-plist new file mode 100644 index 000000000000..b636a7c9de7d --- /dev/null +++ b/java/xdoclet/pkg-plist @@ -0,0 +1,1275 @@ +share/examples/xdoclet/build-dist.properties +share/examples/xdoclet/build.xml +share/examples/xdoclet/lib/jboss-j2ee.jar +share/examples/xdoclet/lib/jmxri.jar +share/examples/xdoclet/lib/mx4j.jar +share/examples/xdoclet/lib/openjmx.jar +share/examples/xdoclet/lib/readme.txt +share/examples/xdoclet/lib/servlet.jar +share/examples/xdoclet/lib/struts-1.1-beta-2.jar +share/examples/xdoclet/lib/webwork.jar +share/examples/xdoclet/maven.xml +share/examples/xdoclet/project.properties +share/examples/xdoclet/project.xml +share/examples/xdoclet/readme.txt +share/examples/xdoclet/src/java/test/dao/CustomerExampleDAO.java +share/examples/xdoclet/src/java/test/ejb/AccountBean.java +share/examples/xdoclet/src/java/test/ejb/AddressBean.java +share/examples/xdoclet/src/java/test/ejb/AllTypesEntityBean.java +share/examples/xdoclet/src/java/test/ejb/BaseEntityBean.java +share/examples/xdoclet/src/java/test/ejb/BaseEntityHome.java +share/examples/xdoclet/src/java/test/ejb/BaseTellerBean.java +share/examples/xdoclet/src/java/test/ejb/CustomerBMPBean.java +share/examples/xdoclet/src/java/test/ejb/CustomerBean.java +share/examples/xdoclet/src/java/test/ejb/PersonBean.java +share/examples/xdoclet/src/java/test/ejb/QueueBean.java +share/examples/xdoclet/src/java/test/ejb/SecurityOfficerBean.java +share/examples/xdoclet/src/java/test/ejb/StatefulBean.java +share/examples/xdoclet/src/java/test/ejb/TellerBean.java +share/examples/xdoclet/src/java/test/ejb/cmr/CityBean.java +share/examples/xdoclet/src/java/test/ejb/cmr/CountryBean.java +share/examples/xdoclet/src/java/test/ejb/cmr/LanguageBean.java +share/examples/xdoclet/src/java/test/ejb/cmr/LanguageCodeBean.java +share/examples/xdoclet/src/java/test/ejb/cmr/mysql.txt +share/examples/xdoclet/src/java/test/ejb/cmr/package.html +share/examples/xdoclet/src/java/test/ejb/jdo/Manager.java +share/examples/xdoclet/src/java/test/ejb/jdo/Paycheck.java +share/examples/xdoclet/src/java/test/ejb/jdo/Staff.java +share/examples/xdoclet/src/java/test/ejb/jdo/Transaction.java +share/examples/xdoclet/src/java/test/hibernate/BaseReferenceValue.java +share/examples/xdoclet/src/java/test/hibernate/ItemTypeRefValue.java +share/examples/xdoclet/src/java/test/hibernate/Order.java +share/examples/xdoclet/src/java/test/hibernate/OrderItems.java +share/examples/xdoclet/src/java/test/hibernate/OrderItems2.java +share/examples/xdoclet/src/java/test/hibernate/OrderTypeRefValue.java +share/examples/xdoclet/src/java/test/interfaces/ApplicationException.java +share/examples/xdoclet/src/java/test/interfaces/Identifiable.java +share/examples/xdoclet/src/java/test/interfaces/SecurityOfficer.java +share/examples/xdoclet/src/java/test/interfaces/SecurityOfficerHome.java +share/examples/xdoclet/src/java/test/javabean/SimpleBean.java +share/examples/xdoclet/src/java/test/javabean/SimpleI18NBean.java +share/examples/xdoclet/src/java/test/jdo/MapKey.java +share/examples/xdoclet/src/java/test/jdo/MapValue.java +share/examples/xdoclet/src/java/test/jdo/Sub.java +share/examples/xdoclet/src/java/test/jdo/SubChild.java +share/examples/xdoclet/src/java/test/jdo/Super.java +share/examples/xdoclet/src/java/test/jdo/SuperChild.java +share/examples/xdoclet/src/java/test/jmx/JBossXMLExample.java +share/examples/xdoclet/src/java/test/jmx/SimpleJMX.java +share/examples/xdoclet/src/java/test/web/SimpleAction.java +share/examples/xdoclet/src/java/test/web/SimpleListener.java +share/examples/xdoclet/src/java/test/web/SimpleServlet.java +share/examples/xdoclet/src/java/test/web/SimpleTag.java +share/examples/xdoclet/src/java/test/web/StrutsAction.java +share/examples/xdoclet/src/java/test/web/StrutsDispatchAction.java +share/examples/xdoclet/src/java/test/web/TimerFilter.java +share/examples/xdoclet/src/merge/weblogic-security-role-assignment.xml +share/examples/xdoclet/src/web/index.jsp +share/examples/xdoclet/target/classes/test/dao/CustomerDAO.class +share/examples/xdoclet/target/classes/test/dao/CustomerExampleDAO.class +share/examples/xdoclet/target/classes/test/ejb/AccountBean.class +share/examples/xdoclet/target/classes/test/ejb/AccountCMP.class +share/examples/xdoclet/target/classes/test/ejb/AddressBean.class +share/examples/xdoclet/target/classes/test/ejb/AddressCMP.class +share/examples/xdoclet/target/classes/test/ejb/AllTypesEntityBean.class +share/examples/xdoclet/target/classes/test/ejb/AllTypesEntityCMP.class +share/examples/xdoclet/target/classes/test/ejb/BaseEntityBean.class +share/examples/xdoclet/target/classes/test/ejb/BaseEntityHome.class +share/examples/xdoclet/target/classes/test/ejb/BaseTellerBean.class +share/examples/xdoclet/target/classes/test/ejb/CustomerBMPBMP.class +share/examples/xdoclet/target/classes/test/ejb/CustomerBMPBean.class +share/examples/xdoclet/target/classes/test/ejb/CustomerBean.class +share/examples/xdoclet/target/classes/test/ejb/CustomerCMP.class +share/examples/xdoclet/target/classes/test/ejb/PersonBean.class +share/examples/xdoclet/target/classes/test/ejb/QueueBean.class +share/examples/xdoclet/target/classes/test/ejb/SecurityOfficerBean.class +share/examples/xdoclet/target/classes/test/ejb/StatefulBean.class +share/examples/xdoclet/target/classes/test/ejb/StatefulSession.class +share/examples/xdoclet/target/classes/test/ejb/TellerBean.class +share/examples/xdoclet/target/classes/test/ejb/TellerSession.class +share/examples/xdoclet/target/classes/test/ejb/cmr/CityBean.class +share/examples/xdoclet/target/classes/test/ejb/cmr/CityCMP.class +share/examples/xdoclet/target/classes/test/ejb/cmr/CityData.class +share/examples/xdoclet/target/classes/test/ejb/cmr/CityLocal.class +share/examples/xdoclet/target/classes/test/ejb/cmr/CityLocalHome.class +share/examples/xdoclet/target/classes/test/ejb/cmr/CityUtil.class +share/examples/xdoclet/target/classes/test/ejb/cmr/CountryBean.class +share/examples/xdoclet/target/classes/test/ejb/cmr/CountryCMP.class +share/examples/xdoclet/target/classes/test/ejb/cmr/CountryData.class +share/examples/xdoclet/target/classes/test/ejb/cmr/CountryLocal.class +share/examples/xdoclet/target/classes/test/ejb/cmr/CountryLocalHome.class +share/examples/xdoclet/target/classes/test/ejb/cmr/CountryUtil.class +share/examples/xdoclet/target/classes/test/ejb/cmr/LanguageBean.class +share/examples/xdoclet/target/classes/test/ejb/cmr/LanguageCMP.class +share/examples/xdoclet/target/classes/test/ejb/cmr/LanguageCodeBean.class +share/examples/xdoclet/target/classes/test/ejb/cmr/LanguageCodeCMP.class +share/examples/xdoclet/target/classes/test/ejb/cmr/LanguageCodeData.class +share/examples/xdoclet/target/classes/test/ejb/cmr/LanguageCodeLocal.class +share/examples/xdoclet/target/classes/test/ejb/cmr/LanguageCodeLocalHome.class +share/examples/xdoclet/target/classes/test/ejb/cmr/LanguageCodeUtil.class +share/examples/xdoclet/target/classes/test/ejb/cmr/LanguageData.class +share/examples/xdoclet/target/classes/test/ejb/cmr/LanguageLocal.class +share/examples/xdoclet/target/classes/test/ejb/cmr/LanguageLocalHome.class +share/examples/xdoclet/target/classes/test/ejb/cmr/LanguageUtil.class +share/examples/xdoclet/target/classes/test/ejb/jdo/Manager.class +share/examples/xdoclet/target/classes/test/ejb/jdo/Paycheck.class +share/examples/xdoclet/target/classes/test/ejb/jdo/Staff.class +share/examples/xdoclet/target/classes/test/ejb/jdo/Transaction.class +share/examples/xdoclet/target/classes/test/hibernate/BaseReferenceValue.class +share/examples/xdoclet/target/classes/test/hibernate/ItemTypeRefValue.class +share/examples/xdoclet/target/classes/test/hibernate/Order.class +share/examples/xdoclet/target/classes/test/hibernate/OrderItems.class +share/examples/xdoclet/target/classes/test/hibernate/OrderItems2.class +share/examples/xdoclet/target/classes/test/hibernate/OrderTypeRefValue.class +share/examples/xdoclet/target/classes/test/interfaces/Account.class +share/examples/xdoclet/target/classes/test/interfaces/AccountData.class +share/examples/xdoclet/target/classes/test/interfaces/AccountHome.class +share/examples/xdoclet/target/classes/test/interfaces/AccountLocal.class +share/examples/xdoclet/target/classes/test/interfaces/AccountLocalHome.class +share/examples/xdoclet/target/classes/test/interfaces/AccountPK.class +share/examples/xdoclet/target/classes/test/interfaces/AccountUtil.class +share/examples/xdoclet/target/classes/test/interfaces/AccountValue.class +share/examples/xdoclet/target/classes/test/interfaces/AddressData.class +share/examples/xdoclet/target/classes/test/interfaces/AddressLocal.class +share/examples/xdoclet/target/classes/test/interfaces/AddressLocalHome.class +share/examples/xdoclet/target/classes/test/interfaces/AddressUtil.class +share/examples/xdoclet/target/classes/test/interfaces/AddressValue.class +share/examples/xdoclet/target/classes/test/interfaces/AllTypesEntity.class +share/examples/xdoclet/target/classes/test/interfaces/AllTypesEntityData.class +share/examples/xdoclet/target/classes/test/interfaces/AllTypesEntityHome.class +share/examples/xdoclet/target/classes/test/interfaces/AllTypesEntityLocal.class +share/examples/xdoclet/target/classes/test/interfaces/AllTypesEntityLocalHome.class +share/examples/xdoclet/target/classes/test/interfaces/AllTypesEntityPK.class +share/examples/xdoclet/target/classes/test/interfaces/AllTypesEntityUtil.class +share/examples/xdoclet/target/classes/test/interfaces/ApplicationException.class +share/examples/xdoclet/target/classes/test/interfaces/Customer.class +share/examples/xdoclet/target/classes/test/interfaces/CustomerBMPUtil.class +share/examples/xdoclet/target/classes/test/interfaces/CustomerData.class +share/examples/xdoclet/target/classes/test/interfaces/CustomerHome.class +share/examples/xdoclet/target/classes/test/interfaces/CustomerLightValue.class +share/examples/xdoclet/target/classes/test/interfaces/CustomerNormalValue.class +share/examples/xdoclet/target/classes/test/interfaces/CustomerPK.class +share/examples/xdoclet/target/classes/test/interfaces/CustomerUtil.class +share/examples/xdoclet/target/classes/test/interfaces/CustomerValue.class +share/examples/xdoclet/target/classes/test/interfaces/Identifiable.class +share/examples/xdoclet/target/classes/test/interfaces/Person.class +share/examples/xdoclet/target/classes/test/interfaces/PersonContactForm.class +share/examples/xdoclet/target/classes/test/interfaces/PersonData.class +share/examples/xdoclet/target/classes/test/interfaces/PersonFullForm.class +share/examples/xdoclet/target/classes/test/interfaces/PersonHome.class +share/examples/xdoclet/target/classes/test/interfaces/PersonLocal.class +share/examples/xdoclet/target/classes/test/interfaces/PersonLocalHome.class +share/examples/xdoclet/target/classes/test/interfaces/PersonNamesForm.class +share/examples/xdoclet/target/classes/test/interfaces/SecurityOfficer.class +share/examples/xdoclet/target/classes/test/interfaces/SecurityOfficerHome.class +share/examples/xdoclet/target/classes/test/interfaces/Stateful.class +share/examples/xdoclet/target/classes/test/interfaces/StatefulHome.class +share/examples/xdoclet/target/classes/test/interfaces/StatefulLocal.class +share/examples/xdoclet/target/classes/test/interfaces/StatefulLocalHome.class +share/examples/xdoclet/target/classes/test/interfaces/StatefulUtil.class +share/examples/xdoclet/target/classes/test/interfaces/Teller.class +share/examples/xdoclet/target/classes/test/interfaces/TellerHome.class +share/examples/xdoclet/target/classes/test/interfaces/TellerLocal.class +share/examples/xdoclet/target/classes/test/interfaces/TellerLocalHome.class +share/examples/xdoclet/target/classes/test/interfaces/TellerUtil.class +share/examples/xdoclet/target/classes/test/javabean/SimpleBean.class +share/examples/xdoclet/target/classes/test/javabean/SimpleBeanBeanInfo.class +share/examples/xdoclet/target/classes/test/javabean/SimpleI18NBean.class +share/examples/xdoclet/target/classes/test/javabean/SimpleI18NBeanBeanInfo.class +share/examples/xdoclet/target/classes/test/jdo/MapKey.class +share/examples/xdoclet/target/classes/test/jdo/MapValue.class +share/examples/xdoclet/target/classes/test/jdo/Sub.class +share/examples/xdoclet/target/classes/test/jdo/SubChild.class +share/examples/xdoclet/target/classes/test/jdo/Super.class +share/examples/xdoclet/target/classes/test/jdo/SuperChild.class +share/examples/xdoclet/target/classes/test/jmx/JBossXMLExample.class +share/examples/xdoclet/target/classes/test/jmx/JBossXMLExampleMBean.class +share/examples/xdoclet/target/classes/test/jmx/SimpleJMX.class +share/examples/xdoclet/target/classes/test/jmx/SimpleJMXMBean.class +share/examples/xdoclet/target/classes/test/web/SimpleAction.class +share/examples/xdoclet/target/classes/test/web/SimpleListener.class +share/examples/xdoclet/target/classes/test/web/SimpleServlet.class +share/examples/xdoclet/target/classes/test/web/SimpleTag.class +share/examples/xdoclet/target/classes/test/web/StrutsAction.class +share/examples/xdoclet/target/classes/test/web/StrutsDispatchAction.class +share/examples/xdoclet/target/classes/test/web/TimerFilter.class +share/examples/xdoclet/target/gen-src/actions.html +share/examples/xdoclet/target/gen-src/jboss-service.xml +share/examples/xdoclet/target/gen-src/metadata.jdo +share/examples/xdoclet/target/gen-src/test/dao/CustomerDAO.java +share/examples/xdoclet/target/gen-src/test/ejb/AccountCMP.java +share/examples/xdoclet/target/gen-src/test/ejb/AddressCMP.java +share/examples/xdoclet/target/gen-src/test/ejb/AllTypesEntityCMP.java +share/examples/xdoclet/target/gen-src/test/ejb/CustomerBMPBMP.java +share/examples/xdoclet/target/gen-src/test/ejb/CustomerCMP.java +share/examples/xdoclet/target/gen-src/test/ejb/StatefulSession.java +share/examples/xdoclet/target/gen-src/test/ejb/TellerSession.java +share/examples/xdoclet/target/gen-src/test/ejb/cmr/CityCMP.java +share/examples/xdoclet/target/gen-src/test/ejb/cmr/CityData.java +share/examples/xdoclet/target/gen-src/test/ejb/cmr/CityLocal.java +share/examples/xdoclet/target/gen-src/test/ejb/cmr/CityLocalHome.java +share/examples/xdoclet/target/gen-src/test/ejb/cmr/CityUtil.java +share/examples/xdoclet/target/gen-src/test/ejb/cmr/CountryCMP.java +share/examples/xdoclet/target/gen-src/test/ejb/cmr/CountryData.java +share/examples/xdoclet/target/gen-src/test/ejb/cmr/CountryLocal.java +share/examples/xdoclet/target/gen-src/test/ejb/cmr/CountryLocalHome.java +share/examples/xdoclet/target/gen-src/test/ejb/cmr/CountryUtil.java +share/examples/xdoclet/target/gen-src/test/ejb/cmr/LanguageCMP.java +share/examples/xdoclet/target/gen-src/test/ejb/cmr/LanguageCodeCMP.java +share/examples/xdoclet/target/gen-src/test/ejb/cmr/LanguageCodeData.java +share/examples/xdoclet/target/gen-src/test/ejb/cmr/LanguageCodeLocal.java +share/examples/xdoclet/target/gen-src/test/ejb/cmr/LanguageCodeLocalHome.java +share/examples/xdoclet/target/gen-src/test/ejb/cmr/LanguageCodeUtil.java +share/examples/xdoclet/target/gen-src/test/ejb/cmr/LanguageData.java +share/examples/xdoclet/target/gen-src/test/ejb/cmr/LanguageLocal.java +share/examples/xdoclet/target/gen-src/test/ejb/cmr/LanguageLocalHome.java +share/examples/xdoclet/target/gen-src/test/ejb/cmr/LanguageUtil.java +share/examples/xdoclet/target/gen-src/test/hibernate/BaseReferenceValue.hbm.xml +share/examples/xdoclet/target/gen-src/test/hibernate/Order.hbm.xml +share/examples/xdoclet/target/gen-src/test/interfaces/Account.java +share/examples/xdoclet/target/gen-src/test/interfaces/AccountData.java +share/examples/xdoclet/target/gen-src/test/interfaces/AccountHome.java +share/examples/xdoclet/target/gen-src/test/interfaces/AccountLocal.java +share/examples/xdoclet/target/gen-src/test/interfaces/AccountLocalHome.java +share/examples/xdoclet/target/gen-src/test/interfaces/AccountPK.java +share/examples/xdoclet/target/gen-src/test/interfaces/AccountUtil.java +share/examples/xdoclet/target/gen-src/test/interfaces/AccountValue.java +share/examples/xdoclet/target/gen-src/test/interfaces/AddressData.java +share/examples/xdoclet/target/gen-src/test/interfaces/AddressLocal.java +share/examples/xdoclet/target/gen-src/test/interfaces/AddressLocalHome.java +share/examples/xdoclet/target/gen-src/test/interfaces/AddressUtil.java +share/examples/xdoclet/target/gen-src/test/interfaces/AddressValue.java +share/examples/xdoclet/target/gen-src/test/interfaces/AllTypesEntity.java +share/examples/xdoclet/target/gen-src/test/interfaces/AllTypesEntityData.java +share/examples/xdoclet/target/gen-src/test/interfaces/AllTypesEntityHome.java +share/examples/xdoclet/target/gen-src/test/interfaces/AllTypesEntityLocal.java +share/examples/xdoclet/target/gen-src/test/interfaces/AllTypesEntityLocalHome.java +share/examples/xdoclet/target/gen-src/test/interfaces/AllTypesEntityPK.java +share/examples/xdoclet/target/gen-src/test/interfaces/AllTypesEntityUtil.java +share/examples/xdoclet/target/gen-src/test/interfaces/Customer.java +share/examples/xdoclet/target/gen-src/test/interfaces/CustomerBMPUtil.java +share/examples/xdoclet/target/gen-src/test/interfaces/CustomerData.java +share/examples/xdoclet/target/gen-src/test/interfaces/CustomerHome.java +share/examples/xdoclet/target/gen-src/test/interfaces/CustomerLightValue.java +share/examples/xdoclet/target/gen-src/test/interfaces/CustomerNormalValue.java +share/examples/xdoclet/target/gen-src/test/interfaces/CustomerPK.java +share/examples/xdoclet/target/gen-src/test/interfaces/CustomerUtil.java +share/examples/xdoclet/target/gen-src/test/interfaces/CustomerValue.java +share/examples/xdoclet/target/gen-src/test/interfaces/Person.java +share/examples/xdoclet/target/gen-src/test/interfaces/PersonContactForm.java +share/examples/xdoclet/target/gen-src/test/interfaces/PersonData.java +share/examples/xdoclet/target/gen-src/test/interfaces/PersonFullForm.java +share/examples/xdoclet/target/gen-src/test/interfaces/PersonHome.java +share/examples/xdoclet/target/gen-src/test/interfaces/PersonLocal.java +share/examples/xdoclet/target/gen-src/test/interfaces/PersonLocalHome.java +share/examples/xdoclet/target/gen-src/test/interfaces/PersonNamesForm.java +share/examples/xdoclet/target/gen-src/test/interfaces/Stateful.java +share/examples/xdoclet/target/gen-src/test/interfaces/StatefulHome.java +share/examples/xdoclet/target/gen-src/test/interfaces/StatefulLocal.java +share/examples/xdoclet/target/gen-src/test/interfaces/StatefulLocalHome.java +share/examples/xdoclet/target/gen-src/test/interfaces/StatefulUtil.java +share/examples/xdoclet/target/gen-src/test/interfaces/Teller.java +share/examples/xdoclet/target/gen-src/test/interfaces/TellerHome.java +share/examples/xdoclet/target/gen-src/test/interfaces/TellerLocal.java +share/examples/xdoclet/target/gen-src/test/interfaces/TellerLocalHome.java +share/examples/xdoclet/target/gen-src/test/interfaces/TellerUtil.java +share/examples/xdoclet/target/gen-src/test/javabean/SimpleBeanBeanInfo.java +share/examples/xdoclet/target/gen-src/test/javabean/SimpleI18NBeanBeanInfo.java +share/examples/xdoclet/target/gen-src/test/jmx/JBossXMLExample-doc.xml +share/examples/xdoclet/target/gen-src/test/jmx/JBossXMLExample.xml +share/examples/xdoclet/target/gen-src/test/jmx/JBossXMLExampleMBean.java +share/examples/xdoclet/target/gen-src/test/jmx/SimpleJMX-doc.xml +share/examples/xdoclet/target/gen-src/test/jmx/SimpleJMXMBean.java +share/examples/xdoclet/target/gen-src/views.properties +share/examples/xdoclet/target/meta-inf/Schema.dbxmi +share/examples/xdoclet/target/meta-inf/ejb-jar.xml +share/examples/xdoclet/target/meta-inf/ibm-ejb-jar-bnd.xmi +share/examples/xdoclet/target/meta-inf/ibm-ejb-jar-ext.xmi +share/examples/xdoclet/target/meta-inf/jaws.xml +share/examples/xdoclet/target/meta-inf/jboss-service.xml +share/examples/xdoclet/target/meta-inf/jboss.xml +share/examples/xdoclet/target/meta-inf/jbosscmp-jdbc.xml +share/examples/xdoclet/target/meta-inf/jonas-ejb-jar.xml +share/examples/xdoclet/target/meta-inf/jrun-ejb-jar.xml +share/examples/xdoclet/target/meta-inf/mapping.xml +share/examples/xdoclet/target/meta-inf/orion-ejb-jar.xml +share/examples/xdoclet/target/meta-inf/test/interfaces/soap-dds-TellerBean.xml +share/examples/xdoclet/target/meta-inf/weblogic-cmp-rdbms-jar.xml +share/examples/xdoclet/target/meta-inf/weblogic-ejb-jar.xml +share/examples/xdoclet/target/web-inf/jboss-web.xml +share/examples/xdoclet/target/web-inf/jrun-web.xml +share/examples/xdoclet/target/web-inf/struts-config.xml +share/examples/xdoclet/target/web-inf/taglib.tld +share/examples/xdoclet/target/web-inf/web.xml +share/examples/xdoclet/target/web-inf/weblogic.xml +share/java/classes/maven-xdoclet-plugin-1.2b2.jar +share/java/classes/xdoclet-1.2b2.jar +share/java/classes/xdoclet-apache-module-1.2b2.jar +share/java/classes/xdoclet-bea-module-1.2b2.jar +share/java/classes/xdoclet-borland-module-1.2b2.jar +share/java/classes/xdoclet-caucho-module-1.2b2.jar +share/java/classes/xdoclet-ejb-module-1.2b2.jar +share/java/classes/xdoclet-exolab-module-1.2b2.jar +share/java/classes/xdoclet-hibernate-module-1.2b2.jar +share/java/classes/xdoclet-hp-module-1.2b2.jar +share/java/classes/xdoclet-ibm-module-1.2b2.jar +share/java/classes/xdoclet-java-module-1.2b2.jar +share/java/classes/xdoclet-jboss-module-1.2b2.jar +share/java/classes/xdoclet-jdo-module-1.2b2.jar +share/java/classes/xdoclet-jmx-module-1.2b2.jar +share/java/classes/xdoclet-libelis-module-1.2b2.jar +share/java/classes/xdoclet-macromedia-module-1.2b2.jar +share/java/classes/xdoclet-mvcsoft-module-1.2b2.jar +share/java/classes/xdoclet-mx4j-module-1.2b2.jar +share/java/classes/xdoclet-objectweb-module-1.2b2.jar +share/java/classes/xdoclet-orion-module-1.2b2.jar +share/java/classes/xdoclet-pramati-module-1.2b2.jar +share/java/classes/xdoclet-solarmetric-module-1.2b2.jar +share/java/classes/xdoclet-sybase-module-1.2b2.jar +share/java/classes/xdoclet-tjdo-module-1.2b2.jar +share/java/classes/xdoclet-web-module-1.2b2.jar +share/java/classes/xdoclet-webwork-module-1.2b2.jar +share/java/classes/xdoclet-xdoclet-module-1.2b2.jar +share/java/classes/xdoclet-xjavadoc-1.2b2.jar +share/java/classes/xdoclet-xjavadoc-uc-1.2b2.jar +%%PORTDOCS%%share/doc/xdoclet/activity-log.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/ConfigParameter.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/DocletTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/SubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/TemplateSubTask.OfType.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/TemplateSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/XmlSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/ant/ReplaceCopy.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/apache/soap/ejb/ApacheSoapSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/apache/struts/StrutsConfigXmlSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/apache/struts/StrutsValidationXmlSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/apache/struts/ejb/StrutsFormSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/bea/wls/ejb/WebLogicSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/bea/wls/web/WeblogicWebXmlSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/borland/bes/ejb/BorlandSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/caucho/ResinEjbSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/caucho/ResinWebXmlSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/doc/AntdocSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/doc/DocumentDocletTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/doc/DocumentTagsSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/doc/info/InfoSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/ejb/EjbDocletTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/ejb/dao/DaoSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/ejb/dd/EjbDotXmlSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/ejb/entity/DataObjectSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/ejb/entity/EntityBmpSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/ejb/entity/EntityCmpSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/ejb/entity/EntityFacadeSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/ejb/entity/EntityPkSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/ejb/entity/ValueObjectSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/ejb/home/HomeInterfaceSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/ejb/home/LocalHomeInterfaceSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/ejb/intf/LocalInterfaceSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/ejb/intf/RemoteInterfaceSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/ejb/lookup/LookupObjectSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/ejb/session/RemoteFacadeSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/ejb/session/SessionSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/exolab/castor/ejb/CastorSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/externalizer/ExternalizerSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/externalizer/PropertiesTranslatorSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/hibernate/HibernateDocletTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/hibernate/HibernateSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/hibernate/JBossServiceSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/hp/hpas/ejb/HPASSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/ibm/websphere/ejb/WebSphereSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/ibm/websphere/web/WebSphereWebXmlSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/java/javabean/BeanInfoSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/jboss/ejb/JBossSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/jboss/jmx/JBossXMBeanDescriptorSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/jboss/jmx/JBossXmlDocSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/jboss/jmx/JBossXmlServiceTemplateSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/jboss/web/JBossWebXmlSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/jdo/JdoDocletTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/jdo/JdoXmlMetadataSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/jmx/JMXDocletTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/jmx/MBeanInterfaceSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/jmx/MLetSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/libelis/jdo/LidoSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/macromedia/jrun/ejb/JRunSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/macromedia/jrun/web/JRunWebXmlSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/maven/MavenpluginSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/mvcsoft/ejb/MVCSoftSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/mx4j/Mx4jDescriptionAdapterSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/objectweb/jonas/ejb/JonasSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/objectweb/jonas/web/JonasWebSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/orion/ejb/OrionSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/pramati/ejb/PramatiSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/solarmetric/jdo/KodoSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/sybase/easerver/ejb/EAServerSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/triactive/jdo/TJDOSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/web/JspTaglibSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/web/WebDocletTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/web/WebXmlSubTask.ContextParam.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/web/WebXmlSubTask.TagLib.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/web/WebXmlSubTask.WelcomeFile.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/web/WebXmlSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/webwork/WebWorkActionDocsSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/modules/webwork/WebWorkConfigPropertiesSubTask.html +%%PORTDOCS%%share/doc/xdoclet/ant/xdoclet/tagshandler/PackageTagsHandler.PackageSubstitution.html +%%PORTDOCS%%share/doc/xdoclet/ant15.html +%%PORTDOCS%%share/doc/xdoclet/api/allclasses-frame.html +%%PORTDOCS%%share/doc/xdoclet/api/allclasses-noframe.html +%%PORTDOCS%%share/doc/xdoclet/api/constant-values.html +%%PORTDOCS%%share/doc/xdoclet/api/deprecated-list.html +%%PORTDOCS%%share/doc/xdoclet/api/help-doc.html +%%PORTDOCS%%share/doc/xdoclet/api/index-all.html +%%PORTDOCS%%share/doc/xdoclet/api/index.html +%%PORTDOCS%%share/doc/xdoclet/api/overview-frame.html +%%PORTDOCS%%share/doc/xdoclet/api/overview-summary.html +%%PORTDOCS%%share/doc/xdoclet/api/overview-tree.html +%%PORTDOCS%%share/doc/xdoclet/api/package-list +%%PORTDOCS%%share/doc/xdoclet/api/packages.html +%%PORTDOCS%%share/doc/xdoclet/api/serialized-form.html +%%PORTDOCS%%share/doc/xdoclet/api/stylesheet.css +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/ConfigParamIntrospector.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/ConfigParameter.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/DocletContext.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/DocletSupport.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/DocletTask.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/GenerationManager.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/SubTask.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/TemplateSubTask.ExtentTypes.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/TemplateSubTask.OfType.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/TemplateSubTask.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/XDocletException.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/XDocletFacade.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/XDocletFacadeTest.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/XDocletMain.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/XDocletMessages.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/XDocletTagSupport.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/XmlSubTask.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/ant/AntPropertyTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/ant/ReplaceCopy.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/ant/XDocletAntMessages.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/ant/class-use/AntPropertyTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/ant/class-use/ReplaceCopy.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/ant/class-use/XDocletAntMessages.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/ant/modulesbuilder/ModulesGrandBuilderTask.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/ant/modulesbuilder/class-use/ModulesGrandBuilderTask.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/ant/modulesbuilder/package-frame.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/ant/modulesbuilder/package-summary.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/ant/modulesbuilder/package-tree.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/ant/modulesbuilder/package-use.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/ant/package-frame.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/ant/package-summary.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/ant/package-tree.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/ant/package-use.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/class-use/ConfigParamIntrospector.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/class-use/ConfigParameter.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/class-use/DocletContext.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/class-use/DocletSupport.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/class-use/DocletTask.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/class-use/GenerationManager.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/class-use/SubTask.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/class-use/TemplateSubTask.ExtentTypes.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/class-use/TemplateSubTask.OfType.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/class-use/TemplateSubTask.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/class-use/XDocletException.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/class-use/XDocletFacade.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/class-use/XDocletFacadeTest.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/class-use/XDocletMain.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/class-use/XDocletMessages.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/class-use/XDocletTagSupport.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/class-use/XmlSubTask.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/loader/LoaderMessages.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/loader/ModuleFinder.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/loader/SubTaskDefinition.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/loader/TagHandlerDefinition.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/loader/XDocletModule.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/loader/XDocletXmlParserTest.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/loader/class-use/LoaderMessages.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/loader/class-use/ModuleFinder.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/loader/class-use/SubTaskDefinition.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/loader/class-use/TagHandlerDefinition.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/loader/class-use/XDocletModule.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/loader/class-use/XDocletXmlParserTest.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/loader/package-frame.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/loader/package-summary.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/loader/package-tree.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/loader/package-use.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/package-frame.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/package-summary.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/package-tree.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/package-use.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/AbstractProgramElementTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/ClassTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/CommentTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/ConfigTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/ConstructorTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/FieldTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/IdTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/MergeTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/MethodTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/PackageTagsHandler.PackageSubstitution.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/PackageTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/ParameterTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/PropertyTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/TagDefTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/TranslatorTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/TypeTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/XDocletTagshandlerMessages.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/XmlTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/class-use/AbstractProgramElementTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/class-use/ClassTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/class-use/CommentTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/class-use/ConfigTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/class-use/ConstructorTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/class-use/FieldTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/class-use/IdTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/class-use/MergeTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/class-use/MethodTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/class-use/PackageTagsHandler.PackageSubstitution.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/class-use/PackageTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/class-use/ParameterTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/class-use/PropertyTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/class-use/TagDefTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/class-use/TranslatorTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/class-use/TypeTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/class-use/XDocletTagshandlerMessages.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/class-use/XmlTagsHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/package-frame.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/package-summary.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/package-tree.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/tagshandler/package-use.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/template/PrettyPrintWriter.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/template/TemplateEngine.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/template/TemplateException.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/template/TemplateParser.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/template/TemplateTagHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/template/XDocletTemplateMessages.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/template/class-use/PrettyPrintWriter.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/template/class-use/TemplateEngine.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/template/class-use/TemplateException.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/template/class-use/TemplateParser.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/template/class-use/TemplateTagHandler.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/template/class-use/XDocletTemplateMessages.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/template/package-frame.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/template/package-summary.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/template/package-tree.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/template/package-use.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/util/DocletUtil.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/util/FileManager.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/util/LogUtil.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/util/Translator.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/util/TypeConversionUtil.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/util/XDocletUtilMessages.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/util/XmlValidator.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/util/class-use/DocletUtil.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/util/class-use/FileManager.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/util/class-use/LogUtil.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/util/class-use/Translator.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/util/class-use/TypeConversionUtil.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/util/class-use/XDocletUtilMessages.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/util/class-use/XmlValidator.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/util/package-frame.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/util/package-summary.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/util/package-tree.html +%%PORTDOCS%%share/doc/xdoclet/api/xdoclet/util/package-use.html +%%PORTDOCS%%share/doc/xdoclet/bp.html +%%PORTDOCS%%share/doc/xdoclet/changelog.html +%%PORTDOCS%%share/doc/xdoclet/changelogs/xdoclet_1_2_beta1.html +%%PORTDOCS%%share/doc/xdoclet/changelogs/xdoclet_1_2_beta2.html +%%PORTDOCS%%share/doc/xdoclet/dependencies.html +%%PORTDOCS%%share/doc/xdoclet/development/architecture.html +%%PORTDOCS%%share/doc/xdoclet/development/branches.html +%%PORTDOCS%%share/doc/xdoclet/development/design.html +%%PORTDOCS%%share/doc/xdoclet/development/dirlayout.html +%%PORTDOCS%%share/doc/xdoclet/development/index.html +%%PORTDOCS%%share/doc/xdoclet/development/planning.html +%%PORTDOCS%%share/doc/xdoclet/dtds/xdoclet-module_1_0.dtd +%%PORTDOCS%%share/doc/xdoclet/dtds/xtags_1_1.dtd +%%PORTDOCS%%share/doc/xdoclet/faq.html +%%PORTDOCS%%share/doc/xdoclet/feedback.html +%%PORTDOCS%%share/doc/xdoclet/file-activity-report.html +%%PORTDOCS%%share/doc/xdoclet/ide/idea/xdoclet.html +%%PORTDOCS%%share/doc/xdoclet/ide/idea/xdoclet.xml +%%PORTDOCS%%share/doc/xdoclet/ide/index.html +%%PORTDOCS%%share/doc/xdoclet/images/add.gif +%%PORTDOCS%%share/doc/xdoclet/images/d1.gif +%%PORTDOCS%%share/doc/xdoclet/images/d2.gif +%%PORTDOCS%%share/doc/xdoclet/images/d3.gif +%%PORTDOCS%%share/doc/xdoclet/images/fix.gif +%%PORTDOCS%%share/doc/xdoclet/images/help_logo.gif +%%PORTDOCS%%share/doc/xdoclet/images/icon_alert.gif +%%PORTDOCS%%share/doc/xdoclet/images/logo.gif +%%PORTDOCS%%share/doc/xdoclet/images/nw_min.gif +%%PORTDOCS%%share/doc/xdoclet/images/remove.gif +%%PORTDOCS%%share/doc/xdoclet/images/sflogo.png +%%PORTDOCS%%share/doc/xdoclet/images/strich.gif +%%PORTDOCS%%share/doc/xdoclet/images/sw_min.gif +%%PORTDOCS%%share/doc/xdoclet/images/tortoisecvs.gif +%%PORTDOCS%%share/doc/xdoclet/images/update.gif +%%PORTDOCS%%share/doc/xdoclet/images/xdocletgui-castor.gif +%%PORTDOCS%%share/doc/xdoclet/images/xdocletgui-ejbselect.gif +%%PORTDOCS%%share/doc/xdoclet/index.html +%%PORTDOCS%%share/doc/xdoclet/install.html +%%PORTDOCS%%share/doc/xdoclet/licenses/ant-license.html +%%PORTDOCS%%share/doc/xdoclet/licenses/xdoclet-license.html +%%PORTDOCS%%share/doc/xdoclet/licenses/xerces-license.html +%%PORTDOCS%%share/doc/xdoclet/log4j.html +%%PORTDOCS%%share/doc/xdoclet/mail-lists.html +%%PORTDOCS%%share/doc/xdoclet/maven-plugin.html +%%PORTDOCS%%share/doc/xdoclet/maven-reports.html +%%PORTDOCS%%share/doc/xdoclet/merge.html +%%PORTDOCS%%share/doc/xdoclet/migration.html +%%PORTDOCS%%share/doc/xdoclet/navigation.html +%%PORTDOCS%%share/doc/xdoclet/project-info.html +%%PORTDOCS%%share/doc/xdoclet/resources.html +%%PORTDOCS%%share/doc/xdoclet/status.html +%%PORTDOCS%%share/doc/xdoclet/style/maven.css +%%PORTDOCS%%share/doc/xdoclet/style/maven_ns4_only.css +%%PORTDOCS%%share/doc/xdoclet/style/ns4_only.css +%%PORTDOCS%%share/doc/xdoclet/style/print.css +%%PORTDOCS%%share/doc/xdoclet/style/tigris.css +%%PORTDOCS%%share/doc/xdoclet/tags/apache-tags.html +%%PORTDOCS%%share/doc/xdoclet/tags/bea-tags.html +%%PORTDOCS%%share/doc/xdoclet/tags/borland-tags.html +%%PORTDOCS%%share/doc/xdoclet/tags/caucho-tags.html +%%PORTDOCS%%share/doc/xdoclet/tags/ejb-tags.html +%%PORTDOCS%%share/doc/xdoclet/tags/exolab-tags.html +%%PORTDOCS%%share/doc/xdoclet/tags/hibernate-tags.html +%%PORTDOCS%%share/doc/xdoclet/tags/hp-tags.html +%%PORTDOCS%%share/doc/xdoclet/tags/ibm-tags.html +%%PORTDOCS%%share/doc/xdoclet/tags/java-tags.html +%%PORTDOCS%%share/doc/xdoclet/tags/jboss-tags.html +%%PORTDOCS%%share/doc/xdoclet/tags/jdo-tags.html +%%PORTDOCS%%share/doc/xdoclet/tags/jmx-tags.html +%%PORTDOCS%%share/doc/xdoclet/tags/libelis-tags.html +%%PORTDOCS%%share/doc/xdoclet/tags/macromedia-tags.html +%%PORTDOCS%%share/doc/xdoclet/tags/mvcsoft-tags.html +%%PORTDOCS%%share/doc/xdoclet/tags/mx4j-tags.html +%%PORTDOCS%%share/doc/xdoclet/tags/objectweb-tags.html +%%PORTDOCS%%share/doc/xdoclet/tags/orion-tags.html +%%PORTDOCS%%share/doc/xdoclet/tags/pramati-tags.html +%%PORTDOCS%%share/doc/xdoclet/tags/solarmetric-tags.html +%%PORTDOCS%%share/doc/xdoclet/tags/sybase-tags.html +%%PORTDOCS%%share/doc/xdoclet/tags/tjdo-tags.html +%%PORTDOCS%%share/doc/xdoclet/tags/web-tags.html +%%PORTDOCS%%share/doc/xdoclet/tags/webwork-tags.html +%%PORTDOCS%%share/doc/xdoclet/tags/xdoclet-tags.html +%%PORTDOCS%%share/doc/xdoclet/team-list.html +%%PORTDOCS%%share/doc/xdoclet/templates/Antdoc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Antdoc_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/BesEjbRel.html +%%PORTDOCS%%share/doc/xdoclet/templates/BesEjbRel_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Castor.html +%%PORTDOCS%%share/doc/xdoclet/templates/Castor_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Class.html +%%PORTDOCS%%share/doc/xdoclet/templates/Class_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Collection.html +%%PORTDOCS%%share/doc/xdoclet/templates/Collection_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Comment.html +%%PORTDOCS%%share/doc/xdoclet/templates/Comment_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Config.html +%%PORTDOCS%%share/doc/xdoclet/templates/Config_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Constructor.html +%%PORTDOCS%%share/doc/xdoclet/templates/Constructor_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Doc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Doc_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Ejb.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbBmp.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbBmp_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbCmp.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbCmp_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbDao.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbDao_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbDataObj.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbDataObj_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbEntity.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbEntity_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbFacade.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbFacade_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbHome.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbHome_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbIntf.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbIntf_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbMdb.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbMdb_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbPersistent.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbPersistent_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbPk.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbPk_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbRef.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbRef_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbRel.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbRel_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbSec.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbSec_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbSession.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbSession_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbUtilObj.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbUtilObj_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbValueObj.html +%%PORTDOCS%%share/doc/xdoclet/templates/EjbValueObj_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Ejb_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Externalizer.html +%%PORTDOCS%%share/doc/xdoclet/templates/Externalizer_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Field.html +%%PORTDOCS%%share/doc/xdoclet/templates/Field_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Hibernate.html +%%PORTDOCS%%share/doc/xdoclet/templates/Hibernate_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/I18n.html +%%PORTDOCS%%share/doc/xdoclet/templates/I18n_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Id.html +%%PORTDOCS%%share/doc/xdoclet/templates/Id_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Info.html +%%PORTDOCS%%share/doc/xdoclet/templates/Info_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/JBEjbRel.html +%%PORTDOCS%%share/doc/xdoclet/templates/JBEjbRel_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/JBoss.html +%%PORTDOCS%%share/doc/xdoclet/templates/JBossWeb.html +%%PORTDOCS%%share/doc/xdoclet/templates/JBossWeb_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/JBoss_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/JavaBean.html +%%PORTDOCS%%share/doc/xdoclet/templates/JavaBean_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Jdo.html +%%PORTDOCS%%share/doc/xdoclet/templates/Jdo_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Jmx.html +%%PORTDOCS%%share/doc/xdoclet/templates/Jmx_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/MVCSoft.html +%%PORTDOCS%%share/doc/xdoclet/templates/MVCSoft_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Mavenplugin.html +%%PORTDOCS%%share/doc/xdoclet/templates/Mavenplugin_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Merge.html +%%PORTDOCS%%share/doc/xdoclet/templates/Merge_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Method.html +%%PORTDOCS%%share/doc/xdoclet/templates/Method_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Module.html +%%PORTDOCS%%share/doc/xdoclet/templates/Module_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Package.html +%%PORTDOCS%%share/doc/xdoclet/templates/Package_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Parameter.html +%%PORTDOCS%%share/doc/xdoclet/templates/Parameter_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Property.html +%%PORTDOCS%%share/doc/xdoclet/templates/Property_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Resin.html +%%PORTDOCS%%share/doc/xdoclet/templates/ResinEjb.html +%%PORTDOCS%%share/doc/xdoclet/templates/ResinEjb_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Resin_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/StrutsForm.html +%%PORTDOCS%%share/doc/xdoclet/templates/StrutsForm_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/TagDef.html +%%PORTDOCS%%share/doc/xdoclet/templates/TagDef_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Type.html +%%PORTDOCS%%share/doc/xdoclet/templates/Type_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Validator.html +%%PORTDOCS%%share/doc/xdoclet/templates/Validator_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Web.html +%%PORTDOCS%%share/doc/xdoclet/templates/WebWork.html +%%PORTDOCS%%share/doc/xdoclet/templates/WebWork_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Web_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/WlEjbRel.html +%%PORTDOCS%%share/doc/xdoclet/templates/WlEjbRel_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/Xml.html +%%PORTDOCS%%share/doc/xdoclet/templates/Xml_toc.html +%%PORTDOCS%%share/doc/xdoclet/templates/index.html +%%PORTDOCS%%share/doc/xdoclet/templates/namespaces.html +%%PORTDOCS%%share/doc/xdoclet/templates/tags.html +%%PORTDOCS%%share/doc/xdoclet/templates/tags_toc.html +%%PORTDOCS%%share/doc/xdoclet/todo/all-classes.html +%%PORTDOCS%%share/doc/xdoclet/todo/all-packages.html +%%PORTDOCS%%share/doc/xdoclet/todo/class.gif +%%PORTDOCS%%share/doc/xdoclet/todo/constructor.gif +%%PORTDOCS%%share/doc/xdoclet/todo/field.gif +%%PORTDOCS%%share/doc/xdoclet/todo/index.html +%%PORTDOCS%%share/doc/xdoclet/todo/info.css +%%PORTDOCS%%share/doc/xdoclet/todo/method.gif +%%PORTDOCS%%share/doc/xdoclet/todo/overview-packages.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/ConfigParamIntrospector-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/ConfigParamIntrospector.NullObject-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/ConfigParameter-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/DocletContext-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/DocletSupport-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/DocletTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/GenerationManager-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/SubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/TemplateSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/TemplateSubTask.ExtentTypes-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/TemplateSubTask.OfType-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/XDocletException-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/XDocletFacade-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/XDocletFacadeTest-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/XDocletMain-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/XDocletMessages-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/XDocletTagSupport-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/XmlSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/ant/AntPropertyTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/ant/ReplaceCopy-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/ant/XDocletAntMessages-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/ant/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/ant/modulesbuilder/Module-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/ant/modulesbuilder/ModuleXmlParser-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/ant/modulesbuilder/ModulesGrandBuilderTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/ant/modulesbuilder/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/ejb/EjbDocletTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/ejb/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/jmx/JMXDocletTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/jmx/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/loader/LoaderMessages-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/loader/ModuleFinder-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/loader/SubTaskDefinition-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/loader/TagHandlerDefinition-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/loader/XDocletModule-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/loader/XDocletXmlParser-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/loader/XDocletXmlParserTest-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/loader/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/apache/soap/ejb/ApacheSoapSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/apache/soap/ejb/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/apache/struts/StrutsConfigXmlSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/apache/struts/StrutsConfigXmlSubTask.StrutsVersion-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/apache/struts/StrutsFormTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/apache/struts/StrutsValidationXmlSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/apache/struts/StrutsValidatorTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/apache/struts/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/apache/struts/ejb/StrutsFormSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/apache/struts/ejb/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/bea/wls/ejb/WebLogicSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/bea/wls/ejb/WebLogicSubTask.ValidateDbSchemaWithTypes-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/bea/wls/ejb/WebLogicSubTask.Version-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/bea/wls/ejb/WeblogicRelationTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/bea/wls/ejb/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/bea/wls/web/WeblogicWebXmlSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/bea/wls/web/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/borland/bes/ejb/BorlandRelationTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/borland/bes/ejb/BorlandSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/borland/bes/ejb/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/caucho/ResinEjbSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/caucho/ResinEjbTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/caucho/ResinWebTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/caucho/ResinWebXmlSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/caucho/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/doc/AntdocSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/doc/AntdocSubTask.Element-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/doc/AntdocSubTask.SubElement-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/doc/AntdocTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/doc/DocumentDocletTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/doc/DocumentTagsSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/doc/DocumentationTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/doc/ModuleTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/doc/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/doc/info/InfoSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/doc/info/InfoTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/doc/info/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/AbstractEjbCodeGeneratorSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/EjbDocletTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/EjbDocletTask.EjbSpecVersion-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/EjbTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/dao/DaoSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/dao/DaoTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/dao/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/dd/AbstractEjbDeploymentDescriptorSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/dd/EjbDotXmlSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/dd/EjbRefTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/dd/RelationTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/dd/RelationTagsHandler.RelationHolder-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/dd/SecurityTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/dd/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/entity/BmpTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/entity/CmpTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/entity/DataObjectSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/entity/DataObjectTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/entity/EntityBmpSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/entity/EntityCmpSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/entity/EntityCmpSubTask.CmpSpecVersion-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/entity/EntityFacadeSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/entity/EntityPkSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/entity/EntityTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/entity/FacadeTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/entity/PersistentTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/entity/PkTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/entity/ValueObjectSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/entity/ValueObjectTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/entity/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/home/HomeInterfaceSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/home/HomeTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/home/LocalHomeInterfaceSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/home/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/intf/InterfaceTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/intf/LocalInterfaceSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/intf/RemoteInterfaceSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/intf/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/lookup/LookupObjectSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/lookup/LookupObjectSubTask.LookupKind-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/lookup/LookupUtilTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/lookup/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/mdb/MdbTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/mdb/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/session/RemoteFacadeSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/session/SessionSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/session/SessionTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ejb/session/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/exolab/castor/ejb/CastorSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/exolab/castor/ejb/CastorTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/exolab/castor/ejb/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/externalizer/ExternalizerSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/externalizer/ExternalizerSubTask.Combination-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/externalizer/ExternalizerTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/externalizer/PropertiesTranslatorSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/externalizer/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/hibernate/HibernateDocletTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/hibernate/HibernateSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/hibernate/HibernateTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/hibernate/JBossServiceSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/hibernate/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/hp/hpas/ejb/HPASSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/hp/hpas/ejb/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ibm/websphere/ejb/WebSphereSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ibm/websphere/ejb/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ibm/websphere/web/WebSphereWebXmlSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/ibm/websphere/web/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/java/javabean/BeanInfoSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/java/javabean/JavaBeanTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/java/javabean/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/jboss/ejb/JBossRelationTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/jboss/ejb/JBossSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/jboss/ejb/JBossSubTask.JBossVersionTypes-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/jboss/ejb/JBossTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/jboss/ejb/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/jboss/jmx/JBossXMBeanDescriptorSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/jboss/jmx/JBossXmlDocSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/jboss/jmx/JBossXmlServiceTemplateSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/jboss/jmx/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/jboss/web/JBossWebTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/jboss/web/JBossWebXmlSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/jboss/web/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/jdo/JdoDocletTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/jdo/JdoDocletTask.JdoSpecVersion-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/jdo/JdoTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/jdo/JdoXmlMetadataSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/jdo/JdoXmlMetadataSubTask.GenerationOptionTypes-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/jdo/VendorExtensionsSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/jdo/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/jmx/JMXDocletTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/jmx/JMXTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/jmx/MBeanInterfaceSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/jmx/MLetSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/jmx/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/libelis/jdo/LidoSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/libelis/jdo/LidoSubTask.LidoVersionTypes-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/libelis/jdo/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/macromedia/jrun/ejb/JRunSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/macromedia/jrun/ejb/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/macromedia/jrun/web/JRunWebXmlSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/macromedia/jrun/web/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/maven/MavenpluginSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/maven/MavenpluginTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/maven/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/mvcsoft/ejb/MVCSoftSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/mvcsoft/ejb/MVCSoftSubTask.MVCSoftVersionTypes-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/mvcsoft/ejb/MVCSoftTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/mvcsoft/ejb/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/mx4j/Mx4jDescriptionAdapterSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/mx4j/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/objectweb/jonas/ejb/JonasSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/objectweb/jonas/ejb/JonasSubTask.JonasVersionTypes-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/objectweb/jonas/ejb/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/objectweb/jonas/web/JonasWebSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/objectweb/jonas/web/JonasWebSubTask.JonasVersionTypes-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/objectweb/jonas/web/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/orion/ejb/OrionSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/orion/ejb/OrionSubTask.OrionVersionTypes-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/orion/ejb/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/pramati/ejb/PramatiSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/pramati/ejb/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/solarmetric/jdo/KodoSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/solarmetric/jdo/KodoSubTask.KodoVersionTypes-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/solarmetric/jdo/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/sybase/easerver/ejb/EAServerSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/sybase/easerver/ejb/EAServerSubTask.EAServerVersionTypes-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/sybase/easerver/ejb/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/triactive/jdo/TJDOSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/triactive/jdo/TJDOSubTask.TJDOVersionTypes-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/triactive/jdo/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/util/CollectionTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/util/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/web/JspTaglibSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/web/JspTaglibSubTask.ContextParam-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/web/JspTaglibSubTask.JspVersionTypes-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/web/JspTaglibSubTask.TagLib-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/web/WebDocletTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/web/WebTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/web/WebXmlSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/web/WebXmlSubTask.ContextParam-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/web/WebXmlSubTask.ServletVersionTypes-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/web/WebXmlSubTask.TagLib-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/web/WebXmlSubTask.WelcomeFile-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/web/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/webwork/WebWorkActionDocsSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/webwork/WebWorkConfigPropertiesSubTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/webwork/WebWorkTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/modules/webwork/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/tagshandler/AbstractProgramElementTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/tagshandler/ClassTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/tagshandler/CommentTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/tagshandler/ConfigTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/tagshandler/ConstructorTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/tagshandler/FieldTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/tagshandler/IdTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/tagshandler/MergeTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/tagshandler/MethodTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/tagshandler/PackageTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/tagshandler/PackageTagsHandler.PackageSubstitution-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/tagshandler/ParameterTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/tagshandler/PropertyTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/tagshandler/TagDefTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/tagshandler/TranslatorTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/tagshandler/TypeTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/tagshandler/XDocletTagshandlerMessages-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/tagshandler/XmlTagsHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/tagshandler/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/template/PrettyPrintWriter-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/template/TemplateEngine-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/template/TemplateEngine.TagContext-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/template/TemplateException-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/template/TemplateParser-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/template/TemplateTagHandler-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/template/XDocletTemplateMessages-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/template/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/util/DocletUtil-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/util/FileManager-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/util/LogUtil-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/util/Translator-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/util/TypeConversionUtil-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/util/XDocletUtilMessages-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/util/XmlValidator-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/util/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/web/WebDocletTask-details.html +%%PORTDOCS%%share/doc/xdoclet/todo/xdoclet/web/classes-list.html +%%PORTDOCS%%share/doc/xdoclet/tools.html +%%PORTDOCS%%share/doc/xdoclet/using.html +%%PORTDOCS%%share/doc/xdoclet/valueobjects.html +@dirrm share/examples/xdoclet/target/web-inf +@dirrm share/examples/xdoclet/target/meta-inf/test/interfaces +@dirrm share/examples/xdoclet/target/meta-inf/test +@dirrm share/examples/xdoclet/target/meta-inf +@dirrm share/examples/xdoclet/target/gen-src/test/jmx +@dirrm share/examples/xdoclet/target/gen-src/test/javabean +@dirrm share/examples/xdoclet/target/gen-src/test/interfaces +@dirrm share/examples/xdoclet/target/gen-src/test/hibernate +@dirrm share/examples/xdoclet/target/gen-src/test/ejb/cmr +@dirrm share/examples/xdoclet/target/gen-src/test/ejb +@dirrm share/examples/xdoclet/target/gen-src/test/dao +@dirrm share/examples/xdoclet/target/gen-src/test +@dirrm share/examples/xdoclet/target/gen-src +@dirrm share/examples/xdoclet/target/classes/test/web +@dirrm share/examples/xdoclet/target/classes/test/jmx +@dirrm share/examples/xdoclet/target/classes/test/jdo +@dirrm share/examples/xdoclet/target/classes/test/javabean +@dirrm share/examples/xdoclet/target/classes/test/interfaces +@dirrm share/examples/xdoclet/target/classes/test/hibernate +@dirrm share/examples/xdoclet/target/classes/test/ejb/jdo +@dirrm share/examples/xdoclet/target/classes/test/ejb/cmr +@dirrm share/examples/xdoclet/target/classes/test/ejb +@dirrm share/examples/xdoclet/target/classes/test/dao +@dirrm share/examples/xdoclet/target/classes/test +@dirrm share/examples/xdoclet/target/classes +@dirrm share/examples/xdoclet/target +@dirrm share/examples/xdoclet/src/web +@dirrm share/examples/xdoclet/src/merge +@dirrm share/examples/xdoclet/src/java/test/web +@dirrm share/examples/xdoclet/src/java/test/jmx +@dirrm share/examples/xdoclet/src/java/test/jdo +@dirrm share/examples/xdoclet/src/java/test/javabean +@dirrm share/examples/xdoclet/src/java/test/interfaces +@dirrm share/examples/xdoclet/src/java/test/hibernate +@dirrm share/examples/xdoclet/src/java/test/ejb/jdo +@dirrm share/examples/xdoclet/src/java/test/ejb/cmr +@dirrm share/examples/xdoclet/src/java/test/ejb +@dirrm share/examples/xdoclet/src/java/test/dao +@dirrm share/examples/xdoclet/src/java/test +@dirrm share/examples/xdoclet/src/java +@dirrm share/examples/xdoclet/src +@dirrm share/examples/xdoclet/lib +@dirrm share/examples/xdoclet +@dirrm share/doc/xdoclet/todo/xdoclet/web +@dirrm share/doc/xdoclet/todo/xdoclet/util +@dirrm share/doc/xdoclet/todo/xdoclet/template +@dirrm share/doc/xdoclet/todo/xdoclet/tagshandler +@dirrm share/doc/xdoclet/todo/xdoclet/modules/webwork +@dirrm share/doc/xdoclet/todo/xdoclet/modules/web +@dirrm share/doc/xdoclet/todo/xdoclet/modules/util +@dirrm share/doc/xdoclet/todo/xdoclet/modules/triactive/jdo +@dirrm share/doc/xdoclet/todo/xdoclet/modules/triactive +@dirrm share/doc/xdoclet/todo/xdoclet/modules/sybase/easerver/ejb +@dirrm share/doc/xdoclet/todo/xdoclet/modules/sybase/easerver +@dirrm share/doc/xdoclet/todo/xdoclet/modules/sybase +@dirrm share/doc/xdoclet/todo/xdoclet/modules/solarmetric/jdo +@dirrm share/doc/xdoclet/todo/xdoclet/modules/solarmetric +@dirrm share/doc/xdoclet/todo/xdoclet/modules/pramati/ejb +@dirrm share/doc/xdoclet/todo/xdoclet/modules/pramati +@dirrm share/doc/xdoclet/todo/xdoclet/modules/orion/ejb +@dirrm share/doc/xdoclet/todo/xdoclet/modules/orion +@dirrm share/doc/xdoclet/todo/xdoclet/modules/objectweb/jonas/web +@dirrm share/doc/xdoclet/todo/xdoclet/modules/objectweb/jonas/ejb +@dirrm share/doc/xdoclet/todo/xdoclet/modules/objectweb/jonas +@dirrm share/doc/xdoclet/todo/xdoclet/modules/objectweb +@dirrm share/doc/xdoclet/todo/xdoclet/modules/mx4j +@dirrm share/doc/xdoclet/todo/xdoclet/modules/mvcsoft/ejb +@dirrm share/doc/xdoclet/todo/xdoclet/modules/mvcsoft +@dirrm share/doc/xdoclet/todo/xdoclet/modules/maven +@dirrm share/doc/xdoclet/todo/xdoclet/modules/macromedia/jrun/web +@dirrm share/doc/xdoclet/todo/xdoclet/modules/macromedia/jrun/ejb +@dirrm share/doc/xdoclet/todo/xdoclet/modules/macromedia/jrun +@dirrm share/doc/xdoclet/todo/xdoclet/modules/macromedia +@dirrm share/doc/xdoclet/todo/xdoclet/modules/libelis/jdo +@dirrm share/doc/xdoclet/todo/xdoclet/modules/libelis +@dirrm share/doc/xdoclet/todo/xdoclet/modules/jmx +@dirrm share/doc/xdoclet/todo/xdoclet/modules/jdo +@dirrm share/doc/xdoclet/todo/xdoclet/modules/jboss/web +@dirrm share/doc/xdoclet/todo/xdoclet/modules/jboss/jmx +@dirrm share/doc/xdoclet/todo/xdoclet/modules/jboss/ejb +@dirrm share/doc/xdoclet/todo/xdoclet/modules/jboss +@dirrm share/doc/xdoclet/todo/xdoclet/modules/java/javabean +@dirrm share/doc/xdoclet/todo/xdoclet/modules/java +@dirrm share/doc/xdoclet/todo/xdoclet/modules/ibm/websphere/web +@dirrm share/doc/xdoclet/todo/xdoclet/modules/ibm/websphere/ejb +@dirrm share/doc/xdoclet/todo/xdoclet/modules/ibm/websphere +@dirrm share/doc/xdoclet/todo/xdoclet/modules/ibm +@dirrm share/doc/xdoclet/todo/xdoclet/modules/hp/hpas/ejb +@dirrm share/doc/xdoclet/todo/xdoclet/modules/hp/hpas +@dirrm share/doc/xdoclet/todo/xdoclet/modules/hp +@dirrm share/doc/xdoclet/todo/xdoclet/modules/hibernate +@dirrm share/doc/xdoclet/todo/xdoclet/modules/externalizer +@dirrm share/doc/xdoclet/todo/xdoclet/modules/exolab/castor/ejb +@dirrm share/doc/xdoclet/todo/xdoclet/modules/exolab/castor +@dirrm share/doc/xdoclet/todo/xdoclet/modules/exolab +@dirrm share/doc/xdoclet/todo/xdoclet/modules/ejb/session +@dirrm share/doc/xdoclet/todo/xdoclet/modules/ejb/mdb +@dirrm share/doc/xdoclet/todo/xdoclet/modules/ejb/lookup +@dirrm share/doc/xdoclet/todo/xdoclet/modules/ejb/intf +@dirrm share/doc/xdoclet/todo/xdoclet/modules/ejb/home +@dirrm share/doc/xdoclet/todo/xdoclet/modules/ejb/entity +@dirrm share/doc/xdoclet/todo/xdoclet/modules/ejb/dd +@dirrm share/doc/xdoclet/todo/xdoclet/modules/ejb/dao +@dirrm share/doc/xdoclet/todo/xdoclet/modules/ejb +@dirrm share/doc/xdoclet/todo/xdoclet/modules/doc/info +@dirrm share/doc/xdoclet/todo/xdoclet/modules/doc +@dirrm share/doc/xdoclet/todo/xdoclet/modules/caucho +@dirrm share/doc/xdoclet/todo/xdoclet/modules/borland/bes/ejb +@dirrm share/doc/xdoclet/todo/xdoclet/modules/borland/bes +@dirrm share/doc/xdoclet/todo/xdoclet/modules/borland +@dirrm share/doc/xdoclet/todo/xdoclet/modules/bea/wls/web +@dirrm share/doc/xdoclet/todo/xdoclet/modules/bea/wls/ejb +@dirrm share/doc/xdoclet/todo/xdoclet/modules/bea/wls +@dirrm share/doc/xdoclet/todo/xdoclet/modules/bea +@dirrm share/doc/xdoclet/todo/xdoclet/modules/apache/struts/ejb +@dirrm share/doc/xdoclet/todo/xdoclet/modules/apache/struts +@dirrm share/doc/xdoclet/todo/xdoclet/modules/apache/soap/ejb +@dirrm share/doc/xdoclet/todo/xdoclet/modules/apache/soap +@dirrm share/doc/xdoclet/todo/xdoclet/modules/apache +@dirrm share/doc/xdoclet/todo/xdoclet/modules +@dirrm share/doc/xdoclet/todo/xdoclet/loader +@dirrm share/doc/xdoclet/todo/xdoclet/jmx +@dirrm share/doc/xdoclet/todo/xdoclet/ejb +@dirrm share/doc/xdoclet/todo/xdoclet/ant/modulesbuilder +@dirrm share/doc/xdoclet/todo/xdoclet/ant +@dirrm share/doc/xdoclet/todo/xdoclet +@dirrm share/doc/xdoclet/todo +@dirrm share/doc/xdoclet/templates +@dirrm share/doc/xdoclet/tags +@dirrm share/doc/xdoclet/style +@dirrm share/doc/xdoclet/licenses +@dirrm share/doc/xdoclet/images +@dirrm share/doc/xdoclet/ide/idea +@dirrm share/doc/xdoclet/ide +@dirrm share/doc/xdoclet/dtds +@dirrm share/doc/xdoclet/development +@dirrm share/doc/xdoclet/changelogs +@dirrm share/doc/xdoclet/api/xdoclet/util/class-use +@dirrm share/doc/xdoclet/api/xdoclet/util +@dirrm share/doc/xdoclet/api/xdoclet/template/class-use +@dirrm share/doc/xdoclet/api/xdoclet/template +@dirrm share/doc/xdoclet/api/xdoclet/tagshandler/class-use +@dirrm share/doc/xdoclet/api/xdoclet/tagshandler +@dirrm share/doc/xdoclet/api/xdoclet/loader/class-use +@dirrm share/doc/xdoclet/api/xdoclet/loader +@dirrm share/doc/xdoclet/api/xdoclet/class-use +@dirrm share/doc/xdoclet/api/xdoclet/ant/modulesbuilder/class-use +@dirrm share/doc/xdoclet/api/xdoclet/ant/modulesbuilder +@dirrm share/doc/xdoclet/api/xdoclet/ant/class-use +@dirrm share/doc/xdoclet/api/xdoclet/ant +@dirrm share/doc/xdoclet/api/xdoclet +@dirrm share/doc/xdoclet/api +@dirrm share/doc/xdoclet/ant/xdoclet/tagshandler +@dirrm share/doc/xdoclet/ant/xdoclet/modules/webwork +@dirrm share/doc/xdoclet/ant/xdoclet/modules/web +@dirrm share/doc/xdoclet/ant/xdoclet/modules/triactive/jdo +@dirrm share/doc/xdoclet/ant/xdoclet/modules/triactive +@dirrm share/doc/xdoclet/ant/xdoclet/modules/sybase/easerver/ejb +@dirrm share/doc/xdoclet/ant/xdoclet/modules/sybase/easerver +@dirrm share/doc/xdoclet/ant/xdoclet/modules/sybase +@dirrm share/doc/xdoclet/ant/xdoclet/modules/solarmetric/jdo +@dirrm share/doc/xdoclet/ant/xdoclet/modules/solarmetric +@dirrm share/doc/xdoclet/ant/xdoclet/modules/pramati/ejb +@dirrm share/doc/xdoclet/ant/xdoclet/modules/pramati +@dirrm share/doc/xdoclet/ant/xdoclet/modules/orion/ejb +@dirrm share/doc/xdoclet/ant/xdoclet/modules/orion +@dirrm share/doc/xdoclet/ant/xdoclet/modules/objectweb/jonas/web +@dirrm share/doc/xdoclet/ant/xdoclet/modules/objectweb/jonas/ejb +@dirrm share/doc/xdoclet/ant/xdoclet/modules/objectweb/jonas +@dirrm share/doc/xdoclet/ant/xdoclet/modules/objectweb +@dirrm share/doc/xdoclet/ant/xdoclet/modules/mx4j +@dirrm share/doc/xdoclet/ant/xdoclet/modules/mvcsoft/ejb +@dirrm share/doc/xdoclet/ant/xdoclet/modules/mvcsoft +@dirrm share/doc/xdoclet/ant/xdoclet/modules/maven +@dirrm share/doc/xdoclet/ant/xdoclet/modules/macromedia/jrun/web +@dirrm share/doc/xdoclet/ant/xdoclet/modules/macromedia/jrun/ejb +@dirrm share/doc/xdoclet/ant/xdoclet/modules/macromedia/jrun +@dirrm share/doc/xdoclet/ant/xdoclet/modules/macromedia +@dirrm share/doc/xdoclet/ant/xdoclet/modules/libelis/jdo +@dirrm share/doc/xdoclet/ant/xdoclet/modules/libelis +@dirrm share/doc/xdoclet/ant/xdoclet/modules/jmx +@dirrm share/doc/xdoclet/ant/xdoclet/modules/jdo +@dirrm share/doc/xdoclet/ant/xdoclet/modules/jboss/web +@dirrm share/doc/xdoclet/ant/xdoclet/modules/jboss/jmx +@dirrm share/doc/xdoclet/ant/xdoclet/modules/jboss/ejb +@dirrm share/doc/xdoclet/ant/xdoclet/modules/jboss +@dirrm share/doc/xdoclet/ant/xdoclet/modules/java/javabean +@dirrm share/doc/xdoclet/ant/xdoclet/modules/java +@dirrm share/doc/xdoclet/ant/xdoclet/modules/ibm/websphere/web +@dirrm share/doc/xdoclet/ant/xdoclet/modules/ibm/websphere/ejb +@dirrm share/doc/xdoclet/ant/xdoclet/modules/ibm/websphere +@dirrm share/doc/xdoclet/ant/xdoclet/modules/ibm +@dirrm share/doc/xdoclet/ant/xdoclet/modules/hp/hpas/ejb +@dirrm share/doc/xdoclet/ant/xdoclet/modules/hp/hpas +@dirrm share/doc/xdoclet/ant/xdoclet/modules/hp +@dirrm share/doc/xdoclet/ant/xdoclet/modules/hibernate +@dirrm share/doc/xdoclet/ant/xdoclet/modules/externalizer +@dirrm share/doc/xdoclet/ant/xdoclet/modules/exolab/castor/ejb +@dirrm share/doc/xdoclet/ant/xdoclet/modules/exolab/castor +@dirrm share/doc/xdoclet/ant/xdoclet/modules/exolab +@dirrm share/doc/xdoclet/ant/xdoclet/modules/ejb/session +@dirrm share/doc/xdoclet/ant/xdoclet/modules/ejb/lookup +@dirrm share/doc/xdoclet/ant/xdoclet/modules/ejb/intf +@dirrm share/doc/xdoclet/ant/xdoclet/modules/ejb/home +@dirrm share/doc/xdoclet/ant/xdoclet/modules/ejb/entity +@dirrm share/doc/xdoclet/ant/xdoclet/modules/ejb/dd +@dirrm share/doc/xdoclet/ant/xdoclet/modules/ejb/dao +@dirrm share/doc/xdoclet/ant/xdoclet/modules/ejb +@dirrm share/doc/xdoclet/ant/xdoclet/modules/doc/info +@dirrm share/doc/xdoclet/ant/xdoclet/modules/doc +@dirrm share/doc/xdoclet/ant/xdoclet/modules/caucho +@dirrm share/doc/xdoclet/ant/xdoclet/modules/borland/bes/ejb +@dirrm share/doc/xdoclet/ant/xdoclet/modules/borland/bes +@dirrm share/doc/xdoclet/ant/xdoclet/modules/borland +@dirrm share/doc/xdoclet/ant/xdoclet/modules/bea/wls/web +@dirrm share/doc/xdoclet/ant/xdoclet/modules/bea/wls/ejb +@dirrm share/doc/xdoclet/ant/xdoclet/modules/bea/wls +@dirrm share/doc/xdoclet/ant/xdoclet/modules/bea +@dirrm share/doc/xdoclet/ant/xdoclet/modules/apache/struts/ejb +@dirrm share/doc/xdoclet/ant/xdoclet/modules/apache/struts +@dirrm share/doc/xdoclet/ant/xdoclet/modules/apache/soap/ejb +@dirrm share/doc/xdoclet/ant/xdoclet/modules/apache/soap +@dirrm share/doc/xdoclet/ant/xdoclet/modules/apache +@dirrm share/doc/xdoclet/ant/xdoclet/modules +@dirrm share/doc/xdoclet/ant/xdoclet/ant +@dirrm share/doc/xdoclet/ant/xdoclet +@dirrm share/doc/xdoclet/ant +@dirrm share/doc/xdoclet |