Author: tmjee Date: Thu May 18 10:32:48 2006 New Revision: 407596 URL: http://svn.apache.org/viewvc?rev=407596&view=rev Log: - fixed the ant build so that xdoclet-taglib and xdoclet-tagdoc will generate the taglib.tld and html docs for webwork / saf tags again.
Modified: struts/action2/trunk/build.xml Modified: struts/action2/trunk/build.xml URL: http://svn.apache.org/viewvc/struts/action2/trunk/build.xml?rev=407596&r1=407595&r2=407596&view=diff ============================================================================== --- struts/action2/trunk/build.xml (original) +++ struts/action2/trunk/build.xml Thu May 18 10:32:48 2006 @@ -1,7 +1,7 @@ <project name="action" default="jar" basedir="."> <!-- overridden properties (must be before the import!) --> <!--property name="src.test" value="action/src/test"/--> - <property name="src.xdt" value="action/src/main/xdt"/> + <property name="src.xdt" value="core/src/main/xdt"/> <property name="compile.version" value="1.4"/> <property name="test.compile.version" value="1.4"/>