You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2020/06/21 18:29:56 UTC

svn commit: r1879066 - in /xmlbeans/trunk: ./ src/test/java/ValidatingXSRTests/checkin/ src/test/java/dom/detailed/w3c/ src/test/java/misc/checkin/ src/test/java/misc/detailed/ src/test/java/tools/util/ src/test/java/xmlcursor/xpath/ src/test/java/xmlo...

Author: fanningpj
Date: Sun Jun 21 18:29:56 2020
New Revision: 1879066

URL: http://svn.apache.org/viewvc?rev=1879066&view=rev
Log:
try to fix rat-check

Modified:
    xmlbeans/trunk/build.xml
    xmlbeans/trunk/src/test/java/ValidatingXSRTests/checkin/TestUriValidation.java
    xmlbeans/trunk/src/test/java/dom/detailed/w3c/alltests.java
    xmlbeans/trunk/src/test/java/dom/detailed/w3c/ibmtests.java
    xmlbeans/trunk/src/test/java/misc/checkin/XMLBEANS412Test.java
    xmlbeans/trunk/src/test/java/misc/detailed/JiraRegressionTest101_150.java
    xmlbeans/trunk/src/test/java/misc/detailed/LargeEnumTest.java
    xmlbeans/trunk/src/test/java/tools/util/Diff.java
    xmlbeans/trunk/src/test/java/xmlcursor/xpath/CustomerTest.java
    xmlbeans/trunk/src/test/java/xmlobject/checkin/XPathTest.java
    xmlbeans/trunk/src/test/java/xmlobject/usertype/averageCase/existing/SKU.java
    xmlbeans/trunk/src/test/java/xmlobject/usertype/averageCase/existing/SKUHandler.java
    xmlbeans/trunk/src/test/java/xmlobject/usertype/multipleItems/existing/Room.java
    xmlbeans/trunk/src/test/java/xmlobject/usertype/multipleItems/existing/RoomHandler.java

Modified: xmlbeans/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/build.xml?rev=1879066&r1=1879065&r2=1879066&view=diff
==============================================================================
--- xmlbeans/trunk/build.xml (original)
+++ xmlbeans/trunk/build.xml Sun Jun 21 18:29:56 2020
@@ -22,7 +22,7 @@
     <property name="ant.build.javac.target" value="1.8"/>
 
     <property name="version.base" value="4.0.0"/>
-    <property name="version.rc" value="rc0"/>
+    <property name="version.rc" value=""/>
 
     <property name="cases.location" location="src/test/resources"/>
 
@@ -581,9 +581,8 @@
                 <exclude name="**/*.iml" />
                 <exclude name="**/XML.xsd"/>
                 <exclude name="**/XMLSchema.xsd"/>
-            </fileset>
-            <fileset dir="src/main/resources">
-                <exclude name="**/META-INF/services/**"/>
+                <exclude name="test/resources/**/*.*"/>
+                <exclude name="main/resources/**/META-INF/services/**"/>
             </fileset>
         </rat:report>
 
@@ -668,4 +667,4 @@
             <attach file="${basedir}/build/xmlbeans-${version.base}-javadoc.jar" type="jar" classifier="javadoc"/>
         </mvn:install>
     </target>
-</project>
\ No newline at end of file
+</project>

Modified: xmlbeans/trunk/src/test/java/ValidatingXSRTests/checkin/TestUriValidation.java
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/java/ValidatingXSRTests/checkin/TestUriValidation.java?rev=1879066&r1=1879065&r2=1879066&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/java/ValidatingXSRTests/checkin/TestUriValidation.java (original)
+++ xmlbeans/trunk/src/test/java/ValidatingXSRTests/checkin/TestUriValidation.java Sun Jun 21 18:29:56 2020
@@ -1,3 +1,18 @@
+/*   Copyright 2004 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.
+ */
+
 package ValidatingXSRTests.checkin;
 
 import org.apache.xmlbeans.impl.common.InvalidLexicalValueException;

Modified: xmlbeans/trunk/src/test/java/dom/detailed/w3c/alltests.java
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/java/dom/detailed/w3c/alltests.java?rev=1879066&r1=1879065&r2=1879066&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/java/dom/detailed/w3c/alltests.java (original)
+++ xmlbeans/trunk/src/test/java/dom/detailed/w3c/alltests.java Sun Jun 21 18:29:56 2020
@@ -1,3 +1,17 @@
+/*   Copyright 2004 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.
+ */
 
 /*
 This Java source file was generated by test-to-java.xsl

Modified: xmlbeans/trunk/src/test/java/dom/detailed/w3c/ibmtests.java
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/java/dom/detailed/w3c/ibmtests.java?rev=1879066&r1=1879065&r2=1879066&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/java/dom/detailed/w3c/ibmtests.java (original)
+++ xmlbeans/trunk/src/test/java/dom/detailed/w3c/ibmtests.java Sun Jun 21 18:29:56 2020
@@ -1,4 +1,19 @@
 
+/*   Copyright 2004 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.
+ */
+
 /*
 This Java source file was generated by test-to-java.xsl
 and is a derived work from the source document.

Modified: xmlbeans/trunk/src/test/java/misc/checkin/XMLBEANS412Test.java
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/java/misc/checkin/XMLBEANS412Test.java?rev=1879066&r1=1879065&r2=1879066&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/java/misc/checkin/XMLBEANS412Test.java (original)
+++ xmlbeans/trunk/src/test/java/misc/checkin/XMLBEANS412Test.java Sun Jun 21 18:29:56 2020
@@ -1,3 +1,18 @@
+/*   Copyright 2004 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.
+ */
+
 package misc.checkin;
 
 import org.apache.xmlbeans.impl.regex.ParseException;

Modified: xmlbeans/trunk/src/test/java/misc/detailed/JiraRegressionTest101_150.java
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/java/misc/detailed/JiraRegressionTest101_150.java?rev=1879066&r1=1879065&r2=1879066&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/java/misc/detailed/JiraRegressionTest101_150.java (original)
+++ xmlbeans/trunk/src/test/java/misc/detailed/JiraRegressionTest101_150.java Sun Jun 21 18:29:56 2020
@@ -1,3 +1,18 @@
+/*   Copyright 2004 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.
+ */
+
 package misc.detailed;
 
 import misc.common.JiraTestBase;

Modified: xmlbeans/trunk/src/test/java/misc/detailed/LargeEnumTest.java
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/java/misc/detailed/LargeEnumTest.java?rev=1879066&r1=1879065&r2=1879066&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/java/misc/detailed/LargeEnumTest.java (original)
+++ xmlbeans/trunk/src/test/java/misc/detailed/LargeEnumTest.java Sun Jun 21 18:29:56 2020
@@ -1,3 +1,18 @@
+/*   Copyright 2004 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.
+ */
+
 package misc.detailed;
 
 import org.apache.xmlbeans.SchemaType;

Modified: xmlbeans/trunk/src/test/java/tools/util/Diff.java
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/java/tools/util/Diff.java?rev=1879066&r1=1879065&r2=1879066&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/java/tools/util/Diff.java (original)
+++ xmlbeans/trunk/src/test/java/tools/util/Diff.java Sun Jun 21 18:29:56 2020
@@ -1,3 +1,18 @@
+/*   Copyright 2004 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.
+ */
+
 package tools.util;
 
 // Diff -- text file difference utility.

Modified: xmlbeans/trunk/src/test/java/xmlcursor/xpath/CustomerTest.java
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/java/xmlcursor/xpath/CustomerTest.java?rev=1879066&r1=1879065&r2=1879066&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/java/xmlcursor/xpath/CustomerTest.java (original)
+++ xmlbeans/trunk/src/test/java/xmlcursor/xpath/CustomerTest.java Sun Jun 21 18:29:56 2020
@@ -1,5 +1,19 @@
-package xmlcursor.xpath;
+/*   Copyright 2004 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.
+ */
 
+package xmlcursor.xpath;
 
 import org.apache.xmlbeans.XmlException;
 import org.apache.xmlbeans.XmlObject;

Modified: xmlbeans/trunk/src/test/java/xmlobject/checkin/XPathTest.java
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/java/xmlobject/checkin/XPathTest.java?rev=1879066&r1=1879065&r2=1879066&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/java/xmlobject/checkin/XPathTest.java (original)
+++ xmlbeans/trunk/src/test/java/xmlobject/checkin/XPathTest.java Sun Jun 21 18:29:56 2020
@@ -1,3 +1,18 @@
+/*   Copyright 2004 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.
+ */
+
 package xmlobject.checkin;
 
 import org.apache.xmlbeans.XmlCursor;

Modified: xmlbeans/trunk/src/test/java/xmlobject/usertype/averageCase/existing/SKU.java
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/java/xmlobject/usertype/averageCase/existing/SKU.java?rev=1879066&r1=1879065&r2=1879066&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/java/xmlobject/usertype/averageCase/existing/SKU.java (original)
+++ xmlbeans/trunk/src/test/java/xmlobject/usertype/averageCase/existing/SKU.java Sun Jun 21 18:29:56 2020
@@ -1,3 +1,18 @@
+/*   Copyright 2004 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.
+ */
+
 package xmlobject.usertype.averageCase.existing;
 
 public class SKU

Modified: xmlbeans/trunk/src/test/java/xmlobject/usertype/averageCase/existing/SKUHandler.java
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/java/xmlobject/usertype/averageCase/existing/SKUHandler.java?rev=1879066&r1=1879065&r2=1879066&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/java/xmlobject/usertype/averageCase/existing/SKUHandler.java (original)
+++ xmlbeans/trunk/src/test/java/xmlobject/usertype/averageCase/existing/SKUHandler.java Sun Jun 21 18:29:56 2020
@@ -1,3 +1,18 @@
+/*   Copyright 2004 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.
+ */
+
 package xmlobject.usertype.averageCase.existing;
 
 import org.apache.xmlbeans.SimpleValue;

Modified: xmlbeans/trunk/src/test/java/xmlobject/usertype/multipleItems/existing/Room.java
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/java/xmlobject/usertype/multipleItems/existing/Room.java?rev=1879066&r1=1879065&r2=1879066&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/java/xmlobject/usertype/multipleItems/existing/Room.java (original)
+++ xmlbeans/trunk/src/test/java/xmlobject/usertype/multipleItems/existing/Room.java Sun Jun 21 18:29:56 2020
@@ -1,3 +1,18 @@
+/*   Copyright 2004 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.
+ */
+
 package xmlobject.usertype.multipleItems.existing;
 
 public class Room

Modified: xmlbeans/trunk/src/test/java/xmlobject/usertype/multipleItems/existing/RoomHandler.java
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/java/xmlobject/usertype/multipleItems/existing/RoomHandler.java?rev=1879066&r1=1879065&r2=1879066&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/java/xmlobject/usertype/multipleItems/existing/RoomHandler.java (original)
+++ xmlbeans/trunk/src/test/java/xmlobject/usertype/multipleItems/existing/RoomHandler.java Sun Jun 21 18:29:56 2020
@@ -1,3 +1,18 @@
+/*   Copyright 2004 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.
+ */
+
 package xmlobject.usertype.multipleItems.existing;
 
 import org.apache.xmlbeans.SimpleValue;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org