Author: bayard
Date: Wed Jan  7 00:01:14 2009
New Revision: 732256

URL: http://svn.apache.org/viewvc?rev=732256&view=rev
Log:
Fixing urls of websites, plus removing todo note to create doc wars

Modified:
    jakarta/taglibs/proper/datetime/trunk/pom.xml
    jakarta/taglibs/proper/i18n/trunk/pom.xml
    jakarta/taglibs/proper/jndi/trunk/pom.xml
    jakarta/taglibs/proper/log/trunk/pom.xml
    jakarta/taglibs/proper/random/trunk/pom.xml
    jakarta/taglibs/proper/regexp/trunk/pom.xml
    jakarta/taglibs/proper/string/trunk/pom.xml

Modified: jakarta/taglibs/proper/datetime/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/taglibs/proper/datetime/trunk/pom.xml?rev=732256&r1=732255&r2=732256&view=diff
==============================================================================
--- jakarta/taglibs/proper/datetime/trunk/pom.xml (original)
+++ jakarta/taglibs/proper/datetime/trunk/pom.xml Wed Jan  7 00:01:14 2009
@@ -40,7 +40,7 @@
      generating a Date from HTML forum input, using time zones, and 
localization.
   </description>
 
-  <url>http://jakarta.apache.org/taglibs/doc/datetime-doc/intro.html</url>
+  <url>http://jakarta.apache.org/taglibs/datetime/</url>
 
   <scm>
     
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/taglibs/proper/datetime/trunk</connection>

Modified: jakarta/taglibs/proper/i18n/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/taglibs/proper/i18n/trunk/pom.xml?rev=732256&r1=732255&r2=732256&view=diff
==============================================================================
--- jakarta/taglibs/proper/i18n/trunk/pom.xml (original)
+++ jakarta/taglibs/proper/i18n/trunk/pom.xml Wed Jan  7 00:01:14 2009
@@ -38,7 +38,7 @@
 The i18n custom tag library contains tags that help manage the complexity of 
creating internationalized web applications. These tags provide similar (though 
not identical) functionality to the internationalization available in the 
struts framework, but do not require adopting the entire struts framework.
   </description>
 
-  <url>http://jakarta.apache.org/taglibs/doc/i18n-doc/intro.html</url>
+  <url>http://jakarta.apache.org/taglibs/i18n/</url>
 
   <scm>
     
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/taglibs/proper/i18n/trunk</connection>

Modified: jakarta/taglibs/proper/jndi/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/taglibs/proper/jndi/trunk/pom.xml?rev=732256&r1=732255&r2=732256&view=diff
==============================================================================
--- jakarta/taglibs/proper/jndi/trunk/pom.xml (original)
+++ jakarta/taglibs/proper/jndi/trunk/pom.xml Wed Jan  7 00:01:14 2009
@@ -16,7 +16,6 @@
    limitations under the License.
 -->
 <!-- TODO:
-    Generate the doc war
     Generate the examples war
 -->
 <project
@@ -42,7 +41,7 @@
      scanned in the pageContext attributes.
   </description>
 
-  <url>http://jakarta.apache.org/taglibs/doc/jndi-doc/intro.html</url>
+  <url>http://jakarta.apache.org/taglibs/jndi/</url>
 
   <scm>
     
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/taglibs/proper/jndi/trunk</connection>

Modified: jakarta/taglibs/proper/log/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/taglibs/proper/log/trunk/pom.xml?rev=732256&r1=732255&r2=732256&view=diff
==============================================================================
--- jakarta/taglibs/proper/log/trunk/pom.xml (original)
+++ jakarta/taglibs/proper/log/trunk/pom.xml Wed Jan  7 00:01:14 2009
@@ -16,7 +16,6 @@
    limitations under the License.
 -->
 <!-- TODO:
-    Generate the doc war
     Generate the examples war
 -->
 <project
@@ -39,7 +38,7 @@
     The Log library allows you to embed logging calls in your JSP which can be 
output to a variety of destinations.
   </description>
 
-  <url>http://jakarta.apache.org/taglibs/doc/log-doc/intro.html</url>
+  <url>http://jakarta.apache.org/taglibs/log/</url>
 
   <scm>
     
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/taglibs/proper/log/trunk</connection>

Modified: jakarta/taglibs/proper/random/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/taglibs/proper/random/trunk/pom.xml?rev=732256&r1=732255&r2=732256&view=diff
==============================================================================
--- jakarta/taglibs/proper/random/trunk/pom.xml (original)
+++ jakarta/taglibs/proper/random/trunk/pom.xml Wed Jan  7 00:01:14 2009
@@ -16,7 +16,6 @@
    limitations under the License.
 -->
 <!-- TODO:
-    Generate the doc war
     Generate the examples war
 -->
 <project
@@ -39,7 +38,7 @@
     This custom tag library is used to create random string and number 
generators.
   </description>
 
-  <url>http://jakarta.apache.org/taglibs/doc/random-doc/intro.html</url>
+  <url>http://jakarta.apache.org/taglibs/random/</url>
 
   <scm>
     
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/taglibs/proper/random/trunk</connection>

Modified: jakarta/taglibs/proper/regexp/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/taglibs/proper/regexp/trunk/pom.xml?rev=732256&r1=732255&r2=732256&view=diff
==============================================================================
--- jakarta/taglibs/proper/regexp/trunk/pom.xml (original)
+++ jakarta/taglibs/proper/regexp/trunk/pom.xml Wed Jan  7 00:01:14 2009
@@ -16,7 +16,6 @@
    limitations under the License.
 -->
 <!-- TODO:
-    Generate the doc war
     Generate the examples war
 -->
 <project
@@ -39,7 +38,7 @@
     The Regexp custom tag library contains tags which can be used to perform 
Perl syntax regular expressions.
   </description>
 
-  <url>http://jakarta.apache.org/taglibs/doc/regexp-doc/intro.html</url>
+  <url>http://jakarta.apache.org/taglibs/regexp/</url>
 
   <scm>
     
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/taglibs/proper/regexp/trunk</connection>

Modified: jakarta/taglibs/proper/string/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/taglibs/proper/string/trunk/pom.xml?rev=732256&r1=732255&r2=732256&view=diff
==============================================================================
--- jakarta/taglibs/proper/string/trunk/pom.xml (original)
+++ jakarta/taglibs/proper/string/trunk/pom.xml Wed Jan  7 00:01:14 2009
@@ -16,7 +16,6 @@
    limitations under the License.
 -->
 <!-- TODO:
-    Generate the doc war
     Generate the examples war
 -->
 <project



---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-h...@jakarta.apache.org

Reply via email to