You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2005/01/29 05:30:48 UTC

svn commit: r148999 - /struts/faces/trunk/core-library/build.xml /struts/faces/trunk/core-library/src/conf/struts-faces.xml /struts/faces/trunk/example1-webapp/build.xml

Author: jmitchell
Date: Fri Jan 28 20:30:47 2005
New Revision: 148999

URL: http://svn.apache.org/viewcvs?view=rev&rev=148999
Log:
finish some cleanup of author tags removal
Modified:
   struts/faces/trunk/core-library/build.xml
   struts/faces/trunk/core-library/src/conf/struts-faces.xml
   struts/faces/trunk/example1-webapp/build.xml

Modified: struts/faces/trunk/core-library/build.xml
Url: http://svn.apache.org/viewcvs/struts/faces/trunk/core-library/build.xml?view=diff&rev=148999&p1=struts/faces/trunk/core-library/build.xml&r1=148998&p2=struts/faces/trunk/core-library/build.xml&r2=148999
==============================================================================
--- struts/faces/trunk/core-library/build.xml	(original)
+++ struts/faces/trunk/core-library/build.xml	Fri Jan 28 20:30:47 2005
@@ -240,7 +240,7 @@
     <javadoc
             sourcepath="src/java"
                destdir="${dist.home}/docs/api"
-                author="true"
+                author="false"
                private="true"
                version="true"
           packagenames="org.apache.struts.*"

Modified: struts/faces/trunk/core-library/src/conf/struts-faces.xml
Url: http://svn.apache.org/viewcvs/struts/faces/trunk/core-library/src/conf/struts-faces.xml?view=diff&rev=148999&p1=struts/faces/trunk/core-library/src/conf/struts-faces.xml&r1=148998&p2=struts/faces/trunk/core-library/src/conf/struts-faces.xml&r2=148999
==============================================================================
--- struts/faces/trunk/core-library/src/conf/struts-faces.xml	(original)
+++ struts/faces/trunk/core-library/src/conf/struts-faces.xml	Fri Jan 28 20:30:47 2005
@@ -22,8 +22,7 @@
 <document url="./struts-faces.xml">
 
 <properties>
-  <author>Craig R. McClanahan</author>
-  <title>JavaServer Faces Tag Library for the Struts Framework</title>
+    <title>JavaServer Faces Tag Library for the Struts Framework</title>
 </properties>
 
 <taglib>

Modified: struts/faces/trunk/example1-webapp/build.xml
Url: http://svn.apache.org/viewcvs/struts/faces/trunk/example1-webapp/build.xml?view=diff&rev=148999&p1=struts/faces/trunk/example1-webapp/build.xml&r1=148998&p2=struts/faces/trunk/example1-webapp/build.xml&r2=148999
==============================================================================
--- struts/faces/trunk/example1-webapp/build.xml	(original)
+++ struts/faces/trunk/example1-webapp/build.xml	Fri Jan 28 20:30:47 2005
@@ -286,7 +286,7 @@
     <javadoc
             sourcepath="src/java"
                destdir="${dist.home}/docs/api"
-                author="true"
+                author="false"
                private="true"
                version="true"
           packagenames="org.apache.struts.*"

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org