Author: dennisl
Date: Sun Aug 19 20:33:05 2012
New Revision: 1374840

URL: http://svn.apache.org/viewvc?rev=1374840&view=rev
Log:
Add the correct xml schemas to xml files.

Modified:
    commons/proper/logging/trunk/pom.xml
    commons/proper/logging/trunk/src/site/site.xml

Modified: commons/proper/logging/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=1374840&r1=1374839&r2=1374840&view=diff
==============================================================================
--- commons/proper/logging/trunk/pom.xml (original)
+++ commons/proper/logging/trunk/pom.xml Sun Aug 19 20:33:05 2012
@@ -16,7 +16,7 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <!--
     - Note that due to the special requirements of logging unit-tests, most
     - tests are executed in the "integration-test" phase rather than the

Modified: commons/proper/logging/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/logging/trunk/src/site/site.xml?rev=1374840&r1=1374839&r2=1374840&view=diff
==============================================================================
--- commons/proper/logging/trunk/src/site/site.xml (original)
+++ commons/proper/logging/trunk/src/site/site.xml Sun Aug 19 20:33:05 2012
@@ -19,7 +19,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<project>
+<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";>
   <bannerRight>
     <name>Commons Logging</name>
     <src>/images/logo.png</src>


Reply via email to