Author: niallp
Date: Fri Sep 23 21:06:12 2005
New Revision: 291243

URL: http://svn.apache.org/viewcvs?rev=291243&view=rev
Log:
Change the 'repository' url to "generic apache" one, so that the changelog and 
file-activity reports are generated with the correct links.

Add a cvs-usage.xml document so there is a "meaningful" Source Repository url - 
rather than the "generic apache" one specified in the project.xml for the above 
issue.

See http://jira.codehaus.org/browse/MPCHANGELOG-74

Added:
    jakarta/commons/proper/validator/trunk/xdocs/cvs-usage.xml   (with props)
Modified:
    jakarta/commons/proper/validator/trunk/project.xml

Modified: jakarta/commons/proper/validator/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/validator/trunk/project.xml?rev=291243&r1=291242&r2=291243&view=diff
==============================================================================
--- jakarta/commons/proper/validator/trunk/project.xml (original)
+++ jakarta/commons/proper/validator/trunk/project.xml Fri Sep 23 21:06:12 2005
@@ -55,7 +55,7 @@
   
   <repository>
     
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
-    
<url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
+    <url>http://svn.apache.org/viewcvs.cgi</url>
   </repository>
   
   <mailingLists>

Added: jakarta/commons/proper/validator/trunk/xdocs/cvs-usage.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/validator/trunk/xdocs/cvs-usage.xml?rev=291243&view=auto
==============================================================================
--- jakarta/commons/proper/validator/trunk/xdocs/cvs-usage.xml (added)
+++ jakarta/commons/proper/validator/trunk/xdocs/cvs-usage.xml Fri Sep 23 
21:06:12 2005
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!-- 
+/*
+ * Copyright 2001-2005 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
+
+<document>
+   <properties>
+      <title key="template.cvs_usage.title"
+             bundle="plugin-resources.templates.templates" >
+         <message key="template.cvs_usage.title"
+                  bundle="plugin-resources.templates.templates" />
+      </title>
+   </properties>
+   <body>
+      <section key="template.cvs_usage.section2.title"
+               bundle="plugin-resources.templates.templates"
+               name="Web Access">
+          <p>
+             <a 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/validator/trunk";>http://svn.apache.org/repos/asf/jakarta/commons/proper/validator/trunk</a>
+          </p>
+      </section>
+   </body>
+</document>
\ No newline at end of file

Propchange: jakarta/commons/proper/validator/trunk/xdocs/cvs-usage.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/commons/proper/validator/trunk/xdocs/cvs-usage.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to