Update of /cvsroot/xdoclet/xdoclet/modules/jboss/src/xdoclet/modules/jboss/ejb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14031/modules/jboss/src/xdoclet/modules/jboss/ejb
Modified Files: JBossSubTask.java Log Message: Allow the web service context root to be configurable from ant Index: JBossSubTask.java =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/modules/jboss/src/xdoclet/modules/jboss/ejb/JBossSubTask.java,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -r1.34 -r1.35 *** JBossSubTask.java 2 Feb 2005 20:35:05 -0000 1.34 --- JBossSubTask.java 18 Mar 2005 23:54:51 -0000 1.35 *************** *** 150,153 **** --- 150,155 ---- private String securityDomain = ""; + private String webServiceContextRoot; + private String unauthenticatedPrincipal = ""; *************** *** 161,164 **** --- 163,176 ---- /** + * Get the web service context root. + * + * @return the web service context root + */ + public String getWebServiceContextRoot() + { + return webServiceContextRoot; + } + + /** * Gets the template URL for jboss.xml. * *************** *** 311,314 **** --- 323,336 ---- /** + * Set the web service context root. + * + * @param webServiceContextRoot the web service context root + */ + public void setWebServiceContextRoot(String webServiceContextRoot) + { + this.webServiceContextRoot = webServiceContextRoot; + } + + /** * Sets the template file for jboss.xml. * ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel