brett 2004/04/03 19:23:50
Modified: html2xdoc project.xml
html2xdoc/src/test/org/apache/maven/html2xdoc codeinpara.xml
comment.xml h1h2.xml link.xml linkInHeading.xml
missingParaBug.xml output1.xml
Removed: html2xdoc maven.xml
Log:
re-enable unit tests (must remove license from test data files as they must match
the generated copy)
Revision Changes Path
1.25 +16 -0 maven-plugins/html2xdoc/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/html2xdoc/project.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- project.xml 28 Mar 2004 22:00:54 -0000 1.24
+++ project.xml 4 Apr 2004 03:23:50 -0000 1.25
@@ -110,4 +110,20 @@
<tag>MAVEN_HTML2XDOC_1_2</tag>
</version>
</versions>
+ <build>
+ <unitTest>
+ <includes>
+ <include>**/Test*.java</include>
+ </includes>
+ <resources>
+ <resource>
+ <directory>src/test</directory>
+ <includes>
+ <include>**/*.xml</include>
+ <include>**/*.html</include>
+ </includes>
+ </resource>
+ </resources>
+ </unitTest>
+ </build>
</project>
1.3 +0 -17
maven-plugins/html2xdoc/src/test/org/apache/maven/html2xdoc/codeinpara.xml
Index: codeinpara.xml
===================================================================
RCS file:
/home/cvs/maven-plugins/html2xdoc/src/test/org/apache/maven/html2xdoc/codeinpara.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- codeinpara.xml 4 Mar 2004 18:13:56 -0000 1.2
+++ codeinpara.xml 4 Apr 2004 03:23:50 -0000 1.3
@@ -1,20 +1,3 @@
-<!--
-/*
- * Copyright 2001-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.
- */
- -->
<document>
<properties>
<title>A title</title>
1.3 +0 -17
maven-plugins/html2xdoc/src/test/org/apache/maven/html2xdoc/comment.xml
Index: comment.xml
===================================================================
RCS file:
/home/cvs/maven-plugins/html2xdoc/src/test/org/apache/maven/html2xdoc/comment.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- comment.xml 4 Mar 2004 18:13:56 -0000 1.2
+++ comment.xml 4 Apr 2004 03:23:50 -0000 1.3
@@ -1,20 +1,3 @@
-<!--
-/*
- * Copyright 2001-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.
- */
- -->
<document>
<properties>
<title>A title</title>
1.3 +0 -17
maven-plugins/html2xdoc/src/test/org/apache/maven/html2xdoc/h1h2.xml
Index: h1h2.xml
===================================================================
RCS file:
/home/cvs/maven-plugins/html2xdoc/src/test/org/apache/maven/html2xdoc/h1h2.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- h1h2.xml 4 Mar 2004 18:13:56 -0000 1.2
+++ h1h2.xml 4 Apr 2004 03:23:50 -0000 1.3
@@ -1,20 +1,3 @@
-<!--
-/*
- * Copyright 2001-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.
- */
- -->
<document>
<properties>
<title>A title</title>
1.3 +0 -17
maven-plugins/html2xdoc/src/test/org/apache/maven/html2xdoc/link.xml
Index: link.xml
===================================================================
RCS file:
/home/cvs/maven-plugins/html2xdoc/src/test/org/apache/maven/html2xdoc/link.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- link.xml 4 Mar 2004 18:13:56 -0000 1.2
+++ link.xml 4 Apr 2004 03:23:50 -0000 1.3
@@ -1,20 +1,3 @@
-<!--
-/*
- * Copyright 2001-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.
- */
- -->
<document>
<properties>
<title>A title</title>
1.3 +0 -17
maven-plugins/html2xdoc/src/test/org/apache/maven/html2xdoc/linkInHeading.xml
Index: linkInHeading.xml
===================================================================
RCS file:
/home/cvs/maven-plugins/html2xdoc/src/test/org/apache/maven/html2xdoc/linkInHeading.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- linkInHeading.xml 4 Mar 2004 18:13:56 -0000 1.2
+++ linkInHeading.xml 4 Apr 2004 03:23:50 -0000 1.3
@@ -1,20 +1,3 @@
-<!--
-/*
- * Copyright 2001-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.
- */
- -->
<document>
<properties>
<title>A title</title>
1.3 +0 -17
maven-plugins/html2xdoc/src/test/org/apache/maven/html2xdoc/missingParaBug.xml
Index: missingParaBug.xml
===================================================================
RCS file:
/home/cvs/maven-plugins/html2xdoc/src/test/org/apache/maven/html2xdoc/missingParaBug.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- missingParaBug.xml 4 Mar 2004 18:13:56 -0000 1.2
+++ missingParaBug.xml 4 Apr 2004 03:23:50 -0000 1.3
@@ -1,20 +1,3 @@
-<!--
-/*
- * Copyright 2001-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.
- */
- -->
<document>
<properties>
<title>A title</title>
1.3 +1 -18
maven-plugins/html2xdoc/src/test/org/apache/maven/html2xdoc/output1.xml
Index: output1.xml
===================================================================
RCS file:
/home/cvs/maven-plugins/html2xdoc/src/test/org/apache/maven/html2xdoc/output1.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- output1.xml 4 Mar 2004 18:13:56 -0000 1.2
+++ output1.xml 4 Apr 2004 03:23:50 -0000 1.3
@@ -1,20 +1,3 @@
-<!--
-/*
- * Copyright 2001-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.
- */
- -->
<document>
<properties>
<title>A title</title>
@@ -30,4 +13,4 @@
<source>hi there</source>
</section>
</body>
-</document>
\ No newline at end of file
+</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]