You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2013/04/23 21:17:21 UTC

svn commit: r1471103 - /uima/sandbox/uimafit/trunk/uimafit/pmd.xml

Author: rec
Date: Tue Apr 23 19:17:20 2013
New Revision: 1471103

URL: http://svn.apache.org/r1471103
Log:
NO ISSUE - Moved XML preamble to beginning of file where it must be

Modified:
    uima/sandbox/uimafit/trunk/uimafit/pmd.xml

Modified: uima/sandbox/uimafit/trunk/uimafit/pmd.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uimafit/trunk/uimafit/pmd.xml?rev=1471103&r1=1471102&r2=1471103&view=diff
==============================================================================
--- uima/sandbox/uimafit/trunk/uimafit/pmd.xml (original)
+++ uima/sandbox/uimafit/trunk/uimafit/pmd.xml Tue Apr 23 19:17:20 2013
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
 	Licensed to the Apache Software Foundation (ASF) under one
 	or more contributor license agreements. See the NOTICE file
@@ -16,7 +17,6 @@
 	specific language governing permissions and limitations
 	under the License.
 -->
-<?xml version="1.0"?>
 <ruleset name="Custom ruleset" xmlns="http://pmd.sourceforge.net/ruleset/2.0.0"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd"