Author: wsmoak Date: Sun Sep 18 18:24:01 2005 New Revision: 290039 URL: http://svn.apache.org/viewcvs?rev=290039&view=rev Log: Removed unused taglib generation goal. Added internal repository to maven.repo.remote (for Validator snapshot.)
Modified: struts/taglib/trunk/maven.xml struts/taglib/trunk/project.properties Modified: struts/taglib/trunk/maven.xml URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/maven.xml?rev=290039&r1=290038&r2=290039&view=diff ============================================================================== --- struts/taglib/trunk/maven.xml (original) +++ struts/taglib/trunk/maven.xml Sun Sep 18 18:24:01 2005 @@ -16,18 +16,6 @@ <attainGoal name="html2xdoc"/> </preGoal> - <goal name="struts:generate-tlds"> - - <!-- Generate TLDs --> - ${systemScope.setProperty('javax.xml.transform.TransformerFactory','org.apache.xalan.processor.TransformerFactoryImpl')} - <ant:style basedir="doc/userGuide" - destdir="${maven.build.dir}/classes/META-INF/tlds" - extension=".tld" - style="doc/stylesheets/tld.xsl" - includes="struts-*.xml"/> - - </goal> - <preGoal name="java:compile"> <mkdir dir="${maven.build.dir}/xdoclet/webdoclet/WEB-INF" /> <attainGoal name="xdoclet:webdoclet" /> Modified: struts/taglib/trunk/project.properties URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/project.properties?rev=290039&r1=290038&r2=290039&view=diff ============================================================================== --- struts/taglib/trunk/project.properties (original) +++ struts/taglib/trunk/project.properties Sun Sep 18 18:24:01 2005 @@ -25,4 +25,4 @@ cactus.test.includes = **/Test*.class -maven.repo.remote=http://www.ibiblio.org/maven,http://maven-taglib.sourceforge.net/maven +maven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository,http://maven-taglib.sourceforge.net/maven --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]