Author: bodewig
Date: Sun Aug 20 21:06:47 2006
New Revision: 433144
URL: http://svn.apache.org/viewvc?rev=433144&view=rev
Log:
decouple antlib from ant-junit.jar
Added:
ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/listener/XMLConstants.java
- copied, changed from r433143,
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/junit/XMLConstants.java
Modified:
ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/listener/XMLAntUnitListener.java
Modified:
ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/listener/XMLAntUnitListener.java
URL:
http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/listener/XMLAntUnitListener.java?rev=433144&r1=433143&r2=433144&view=diff
==============================================================================
---
ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/listener/XMLAntUnitListener.java
(original)
+++
ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/listener/XMLAntUnitListener.java
Sun Aug 20 21:06:47 2006
@@ -32,7 +32,6 @@
import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.Project;
-import org.apache.tools.ant.taskdefs.optional.junit.XMLConstants;
import org.apache.tools.ant.util.DateUtils;
import org.apache.tools.ant.util.DOMElementWriter;
import org.apache.tools.ant.util.DOMUtils;
Copied:
ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/listener/XMLConstants.java
(from r433143,
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/junit/XMLConstants.java)
URL:
http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/listener/XMLConstants.java?p2=ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/listener/XMLConstants.java&p1=ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/junit/XMLConstants.java&r1=433143&r2=433144&rev=433144&view=diff
==============================================================================
---
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/junit/XMLConstants.java
(original)
+++
ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/listener/XMLConstants.java
Sun Aug 20 21:06:47 2006
@@ -1,20 +1,24 @@
/*
- * Copyright 2001,2004-2005 The Apache Software Foundation
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
*
- * 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.
+ * 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 org.apache.tools.ant.taskdefs.optional.junit;
+
+package org.apache.ant.antunit.listener;
/**
* <p> Interface groups XML constants.
@@ -25,8 +29,7 @@
* <----------------- @todo describe DTDs ---------------------->
*
* </pre></code>
- * @see XMLJUnitResultFormatter
- * @see XMLResultAggregator
+ * @see XMLAntUnitListener
*/
public interface XMLConstants {
/** the testsuites element for the aggregate document */
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]